Sabnzbd permissions problem

Status
Not open for further replies.

Vinh

Dabbler
Joined
Apr 5, 2016
Messages
12
Code:
drwxrwxr-x+  55 media  media       385 Apr 14 17:31 Anime
drwxrwxr-x+   6 media  media         7 Jan  3 15:43 Apps
drwxrwxr-x+  14 media  media        14 Jan 26 17:44 Books
drwxrwxr-x+   3 media  media         4 Jan  3 15:46 Misc
drwxrwxr-x+ 118 media  media       120 Apr 13 08:33 Movies
drwxrwxr-x+  84 media  media        85 Jan  3 15:47 Music
drwxrwxr-x+  67 media  media        67 Apr 17 10:57 TV


ls -l /path/to/files
then check if there are "+" at the end.
looks like all of the have the "+" at the end. How do i go about getting rid of them? Thanks again fro the quick response and help
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Code:
drwxrwxr-x+  55 media  media       385 Apr 14 17:31 Anime
drwxrwxr-x+   6 media  media         7 Jan  3 15:43 Apps
drwxrwxr-x+  14 media  media        14 Jan 26 17:44 Books
drwxrwxr-x+   3 media  media         4 Jan  3 15:46 Misc
drwxrwxr-x+ 118 media  media       120 Apr 13 08:33 Movies
drwxrwxr-x+  84 media  media        85 Jan  3 15:47 Music
drwxrwxr-x+  67 media  media        67 Apr 17 10:57 TV



looks like all of the have the "+" at the end. How do i go about getting rid of them? Thanks again fro the quick response and help
idk, never dealt with it myself. though I have read of people using a command to get rid of them before
 

Vinh

Dabbler
Joined
Apr 5, 2016
Messages
12
idk, never dealt with it myself. though I have read of people using a command to get rid of them before
To share with other people I was able to remove the ACL priv with the following command
to remove the '+' from the folder - setfacl -b /path to folder
to set privs as default - setfacl -d /path to folder (the will make it so any new files made in the fold will have same privs, i.e. no '+' a the end)
to do recursive for existing files in the folder - setfalc -b /path to folder/*
 

RoadHazard

Explorer
Joined
Nov 29, 2015
Messages
83
Like many others, I get frequent 'cannot change permission' errors from SABnzbd, but apart from that, it seems to work okay. Nevertheless, I'd like to understand and fix the problem.

A look inside its jail shows some odd information. Both the user 'media' and the group 'media' have the UID/GID of 8675309 (yes, like the song). Shouldn't the UID be 816? And shouldn't the GID always be < 32767 anyway?

Is this a real problem, or am I barking up the wrong tree? And should I manually change the UID and/or the GID to more rational values?
 
Status
Not open for further replies.
Top