Moved house and ISP - now not working
Posted: May 9th, 2008, 6:19 pm
Been running SABnzbdplus on my Dlink nas box now for over a year - all working good upgraded no problem to new beta's. My nas box runs debian etch.
So I move house - connect to new ISP and when I fired things up... I see the following in debug:
2008-05-10 05:07:31,385::ERROR::Failed to start web-interface
Traceback (most recent call last):
File "SABnzbd.py", line 707, in main
cherrypy.server.start(init_only=True)
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 72, in start
Engine.start(self)
File "/SABnzbd-0.2.5/cherrypy/_cpengine.py", line 106, in start
self._start()
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 79, in _start
self.start_http_server()
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 99, in start_http_server
wait_for_free_port(host, port)
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 244, in wait_for_free_port
check_port(host, port)
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 219, in check_port
socket.SOCK_STREAM):
gaierror: (-3, 'Temporary failure in name resolution')
2008-05-10 05:07:31,537::INFO::SABnzbd shutting down...
2008-05-10 05:07:31,542::DEBUG::Stopping URLGrabber
2008-05-10 05:07:31,547::INFO::[sabnzbd.misc] URLGrabber shutting down
2008-05-10 05:07:31,554::DEBUG::Stopping dirscanner
2008-05-10 05:07:31,559::INFO::[sabnzbd.misc] Dirscanner shutting down
2008-05-10 05:07:31,963::DEBUG::Stopping downloader
Before I got to this error I was getting a different error. - To rectify this I added my nas box ip address to the SABnzbd.py file (line 584)
localhost = hostip = '192.168.1.155'
the earlier error looked like this:
2008-05-10 05:16:01,049::INFO::_yenc module... found!
2008-05-10 05:16:01,054::INFO::celementtree module... found!
2008-05-10 05:16:01,059::INFO::par2 binary... found (/usr/bin/par2)
2008-05-10 05:16:01,064::INFO::rar binary... found (/usr/bin/unrar)
2008-05-10 05:16:01,068::INFO::unzip binary... found (/usr/bin/unzip)
2008-05-10 05:16:01,073::INFO::pyOpenSSL... found (True)
2008-05-10 05:16:01,078::DEBUG::host -> 192.168.1.155
Traceback (most recent call last):
File "SABnzbd.py", line 737, in ?
main()
File "SABnzbd.py", line 590, in main
info = socket.getaddrinfo(localhost, None)
socket.gaierror: (-3, 'Temporary failure in name resolution')
This seemed to get me a little further but still failing to initialise the web interface -
can anyone help?!
I am using version beta 4.
Can post .ini and .py files if this helps
Thanks
T
So I move house - connect to new ISP and when I fired things up... I see the following in debug:
2008-05-10 05:07:31,385::ERROR::Failed to start web-interface
Traceback (most recent call last):
File "SABnzbd.py", line 707, in main
cherrypy.server.start(init_only=True)
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 72, in start
Engine.start(self)
File "/SABnzbd-0.2.5/cherrypy/_cpengine.py", line 106, in start
self._start()
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 79, in _start
self.start_http_server()
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 99, in start_http_server
wait_for_free_port(host, port)
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 244, in wait_for_free_port
check_port(host, port)
File "/SABnzbd-0.2.5/cherrypy/_cpserver.py", line 219, in check_port
socket.SOCK_STREAM):
gaierror: (-3, 'Temporary failure in name resolution')
2008-05-10 05:07:31,537::INFO::SABnzbd shutting down...
2008-05-10 05:07:31,542::DEBUG::Stopping URLGrabber
2008-05-10 05:07:31,547::INFO::[sabnzbd.misc] URLGrabber shutting down
2008-05-10 05:07:31,554::DEBUG::Stopping dirscanner
2008-05-10 05:07:31,559::INFO::[sabnzbd.misc] Dirscanner shutting down
2008-05-10 05:07:31,963::DEBUG::Stopping downloader
Before I got to this error I was getting a different error. - To rectify this I added my nas box ip address to the SABnzbd.py file (line 584)
localhost = hostip = '192.168.1.155'
the earlier error looked like this:
2008-05-10 05:16:01,049::INFO::_yenc module... found!
2008-05-10 05:16:01,054::INFO::celementtree module... found!
2008-05-10 05:16:01,059::INFO::par2 binary... found (/usr/bin/par2)
2008-05-10 05:16:01,064::INFO::rar binary... found (/usr/bin/unrar)
2008-05-10 05:16:01,068::INFO::unzip binary... found (/usr/bin/unzip)
2008-05-10 05:16:01,073::INFO::pyOpenSSL... found (True)
2008-05-10 05:16:01,078::DEBUG::host -> 192.168.1.155
Traceback (most recent call last):
File "SABnzbd.py", line 737, in ?
main()
File "SABnzbd.py", line 590, in main
info = socket.getaddrinfo(localhost, None)
socket.gaierror: (-3, 'Temporary failure in name resolution')
This seemed to get me a little further but still failing to initialise the web interface -
can anyone help?!
I am using version beta 4.
Can post .ini and .py files if this helps
Thanks
T