sabnzbdplus won't start up

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
fiaskogaul
Newbie
Newbie
Posts: 3
Joined: January 30th, 2014, 8:11 am

sabnzbdplus won't start up

Post by fiaskogaul »

sounds trivial :-\

A few days ago everything worked fine but then I recognized, that sabnzbd wasn't running (ubuntu 12.04 server). I tried to restart the daemon on the running system without any luck. After three complete reboots sabnzbd came up. I couldn't make up why, because I didn't change a thing between the several reboots.
Sabnzbd kept running without any issue for another week and now I got the same problem. The deamon fails starting on boot and fails when starting manually. Here's what the terminal says after the attempt to start sabnzbd:

Code: Select all

user@Server:~/.sabnzbd/logs$ sabnzbdplus
2014-01-30 00:59:47,185::INFO::[sabnzbdplus:1250] --------------------------------
2014-01-30 00:59:47,190::INFO::[sabnzbdplus:1251] sabnzbdplus-0.7.17Beta3 (rev=35381555a95837b499a9d3a565cff3ca6e2e3d12)
2014-01-30 00:59:47,193::INFO::[sabnzbdplus:1263] Platform = posix
2014-01-30 00:59:47,195::INFO::[sabnzbdplus:1264] Python-version = 2.7.3 (default, Sep 26 2013, 20:03:06) 
[GCC 4.6.3]
2014-01-30 00:59:47,196::INFO::[sabnzbdplus:1265] Arguments = /usr/bin/sabnzbdplus
2014-01-30 00:59:47,197::INFO::[sabnzbdplus:1278] Read INI file /home/user/.sabnzbd/sabnzbd.ini
2014-01-30 00:59:47,339::INFO::[__init__:941] Loading data for bookmarks.sab from /home/user/.sabnzbd/admin/bookmarks.sab
2014-01-30 00:59:47,351::INFO::[__init__:941] Loading data for rss_data.sab from /home/user/.sabnzbd/admin/rss_data.sab
2014-01-30 00:59:47,355::INFO::[__init__:941] Loading data for totals9.sab from /home/user/.sabnzbd/admin/totals9.sab
2014-01-30 00:59:47,502::INFO::[postproc:91] Loading postproc queue
2014-01-30 00:59:47,505::INFO::[__init__:941] Loading data for postproc1.sab from /home/user/.sabnzbd/admin/postproc1.sab
Getötet 
(Getötet = killed)

has anyone an idea what happening here?

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

Re: sabnzbdplus won't start up

Post by shypike »

Set logging to "Debug" first.
Not sure how to do this with a Linux package though.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1022
Joined: February 7th, 2008, 12:45 pm

Re: sabnzbdplus won't start up

Post by jcfp »

Command line option as always...

Code: Select all

--logging 2
For the init script, this and any other sab command line option can be passed via /etc/default/sabnzbdplus (var. EXTRAOPTS).

Although I doubt it's sab itself causing this...
fiaskogaul
Newbie
Newbie
Posts: 3
Joined: January 30th, 2014, 8:11 am

Re: sabnzbdplus won't start up

Post by fiaskogaul »

hm.. now I get a wizzard which asks:

Code: Select all

unable to get local issuer certificate: accept? (y/n)

Code: Select all

Bad cert ident SABnzbd from localhost: accept? (y/n)

Code: Select all

Accept unsecure SSL session:Bad cert ident SABnzbd from localhost
and finally:

Code: Select all

≪ ↑ ↓ Viewing[SSL] <>   No Line
that also happens if logging is off
fiaskogaul
Newbie
Newbie
Posts: 3
Joined: January 30th, 2014, 8:11 am

Re: sabnzbdplus won't start up

Post by fiaskogaul »

and another reboot an it runs. o_O
Post Reply