My router changed and I had to replace it. So this lead to my Ubuntu server receiving a new IP address. Now SABnzbd wont start.
When I start the service it says OK, but the web interface does not come up.
If I run "sabnzbdplus" I notice the following:
2012-08-27 07:11:53,231::ERROR::[sabnzbdplus:302] Failed to start web-interface :
2012-08-27 07:11:53,232::INFO::[__init__:325] SABnzbd shutting down...
I am not sure whats going on. Anyone have any suggestions?
SABnzbd Failes After IP Change
Forum rules
Help us help you:
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.
Re: SABnzbd Failes After IP Change
In sabnzbd.ini, find the first occurence of 'host' ... What is it?
Here's mine:
Here's mine:
Code: Select all
sander@R540:~$ grep host ~/.sabnzbd/sabnzbd.ini | head -1
host = 0.0.0.0
sander@R540:~$-
codeblue2k
- Newbie

- Posts: 4
- Joined: August 27th, 2012, 9:08 am
Re: SABnzbd Failes After IP Change
sander wrote:In sabnzbd.ini, find the first occurence of 'host' ... What is it?
Here's mine:
Code: Select all
sander@R540:~$ grep host ~/.sabnzbd/sabnzbd.ini | head -1 host = 0.0.0.0 sander@R540:~$
Mine shows what I am assuming was my previous IP address. If I change it to 0.0.0.0 and try to start the services it seems to be restored to my previous IP. I am making the changes as root.
Re: SABnzbd Failes After IP Change
Did you fully stop SAB before changing anything in the sabnzbd.ini file ... ?
-
codeblue2k
- Newbie

- Posts: 4
- Joined: August 27th, 2012, 9:08 am
Re: SABnzbd Failes After IP Change
Yes I did stop the service.
Re: SABnzbd Failes After IP Change
From the command line (so not as a daemon / service), start SAB like this:
sabnzbdplus --server 127.0.0.1:8080
(Assuming port 8080 is available)
sabnzbdplus --server 127.0.0.1:8080
(Assuming port 8080 is available)
Re: SABnzbd Failes After IP Change
If you set the host in /etc/default/sabnzbdplus it will be restored to whatever is set there every time the service starts.codeblue2k wrote:Mine shows what I am assuming was my previous IP address. If I change it to 0.0.0.0 and try to start the services it seems to be restored to my previous IP. I am making the changes as root.
Re: SABnzbd Failes After IP Change
I advice to only use localhost (127.0.0.1) or 0.0.0.0: that will always work, won't it?jcfp wrote:If you set the host in /etc/default/sabnzbdplus it will be restored to whatever is set there every time the service starts.codeblue2k wrote:Mine shows what I am assuming was my previous IP address. If I change it to 0.0.0.0 and try to start the services it seems to be restored to my previous IP. I am making the changes as root.
-
codeblue2k
- Newbie

- Posts: 4
- Joined: August 27th, 2012, 9:08 am
Re: SABnzbd Failes After IP Change
I made the changes you suggested, but now when I start the service it sits at "URLGrabber starting up". Never moves past that line, I have to cancel out of the command.jcfp wrote:If you set the host in /etc/default/sabnzbdplus it will be restored to whatever is set there every time the service starts.codeblue2k wrote:Mine shows what I am assuming was my previous IP address. If I change it to 0.0.0.0 and try to start the services it seems to be restored to my previous IP. I am making the changes as root.
Re: SABnzbd Failes After IP Change
That's the last line in the log with a normal program startup. Time to start feeding it nzbs.codeblue2k wrote:jcfp wrote:I made the changes you suggested, but now when I start the service it sits at "URLGrabber starting up". Never moves past that line, I have to cancel out of the command.