-
Notifications
You must be signed in to change notification settings - Fork 43
Fixing permissions
Permissions can sometimes cause problems ie. if Sonarr/Radarr are not moving files into place or if Deluge does not start downloading because of lack of permission. Luckily there is a simple fix if SystemClean does not work (Menu: E, C)
The universal command is to chown
the folder causing problems.
If you got issues with Sonarr/Radarr not moving files, you can fix the permissions with: sudo chown -R $USER:$USER $HOME /mnt/google/
If Deluge cannot access the Download folder, it can be because of permission (+ a thousand other reasons). Permissions can be fixed by: sudo chown -R $USER:$USER $HOME /mnt/uploads
and then sudo ln -s /mnt/uploads/Downloads $HOME/Downloads
to ensure that the symlink to the Download folder is in place. Remember to set the right download folder in Deluge settings
Installation: sudo wget http://bit.ly/GetGooby2 -O /tmp/install.sh && sudo bash /tmp/install.sh
Basic information and instructions can be found on TechPerplexed.