New install on raspbian - queue not downloading
Posted: December 4th, 2013, 4:33 pm
Hi
I'm trying to get sabnzbd running on a raspberry pi running raspbian, so I followed these instructions: http://www.howtogeek.com/142249/
Everything looks good and I'm able to access the web interface and add nzb files, but although the status says downloading, the speed just sits at 0kb/s and nothing happens. Server tests ok and it doesn't matter which files I'm trying to download. Downloading works fine on sabnzbd on my desktop machine.
There are some warnings and errors which you can see in the log file below.
Any ideas?
Here's a log file
I'm trying to get sabnzbd running on a raspberry pi running raspbian, so I followed these instructions: http://www.howtogeek.com/142249/
Everything looks good and I'm able to access the web interface and add nzb files, but although the status says downloading, the speed just sits at 0kb/s and nothing happens. Server tests ok and it doesn't matter which files I'm trying to download. Downloading works fine on sabnzbd on my desktop machine.
There are some warnings and errors which you can see in the log file below.
Any ideas?
Here's a log file
Code: Select all
2013-12-04 21:15:20,787::INFO::[_cplogging:55] [04/Dec/2013:21:15:20] ENGINE Bus STOPPING
2013-12-04 21:15:20,802::INFO::[_cplogging:55] [04/Dec/2013:21:15:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) already shut down
2013-12-04 21:15:20,806::INFO::[_cplogging:55] [04/Dec/2013:21:15:20] ENGINE No thread running for _TimeoutMonitor.
2013-12-04 21:15:20,808::INFO::[_cplogging:55] [04/Dec/2013:21:15:20] ENGINE Bus STOPPED
2013-12-04 21:15:20,822::INFO::[_cplogging:55] [04/Dec/2013:21:15:20] ENGINE Bus EXITING
2013-12-04 21:15:20,825::INFO::[_cplogging:55] [04/Dec/2013:21:15:20] ENGINE Bus EXITED
2013-12-04 21:17:40,470::INFO::[__init__:560] Adding Linux Mint 14 Nadia.nzb
2013-12-04 21:17:40,492::INFO::[misc:725] Creating directories: /media/USBDisk/shares/downloading/Linux Mint 14 Nadia.1
2013-12-04 21:17:40,520::DEBUG::[__init__:769] Saving data for SABnzbd_nzf_Ez_eYh in /media/USBDisk/shares/downloading/Linux Mint 14 Nadia.1/__ADMIN__
2013-12-04 21:17:40,532::INFO::[nzbstuff:423] File Linux_Mint_14_Nadia_Mate_32_bit.zip (1/1) added to queue
2013-12-04 21:17:40,536::INFO::[__init__:516] Backing up /media/USBDisk/shares/nzb-backup/Linux Mint 14 Nadia.nzb.gz
2013-12-04 21:17:40,556::INFO::[__init__:516] Backing up /media/USBDisk/shares/downloading/Linux Mint 14 Nadia.1/__ADMIN__/Linux Mint 14 Nadia.nzb.gz
2013-12-04 21:17:40,602::INFO::[nzbqueue:170] Saving queue
2013-12-04 21:17:40,605::DEBUG::[__init__:769] Saving data for SABnzbd_nzo_CvoX2o in /media/USBDisk/shares/downloading/Linux Mint 14 Nadia.1/__ADMIN__
2013-12-04 21:17:40,652::INFO::[__init__:846] Saving data for queue9.sab in /home/pi/.sabnzbd/admin/queue9.sab
2013-12-04 21:28:16,976::INFO::[_cplogging:55] [04/Dec/2013:21:28:16] ENGINE Bus STOPPING
2013-12-04 21:28:16,986::INFO::[_cplogging:55] [04/Dec/2013:21:28:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) already shut down
2013-12-04 21:28:16,994::INFO::[_cplogging:55] [04/Dec/2013:21:28:16] ENGINE No thread running for _TimeoutMonitor.
2013-12-04 21:28:16,997::INFO::[_cplogging:55] [04/Dec/2013:21:28:16] ENGINE Bus STOPPED
2013-12-04 21:28:17,006::INFO::[_cplogging:55] [04/Dec/2013:21:28:17] ENGINE Bus EXITING
2013-12-04 21:28:17,014::INFO::[_cplogging:55] [04/Dec/2013:21:28:17] ENGINE Bus EXITED
2013-12-04 21:31:11,523::INFO::[_cplogging:55] [04/Dec/2013:21:31:11] ENGINE Bus STARTING
2013-12-04 21:31:11,667::INFO::[_cplogging:55] [04/Dec/2013:21:31:11] ENGINE Started monitor thread '_TimeoutMonitor'.
2013-12-04 21:32:07,958::ERROR::[_cplogging:55] [04/Dec/2013:21:32:07] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x24046b0>>
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/_cpserver.py", line 90, in start
ServerAdapter.start(self)
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 8080 not bound on '0.0.0.0'
2013-12-04 21:32:07,975::ERROR::[_cplogging:55] [04/Dec/2013:21:32:07] 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/_cpserver.py", line 90, in start
ServerAdapter.start(self)
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 8080 not bound on '0.0.0.0'
2013-12-04 21:32:07,979::INFO::[_cplogging:55] [04/Dec/2013:21:32:07] ENGINE Bus STOPPING
2013-12-04 21:32:07,982::INFO::[_cplogging:55] [04/Dec/2013:21:32:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) already shut down
2013-12-04 21:32:08,048::INFO::[_cplogging:55] [04/Dec/2013:21:32:08] ENGINE Stopped thread '_TimeoutMonitor'.
2013-12-04 21:32:08,051::INFO::[_cplogging:55] [04/Dec/2013:21:32:08] ENGINE Bus STOPPED
2013-12-04 21:32:08,058::INFO::[_cplogging:55] [04/Dec/2013:21:32:08] ENGINE Bus EXITING
2013-12-04 21:32:08,061::INFO::[_cplogging:55] [04/Dec/2013:21:32:08] ENGINE Bus EXITED
2013-12-04 21:32:08,072::ERROR::[sabnzbdplus:1405] Failed to start web-interface:
Traceback (most recent call last):
File "/usr/bin/sabnzbdplus", line 1397, 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/_cpserver.py", line 90, in start
ServerAdapter.start(self)
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 8080 not bound on '0.0.0.0'
2013-12-04 21:32:08,097::ERROR::[sabnzbdplus:302] Failed to start web-interface : Port 8080 not bound on '0.0.0.0'