Permissions for Folders

Support for the Debian/Ubuntu package, created by JCFP.
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
morphjk
Newbie
Newbie
Posts: 3
Joined: November 2nd, 2011, 12:01 am

Permissions for Folders

Post by morphjk »

Hi everyone,

I have just installed sabnzbd on my Arch Linux backend but I am having lots of trouble getting the folders set. It seems I just can't get the folder permissions.

My folders I want use currently have the following permissions:

Code: Select all

drw-rw-r--  2 media users     4096 Nov  2 10:29 completed
drw-rw-r--  2 media users     4096 Nov  2 14:41 nzb
drw-rw-r--  2 media users     4096 Nov  2 10:26 usenet
I've add sabnzbd user to the group users but no matter what I just get the following error:
Image

I installed it from yaourt through the Arch Linux repository. The version I am running is 0.6.x and is running plush gold.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Permissions for Folders

Post by shypike »

Where are the X bits?
Folders need those.
morphjk
Newbie
Newbie
Posts: 3
Joined: November 2nd, 2011, 12:01 am

Re: Permissions for Folders

Post by morphjk »

I've modified my file permissions to 775

Code: Select all

drwxrwxr-x  2 media users    4096 Nov  2 10:29 completed
drwxrwxr-x  2 media users    4096 Nov  2 14:41 nzb
drwxrwxr-x  2 media users    4096 Nov  2 10:26 usenet
But even these don't work and nor do 777
morphjk
Newbie
Newbie
Posts: 3
Joined: November 2nd, 2011, 12:01 am

Re: Permissions for Folders

Post by morphjk »

Changed my folders to b e:

Code: Select all

drwxrwxr-x  2 sabnzbd users    4096 Nov  2 10:29 completed
drwxrwxr-x  2 sabnzbd users    4096 Nov  2 14:41 nzb
drwxrwxr-x  2 sabnzbd users    4096 Nov  2 10:26 usenet
But it still doesn't work
mkeybhoy
Newbie
Newbie
Posts: 11
Joined: November 8th, 2011, 9:18 am

Re: Permissions for Folders

Post by mkeybhoy »

can you post the output of

ls -al /home/media/Public
Post Reply