Page 1 of 1

CLOSED: SABNZBD Screw Up

Posted: Sun Oct 02, 2016 10:53 am
by jaylanzy
Hey,

I would have normally posted this in the appropriate SABNZBD forum, but i think the solution to this issue is simple and it belongs in the NOOB section. I know exactly how i screwed the pooch but i cant figure out how to get where i need to go to fix it. I was working with my usenet indexer to download directly from them (i use couch potato normally). My SABNZBD was set to listen to 0.0.0.0 and worked fine. The genius move was to put it to http://localhost:25915/ as i thought this would get me direct access to the indexer. Rebooting was part of the change and lo and behold i received a 503 error - "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." I noticed the SABNZBD server was not running and would not start. I rebooted the server and still receive the same error.

I have a feeling i need to get into file to manually change the "http://localhost:25915/" screw up back to the 0.0.0.0 address which worked...the problem is...i cant figure out how to get to the specific area to do so.

Any help here would be appreciated...

Your Noobian Friend

bird

Re: SABNZBD Screw Up

Posted: Sun Oct 02, 2016 5:42 pm
by bigfoot65
You will need to edit the sabnzbd.ini file in /var/hda/web-apps/sabnzbdplus/html directory.

The you should be able to restart the server.

There is a SABnzbd page in the wiki with info as well.

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 6:34 am
by jaylanzy
Thank you, as usual, for your time. I have modified sabnzb.ini file in one location to:

Code: Select all

http://0.0.0.0
Restarted the web server by:

Code: Select all

systemctl restart httpd
It not work. Does the http://0.0.0.0/ need to have localhost before. Do you see any other glaring errors? Are there any other locations that might need editing?

Thanks again.

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 7:19 am
by bigfoot65
You don't need to restart the web server. It's SABnzbd that needs restarted. That can be done via the Dashboard, Servers section in the Settings tab.

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 7:57 am
by jaylanzy
more info:

I changed http://0.0.0.0/ to http://0.0.0.0:25915/

Restarted:

Code: Select all

systemctl restart sabnzbd
Ran:

Code: Select all

systemctl status sabnzbd.service

[codesabnzbd.service - SABnzbd Plus server
Loaded: loaded (/usr/lib/systemd/system/sabnzbd.service; enabled)
Active: failed (Result: exit-code) since Mon 2016-10-03 10:40:11 EDT; 20s ago
Process: 4578 ExecStart=/var/hda/web-apps/sabnzbdplus/html/SABnzbd.py --browser 0 --daemon --pid /var/run/sabnzbd/ --config-file /var/hda/web-apps/sabnzbdplus/html/sabnzbd.ini (code=exited, status=2)
Process: 4576 ExecStartPre=/usr/bin/chown -R apache:users /var/run/sabnzbd/ (code=exited, status=0/SUCCESS)
Process: 4573 ExecStartPre=/usr/bin/mkdir -p /var/run/sabnzbd/ (code=exited, status=0/SUCCESS)

Oct 03 10:40:11 localhost.localdomain systemd[1]: sabnzbd.service: control pr...
Oct 03 10:40:11 localhost.localdomain systemd[1]: Failed to start SABnzbd Plu...
Oct 03 10:40:11 localhost.localdomain systemd[1]: Unit sabnzbd.service entere...
Oct 03 10:40:11 localhost.localdomain systemd[1]: sabnzbd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.][/code]

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 8:06 am
by jaylanzy
What should the host line read?

I have tried a few variations. The current one is:

Code: Select all

http://0.0.0.0:25915/

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 8:12 am
by bigfoot65
Best that you uninstall, then reinstall sabnzbd-plus App

Ensure you remove the sabnzbd.ini from the Newsgroup share before reinstalling.

That should put it back to normal.

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 8:42 am
by jaylanzy
I figured as much. Thanks for your time.

Re: SABNZBD Screw Up

Posted: Mon Oct 03, 2016 9:03 am
by bigfoot65
No problem.

Will mark this as closed.