Sabnzbd suddenly stopped working

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
aegis
Newbie
Newbie
Posts: 3
Joined: February 7th, 2011, 3:39 am

Sabnzbd suddenly stopped working

Post 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.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1004
Joined: February 7th, 2008, 12:45 pm

Re: Sabnzbd suddenly stopped working

Post 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?
aegis
Newbie
Newbie
Posts: 3
Joined: February 7th, 2011, 3:39 am

Re: Sabnzbd suddenly stopped working

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help With Categories

Post by shypike »

Try using the actual IP as the host address.
Post Reply