Page 1 of 1

Could not read configuration file: [Errno 13] Permission de

Posted: April 13th, 2013, 10:14 am
by kamkamd
Hello,

I configured Sabnzbd to work with Sickbeard on my Syno 212j but eachtime a download tries to proceed the postprocessing script in sab, it returns this error :

Code: Select all

Loading config from /usr/local/sickbeard/share/SickBeard/autoProcessTV/autoProcessTV.cfg
Could not read configuration file:  [Errno 13] Permission denied: '/usr/local/sickbeard/share/SickBeard/autoProcessTV/autoProcessTV.cfg'


I tried to change rights on this file with ssh connexion and the command :

Code: Select all

chown sickbeard:users /usr/local/sickbeard/share/SickBeard/autoProcessTV
/autoProcessTV.cfg
but it doesnt change anything.

Any idea ?!

Thx

Re: Could not read configuration file: [Errno 13] Permissio

Posted: April 13th, 2013, 12:20 pm
by shypike
First of all this is a error report by SickBeard and not SABnzbd.
There's obviously something wrong with the access rights of the SickBeard files.
Do you run SABnzbd under the same account that owns the SickBeard files?
Does that account have access?

Re: Could not read configuration file: [Errno 13] Permissio

Posted: April 13th, 2013, 1:11 pm
by kamkamd
First of all, thank you for this quick answer ! Sorry if i didn't post at the right place. I was hoping someone had the same problem (i checked in the history before posting).
I have only one created user on my syno, wich is admin. So i installed and launched all packages with that account, made all configuration and i'm always connected with this user.
I cannot figure if the account have access to this file (i'm total noob in linux commands ...). How can I find it out ?