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.

Kaizac

Members
  • Joined

Everything posted by Kaizac

  1. You mount your dockers to /mnt/user/mount_mergerfs/google_vfs and then the proper subfolder (tv/movies/downloads/etc.). If you just put it on your cache it will only see the local stored files.
  2. With unionfs or mergerfs? If mergerfs would you mind sharing your merger command?
  3. Yep I removed one of my local folders which was in my mergerfs and now Sonarr works. Too bad that doesn't work.
  4. I keep getting this error both with automatic import als manual import. But it only happens with upgrades to files: Sab and Sonarr are pointing to the same directory and new series work fine, it's only when an existing file needs to be upgraded. Below the docker runs of sab and sonarr. Hopefully someone has an idea? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='sonarr' --net='br0.90' --log-opt max-size='10m' --log-opt max-file='1' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'TCP_PORT_8989'='8989' -e 'PUID'='99' -e 'PGID'='100' -v '/dev/rtc':'/dev/rtc':'ro' -v '/mnt/user/mount_unionfs/Tdrive/Series/':'/tv':'rw' -v '/mnt/user/mount_unionfs/Tdrive/Downloads/':'/downloads':'rw' -v '/mnt/user/mount_unionfs/':'/unionfs':'rw,slave' -v '/mnt/cache/appdata/sonarr':'/config':'rw' 'linuxserver/sonarr:preview' root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='sabnzbd' --net='br0.90' --ip='192.168.90.10' --log-opt max-size='10m' --log-opt max-file='1' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'TCP_PORT_8080'='8080' -e 'TCP_PORT_9090'='9090' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/mount_unionfs/Tdrive/Downloads/':'/downloads':'rw' -v '/mnt/user/mount_unionfs/Tdrive/Downloads/Incompleet/':'/incomplete-downloads':'rw' -v '/mnt/user/mount_unionfs/':'/unionfs':'rw,slave' -v '/mnt/cache/appdata/sabnzbd':'/config':'rw' 'linuxserver/sabnzbd'
  5. I'm not using the recycling bin, but I thought you might be doing that. I just don't get why Sonarr can't upgrade files and gets an access denied, when Radarr is working fine with the same settings. For downloads I like to unionfs/Tdrive/Downloads and for series I point to unionfs/Tdrive/Series. Both on r/w and mount_unionfs on rw-slave. I'm doubting I need remote mapping because sonarr and sab are on different IP's. But that isn't needed for Radarr either.
  6. I'm trying to run a ssh command through User Scripts. So I expect creating a .sh file is the right way to do that. But then how do I trigger it from User Scripts? And if I want to make it more complex by giving it this command when running: PYTHONIOENCODING=utf8 * * * * * /path/to/script.sh How would I go about that? And what exactly should be the path if I for example put the .sh file in the User Scripts/scripts folder?
  7. @DZMM did you configure recycling bin in your Sonarr instance? If not would you mind sharing your docker settings, which folders you put on r/w slave and which on normaly r/w. I'm still having import issues, but only when upgrading files. Getting an access denied error.
  8. @DZMM Do you never have the problem of the daemon docker not running when you run the mount script at startup? Nuhll has the same problem as me. I've put in a sleep of 30 but that's not enough. Will be increasing it more to try to get it fixed. But I find it strange that you don't have the same issue. @nuhll unfortunately I have the permission denied error again. Did it come back for you?
  9. If you roll back to unionfs does it work then?
  10. Try fixing your share settings through safe permissions under tools
  11. Check your r/w settings for your mappings in your docker settings. Rw slave for mount unionfs and rw for the rest
  12. In your docker settings for radarr
  13. Radarr has some issues lately. Had the same issues last couple of days, but now seem to have fixed it. Change your appdata link from /user/ to /cache/.
  14. @DZMM sorry but in your first post you wrote this: I've tried to understand what you're saying here, but I really can't. What exactly is the difference in user/rclone_upload with user/local? They are both local shares which you include in your union/merge. Maybe I'm missing something in your changes, since my configuration was a bit different because of more local folders.
  15. You have a double --fast-list in your upload code. Probably not an issue, but might want to remove it. So far I've just migrated everything over and it seems to be working fine! Don't understand the hardlinking much yet, because I don't use torrents much so don't have the seeding issue. Will have to change parts of my folder structure though to get in line with the new standard.
  16. Ok understood. In your mount command you have --dir-cache-time 720h. This used to be 72h. Why the change? And you also started using --fast-list in the mount command. I thought this didn't work in the mount command only when doing transfers for example. Has that changed?
  17. Do we need to install something from apps to do that? Or you just use the direct repo link? So in the future it could be that the repo gets moved/deleted and it won't work?
  18. @DZMMcurrently reading into your scripts. What I don't understand is why you have to create a docker for mergerfs. Is this the way it's implemented in rclone?
  19. I commend your effort. The total lack of research or effort put in by a lot of newcomers in this topic is totally killing my interest in helping them. I've helped a few in here to totally set it up through a remote session, but all of them put in a lot of work themselves to try to get it to work. What I mostly see happening now is people coming it saying it doesn't work and then we should magically, understand where the fix is. This whole solution is not mainstream and it never will be. Even when DZMM and others here like me have it running without huge issues, there are still some problems we might forget because solving them has become second nature to us. Think about Api bans, using seperate mounts for different dockers, RAM filling up., etc. Things like a video guide will not give the whole picture of how and why it is functioning like it is and thus it will just move the stress to troubleshooting when it's running. So my advice: don't waste more time on the people who want it on a silver platter. Maybe I come across harsh, but I'm used trying to find solutions myself and then presenting what I have tried and where I ran into issues.
  20. Kaizac replied to Waseh's topic in Plugin Support
    Yeah I do the same, cron job together with rclone for a local backup. So I just restored the config manually and rebooted the system and it's all working again. Very strange behaviour and never had this happen before.
  21. Kaizac replied to Waseh's topic in Plugin Support
    Yes, checked that but it's an empty config. CA restore also didn't fix it, so I'm now troubleshooting. Really don't feel like manually restoring 60 remotes....
  22. Kaizac replied to Waseh's topic in Plugin Support
    Woke up this morning to a not functioning server. Running rclone-beta. Suddenly my whole rclone config is erased. So make sure you have your configs backed up.
  23. Don't forget Plex also has SubZero for downloading subtitles which can also cause a spike in activity.

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.