Search found 11 matches
- May 31st, 2009, 5:11 am
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
Yeah I tried lots of things. I am using numerical op. I gave up on it.
- May 11th, 2009, 7:25 am
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
Did you try launching with /usr/local/bin/SABnzbd.py -s :8080 Yes and I added -b0 as shypike suggested Me neither. But I think it was an important step to find out that a two-liner cherrypy script showed the same behaviour. So to me that means it's cherrypy related ... For me that indeed narrowed d...
- May 11th, 2009, 5:53 am
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
From the NAS itself: wget "http://192.168.1.2:8080/sabnzbd/api?mode=version&output=xml" results in Connection refused wget "http://localhost:8080/sabnzbd/api?mode=version&output=xml" results in a XML file with version 0.4.8 in it. So yes it must be a network problem but I...
- May 6th, 2009, 3:33 pm
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
I have only the cherrypy package that was installed together with python 2.5 (py25-cherrypy-old-2.3.0,1). This is the outcome of the test you described: basnas:~# nc -v 192.168.1.2 8080 nc: connect to 192.168.1.2 port 8080 (tcp) failed: Connection refused basnas:~# nc -v localhost 8080 nc: connect t...
- May 6th, 2009, 1:04 pm
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
* your NAS has another IP address, not 192.168.1.2. Check with "ifconfig" No. IP is really 192.168.1.2 see also below teh outcome of ifconfig basnas:~# ifconfig re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLA...
- May 6th, 2009, 8:57 am
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
No that doesn't work: basnas:~# nc -v 192.168.1.2 8080 nc: connect to 192.168.1.2 port 8080 (tcp) failed: Connection refused basnas:~# /usr/local/bin/SABnzbd.py -d -s 0.0.0.0:8080 basnas:~# nc -v 192.168.1.2 8080 nc: connect to 192.168.1.2 port 8080 (tcp) failed: Connection refused What does that te...
- May 4th, 2009, 3:19 pm
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
I'll be a bit more precise. The netcat exits without anything when SABnzbd is not running. I added the -v option to get more info. The complete log is below: basnas:~# nc -v localhost 8080 nc: connect to localhost port 8080 (tcp) failed: Connection refused nc: connect to localhost port 8080 (tcp) fa...
- May 4th, 2009, 2:34 pm
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
Sorry, it exits without reporting anything.
- May 4th, 2009, 2:15 pm
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
This is what I get: basnas:~# nc localhost 8080 GET / Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/cherrypy/_cpwsgiserver.py", line 234, in run request.parse_request() File "/usr/local/lib/python2.5/site-packages/cherrypy/_cpwsgi.py", li...
- May 4th, 2009, 12:30 pm
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
Re: WebGUI not reachable
Can you "telnet localhost 8080"? No, because telnet s not installed (it's a FreeNAS distribution which is based on a very minimal FreeBSD). What do you want to test with it? Is there an alternative? Try launching sabnzbd like the following: /usr/local/bin/SABnzbd.py -s 0.0.0.0:8080 Did it...
- May 1st, 2009, 7:56 am
- Forum: General Help
- Topic: WebGUI not reachable
- Replies: 32
- Views: 39974
WebGUI not reachable
I can't get the SABnzbd WebGUI running. I have installed SABNzbd 0.4.8 on a FreeBSD 7.2 system (running freeNAS and followed these instructions http://forums.sabnzbd.org/index.php?topic=2067.0 ). I can start SABnzbd on port 8080 but I can't reach the WebGUI. basnas:~# /usr/local/bin/SABnzbd.py -s 1...