Page 1 of 1

sabnzbd on synology fails on start

Posted: July 4th, 2015, 9:08 am
by tinzarian
All of a sudden sabnzbd will not start anymore on my synology.
The errorlog shows:

Code: Select all

Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
  File "/usr/local/python/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/local/python/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/process/servers.py", line 75, in _start_http_thread
    self.httpserver.start()
  File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1644, in start
    raise socket.error, msg
error: [Errno 99] Cannot assign requested address
I don't know exactly what changed that caused this and have no idea where to start looking, so any help will be appreciated.

Re: sabnzbd on synology fails on start

Posted: July 4th, 2015, 9:49 am
by shypike
Most of the time this happens when you have entered the local IP address as host
and your router assigned the system a different IP address.

Re: sabnzbd on synology fails on start

Posted: July 4th, 2015, 10:36 am
by tinzarian
That was indeed the problem, after fixing the ip assignment the problem is solved.
Thanks!