Strange Permission Denied errors when starting
Posted: December 4th, 2011, 8:28 am
Hey guys. I'm sorry to bug you but this issue has really got me pulling my hair out. Last year I experienced some weird issues with sabnzbd and took the lazy way out (rather than fixing them, used nzbget for a while). I'm trying to sort these issues out now but I'm just not having any luck. Below is some relevant information (Ubuntu version and the data in my error log). I'm starting sabnzbd with the init script generally but starting it with "sabnzbdplus -d -b 0" is producing the same result.
Anyone have any ideas? Thanks so much for your help!
Code: Select all
$ cat /etc/issue
Ubuntu 8.04.4 LTS
Code: Select all
Exception in thread HTTPServer Thread-9:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 75, in _start_http_thread
self.httpserver.start()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1644, in start
raise socket.error, msg
error: (13, 'Permission denied')