Page 1 of 1

Another Synology Permissions Error Post

Posted: April 12th, 2022, 12:02 pm
by mykel
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!

Re: Another Synology Permissions Error Post

Posted: April 12th, 2022, 12:26 pm
by sander
And what are the rights on /volume1/video/0downloads/

Re: Another Synology Permissions Error Post

Posted: April 12th, 2022, 1:29 pm
by mykel
you mean this?
drwxrwxr-x 1 _____ users 16 Feb 15 16:18 /volume1/video/0downloads/

Re: Another Synology Permissions Error Post

Posted: April 12th, 2022, 1:37 pm
by sander
Yes. Is that enough writing rights for the user running SAB?
... what if you set that directory to 777 ?

Re: Another Synology Permissions Error Post

Posted: April 12th, 2022, 3:59 pm
by mykel
apparently not!

this worked:
sudo chmod 777 -R /volume1/video/0downloads/*
thank you!!