So, here's the crash error:
Code: Select all
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/share/SABnzbd/sabnzbd/postproc.py", line 167, in run
handle_empty_queue()
File "/usr/share/SABnzbd/sabnzbd/postproc.py", line 651, in handle_empty_queue
sabnzbd.QUEUECOMPLETEACTION(sabnzbd.QUEUECOMPLETEARG)
File "/usr/share/SABnzbd/sabnzbd/__init__.py", line 761, in run_script
startupinfo=stup, creationflags=creationflags)
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
Here's the mount statement for my NAS share from /etc/fstab:
Code: Select all
//homeserver/TV /media/TV cifs password=mypassword,username=myuser,iocharset=utf8,gid=1001,uid=990,file_mode=0777,dir_mode=0777 1 1
Cheers
Ikarius
