Reva

Members
  • Posts

    41
  • Joined

Everything posted by Reva

  1. Is there a way to get a script to only send a notification if at least one of the move commands moved something/ did not return the error "mv: cannot stat '/mnt/user/data/example*': No such file or directory" I get this error because I run 8 simple mv commands in the script and if just one of them finds nothing to move I get the error, which means I can't use and if exit code statement in the notify script. I only want to be notified if one or more of them move something. /usr/local/emhttp/webGui/scripts/notify -s "example" -i "normal" -d "example" is what is set currently at the bottom of the script.
  2. It's been a while since the last post here. Is the plugin supported for Unraid 6.10.0/still being developed?
  3. Hi! I was wondering whether the Cache Dirs plugin is still supported/being developed? I am currently on Unraid 6.10.0. My setup only has one share that uses the array. I have included it and excluded the rest of the shares in the plugin settings but am not sure what else to do. What settings would be smart to change?
  4. I tested it out with a few files and it seems to be working perfectly. Thanks a lot!
  5. Oh i see. I'll stick with "/mnt/cachetwo/data_nvme/photoprism/" then! I've seen that thread as well as this one but i don't really know i i understand it correctly. Let's say i want to ignore folder "abc", folder "abc123" as well as all raw, tiff and dng files in all folders. Can i do that with one ppignore file in the originals folder? So i create a text file called 1.ppignore and add these lines: abc abc123 *.arw *.tif *.dng Would this work?
  6. Thank you but i meant that i only want the cache files in "/mnt/cachetwo/data_nvme/photoprism/", and the config files/settings in "/mnt/cache/appdata/photoprism/". But i guess i can back up those files separately and now the appdata folder won't have all those images so i'm happy with this. I do have one other problem though. My "originals folder" contains 10 folders, and 2 of those i want photoprism to completely ignore. What's the easiest and most reliable way to do that?
  7. Hi! I need help with path mappings for photoprism. I'm trying to set it up so that the thumbnails are stored at /mnt/cachetwo/data_nvme/photoprism/ and the config files and settings at /mnt/cache/appdata/photoprism/. I found this page (screenshot) and this thread: https://issuehunt.io/r/photoprism/photoprism/issues/1124 but when i try it the webui becomes inaccessible. The log closes itself every few seconds but the error is: level=fatal msg="cannot create /mnt/cachetwo/data_nvme/photoprism, check config and permissions"
  8. Hi! Every torrent i add to qbittorrent gets status "errored" or "stalled" as soon as they get added. What could be causing this, maybe some permissions issue? The ip looks right. Edit: I am also having troubles with the categories. Whatever path i put in doesn't seem to get saved when i add or edit the categories.
  9. Finished the rebuild and everything looks to be in order again. If it happens again I'll be switching out the cables. Thanks for the help!
  10. I shut the server down, checked the cables and started it again. The SMART data attributes look good, i think, and it says SMART overall-health:Passed. I also got a notification saying "array turned good" and it now shows 0 errors in the main tab. What do i do now? With the array started the disk is still disabled, do i have to initiate a rebuild to get the data back? Or should i start a "Check" as seen in the second image?
  11. I received a notification from unraid saying "Array has 1 disk with read errors". Disk 1 has been disabled and it says it has 10 errors. I have attached the diagnostics file. I also have the syslog file donwloaded, shoud i upload it as well? I have not done anything with the server after getting the error, please let me know how to proceed. osiris-diagnostics-20220116-0314.zip
  12. Long story short i had some problems with my cache drive, so now my appdata folder has been copied to the array and the cache drive is formatted. I am trying to restore the appdata from the disk back on to the cache but it says "No Backup Sets Found" which i assume is because the appdata folder has been copied and not created with the plugin. What do i need to do to be able to restore it? Do i have to create a backup with the tool using the appdata folder on the disk as source?
  13. I have now copied the appdata folder (some files got errors in midnight commander so they didn't get copied over) to the array. The nvme is formatted and i restarted the system. But when i go into the restore appdata tab it says "No Backup Sets Found". Do i have to create a backup with the tool using the appdata folder on the disk as source?
  14. Running mount -o degraded,usebackuproot,ro /dev/nvme1n1p1 /x in the terminal seems to have done the trick! The nvme drive now shows about as much free space as it did before. With the array started it still says "Unmountable: not mounted" but in mc the x folder shows up and everything seems to be there. What do i do now? Is there any way to use mc to just change directory from x to mnt/user/cache or whatever it is supposed to be? Or do i have to copy everything to the array and then restore from there somehow? I really appreciate the help!
  15. With the first option i get this with the array stopped: wrong fs type, bad option, bad superblock on /dev/nvme1n1, missing codepage or helper program, or other error. What about these options? :
  16. Should i assign the nvme drive to the pool and start the array first?
  17. osiris-diagnostics-20220112-2012.zip
  18. I have just installed a new hard drive which is currently running a preclear operation and a second samsung 970 evo plus 2tb nvme for extra nvme space. So i added the new nvme drive to my cache pool and realised it was set to raid1 when i did that. I stopped the array and removed the the new nvme drive from the cache pool and restarted the array with the new nvme drive unassigned. Then i started getting error messages about the docker.img file, stopped the array and changed the number of devices in the pool back to 1, started array again and now docker won't start. When array is running the original nvme drive now says: cache Unmountable: not mounted. I have tried clicking on mount but it doesn't seem to help when array is stopped. Assigning the drive and starting array made no difference. What should i do?
  19. Oh i see. I may have another go at 6.10 -rc2 in a few days then to give it another shot and see if the bug persists, assuming it doesn't show up on 6.9.2 as well. Could you send a link to the bug report so that i can check in if there are any developments?
  20. It seems then that i have no other option than to wait for 6.10 to be fixed? If the system stops becoming inaccessible now that i have downgraded to 6.9.2 that is
  21. It says it the directory doesn't exist. iGPU was selected as primary graphics adapter last time i was in bios and hw transcoding worked before this issue started so that shouldn't be the problem. I don't have the intel gpu top plugin installed. The i915.conf file is created. Could it be because i have an 11th gen intel cpu (11500k)? The whole reason i moved to 6.10 -rc2 was to get hardware transcoding to work.