ScottinOkla

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ScottinOkla's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am not sure if this is related or not, but I am running 6.8.3 that I did a file level USB recovery due to a failed drive. I did not previously have this issue with my exact configuration.
  2. I just checked each drive and they are all set at 45 Warning 55 Critical, then checking the Parity Check Tuning settings it is set to Pause an array operation at 3 below warning disk temperature threshold.
  3. I am having difficulty getting my parity check to complete. System logs show: Feb 11 09:07:01 Tower parity.check.tuning.php: Paused Parity Sync/Data Rebuild (0.5%% completed): Following drives overheated: parity(26) disk1(28) disk2(26) disk3(24) disk4(27) I wouldn't consider any of these temperatures to be of concern since the ambient temperature in the house is 21-23. Is there some way to adjust these settings?
  4. I found this thread after chasing some rabbits, the rabbit I was chasing to land here was AutoRClone. I then read the 10+ pages since it was first mentioned, but I am not sure if this will help with my current situation. First, I am an UnRaid user, so this is a good starting point. My seedbox grabs files from usenet and shoves the files up into a unlimited google drive. this seedbox is running plexguide, sonarr, radarr, sab. The problem that I would like to tackle is to first copy or sync the data from my unlimited gdrive to a team drive, or multiple team drives. I could create additional team drives for each media type, and utilize encryption. Yesterday I was successful in getting running a simple rclone copy from the gdrive to the team drive. Problem is that it worked for exactly 100 seconds before I got banned for too many API hits on the Drive API. Hopefully cycling through some service accounts will help me with this. It seems like all of the pieces are here, but they may not be assembled in the right order for my needs as from what I understand this is for uploading local files to a gdrive/tdrive. Could this be adapted to sync files from an unlimited gdrive to a encrypted tdrive?
  5. I am back up and running after running through Settings/Nvidia Unraid and chosing the most recent version. What I learned from this is that if you are using Nvidia inside of UnRaid, that you can't just update as soon as UnRaid tells you that an update is available. You have to wait until Nvidia UnRaid has the update available. Thank you for all of the assistance.
  6. I tried running through the previous apps feature again, and Plex was listed. Upon clicking it I get root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'NVIDIA_DRIVER_CAPABILITIES '='all' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-d176d9bc-3e97-1c7c-080c-50c7569935e5' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/disks/gdrive/Media/movies/':'/mnt/disks/gdrive/Media/movies':'rw' -v '/mnt/disks/gdrive/Media/tv/':'/tv':'rw' -v '/mnt/disks/gdrive/Media/music/':'/music':'rw' -v '':'/transcode':'rw' -v '':'/movies':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' --runtime=nvidia 'linuxserver/plex' /usr/bin/docker: Error response from daemon: Unknown runtime specified nvidia. See '/usr/bin/docker run --help'. The command failed. I see that NVIDIA_VISIBLE_DEVICES is listed twice, with one of them being blank
  7. Well I feel stupid, that was easy. Unfortunately it didn't work. This brought me back to the (orphan image).
  8. Greetings team! After upgrading my UnRaid to 6.8 today, I ran docker updates. When upgrading LinuxServer.io - Plex I got an error about a ZIP file. Unfortunately I didn't save the error. After this error I had an orphaned docker container with only the option to remove, which I did. I just looked and I do still have the appdata folder for the Plex container. How do I redeploy and utilize this prior config?