Sabnzbd on Fedora 18 - crashes on queue complete
Posted: April 15th, 2013, 10:06 pm
So, I've set up Sabnzbd+ on fedora 18. I'm running version 0.7.11. My media is kept on a Synology NAS. I have disabled selinux on the fedora system, I have ensured all sabnzbd files are owned by the sabnzbd user (chown -R sabnzbd.media /opt/sabnzbd). I've ensured that all python scripts in the sabnzbd tree have execute permission. Unfortunately, sabnzbd keep falling over with the following error, once it goes to empty queue. The only similar issues I could find in the forums surrounded python files without execute permissions. I'm pretty confident this isn't my problem
So, here's the crash error:
Now, I'm wondering if this might be a permission on my NAS, but I'm not sure how to address or track that down, based on the error I've got in the log.
Here's the mount statement for my NAS share from /etc/fstab:
Can anyone help me troubleshoot this?
Cheers
Ikarius
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