Another Synology Permissions Error Post

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.
Post Reply
mykel
Newbie
Newbie
Posts: 3
Joined: April 12th, 2022, 11:47 am

Another Synology Permissions Error Post

Post 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!
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Another Synology Permissions Error Post

Post by sander »

And what are the rights on /volume1/video/0downloads/
mykel
Newbie
Newbie
Posts: 3
Joined: April 12th, 2022, 11:47 am

Re: Another Synology Permissions Error Post

Post by mykel »

you mean this?
drwxrwxr-x 1 _____ users 16 Feb 15 16:18 /volume1/video/0downloads/
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Another Synology Permissions Error Post

Post by sander »

Yes. Is that enough writing rights for the user running SAB?
... what if you set that directory to 777 ?
mykel
Newbie
Newbie
Posts: 3
Joined: April 12th, 2022, 11:47 am

Re: Another Synology Permissions Error Post

Post by mykel »

apparently not!

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