Page 1 of 1

sabnzbdplus won't start up

Posted: January 30th, 2014, 9:50 am
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

Re: sabnzbdplus won't start up

Posted: January 30th, 2014, 4:06 pm
by shypike
Set logging to "Debug" first.
Not sure how to do this with a Linux package though.

Re: sabnzbdplus won't start up

Posted: January 31st, 2014, 4:03 am
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...

Re: sabnzbdplus won't start up

Posted: February 4th, 2014, 6:00 pm
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

Re: sabnzbdplus won't start up

Posted: February 4th, 2014, 6:01 pm
by fiaskogaul
and another reboot an it runs. o_O