Code: Select all
netstat -lpon | grep ^tcp
ps -ef | grep -i sabnzbd
ifconfig | grep addr
Code: Select all
netstat -lpon | grep ^tcp
ps -ef | grep -i sabnzbd
ifconfig | grep addr
It seems to magically be working again.sander wrote:On the Raspi, what is the output of:
Post it hereCode: Select all
netstat -lpon | grep ^tcp ps -ef | grep -i sabnzbd ifconfig | grep addr
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