WebGUI not reachable
Posted: May 1st, 2009, 7:56 am
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.
On my desktop PC I try to open the WebGUI on the address http://192.168.1.2:8080/sabnzbd/ but cannot connect to the FreeNAS server.
In order to exclude network problems I used Netcat on my FreeNAS to listen to port 8080 and I see the HTTP request from my PC:
Aslo I can run a webserver on 8080 and access that without problems. Anyone a clue why I can't access the WebGUI?
Please help me ... Bas
Code: Select all
basnas:~# /usr/local/bin/SABnzbd.py -s 192.168.1.2:8080
2009-04-22 09:15:00,301::INFO::--------------------------------
2009-04-22 09:15:00,303::INFO::SABnzbd.py-0.4.8 (rev=2378)
2009-04-22 09:15:00,304::INFO::Platform = posix
2009-04-22 09:15:00,305::INFO::Python-version = 2.5.4 (r254:67916, Apr 9 2009, 21:11:39)
[GCC 4.2.1 20070719 [FreeBSD]]
2009-04-22 09:15:00,311::INFO::[sabnzbd] Loading data for rss_data.sab from /usr/local/bin/cache/rss_data.sab
2009-04-22 09:15:00,317::INFO::[sabnzbd] Loading data for bytes7.sab from /usr/local/bin/cache/bytes7.sab
2009-04-22 09:15:00,319::INFO::[sabnzbd] Loading data for queue7.sab from /usr/local/bin/cache/queue7.sab
2009-04-22 09:15:00,322::WARNING::[downloader] No active primary servers defined, will not download!
2009-04-22 09:15:00,323::INFO::All processes started
2009-04-22 09:15:00,328::INFO::_yenc module... NOT found!
2009-04-22 09:15:00,329::INFO::celementtree module... found!
2009-04-22 09:15:00,329::INFO::par2 binary... found (/usr/local/bin/par2)
2009-04-22 09:15:00,330::INFO::unrar binary... found (/usr/local/bin/unrar)
2009-04-22 09:15:00,331::WARNING::unzip binary... NOT found!
2009-04-22 09:15:00,331::INFO::nice binary... found (/usr/bin/nice)
2009-04-22 09:15:00,332::INFO::ionice binary... NOT found!
2009-04-22 09:15:00,332::INFO::pyOpenSSL... found (True)
2009-04-22 09:15:00,463::INFO::Web dir is /usr/local/share/sabnzbdplus/interfaces/Default
2009-04-22 09:15:00,471::INFO::Starting SABnzbd.py-0.4.8
2009-04-22 09:15:00,473::INFO::[nzbqueue] Saving queue
2009-04-22 09:15:00,474::INFO::[sabnzbd] Saving data for queue7.sab in /usr/local/bin/cache/queue7.sab
2009-04-22 09:15:00,475::INFO::[sabnzbd] Saving data for bytes7.sab in /usr/local/bin/cache/bytes7.sab
2009-04-22 09:15:00,476::INFO::[sabnzbd] Saving data for rss_data.sab in /usr/local/bin/cache/rss_data.sab
2009-04-22 09:15:00,549::INFO::[sabnzbd.misc] URLGrabber starting up
2009-04-22 09:15:00,569::INFO::Starting web-interface on :8080
22/Apr/2009:09:15:00 CONFIG INFO Server parameters:
22/Apr/2009:09:15:01 CONFIG INFO server.environment: production
22/Apr/2009:09:15:01 CONFIG INFO server.log_to_screen: True
22/Apr/2009:09:15:01 CONFIG INFO server.log_file: /usr/local/bin/logs/cherrypy.log
22/Apr/2009:09:15:01 CONFIG INFO server.log_tracebacks: True
22/Apr/2009:09:15:01 CONFIG INFO server.log_request_headers: False
22/Apr/2009:09:15:01 CONFIG INFO server.protocol_version: HTTP/1.0
22/Apr/2009:09:15:01 CONFIG INFO server.socket_host:
22/Apr/2009:09:15:01 CONFIG INFO server.socket_port: 8080
22/Apr/2009:09:15:01 CONFIG INFO server.socket_file:
22/Apr/2009:09:15:01 CONFIG INFO server.reverse_dns: False
22/Apr/2009:09:15:01 CONFIG INFO server.socket_queue_size: 5
22/Apr/2009:09:15:01 CONFIG INFO server.thread_pool: 10
22/Apr/2009:09:15:01 HTTP INFO Serving HTTP on http://0.0.0.0:8080/
In order to exclude network problems I used Netcat on my FreeNAS to listen to port 8080 and I see the HTTP request from my PC:
Code: Select all
basnas:~# nc -l 8080
GET /sabnzbd/ HTTP/1.1
Host: 192.168.1.2:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-gb,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Please help me ... Bas