Page 2 of 2

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

Posted: December 20th, 2014, 3:48 pm
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

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

Posted: December 21st, 2014, 2:09 am
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. :(