Get help with all aspects of SABnzbd
Forum rules
Help us help you:
Are you using the latest stable version of SABnzbd? Downloads page .
Tell us what system you run SABnzbd on.
Adhere to the forum rules .
Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers .
We will probably ask you to do a test using only basic settings .
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
mykel
Newbie
Posts: 3 Joined: April 12th, 2022, 11:47 am
Post
by mykel » April 12th, 2022, 12:02 pm
I'm likely missing something super basic here. So a second set of eyes is appreciated.
Here's the error i'm getting:
PermissionError: [Errno 13] Permission denied: '/volume1/video/0downloads/ ... '
Already did a
sudo chmod 775 -R /volume1/video/*
Then for extra emphasis I did:
Control Panel -> Shared Folder -> Video
Edit -> Permissions -> Select "System internal user"
Set Read/Write for:
- sc-mono
- sc-nzbdrone
- sc-python310
- sc-python38
- sc-sabnzbd
what am i missing? thank you in advance!
sander
Release Testers
Posts: 9429 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » April 12th, 2022, 12:26 pm
And what are the rights on /volume1/video/0downloads/
mykel
Newbie
Posts: 3 Joined: April 12th, 2022, 11:47 am
Post
by mykel » April 12th, 2022, 1:29 pm
you mean this?
drwxrwxr-x 1 _____ users 16 Feb 15 16:18 /volume1/video/0downloads/
sander
Release Testers
Posts: 9429 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » April 12th, 2022, 1:37 pm
Yes. Is that enough writing rights for the user running SAB?
... what if you set that directory to 777 ?
mykel
Newbie
Posts: 3 Joined: April 12th, 2022, 11:47 am
Post
by mykel » April 12th, 2022, 3:59 pm
apparently not!
this worked:
sudo chmod 777 -R /volume1/video/0downloads/*
thank you!!