I installed sabnzbdplus on my Cubietruck with CubianX (debian) via this http://forums.sabnzbd.org/viewtopic.php?f=16&t=9844 thread.
Then i edited /etc/default/sabnzbplus and added my normal user "cubie" to it. Now started sabnzbd with "sabnzbdplus --server 192.168.1.50:8080" as that is my local adress in the network.
The confusing things start here, i can reach the webinterface via another desktop computer in the LAN but not from the server itself, not via 192.168.1.50:8080 nor localhost:8080 or 127.0.0.1:8080.. strange thing, but maybe the distri is preconfigured to not let localhost connections pass?
Okay then i tried to configure it via desktop pc, that worked fine. But now if i start sabnzbdplus i got this warnings:
Code: Select all
2014-10-15 13:23:51,884 FEHLER: Fehler beim Starten der Weboberfläche. : Port 8080 not bound on '192.168.1.50'
2014-10-15 13:23:51,880 FEHLER: Failed to start web-interface: Traceback (most recent call last): File "/usr/bin/sabnzbdplus", line 1505, 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 '192.168.1.50'
2014-10-15 13:23:51,866 FEHLER: [15/Oct/2014:13:23:51] 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 '192.168.1.50'
2014-10-15 13:23:51,864 FEHLER: [15/Oct/2014:13:23:51] ENGINE Error in 'start' listener > 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 '192.168.1.50'
Finally downloads won't start, I can add an nzb and it gets imported, but downloading just doenst start.
Any help ?