Page 1 of 1

[ERRNO 13] while running post-processing script

Posted: October 31st, 2010, 7:16 am
by grego77
Hi,

I have SABNZBD installed on my synology DS207+, and since a few weeks, I have the following error :

"Cannot run script /volume1/Video/scripts/auto-index"

now, the log file gives me more details, but unfortunately, of no help for a noOb like me :
[newsunpack:134] Failed script /volume1/Video/scripts/auto-index, Traceback:
Traceback (most recent call last):
  File "/volume1/@appstore/sab2/SABnzbd-0.5.4/sabnzbd/newsunpack.py", line 132, in external_processing
    startupinfo=stup, env=env, creationflags=creationflags)
  File "/opt/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)
  File "/opt/lib/python2.5/subprocess.py", line 1097, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied
Does anyone know how to get it to work again ?

Thank you for your help !!

Re: [ERRNO 13] while running post-processing script

Posted: October 31st, 2010, 2:32 pm
by shypike
You probably forgot to set the X bit of the script.
chmod +x /volume1/Video/scripts/auto-index
Either that or the user/group/world access is not properly set.

Re: [ERRNO 13] while running post-processing script

Posted: November 1st, 2010, 2:12 pm
by grego77
That did the trick ... I don't knpw why the authorizations have been amended...

Thank you very much !