Page 2 of 2
Re: Cant access SAB after restart
Posted: March 21st, 2011, 11:30 am
by jonneymendoza
sander wrote:
jonneymendoza wrote:
host = 0.0.0.0
host = europe-ssl.newsdemon.com
Oh. Strange: 0.0.0.0 is good. Have you installed a firewall on your Ubuntu server? If so, can you disable it?
And: is there another sabnzbd.ini on your system? Check with "sudo updatedb ; locate sabnzbd.ini"
na, no firewall as far as i can tell. only firewall i have is hardware on my netgear wireless router. i have already enabled port forwarding for http port as well as telnet as i am current accessing my ubunu server at work.
anyways it appears there are two sabnzbd.ini files:
/root/.sabnzbd/sabnzbd.ini
/windows/mediahdd1/sabnzbd.ini
Re: Cant access SAB after restart
Posted: March 21st, 2011, 12:07 pm
by sander
What's the output of
grep host /root/.sabnzbd/sabnzbd.ini
EDIT:
and what's the output of:
ps -ef | grep -i sabnzbd
Re: Cant access SAB after restart
Posted: March 21st, 2011, 3:05 pm
by jonneymendoza
sander wrote:
What's the output of
grep host /root/.sabnzbd/sabnzbd.ini
EDIT:
and what's the output of:
ps -ef | grep -i sabnzbd
root@joshserver:~# grep host /root/.sabnzbd/sabnzbd.ini
host = 0.0.0.0
host = europe-ssl.newsdemon.com
root@joshserver:~# ps -ef | grep -i sabnzbd
root 4544 4521 0 20:04 pts/1 00:00:00 grep --color=auto -i sabnzbd
Above, is the ooutput. thanks
Re: Cant access SAB after restart
Posted: March 21st, 2011, 3:26 pm
by sander
jonneymendoza wrote:
root@joshserver:~# ps -ef | grep -i sabnzbd
root 4544 4521 0 20:04 pts/1 00:00:00 grep --color=auto -i sabnzbd
Above, is the ooutput. thanks
The output of ps -ef means that SABnzbd is not running. So go back to step 1: check with "lynx
http://localhost:8080/" that SABnzbd is running and post the result here.
Re: Cant access SAB after restart
Posted: March 21st, 2011, 3:53 pm
by jonneymendoza
sander wrote:
jonneymendoza wrote:
root@joshserver:~# ps -ef | grep -i sabnzbd
root 4544 4521 0 20:04 pts/1 00:00:00 grep --color=auto -i sabnzbd
Above, is the ooutput. thanks
The output of ps -ef means that SABnzbd is not running. So go back to step 1: check with "lynx
http://localhost:8080/" that SABnzbd is running and post the result here.
umm thats weird. i tried the above lynx command but now it saying cant connect to host?
i then typed in
sabnzbdplus
and it brought up the sab UI as the one you did a screen shot for me a few posts back showing the sab ui for me to add downloads to que, see history etc etc.
Re: Cant access SAB after restart
Posted: March 21st, 2011, 4:40 pm
by sander
Re: Cant access SAB after restart
Posted: March 22nd, 2011, 2:57 am
by jonneymendoza
I get the exact same results as last time. i.e 192.168.0.3
eth0 Link encap:Ethernet HWaddr 00:50:8d:e5:61:74
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:8dff:fee5:6174/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:289632 errors:0 dropped:0 overruns:0 frame:0
TX packets:848987 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22142608 (22.1 MB) TX bytes:1226739714 (1.2 GB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:988 errors:0 dropped:0 overruns:0 frame:0
TX packets:988 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:148180 (148.1 KB) TX bytes:148180 (148.1 KB)
question: how come the file sabnzbd is not located in etc/default?
Re: Cant access SAB after restart
Posted: March 22nd, 2011, 3:45 am
by sander
jonneymendoza wrote:
I get the exact same results as last time. i.e 192.168.0.3
eth0 Link encap:Ethernet HWaddr 00:50:8d:e5:61:74
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:8dff:fee5:6174/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:289632 errors:0 dropped:0 overruns:0 frame:0
TX packets:848987 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22142608 (22.1 MB) TX bytes:1226739714 (1.2 GB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:988 errors:0 dropped:0 overruns:0 frame:0
TX packets:988 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:148180 (148.1 KB) TX bytes:148180 (148.1 KB)
So ... what's the output of:
lynx
http://localhost:8080/
lynx
http://192.168.0.3:8080/
Re: Cant access SAB after restart
Posted: March 23rd, 2011, 5:13 pm
by jonneymendoza
sander wrote:
jonneymendoza wrote:
I get the exact same results as last time. i.e 192.168.0.3
eth0 Link encap:Ethernet HWaddr 00:50:8d:e5:61:74
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:8dff:fee5:6174/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:289632 errors:0 dropped:0 overruns:0 frame:0
TX packets:848987 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22142608 (22.1 MB) TX bytes:1226739714 (1.2 GB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:988 errors:0 dropped:0 overruns:0 frame:0
TX packets:988 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:148180 (148.1 KB) TX bytes:148180 (148.1 KB)
So ... what's the output of:
lynx
http://localhost:8080/
lynx
http://192.168.0.3:8080/
Hi, the output is same, it brings up the UI using both localhost and 192.168.0.3
Re: Cant access SAB after restart
Posted: March 24th, 2011, 2:08 am
by sander
jonneymendoza wrote:
Hi, the output is same, it brings up the UI using both localhost and 192.168.0.3
Good. Now go to your other computer on your LAN, start your webbrowser, and surf to
http://192.168.0.3:8080/
Re: Cant access SAB after restart
Posted: March 24th, 2011, 9:46 am
by jonneymendoza
sander wrote:
jonneymendoza wrote:
Hi, the output is same, it brings up the UI using both localhost and 192.168.0.3
Good. Now go to your other computer on your LAN, start your webbrowser, and surf to
http://192.168.0.3:8080/
im afraid i cant. i am doing everything via remotely away from home using putty and i am able to start sabznbd via putty and view its UI. But i still cant access it from a web browser using
http://my ip:8080/sabnzbd/
Re: Cant access SAB after restart
Posted: March 24th, 2011, 10:09 am
by sander
jonneymendoza wrote:
sander wrote:
jonneymendoza wrote:
Hi, the output is same, it brings up the UI using both localhost and 192.168.0.3
Good. Now go to your other computer on your LAN, start your webbrowser, and surf to
http://192.168.0.3:8080/
im afraid i cant. i am doing everything via remotely away from home using putty and i am able to start sabznbd via putty and view its UI. But i still cant access it from a web browser using
http://my ip:8080/sabnzbd/
My advice: You first have to check that you can access SABnzbd on your Ubuntu server from your LAN. Only if that works, you should proceed.
Re: Cant access SAB after restart
Posted: March 24th, 2011, 4:38 pm
by jonneymendoza
sander wrote:
jonneymendoza wrote:
sander wrote:
Good. Now go to your other computer on your LAN, start your webbrowser, and surf to
http://192.168.0.3:8080/
im afraid i cant. i am doing everything via remotely away from home using putty and i am able to start sabznbd via putty and view its UI. But i still cant access it from a web browser using
http://my ip:8080/sabnzbd/
My advice: You first have to check that you can access SABnzbd on your Ubuntu server from your LAN. Only if that works, you should proceed.
Ok so use putty from another machine in my LAN and try and access it using the lnyx command? i will try it this weekend and let you know.
the server is at home and only go home in the weekends.