It seems to slowly be getting there. I can now start it using the service. My sabnzbd.log file shows:
Code: Select all
013-04-22 22:32:13,908::INFO::[sabnzbdplus:1244] --------------------------------
2013-04-22 22:32:13,908::INFO::[sabnzbdplus:1245] sabnzbdplus-0.7.11 (rev=a50412a32751f4d1d555020dea20a2da43d6a309)
2013-04-22 22:32:13,908::INFO::[sabnzbdplus:1257] Platform = posix
2013-04-22 22:32:13,908::INFO::[sabnzbdplus:1258] Python-version = 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
2013-04-22 22:32:13,908::INFO::[sabnzbdplus:1259] Arguments = /usr/bin/sabnzbdplus --daemon
2013-04-22 22:32:13,908::INFO::[sabnzbdplus:1272] Read INI file /home/joseph/.sabnzbd/sabnzbd.ini
2013-04-22 22:32:13,910::INFO::[__init__:928] Loading data for bookmarks.sab from /home/joseph/.sabnzbd/admin/bookmarks.sab
2013-04-22 22:32:13,910::INFO::[__init__:928] Loading data for rss_data.sab from /home/joseph/.sabnzbd/admin/rss_data.sab
2013-04-22 22:32:13,910::INFO::[__init__:928] Loading data for totals9.sab from /home/joseph/.sabnzbd/admin/totals9.sab
2013-04-22 22:32:13,911::DEBUG::[bpsmeter:171] Read quota q=0.0 l=0.0 reset=0
2013-04-22 22:32:13,911::INFO::[postproc:90] Loading postproc queue
2013-04-22 22:32:13,911::INFO::[__init__:928] Loading data for postproc1.sab from /home/joseph/.sabnzbd/admin/postproc1.sab
2013-04-22 22:32:13,911::INFO::[__init__:928] Loading data for queue9.sab from /home/joseph/.sabnzbd/admin/queue9.sab
2013-04-22 22:32:13,912::DEBUG::[__init__:863] Loading data for SABnzbd_nzo_lZaHVb from /temp/Not.Going.Out.S06E03.720p.HDTV.x264-TLA/__ADMIN__/SABnzbd_nzo_lZaHVb
2013-04-22 22:32:13,928::DEBUG::[downloader:127] Initializing downloader/decoder
2013-04-22 22:32:13,929::INFO::[__init__:928] Loading data for watched_data.sab from /home/joseph/.sabnzbd/admin/watched_data.sab
2013-04-22 22:32:13,929::DEBUG::[scheduler:138] Scheduling RSS interval task every 60 min (delay=57)
2013-04-22 22:32:13,930::DEBUG::[scheduler:150] Scheduling VersionCheck on day 4 at 18:19
2013-04-22 22:32:13,930::INFO::[scheduler:170] Setting schedule for midnight BPS reset
2013-04-22 22:32:13,930::INFO::[downloader:211] Resuming
2013-04-22 22:32:13,930::DEBUG::[__init__:532] PAUSED_ALL inactive
2013-04-22 22:32:13,930::INFO::[__init__:330] All processes started
2013-04-22 22:32:13,931::INFO::[sabnzbdplus:335] Web dir is /usr/share/sabnzbdplus/interfaces/Plush
2013-04-22 22:32:13,931::INFO::[sabnzbdplus:335] Web dir is /usr/share/sabnzbdplus/interfaces/Config
2013-04-22 22:32:13,946::INFO::[sabnzbdplus:451] _yenc module... found!
2013-04-22 22:32:13,947::INFO::[sabnzbdplus:459] par2 binary... found (/usr/bin/par2)
2013-04-22 22:32:13,947::INFO::[sabnzbdplus:467] unrar binary... found (/usr/bin/unrar)
2013-04-22 22:32:13,947::INFO::[sabnzbdplus:472] unzip binary... found (/usr/bin/unzip)
2013-04-22 22:32:13,947::INFO::[sabnzbdplus:478] nice binary... found (/usr/bin/nice)
2013-04-22 22:32:13,948::INFO::[sabnzbdplus:482] ionice binary... found (/usr/bin/ionice)
2013-04-22 22:32:13,948::INFO::[sabnzbdplus:487] pyOpenSSL... found (True)
2013-04-22 22:32:13,955::INFO::[sabnzbdplus:1471] Starting web-interface on 0.0.0.0:9090
2013-04-22 22:32:13,956::INFO::[_cplogging:55] [22/Apr/2013:22:32:13] ENGINE Bus STARTING
2013-04-22 22:32:13,963::INFO::[_cplogging:55] [22/Apr/2013:22:32:13] ENGINE Started monitor thread '_TimeoutMonitor'.
2013-04-22 22:32:14,070::INFO::[_cplogging:55] [22/Apr/2013:22:32:14] ENGINE Serving on 0.0.0.0:9090
2013-04-22 22:32:19,192::ERROR::[_cplogging:55] [22/Apr/2013:22:32:19] ENGINE Error in 'start' listener <bound method ServerAdapter.start of <cherrypy.process.servers.ServerAdapter object at 0x306dbd0>>
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start
self.wait()
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 103, in wait
wait_for_occupied_port(host, port)
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 275, in wait_for_occupied_port
raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 0 not bound on '0.0.0.0'
2013-04-22 22:32:19,193::ERROR::[_cplogging:55] [22/Apr/2013:22:32:19] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start
self.wait()
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 103, in wait
wait_for_occupied_port(host, port)
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 275, in wait_for_occupied_port
raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 0 not bound on '0.0.0.0'
2013-04-22 22:32:19,193::INFO::[_cplogging:55] [22/Apr/2013:22:32:19] ENGINE Bus STOPPING
2013-04-22 22:32:20,079::INFO::[_cplogging:55] [22/Apr/2013:22:32:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 9090)) shut down
2013-04-22 22:32:20,080::INFO::[_cplogging:55] [22/Apr/2013:22:32:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 0)) already shut down
2013-04-22 22:32:20,093::INFO::[_cplogging:55] [22/Apr/2013:22:32:20] ENGINE Stopped thread '_TimeoutMonitor'.
2013-04-22 22:32:20,093::INFO::[_cplogging:55] [22/Apr/2013:22:32:20] ENGINE Bus STOPPED
2013-04-22 22:32:20,093::INFO::[_cplogging:55] [22/Apr/2013:22:32:20] ENGINE Bus EXITING
2013-04-22 22:32:20,094::INFO::[_cplogging:55] [22/Apr/2013:22:32:20] ENGINE Bus EXITED
2013-04-22 22:32:20,094::ERROR::[sabnzbdplus:1486] Failed to start web-interface:
Traceback (most recent call last):
File "/usr/bin/sabnzbdplus", line 1478, in main
cherrypy.engine.start()
File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/usr/share/sabnzbdplus/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 62, in start
self.wait()
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 103, in wait
wait_for_occupied_port(host, port)
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 275, in wait_for_occupied_port
raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 0 not bound on '0.0.0.0'
2013-04-22 22:32:20,096::ERROR::[sabnzbdplus:304] Failed to start web-interface : Port 0 not bound on '0.0.0.0'
Nothing else is running on port 9090 from what I can see.