Page 1 of 1

Sabnzbd shutsdown straight after startup

Posted: December 17th, 2009, 2:32 am
by cjedj
OS X 10.5.8 Intel

The last two Beta releases have launched for no problem with me, but then shut down again within a couple of seconds, and Activity Monitor shows the process as hanging (not responding), which I eventually have to force quit.

I've checked the Console but there is no crash log. I still have 0.4.12 installed, but not running at the same time. (0.4.12 works without problems by the way.)

Does anybody know what could be causing this? Let me know if there is any extra info I should provide.

Thanks.

Re: Sabnzbd shutsdown straight after startup

Posted: December 17th, 2009, 7:53 am
by shypike
Have you looked at the logging file?
/home/USERNAME/Library/Application Support/SABnzbd/logs/sabnzbd.log
What do the error messages say?

Re: Sabnzbd shutsdown straight after startup

Posted: December 17th, 2009, 8:20 am
by cjedj
Thanks for the reply.

When I launch the latest beta (without 0.4.12 running), the sabnzbd log gives me this

http://pastebin.com/m3c334ddf

From that, the key part seems to be (I'm guessing here)

Code: Select all

#
2009-12-17 14:09:54,054::INFO::[SABnzbd:1101] Starting web-interface on 0.0.0.0:80
#
2009-12-17 14:09:54,056::ERROR::[SABnzbd:234] Failed to start web-interface
#
2009-12-17 14:09:54,058::INFO::[__init__:279] SABnzbd shutting down...
In 0.4.12 I have 8080 set up as the port, not 80.

Is this relevant, or is there something else in the log causing the problem?

Re: Sabnzbd shutsdown straight after startup

Posted: December 17th, 2009, 8:31 am
by rAf
With SABnzbd 0.5.x, the sabnzbd.ini have been moved to Library/Application Support/SABnzbd
Open it and change the port to 8080...

Hope it helps

Re: Sabnzbd shutsdown straight after startup

Posted: December 17th, 2009, 8:49 am
by cjedj
That's sorted it! Thanks a lot for your helpĀ  :)