cannot start sabnzbd 0.5.4 on debain

Support for the Debian/Ubuntu package, created by JCFP.
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
funtoy
Newbie
Newbie
Posts: 9
Joined: February 14th, 2009, 12:43 pm

cannot start sabnzbd 0.5.4 on debain

Post by funtoy »

I instlled sabnzbd on my dockstar debian squeeze and it was fine working fine for over a week. All of the sudden, I noticed it is not running. When I tried to start it up again using command /etc/init.d/sabnzbdplus start, cherrypy.log has the following messages:

[17/Nov/2010:06:40:52] ENGINE Bus STARTING
[17/Nov/2010:06:40:52] ENGINE Started monitor thread '_TimeoutMonitor'.
[17/Nov/2010:06:40:52] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
  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 1629, in start
    raise socket.error, msg
error: [Errno 99] Cannot assign requested address

[17/Nov/2010:06:40:52] ENGINE Bus STOPPING
[17/Nov/2010:06:40:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('lanai', 9000)) already shut down
[17/Nov/2010:06:40:52] ENGINE Stopped thread '_TimeoutMonitor'.
[17/Nov/2010:06:40:52] ENGINE Bus STOPPED
[17/Nov/2010:06:40:52] ENGINE Bus EXITING
[17/Nov/2010:06:40:52] ENGINE Bus EXITED
[17/Nov/2010:06:40:52] ENGINE Error in 'start' listener >
Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
    output.append(listener(*args, **kwargs))
  File "/usr/share/sabnzbdplus/cherrypy/_cpserver.py", line 90, in start
    ServerAdapter.start(self)
  File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start
    self.wait()
  File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 97, in wait
    raise self.interrupt
error: [Errno 99] Cannot assign requested address

[17/Nov/2010:06:40:52] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 184, in start
    self.publish('start')
  File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
    output.append(listener(*args, **kwargs))
  File "/usr/share/sabnzbdplus/cherrypy/_cpserver.py", line 90, in start
    ServerAdapter.start(self)
  File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start
    self.wait()
  File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 97, in wait
    raise self.interrupt
error: [Errno 99] Cannot assign requested address

[17/Nov/2010:06:40:52] ENGINE Bus STOPPING
[17/Nov/2010:06:40:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('lanai', 9000)) already shut down
[17/Nov/2010:06:40:52] ENGINE No thread running for _TimeoutMonitor.
[17/Nov/2010:06:40:52] ENGINE Bus STOPPED
[17/Nov/2010:06:40:52] ENGINE Bus EXITING
[17/Nov/2010:06:40:52] ENGINE Bus EXITED
funtoy
Newbie
Newbie
Posts: 9
Joined: February 14th, 2009, 12:43 pm

Re: cannot start sabnzbd 0.5.4 on debain

Post by funtoy »

Now I am confused. I changed host from "" to 0.0.0.0 in sabnzbd.ini and it starts up! Why???
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cannot start sabnzbd 0.5.4 on debain

Post by shypike »

Because some Linux systems do not return a system name
that translates to an IP address (while they should).
funtoy
Newbie
Newbie
Posts: 9
Joined: February 14th, 2009, 12:43 pm

Re: cannot start sabnzbd 0.5.4 on debain

Post by funtoy »

Thanks. I did change my computer to "lanai" the other day. Maybe that is when the trouble began... Will look into that so I don't get other surprises.
Post Reply