SABnzbd 0.7.0 - FreeBSD8.3
Posted: June 17th, 2012, 3:09 pm
Hello, I am attempting to update to 0.7.0. For some background information I use the FreeBSD ports tree to install the dependencies, but anytime I upgrade I just drop in the source code and run it on my own. This has worked for a few years/upgrades on sab for me until now.
When I saw 7 was released, I dropped in the code like normal, and tried to start it but got errors, I thought it might be a conflict with my config/datafiles, so I decided to test opening it by itself having it create new config/datafiles. It still did not work this way.
I have put the output below of what I get when I try to start it up.
I appreciate any help that could be provided.
(As a side note, I am currently using 0.6.15 successfully using the same methods that I am testing with 0.7.0)
When I saw 7 was released, I dropped in the code like normal, and tried to start it but got errors, I thought it might be a conflict with my config/datafiles, so I decided to test opening it by itself having it create new config/datafiles. It still did not work this way.
I have put the output below of what I get when I try to start it up.
Code: Select all
2012-06-17 13:06:25,662::INFO::[SABnzbd:1248] --------------------------------
2012-06-17 13:06:25,662::INFO::[SABnzbd:1249] SABnzbd.py-0.7.0 (rev=d88b5a3b3e26beecaa4b7f8cbb5f2901de3d6024)
2012-06-17 13:06:25,663::INFO::[SABnzbd:1261] Platform = posix
2012-06-17 13:06:25,663::INFO::[SABnzbd:1262] Python-version = 2.7.3 (default, Jun 15 2012, 08:29:18)
[GCC 4.2.2 20070831 prerelease [FreeBSD]]
2012-06-17 13:06:25,663::INFO::[SABnzbd:1263] Arguments = ./SABnzbd.py
2012-06-17 13:06:25,663::INFO::[SABnzbd:1276] Read INI file /usr/home/root/.sabnzbd/sabnzbd.ini
2012-06-17 13:06:25,664::INFO::[__init__:904] Loading data for bookmarks.sab from /usr/home/root/.sabnzbd/admin/bookmarks.sab
2012-06-17 13:06:25,664::INFO::[__init__:907] /usr/home/root/.sabnzbd/admin/bookmarks.sab missing, trying old cache
2012-06-17 13:06:25,664::INFO::[__init__:910] /usr/home/root/.sabnzbd/cache/bookmarks.sab missing
2012-06-17 13:06:25,665::INFO::[__init__:904] Loading data for rss_data.sab from /usr/home/root/.sabnzbd/admin/rss_data.sab
2012-06-17 13:06:25,665::INFO::[__init__:907] /usr/home/root/.sabnzbd/admin/rss_data.sab missing, trying old cache
2012-06-17 13:06:25,665::INFO::[__init__:910] /usr/home/root/.sabnzbd/cache/rss_data.sab missing
2012-06-17 13:06:25,665::INFO::[__init__:904] Loading data for totals9.sab from /usr/home/root/.sabnzbd/admin/totals9.sab
2012-06-17 13:06:25,665::INFO::[__init__:907] /usr/home/root/.sabnzbd/admin/totals9.sab missing, trying old cache
2012-06-17 13:06:25,666::INFO::[__init__:910] /usr/home/root/.sabnzbd/cache/totals9.sab missing
2012-06-17 13:06:25,670::INFO::[postproc:90] Loading postproc queue
2012-06-17 13:06:25,670::INFO::[__init__:904] Loading data for postproc1.sab from /usr/home/root/.sabnzbd/admin/postproc1.sab
2012-06-17 13:06:25,670::INFO::[__init__:907] /usr/home/root/.sabnzbd/admin/postproc1.sab missing, trying old cache
2012-06-17 13:06:25,671::INFO::[__init__:910] /usr/home/root/.sabnzbd/cache/postproc1.sab missing
2012-06-17 13:06:25,671::INFO::[__init__:904] Loading data for queue9.sab from /usr/home/root/.sabnzbd/admin/queue9.sab
2012-06-17 13:06:25,671::INFO::[__init__:907] /usr/home/root/.sabnzbd/admin/queue9.sab missing, trying old cache
2012-06-17 13:06:25,671::INFO::[__init__:910] /usr/home/root/.sabnzbd/cache/queue9.sab missing
2012-06-17 13:06:25,672::INFO::[__init__:904] Loading data for watched_data.sab from /usr/home/root/.sabnzbd/admin/watched_data.sab
2012-06-17 13:06:25,672::INFO::[__init__:907] /usr/home/root/.sabnzbd/admin/watched_data.sab missing, trying old cache
2012-06-17 13:06:25,672::INFO::[__init__:910] /usr/home/root/.sabnzbd/cache/watched_data.sab missing
2012-06-17 13:06:25,673::INFO::[downloader:208] Resuming
2012-06-17 13:06:25,677::INFO::[__init__:314] All processes started
2012-06-17 13:06:25,677::INFO::[SABnzbd:332] Web dir is /datapool/systemfiles/SABnzbd-0.7.0/interfaces/Plush
2012-06-17 13:06:25,678::INFO::[SABnzbd:332] Web dir is /datapool/systemfiles/SABnzbd-0.7.0/interfaces/Config
2012-06-17 13:06:25,681::INFO::[SABnzbd:461] _yenc module... found!
2012-06-17 13:06:25,681::INFO::[SABnzbd:469] par2 binary... found (/usr/local/bin/par2)
2012-06-17 13:06:25,682::INFO::[SABnzbd:477] unrar binary... found (/usr/local/bin/unrar)
2012-06-17 13:06:25,682::INFO::[SABnzbd:482] unzip binary... found (/usr/local/bin/unzip)
2012-06-17 13:06:25,682::INFO::[SABnzbd:488] nice binary... found (/usr/bin/nice)
2012-06-17 13:06:25,682::INFO::[SABnzbd:494] ionice binary... NOT found!
2012-06-17 13:06:25,682::INFO::[SABnzbd:497] pyOpenSSL... found (True)
2012-06-17 13:06:25,683::INFO::[SABnzbd:1459] Starting web-interface on 0.0.0.0:8085
2012-06-17 13:06:25,684::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Bus STARTING
2012-06-17 13:06:25,686::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Started monitor thread '_TimeoutMonitor'.
2012-06-17 13:06:25,687::ERROR::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Error in 'start' listener <bound method ServerAdapter.start of <cherrypy.process.servers.ServerAdapter object at 0x80484f910>>
Traceback (most recent call last):
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 55, in start
wait_for_free_port(*self.bind_addr)
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 253, in wait_for_free_port
check_port(host, port, timeout=0.1)
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 228, in check_port
socket.SOCK_STREAM):
TypeError: getaddrinfo() argument 1 must be string or None
2012-06-17 13:06:25,906::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Serving on 0.0.0.0:8085
2012-06-17 13:06:25,907::ERROR::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 55, in start
wait_for_free_port(*self.bind_addr)
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 253, in wait_for_free_port
check_port(host, port, timeout=0.1)
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 228, in check_port
socket.SOCK_STREAM):
TypeError: getaddrinfo() argument 1 must be string or None
2012-06-17 13:06:25,908::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Bus STOPPING
2012-06-17 13:06:25,909::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8085)) shut down
2012-06-17 13:06:25,909::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer((28, 8085)) already shut down
2012-06-17 13:06:25,966::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Stopped thread '_TimeoutMonitor'.
2012-06-17 13:06:25,966::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Bus STOPPED
2012-06-17 13:06:25,967::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Bus EXITING
2012-06-17 13:06:25,967::INFO::[_cplogging:55] [17/Jun/2012:13:06:25] ENGINE Bus EXITED
2012-06-17 13:06:25,967::ERROR::[SABnzbd:1480] Failed to start web-interface:
Traceback (most recent call last):
File "./SABnzbd.py", line 1466, in main
cherrypy.engine.start()
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 55, in start
wait_for_free_port(*self.bind_addr)
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 253, in wait_for_free_port
check_port(host, port, timeout=0.1)
File "/datapool/systemfiles/SABnzbd-0.7.0/cherrypy/process/servers.py", line 228, in check_port
socket.SOCK_STREAM):
TypeError: getaddrinfo() argument 1 must be string or None
2012-06-17 13:06:25,969::ERROR::[SABnzbd:301] Failed to start web-interface :
2012-06-17 13:06:25,969::INFO::[panic:243] Lauching browser with /tmp/tmp6RqgAT.html
2012-06-17 13:06:25,970::INFO::[__init__:350] SABnzbd shutting down...
2012-06-17 13:06:25,970::INFO::[__init__:880] Saving data for bookmarks.sab in /usr/home/root/.sabnzbd/admin/bookmarks.sab
2012-06-17 13:06:25,970::INFO::[urlgrabber:73] URLGrabber shutting down
2012-06-17 13:06:25,970::INFO::[__init__:880] Saving data for watched_data.sab in /usr/home/root/.sabnzbd/admin/watched_data.sab
2012-06-17 13:06:25,971::INFO::[dirscanner:256] Dirscanner shutting down
2012-06-17 13:06:25,971::INFO::[notifier:87] Sending registration to localhost:23053
2012-06-17 13:06:26,476::INFO::[postproc:84] Saving postproc queue
2012-06-17 13:06:26,476::INFO::[__init__:880] Saving data for postproc1.sab in /usr/home/root/.sabnzbd/admin/postproc1.sab
2012-06-17 13:06:26,477::INFO::[nzbqueue:174] Saving queue
2012-06-17 13:06:26,477::INFO::[__init__:880] Saving data for queue9.sab in /usr/home/root/.sabnzbd/admin/queue9.sab
2012-06-17 13:06:26,478::INFO::[__init__:880] Saving data for rss_data.sab in /usr/home/root/.sabnzbd/admin/rss_data.sab
2012-06-17 13:06:26,478::INFO::[__init__:880] Saving data for bookmarks.sab in /usr/home/root/.sabnzbd/admin/bookmarks.sab
2012-06-17 13:06:26,478::INFO::[__init__:880] Saving data for watched_data.sab in /usr/home/root/.sabnzbd/admin/watched_data.sab
2012-06-17 13:06:26,479::INFO::[postproc:84] Saving postproc queue
2012-06-17 13:06:26,479::INFO::[__init__:880] Saving data for postproc1.sab in /usr/home/root/.sabnzbd/admin/postproc1.sab
2012-06-17 13:06:26,479::INFO::[__init__:410] All processes stopped
(As a side note, I am currently using 0.6.15 successfully using the same methods that I am testing with 0.7.0)