0.7.18 daily restart require Ubuntu server 14.04

Support for the Debian/Ubuntu package, created by JCFP.
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
THECHOO
Newbie
Newbie
Posts: 3
Joined: October 8th, 2013, 4:05 pm

0.7.18 daily restart require Ubuntu server 14.04

Post by THECHOO »

Been happily running sabnzbd for some time on previous ubuntu LTS 12 and upgraded to 14.04 last week.

Ever since i'm getting huge stability issues that I can seem to narrow down. On bringing up sabnzbd and sickbeard everything seems to work fine. After a period of time though sickbeard is reporting that it can no longer send anything to sabnzbd and reports the error:

Code: Select all

SEARCHQUEUE-RSS-SEARCH :: Unknown failure sending NZB to sab. Return text is: 
Note there is no return text it seems - its empty and not reporting the actual error message!

If I restart from command prompt (not restart from within sabnzbd only seems to shut down and it wont restart) then things work for a bit then stop again.

I've tried a reinstall & purge and clear down of the settings and db files.

Anything I'm missing?

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

Re: 0.7.18 daily restart require Ubuntu server 14.04

Post by shypike »

Can you find out what the default Python version is?
THECHOO
Newbie
Newbie
Posts: 3
Joined: October 8th, 2013, 4:05 pm

Re: 0.7.18 daily restart require Ubuntu server 14.04

Post by THECHOO »

SABNZBD reporting 2.7.6
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 0.7.18 daily restart require Ubuntu server 14.04

Post by shypike »

Sander, what's your experience with Ubuntu 14.04?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 0.7.18 daily restart require Ubuntu server 14.04

Post by sander »

shypike wrote:Sander, what's your experience with Ubuntu 14.04?
Rockstable for me.

Questions to the OP:

Can you still access SAB's webinterface all the time, so via http://localhost:8080/ ?
When you get problems, what's the output of "netstat -apon | grep 8080"?

Sander
THECHOO
Newbie
Newbie
Posts: 3
Joined: October 8th, 2013, 4:05 pm

Re: 0.7.18 daily restart require Ubuntu server 14.04

Post by THECHOO »

sander wrote:
shypike wrote:Sander, what's your experience with Ubuntu 14.04?
Rockstable for me.

Questions to the OP:

Can you still access SAB's webinterface all the time, so via http://localhost:8080/ ?
When you get problems, what's the output of "netstat -apon | grep 8080"?

Sander
Hi

Yes I can still access localhost on port 8080

Output of the netstat looks to be fine:

Code: Select all

tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1751/python      off (0.00/0/0)
tcp        0      0 192.168.0.13:8080       192.168.0.11:62980      ESTABLISHED 1751/python      off (0.00/0/0)
tcp        0      0 192.168.0.13:8080       192.168.0.11:62982      ESTABLISHED 1751/python      off (0.00/0/0)
The one curious thing I've seen; when I used putty to go back in just now after not being on for a couple of days is:

Code: Select all

 System information disabled due to load higher than 2.0
Looking at the info for the vm this doesnt stack up .Memory and CPU usage spiked for a second when I logged in but aside from this the system is doing nothing. Might well be a red herring.

This is proving elusive and odd!
Post Reply