Page 1 of 1

Sabnzbd suddenly stopped working

Posted: July 20th, 2012, 4:31 pm
by aegis
Hi I have strange error. Sab was working fine on ubuntu 12.04 and then i noticed it wasn't running anymore :'( :'( . I tried to start it with

Code: Select all

sudo service sabnzbdplus start
its show sabnzbd started OK, but when I look with netstat I dont see any python progam running with the ports i configured for sab ??? ??? .

i used

Code: Select all

sudo netstat -ltnup | grep python
I checked the logs and i get this error I googled to check if i could find anything on it but on the error but i found nothing similar.

Code: Select all

2012-07-20 23:09:35,007::WARNING::[sabnzbdplus:341] Cannot find web template: /usr/share/sabnzbdplus/interfaces/Mobile/templates/main.tmpl, trying standard template
2012-07-20 23:09:35,093::ERROR::[sabnzbdplus:1473] Failed to start web-interface:
Traceback (most recent call last):
  File "/usr/bin/sabnzbdplus", line 1464, in main
    cherrypy.process.servers.check_port(browserhost, cherryport)
  File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 228, in check_port
    socket.SOCK_STREAM):
gaierror: [Errno -2] Name or service not known
2012-07-20 23:09:35,097::ERROR::[sabnzbdplus:303] Failed to start web-interface : [Errno -2] Name or service not known
I dont have any clue why it won't start cause didn't change anything between sab working and getting this error message.
I also remove sab with apt-get en reinstalled it but it didn't change anything. I run sab next to headphones/couchpotato/sickbeard/spotweb and haven't had any errors like this before.

Re: Sabnzbd suddenly stopped working

Posted: July 20th, 2012, 5:23 pm
by jcfp
The error points to issues with dns or hostnames. Any recent changes to the dns/hostname setup of this sytem? What host is sab configured to listen on? Can you ping that host?

Re: Sabnzbd suddenly stopped working

Posted: July 21st, 2012, 1:40 am
by aegis
The host works fine, i can access headphones/couchpotato and sickbeard just normal. I didnt change any network of dns settings inbetween sab working and sab not working.
Sab is configured to listen to 0.0.0.0 and port 8085.

Re: Help With Categories

Posted: July 21st, 2012, 1:57 am
by shypike
Try using the actual IP as the host address.