Can't access the web GUI and Sickbeard shows socket error

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.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Can't access the web GUI and Sickbeard shows socket erro

Post by sander »

On the Raspi, what is the output of:

Code: Select all

netstat -lpon | grep ^tcp
ps -ef | grep -i sabnzbd
ifconfig | grep addr
Post it here
feoZA
Newbie
Newbie
Posts: 22
Joined: December 4th, 2012, 5:57 am

Re: Can't access the web GUI and Sickbeard shows socket erro

Post by feoZA »

sander wrote:On the Raspi, what is the output of:

Code: Select all

netstat -lpon | grep ^tcp
ps -ef | grep -i sabnzbd
ifconfig | grep addr
Post it here
It seems to magically be working again. ???

Here's the output anyways:

Code: Select all

pi@raspberrypi ~ $ netstat -lpon | grep ^tcp
(No info could be read for "-p": geteuid()=1000 but you should be root.)
tcp        0      0 192.168.0.103:9090      0.0.0.0:*               LISTEN                   -                off (0.00/0/0)
tcp        0      0 192.168.0.103:8080      0.0.0.0:*               LISTEN                   -                off (0.00/0/0)
tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN                   -                off (0.00/0/0)
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN                   -                off (0.00/0/0)
tcp        0      0 0.0.0.0:3000            0.0.0.0:*               LISTEN                   -                off (0.00/0/0)
pi@raspberrypi ~ $ ps -ef | grep -i sabnzbd
sabnzbd   4901     1 23 07:04 ?        00:00:35 /usr/bin/python /usr/local/sabnzbd/SABnzbd-0.7.7/SABnzbd.py -d -f /var/sabnzbd/sabnzbd.ini
pi        4942  4879  0 07:06 pts/0    00:00:00 grep --color=auto -i sabnzbd
pi@raspberrypi ~ $ ifconfig | grep addr
eth0      Link encap:Ethernet  HWaddr b8:27:eb:d7:af:b3
          inet addr:192.168.0.103  Bcast:192.168.0.255  Mask:255.255.255.0
          inet addr:127.0.0.1  Mask:255.0.0.0
How to I update sabnzbd to the latest version?

EDIT. ALso, what should "SABnzbd Host" be set to?

EDIT2. My settings seem to be lost. :(
Post Reply