sabnzbd won't start

Get help with all aspects of SABnzbd
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
kompakt
Newbie
Newbie
Posts: 9
Joined: September 30th, 2010, 9:03 am

sabnzbd won't start

Post by kompakt »

Hi,

sabnzbd has stopped working for me today - have not made any changes to the PC or the application for some time and it was working fine last night.  When trying to launch, I receive an error telling me to check the log file (attached).  Have launched using the --clean switch but still receive the same error.

Using version 0.5.6 on Win Vista, installed via the windows installer, smpl skin, have AVG running on the PC and have tried disabling it (has worked fine together previously).

Any clues or things to try (haven't tried reinstalling yet...)?

Cheers!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd won't start

Post by shypike »

[Errno 28] No space left on device
Seems like a clear message to me.
kompakt
Newbie
Newbie
Posts: 9
Joined: September 30th, 2010, 9:03 am

Re: sabnzbd won't start

Post by kompakt »

shypike wrote: [Errno 28] No space left on device
Seems like a clear message to me.
Sorry, should have mentioned.  That was the first thing I looked at, and freed up space so there was 10Gb available on that drive.  The log file attached was after I had done this, and after I had rebooted after I had cleared additional drive space.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd won't start

Post by shypike »

Another obvious one: error: (10049, "Can't assign requested address")

Which web host address did you set for SABnzbd?
Did you hard-code an IP address and your router assigned your system another one?
Always use localhost or 0.0.0.0
kompakt
Newbie
Newbie
Posts: 9
Joined: September 30th, 2010, 9:03 am

Re: sabnzbd won't start

Post by kompakt »

shypike wrote: Another obvious one: error: (10049, "Can't assign requested address")

Which web host address did you set for SABnzbd?
Did you hard-code an IP address and your router assigned your system another one?
Always use localhost or 0.0.0.0
That's probably it - I was playing around a week ago with the boxee sabnzbd app and set my local PC IP.  How do I change it back to 0.0.0.0 now that I can't access it?

edit: in fact that's definitely it - checking the sabnzbd.log file I found this:

2011-02-12 00:35:23,194::INFO::[sabnzbd:1136] Starting web-interface on 192.168.1.100:8080

and on checking the IP of the PC sabnzbd is running on, the IP has changed from the above.
Last edited by kompakt on February 11th, 2011, 9:35 am, edited 1 time in total.
kompakt
Newbie
Newbie
Posts: 9
Joined: September 30th, 2010, 9:03 am

Re: sabnzbd won't start

Post by kompakt »

Nevermind, I should really read more before I ask questions.  Updated the IP in the ini file to that currently assigned to my PC, and it's up and running again.  Thanks for the amazingly prompt help as always, and for creating such a great piece of software!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd won't start

Post by shypike »

The quick fix is this:

"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080
kompakt
Newbie
Newbie
Posts: 9
Joined: September 30th, 2010, 9:03 am

Re: sabnzbd won't start

Post by kompakt »

shypike wrote: The quick fix is this:

"c:\program files\sabnzbd\sabnzbd.exe" --server localhost:8080
I tried the command line method first, but it wasn't working.  Now I see why - I had it as "c:\program files\sabnzbd\sabnzbd.exe" --localhost:8080.  Silly me!
Post Reply