Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Tybio

Members
  • Joined

  • Last visited

Everything posted by Tybio

  1. I'm also not sure the % complete for Gather is operating correctly, I just passed 65G of a ~235G gather operation where I'm moving all ~235G to a new disk and it is sitting at 3.15% complete, thus the time to completion seems way off. Minor problem, but I thought I'd point it out! Edit: The gather finished, it was at exactly 11.11% when complete. Hope that helps.
  2. Also, as a feature request, just to help my OCD would it be possible to remove the root directory from the disks where it is empty? Even if this works, in the above post it looks like it would leave /mnt/disk4/Andromeda in place, just empty.
  3. Ok, here you go: I: 2017/08/18 18:13:10 core.go:775: Running Move operation ... I: 2017/08/18 18:13:10 core.go:905: Command Started: (src: /mnt/disk4) rsync -avPRX "TV/Andromeda/Season 1" "/mnt/disk3/" I: 2017/08/18 18:13:58 core.go:987: Command Finished I: 2017/08/18 18:13:58 core.go:993: Current progress: 1.06% done ~ 1h15m51s left (66.70 MB/s) I: 2017/08/18 18:13:58 core.go:1005: Removing: rm -rf "TV/Andromeda/Season 1" However: root@Storage:/boot/logs# ls /mnt/disk4/TV/Andromeda/Season\ 1/ Andromeda\ -\ 01x01\ -\ Under\ the\ Night\ (1).avi Andromeda\ -\ 01x12\ -\ The\ Mathematics\ of\ Tears.avi Andromeda\ -\ 01x02\ -\ An\ Affirming\ Flame\ (2).avi Andromeda\ -\ 01x13\ -\ Music\ of\ a\ Distant\ Drum.avi Andromeda\ -\ 01x03\ -\ To\ Loose\ the\ Fateful\ Lightning.avi Andromeda\ -\ 01x14\ -\ Harper\ 2.0.avi Andromeda\ -\ 01x04\ -\ D\ Minus\ Zero.avi Andromeda\ -\ 01x15\ -\ Forced\ Perspective.avi Andromeda\ -\ 01x05\ -\ Double\ Helix.avi Andromeda\ -\ 01x16\ -\ The\ Sum\ of\ Its\ Parts.avi Andromeda\ -\ 01x06\ -\ Angel\ Dark,\ Demon\ Bright.avi Andromeda\ -\ 01x17\ -\ Fear\ and\ Loathing\ in\ the\ Milky\ Way.avi Andromeda\ -\ 01x07\ -\ The\ Ties\ That\ Blind.avi Andromeda\ -\ 01x18\ -\ The\ Devil\ Take\ the\ Hindmost.avi Andromeda\ -\ 01x08\ -\ The\ Banks\ of\ the\ Lethe.avi Andromeda\ -\ 01x19\ -\ The\ Honey\ Offering.avi Andromeda\ -\ 01x09\ -\ A\ Rose\ in\ the\ Ashes.avi Andromeda\ -\ 01x20\ -\ Star-Crossed.avi Andromeda\ -\ 01x10\ -\ All\ Great\ Neptune's\ Ocean.avi Andromeda\ -\ 01x21\ -\ It\ Makes\ a\ Lovely\ Light.avi Andromeda\ -\ 01x11\ -\ The\ Pearls\ that\ Were\ His\ Eyes.avi Andromeda\ -\ 01x22\ -\ Its\ Hour\ Come\ 'Round\ at\ Last\ (1).avi
  4. Running another test, I'll post results if the files are still in the old directory.
  5. Just had this happen to me, Gathered 12 Monkies and had to manually remove the directories on disk7 and 8. Are you changing working directory to the src: drive? Or using the full path to actually remove the directories? I: 2017/08/18 12:20:14 core.go:775: Running Move operation ... I: 2017/08/18 12:20:14 core.go:905: Command Started: (src: /mnt/disk7) rsync -avPRX "TV/12 Monkeys/Season 1" "/mnt/disk1/" I: 2017/08/18 12:27:02 core.go:987: Command Finished I: 2017/08/18 12:27:02 core.go:993: Current progress: 6.14% done ~ 1h44m2s left (53.75 MB/s) I: 2017/08/18 12:27:02 core.go:1005: Removing: rm -rf "TV/12 Monkeys/Season 1" I: 2017/08/18 12:27:02 core.go:905: Command Started: (src: /mnt/disk8) rsync -avPRX "TV/12 Monkeys/Season 2" "/mnt/disk1/" I: 2017/08/18 12:29:36 core.go:987: Command Finished I: 2017/08/18 12:29:36 core.go:993: Current progress: 8.86% done ~ 1h36m27s left (56.29 MB/s) I: 2017/08/18 12:29:36 core.go:1005: Removing: rm -rf "TV/12 Monkeys/Season 2" I: 2017/08/18 12:29:36 core.go:1092: unBALANCE - MOVE operation completed Started: Aug 18, 2017 12:20:14 Ended: Aug 18, 2017 12:29:36 Elapsed: 9m22.689s Move operation has finished Transferred 33.21 GB at ~ 56.29 MB/s
  6. My understanding is that the dockers are built once a week from the current check-in of the branch they are following. Never update the app inside a docker, it leads to all sorts of issues
  7. One other note, check the actual directory mount in the Docker, when I checked, the configuration was fine for /movies, however within the docker /movies didn't exist. It looks like if Radarr can't find the "root" directory, it just uses "localdir" to save the files. So it could be the list thing, or you might need to docker exec into it and see if /movies is properly mounted. If not, you have to force the template to update. I changed movies to another location, then back, and it started working again.
  8. UPDATE3: For those using lists, this is a key bug: https://github.com/Radarr/Radarr/issues/1711 I added a list last week and nomater what happens it will not save the "Path" for it, resulting in the webhome of Radarr being used...which is in the docker container. Perhaps I'm the only one here running into this, but I thought Id post just in case.
  9. So I got back from my trip, and it looks like Radarr is pulling the finished files into /opt/radar within the docker when it finds them completed in the download client.. The paths look right, let me try re-installing the docker as a hammer. UPDATE: Found it, for some reason the /movies share wasn't being mounted. It was in the config so it took me logging into the docker and doing 'df -h' to see that it was missing. In the absence of this, it seems radarr just copies the file to the webroot. I tried removing/reinstalling the docker, that didn't work. I had to end up removing the /movies definition from the template and re-adding it. UPDATA2: No dice, still moving the files into freaking /opt/radarr
  10. I just got locked out of my openvpn-as docker (So no access as I'm on the road) due to docker suddenly filling the docker.img. So I don't think this is just you, but I can't confirm until Friday :(. The reason I suspect radarr is it had 4 big files waiting to import with the error "Not enough free space" and when I tried to manually import one, that's when my image whent over the top and (I guess) locked up docker.
  11. I have the update running weekly, I believe that it was the prior maintainers version, so was not getting updated. Everything else is up to date, just hadn't needed this one in years so never caught the change.
  12. Was just working on that when I did a last pass to "Check for stupid". Unfortunatly for me, I found where I was stupid. I had the old plugin installed (Last updated in 2015!). Uninstalled, added the new version and life is good. Sorry about the miss-fire!
  13. Having the same issue, with the same SSD (Evo 840). Can't get the name to stick for the life of me, even tried the trick of adding a line to the .cfg file to force it.
  14. Ahh, so splitters eh? Ok...thanks, I have some laying around..just have to open the case again
  15. Qucik question, on the fan auto control plugin does the setting apply to all PWM fans? I have 3 detected, they all seem to reflect my 3 Case fans (Not CPU) but it looks a lot like only one of them is getting cranked up and down.
  16. Hey man, I love the docker and had avoided posting in the combined thread about a very minor issue...but this gives me a great chance to just put it out there! For some reason, the image on the "Dashboard" and "Plugin" page shows a broken link for Sonarr, like I said...very minor issue as everything works flawlessly...but wanted to point it out.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.