[ERRNO 13] while running post-processing script

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
grego77
Newbie
Newbie
Posts: 5
Joined: January 22nd, 2010, 11:49 am

[ERRNO 13] while running post-processing script

Post 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 !!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

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

Post 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.
grego77
Newbie
Newbie
Posts: 5
Joined: January 22nd, 2010, 11:49 am

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

Post by grego77 »

That did the trick ... I don't knpw why the authorizations have been amended...

Thank you very much !
Post Reply