Odd random crashing

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
tachioma
Newbie
Newbie
Posts: 4
Joined: January 18th, 2013, 2:23 pm

Odd random crashing

Post by tachioma »

Afternoon All,

Having an odd error, runnign sab on wheezy and it will randomly crash. If i log on and try to start it again it will run but only in my current console window. if i close my putty session sab stops.

usually it just starts and that's that.

The error in the log is shown as :

Code: Select all

Exception in thread HTTPServer Thread-9:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 504, 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: [Errno 99] Cannot assign requested address
Any ideas anyone? ???

thanks
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Odd random crashing

Post by shypike »

SABnzbd is supposed to stop when you disconnect your putty session,
that's just the way Unix systems work.
You should use the -d (daemon) parameter and -f <ini-file> to run SABnzbd as a permanent service.
tachioma
Newbie
Newbie
Posts: 4
Joined: January 18th, 2013, 2:23 pm

Re: Odd random crashing

Post by tachioma »

Oh yes I understand that, but sab installs as a service by default on wheezy, i figured that i wouldn't have to use the -d when starting it again. Of course, i'm noob for not trying that straight away. :-[

Having said that though, it is still randomly stopping . . .
Post Reply