Hallo,
Tot voor kort heb ik sabnzbd met veel plezier gebruikt op mijn file-server waar ik FreeBSD 8.1 als OS heb draaien.
Opstarten van sabnzbd doe ik als volgt:
[renko@file-server ~]$ /usr/local/bin/SABnzbd.py -d -f /usr/home/renko/.sabnzbd/sabnzbd.ini
Dit resulteert in 3 log bestanden:
1) cherrypy.log:
[18/Nov/2010:18:40:37] ENGINE Bus STARTING
[18/Nov/2010:18:40:37] ENGINE Started monitor thread '_TimeoutMonitor'.
[18/Nov/2010:18:40:37] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 73, in _start_http_thread
self.httpserver.start()
File "/usr/local/lib/python2.6/site-packages/cherrypy/wsgiserver/__init__.py", line 1596, in start
raise socket.error, msg
error: [Errno 49] Can't assign requested address
[18/Nov/2010:18:40:37] ENGINE Bus STOPPING
[18/Nov/2010:18:40:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('file-server.broekema.nu', 50560)) already shut down
[18/Nov/2010:18:40:37] ENGINE Stopped thread '_TimeoutMonitor'.
[18/Nov/2010:18:40:37] ENGINE Bus STOPPED
[18/Nov/2010:18:40:37] ENGINE Bus EXITING
[18/Nov/2010:18:40:37] ENGINE Bus EXITED
[18/Nov/2010:18:40:37] ENGINE Error in 'start' listener >
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/local/lib/python2.6/site-packages/cherrypy/_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 60, in start
self.wait()
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 95, in wait
raise self.interrupt
error: [Errno 49] Can't assign requested address
[18/Nov/2010:18:40:37] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/local/lib/python2.6/site-packages/cherrypy/_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 60, in start
self.wait()
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 95, in wait
raise self.interrupt
error: [Errno 49] Can't assign requested address
[18/Nov/2010:18:40:37] ENGINE Bus STOPPING
[18/Nov/2010:18:40:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('file-server.broekema.nu', 50560)) already shut down
[18/Nov/2010:18:40:37] ENGINE No thread running for _TimeoutMonitor.
[18/Nov/2010:18:40:37] ENGINE Bus STOPPED
[18/Nov/2010:18:40:37] ENGINE Bus EXITING
[18/Nov/2010:18:40:37] ENGINE Bus EXITED
2) sabnzbd.error.log
Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 73, in _start_http_thread
self.httpserver.start()
File "/usr/local/lib/python2.6/site-packages/cherrypy/wsgiserver/__init__.py", line 1596, in start
raise socket.error, msg
error: [Errno 49] Can't assign requested address
3) sabnzbd.log
2010-11-18 18:40:36,168::INFO::[SABnzbd:973] --------------------------------
2010-11-18 18:40:36,169::INFO::[SABnzbd:974] SABnzbd.py-0.5.4 (rev=2467)
2010-11-18 18:40:36,169::INFO::[SABnzbd:984] Platform = posix
2010-11-18 18:40:36,170::INFO::[SABnzbd:985] Python-version = 2.6.6 (r266:84292, Nov 15 2010, 19:57:41)
[GCC 4.2.1 20070719 [FreeBSD]]
2010-11-18 18:40:36,229::INFO::[__init__:702] /usr/home/renko/.sabnzbd/cache/bookmarks.sab removed
2010-11-18 18:40:36,231::INFO::[postproc:139] Loading postproc queue
2010-11-18 18:40:36,232::INFO::[__init__:702] /usr/home/renko/.sabnzbd/cache/postproc1.sab removed
2010-11-18 18:40:36,235::INFO::[downloader:334] Resuming
2010-11-18 18:40:36,248::INFO::[__init__:251] All processes started
2010-11-18 18:40:36,248::INFO::[SABnzbd:269] Web dir is /usr/local/share/sabnzbdplus/interfaces/Classic
2010-11-18 18:40:36,433::INFO::[SABnzbd:1038] Starting SABnzbd.py-0.5.4
2010-11-18 18:40:36,437::INFO::[dirscanner:374] Dirscanner starting up
2010-11-18 18:40:36,438::INFO::[SABnzbd:390] _yenc module... found!
2010-11-18 18:40:36,438::INFO::[SABnzbd:398] par2 binary... found (/usr/local/bin/par2)
2010-11-18 18:40:36,438::INFO::[SABnzbd:406] unrar binary... found (/usr/local/bin/unrar)
2010-11-18 18:40:36,439::INFO::[SABnzbd:411] unzip binary... found (/usr/local/bin/unzip)
2010-11-18 18:40:36,439::INFO::[SABnzbd:417] nice binary... found (/usr/bin/nice)
2010-11-18 18:40:36,439::INFO::[SABnzbd:423] ionice binary... NOT found!
2010-11-18 18:40:36,440::INFO::[SABnzbd:426] pyOpenSSL... found (True)
2010-11-18 18:40:36,443::INFO::[SABnzbd:1136] Starting web-interface on file-server.broekema.nu:50560
2010-11-18 18:40:36,444::INFO::[urlgrabber:103] URLGrabber starting up
2010-11-18 18:40:37,446::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus STARTING
2010-11-18 18:40:37,451::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Started monitor thread '_TimeoutMonitor'.
2010-11-18 18:40:37,559::ERROR::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 73, in _start_http_thread
self.httpserver.start()
File "/usr/local/lib/python2.6/site-packages/cherrypy/wsgiserver/__init__.py", line 1596, in start
raise socket.error, msg
error: [Errno 49] Can't assign requested address
2010-11-18 18:40:37,559::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus STOPPING
2010-11-18 18:40:37,560::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('file-server.broekema.nu', 50560)) already shut down
2010-11-18 18:40:37,570::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Stopped thread '_TimeoutMonitor'.
2010-11-18 18:40:37,570::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus STOPPED
2010-11-18 18:40:37,571::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus EXITING
2010-11-18 18:40:37,571::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus EXITED
2010-11-18 18:40:37,657::ERROR::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Error in 'start' listener >
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/local/lib/python2.6/site-packages/cherrypy/_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 60, in start
self.wait()
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 95, in wait
raise self.interrupt
error: [Errno 49] Can't assign requested address
2010-11-18 18:40:37,658::ERROR::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/local/lib/python2.6/site-packages/cherrypy/_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 60, in start
self.wait()
File "/usr/local/lib/python2.6/site-packages/cherrypy/process/servers.py", line 95, in wait
raise self.interrupt
error: [Errno 49] Can't assign requested address
2010-11-18 18:40:37,658::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus STOPPING
2010-11-18 18:40:37,659::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('file-server.broekema.nu', 50560)) already shut down
2010-11-18 18:40:37,659::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE No thread running for _TimeoutMonitor.
2010-11-18 18:40:37,660::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus STOPPED
2010-11-18 18:40:37,660::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus EXITING
2010-11-18 18:40:37,660::INFO::[_cplogging:55] [18/Nov/2010:18:40:37] ENGINE Bus EXITED
2010-11-18 18:40:37,661::ERROR::[SABnzbd:242] Failed to start web-interface
2010-11-18 18:40:37,661::INFO::[__init__:287] SABnzbd shutting down...
2010-11-18 18:40:37,662::INFO::[urlgrabber:98] URLGrabber shutting down
2010-11-18 18:40:37,663::INFO::[dirscanner:288] Dirscanner shutting down
2010-11-18 18:40:38,439::INFO::[downloader:490] Shutting down
2010-11-18 18:40:38,440::INFO::[assembler:102] Shutting down
2010-11-18 18:40:38,441::INFO::[postproc:134] Saving postproc queue
2010-11-18 18:40:38,442::INFO::[nzbqueue:92] Saving queue
2010-11-18 18:40:38,444::INFO::[postproc:134] Saving postproc queue
2010-11-18 18:40:38,445::INFO::[__init__:322] All processes stopped
Kunnen jullie op basis van het aangeleverde materiaal beoordelen wat er aan de hand is en wat ik moet doen om sabnzbd weer aan de praat te krijgen?
Bij voorbaat dank,
sabbzbdplus@FreeBSD 8.1
Re: sabbzbdplus@FreeBSD 8.1
Welk IP & poort gebruik je in de ini ?
het lijkt er namelijk op dat het daar verkeerd gaat
het lijkt er namelijk op dat het daar verkeerd gaat
Re: sabbzbdplus@FreeBSD 8.1
Uit sabnzbd.ini haal ik het volgende:rascalli wrote: Welk IP & poort gebruik je in de ini ?
het lijkt er namelijk op dat het daar verkeerd gaat
host = ""
port = 50560
Bedoel je deze waarden?
Re: sabbzbdplus@FreeBSD 8.1
Hallo,
Probleem lijkt opgelost:
host = localhost
sabnzbd draait nu gelukkig weer.
Bedankt voor de hulp
Probleem lijkt opgelost:
host = localhost
sabnzbd draait nu gelukkig weer.
Bedankt voor de hulp

