Page 1 of 2
0.4.0b2 shutdown error
Posted: April 7th, 2008, 6:37 pm
by steve51184
hi i just updated to 0.4.0b2 and i am now unable to shutdown sabnzbd and i know this is only a beta that has bugs and you don't offer support but i am unable to shut this down?
Re: 0.4.0b2 shutdown error
Posted: April 7th, 2008, 6:58 pm
by switch
Hi there, we do offer support for our beta releases but please do it in the "Beta Releases" forum, I have moved this topic to there.
Please can you be more specific. What operating system are you using? What browser are you using? When clicking shutdown, what gets shown?
For reference when clicking shutdown it should prompt you on whether to shutdown, pressing ok will then show this on the page:
Code: Select all
Initiating shutdown...
SABnzbd-0.4.0Beta2 shutdown finished
At what part does it not work?
Does
http://localhost:8080/sabnzbd/ still work after you have attempted a shutdown?
Try pausing the queue and waiting 10 seconds before shutting down, does that help?
What version (if any) of sabnzbd did you use before you installed beta2?
Re: 0.4.0b2 shutdown error
Posted: April 7th, 2008, 7:08 pm
by steve51184
ooh sorry for posting in the wrong section and also i thought you didn't give support
right i'll try to answer all your questions..
linux (FC4)
firefox 2.x
and when i click shutdown it just says "Initiating shutdown..." and the page is still loading but nothing happens
yes sabnzbd still works after i try to shut it down and i've got nothing in the queue
also i had 0.4.x from the svn before this and that was updated from 0.34 (0.34>0.4x>0.40b3)
thanks for the quick reply hope i answered everything

Re: 0.4.0b2 shutdown error
Posted: April 7th, 2008, 7:13 pm
by switch
Ok, could you please shoot off an email with your sabnzbd.log file attached to:
bugs@sabnzbd.org
Re: 0.4.0b2 shutdown error
Posted: April 7th, 2008, 7:24 pm
by steve51184
switch wrote:
Ok, could you please shoot off an email with your sabnzbd.log file attached to:
bugs@sabnzbd.org
sent
Re: 0.4.0b2 shutdown error
Posted: April 7th, 2008, 7:29 pm
by switch
Looks like SABnzbd shut down fine, but it launched again immediately after. Not as in a few seconds later, immediately. You don't have any weird setup at all do you? How are you launching SABnzbd, just through the terminal or in a different manner
I'll look into this more tomorrow, as I'm finished for today.
Re: 0.4.0b2 shutdown error
Posted: April 7th, 2008, 7:40 pm
by steve51184
in a terminal with
Code: Select all
nice -n 19 /path/to/sabnzbd/SABnzbd.py -d --server serverip:8080
Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 3:04 am
by neilt0
This happened to me too (also Linux).
Fixed it by using the -c switch to clean out the wotsits.
Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 3:19 am
by steve51184
neilt0 wrote:
This happened to me too (also Linux).
Fixed it by using the -c switch to clean out the wotsits.
can you explain a little more please?
Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 4:07 am
by neilt0
Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 6:32 am
by steve51184
ok i get ya now but that doesn't help with sabnzbd not shutting down..

Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 6:37 am
by switch
If you are just wanting to get sabnzbd to be shutdown this once, try killing the process with "kill"
Not sure how to get a list of running processes, google suggests: "ps -ax |more" or "ps -aux |more"
Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 8:00 am
by neilt0
steve51184 wrote:
ok i get ya now but that doesn't help with sabnzbd not shutting down..
Yes it does.
Or it did for me. I couldn't get SAB to shut down, so I rebooted the machine, ran with the -c option and now SAB shuts down properly.
Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 6:21 pm
by steve51184
switch wrote:
If you are just wanting to get sabnzbd to be shutdown this once, try killing the process with "kill"
Not sure how to get a list of running processes, google suggests: "ps -ax |more" or "ps -aux |more"
right i have it shutdown now ty

Re: 0.4.0b2 shutdown error
Posted: April 8th, 2008, 6:21 pm
by steve51184
seems as if it's starting up and shutting down now for an unknown reason (i guess it was cos i shut it down with kill) but it's working now but i wish i could tell you why...
thank you for all the help!!!