Can't shutdown sabnzbdplus...

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
heawater
Newbie
Newbie
Posts: 2
Joined: September 19th, 2008, 2:52 am

Can't shutdown sabnzbdplus...

Post by heawater »

Hello,
The tittle says it all... I tried the button on both default and plush template but it failed. The page never gets fully loaded, plus my cpu starts kicking anormally like +50% while i normally have a 5~10% load. All i can do is Control+C, here's the log:

2008-12-05 07:30:32,484::DEBUG::Checked for a new release, cur= 40599, latest= 40599 (on http://sourceforge.net/project/showfile ... 248837)
2008-12-05 07:31:02,568::INFO::SABnzbd shutting down...
2008-12-05 07:31:02,569::DEBUG::Stopping URLGrabber
2008-12-05 07:31:02,569::INFO::[sabnzbd.misc] URLGrabber shutting down
2008-12-05 07:31:02,570::DEBUG::Stopping dirscanner
2008-12-05 07:31:02,570::INFO::[sabnzbd] Saving data for watched_data.sab in ~/Downloads/Sabnzbd/cache/watched_data.sab
2008-12-05 07:31:02,571::INFO::[sabnzbd.misc] Dirscanner shutting down
2008-12-05 07:31:02,618::DEBUG::Stopping downloader
2008-12-05 07:31:02,619::INFO::[downloader] Shutting down
2008-12-05 07:31:02,620::DEBUG::Stopping assembler
2008-12-05 07:31:02,621::INFO::[assembler] Shutting down
2008-12-05 07:31:02,621::DEBUG::Stopping postprocessor
2008-12-05 07:31:02,622::INFO::[nzbqueue] Saving queue
2008-12-05 07:31:02,622::INFO::[sabnzbd] Saving data for queue7.sab in ~/Downloads/Sabnzbd/cache/queue7.sab
2008-12-05 07:31:02,623::INFO::[sabnzbd] Saving data for bytes7.sab in ~/Downloads/Sabnzbd/cache/bytes7.sab
2008-12-05 07:31:02,623::INFO::[sabnzbd] Saving data for rss_data.sab in ~/Downloads/Sabnzbd/cache/rss_data.sab
2008-12-05 07:31:02,624::INFO::[sabnzbd] Saving data for watched_data.sab in ~/Downloads/Sabnzbd/cache/watched_data.sab
2008-12-05 07:31:02,625::DEBUG::Stopping scheduler
2008-12-05 07:31:32,327::WARNING::[sabnzbd] Signal 2 caught, saving and exiting...
2008-12-05 07:31:32,328::INFO::[nzbqueue] Saving queue
2008-12-05 07:31:32,328::INFO::[sabnzbd] Saving data for queue7.sab in ~/Downloads/Sabnzbd/cache/queue7.sab
2008-12-05 07:31:32,329::INFO::[sabnzbd] Saving data for bytes7.sab in ~/Downloads/Sabnzbd/cache/bytes7.sab
2008-12-05 07:31:32,330::INFO::[sabnzbd] Saving data for rss_data.sab in ~/Downloads/Sabnzbd/cache/rss_data.sab
2008-12-05 07:31:32,330::INFO::[sabnzbd] Saving data for watched_data.sab in ~/Downloads/Sabnzbd/cache/watched_data.sab



And CherryPy does not sign off in the log file. It doesn't look like anything special happen, sabnzbd hangs at "::DEBUG::Stopping scheduler" junk away my cpu, then I ^C it where we get the "::WARNING::[sabnzbd] Signal 2 caught, saving and exiting..."
I also tried to shut it down with wget and curl but the same thing happened  :-\

Oh i also get those few lines after starting sab but they seem pretty minor,
sabnzbd/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/sabnzbd/cherrypy/filters/sessionfilter.py:33: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha


Any thoughs?
Thanks
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Can't shutdown sabnzbdplus...

Post by shypike »

Which Python version are you using?
Operating system?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Can't shutdown sabnzbdplus...

Post by switch »

Sounds like you may be running python 2.6? We only support python 2.4 and 2.5
Post Reply