Closed drahamim closed 1 month ago
@drahamim
Synology DSM runs each package under a specific user. For SynoCommunity nzbget package, sc-nzbget
user is used.
When the SynoCommunity nzbget package is installed, you select a shared folder to save the nzbget files. The default is downloads
. All permissions to this folder will be automatically created during installation.
If you want to use a different shared folder for nzbget files, you need to add RW permissions for this folder for the sc-nzbget
user via:
Control Panel -> Shared Folder -> Select folder you want to use -> Edit -> Permissions tab -> select from combobox System internal user
-> sc-nzbget -> Read/Write -> Save.
I just tested on DS215j / DSM 6.2.4-25556 Update 7
After following as you suggested above I still get the permission denied response.
Should I try re-installing 24.2 or just remove and install with 24.3?
I'm also trying to figure out why its reporting "Invalid value" errors, then saying permission denied to the default directory which is not what I use.
@drahamim
Sigh.... This issue can be closed.
on a hail-marry i changed my uMask setting to 1000
instead of 0777
or 777
That seems to have fixed my downloads and the update script.
I will note the first part of the log I posted in my initial message about the Dirs being invalid still showed even with a successful update.
Is there already an issue for your problem?
NZBGet Version
v24.3-stable
Platform
NAS/Synology/QNAP
Environment
Current Behavior
I get a list of errors regarding directory settings.
Invalid value for option "<some>Dir" (.../@appstore/nzbget/bin/downloads/nzb) error 13
I have checked permissions over and over and its still failingExpected Behavior
Update NzbGet
Steps To Reproduce
Logs
Executing update-script /volume1/@appstore/nzbget/bin/install-update.sh Downloading version information... nzbget.conf(55): Invalid value for option "TempDir" (/volume1/@appstore/nzbget/bin/downloads/tmp): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/tmp: errno 13, Permission denied nzbget.conf(52): Invalid value for option "QueueDir" (/volume1/@appstore/nzbget/bin/downloads/queue): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/queue: errno 13, Permission denied nzbget.conf(46): Invalid value for option "NzbDir" (/volume1/@appstore/nzbget/bin/downloads/nzb): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/nzb: errno 13, Permission denied Downloading verification signature... nzbget.conf(55): Invalid value for option "TempDir" (/volume1/@appstore/nzbget/bin/downloads/tmp): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/tmp: errno 13, Permission denied nzbget.conf(52): Invalid value for option "QueueDir" (/volume1/@appstore/nzbget/bin/downloads/queue): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/queue: errno 13, Permission denied nzbget.conf(46): Invalid value for option "NzbDir" (/volume1/@appstore/nzbget/bin/downloads/nzb): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/nzb: errno 13, Permission denied Downloading nzbget-24.3-bin-linux.run... nzbget.conf(55): Invalid value for option "TempDir" (/volume1/@appstore/nzbget/bin/downloads/tmp): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/tmp: errno 13, Permission denied nzbget.conf(52): Invalid value for option "QueueDir" (/volume1/@appstore/nzbget/bin/downloads/queue): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/queue: errno 13, Permission denied nzbget.conf(46): Invalid value for option "NzbDir" (/volume1/@appstore/nzbget/bin/downloads/nzb): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/nzb: errno 13, Permission denied Verifying package authenticity... nzbget.conf(55): Invalid value for option "TempDir" (/volume1/@appstore/nzbget/bin/downloads/tmp): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/tmp: errno 13, Permission denied nzbget.conf(52): Invalid value for option "QueueDir" (/volume1/@appstore/nzbget/bin/downloads/queue): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/queue: errno 13, Permission denied nzbget.conf(46): Invalid value for option "NzbDir" (/volume1/@appstore/nzbget/bin/downloads/nzb): could not read information for directory /volume1/@appstore/nzbget/bin/downloads/nzb: errno 13, Permission denied Updating NZBGet... ... Installer for nzbget-24.3 Verifying package... Checking system... CPU-Architecture: x86_64 Unpacking... /volume1/Storage/Public/Videos/Download/Usenet/NZBget/tmp/nzbget-24.3-bin-linux.run: line 258: /volume1/@appstore/nzbget/bin/installer.tmp: Permission denied Update failed, installer terminated with error status
Extra information
No response