Page 1 of 1

Issue with 1.1.1

Posted: November 29th, 2016, 3:18 pm
by y4yBCR7sMZ
Hello everybody! Love the project and have used it for years.

Having an issue with version 1.1.1 though. It simply doesn't start for me. I run linux and use systemd to start SABnzbd. The unit file I use is:

Code: Select all

[Unit]
Description=Sabnzbd

[Service]
User=sabnzbd
Group=sabnzbd
ExecStart=/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini 
Type=simple

[Install]
WantedBy=multi-user.target
It simply doesn't start. systemctl status results in:

Code: Select all

● sabnzbd.service - Sabnzbd
   Loaded: loaded (/etc/systemd/system/sabnzbd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2016-11-29 13:42:36 CST; 21min ago
  Process: 185 ExecStart=/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini (code=exited, status=1/FAILURE)
 Main PID: 185 (code=exited, status=1/FAILURE)
For now I've downgraded to 1.1.0 and it works no problem, but I'd like to be able to update someday and have it work. Any advice is appreciated!

Re: Issue with 1.1.1

Posted: November 30th, 2016, 1:19 am
by safihre
What happens if you just run the command (with 1.1.1) on the command line?
/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini

What is the error given?

Re: Issue with 1.1.1

Posted: February 21st, 2017, 6:07 pm
by y4yBCR7sMZ
Sorry to bring this back up so much later. I had downgraded and was fine with that solution but I did an upgrade today and it broke again. When I run that command I get the following error message: Image

Re: Issue with 1.1.1

Posted: February 21st, 2017, 9:24 pm
by y4yBCR7sMZ
Nevermind, figured it out here: forums.sabnzbd.org/viewtopic.php?f=2&t=22400

::1 is set to localhost in /etc/hosts on gentoo. apparently sabnzbd doesn't like that