Hi,
I'm new to linux and I'm new to sabnzb, so bear with me please.
I installed the package on my Centos-6 box. All seems well, but I'm struggling with the sabnzbd.ini file.
I have no clue what I need to fill in and where.
My intention is to use sabnzb without a webinterface, but just to pick up .nzb files from a directory, log on to my usenet provider and download the files I need.
Whatever settings I try in de .ini file, I can't get it working..
This is the error I get now:
Code: Select all
2012-07-11 10:33:43,897::INFO::[SABnzbd:1261] --------------------------------
2012-07-11 10:33:43,898::INFO::[SABnzbd:1262] SABnzbd.py-0.7.1 (rev=0a0d00930afca5de3d281bf0c5d29cc8e141cba4)
2012-07-11 10:33:43,899::INFO::[SABnzbd:1274] Platform = posix
2012-07-11 10:33:43,900::INFO::[SABnzbd:1275] Python-version = 2.6.6 (r266:84292, Jun 18 2012, 14:18:47)
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
2012-07-11 10:33:43,901::INFO::[SABnzbd:1276] Arguments = ./SABnzbd.py
2012-07-11 10:33:43,902::INFO::[SABnzbd:1289] Read INI file /home/paul/.sabnzbd/sabnzbd.ini
2012-07-11 10:33:43,906::INFO::[__init__:904] Loading data for bookmarks.sab from /home/paul/.sabnzbd/admin/bookmarks.sab
2012-07-11 10:33:43,908::INFO::[__init__:904] Loading data for rss_data.sab from /home/paul/.sabnzbd/admin/rss_data.sab
2012-07-11 10:33:43,909::INFO::[__init__:904] Loading data for totals9.sab from /home/paul/.sabnzbd/admin/totals9.sab
2012-07-11 10:33:43,911::INFO::[__init__:907] /home/paul/.sabnzbd/admin/totals9.sab missing, trying old cache
2012-07-11 10:33:43,912::INFO::[__init__:910] /home/paul/.sabnzbd/cache/totals9.sab missing
2012-07-11 10:33:44,006::INFO::[postproc:90] Loading postproc queue
2012-07-11 10:33:44,007::INFO::[__init__:904] Loading data for postproc1.sab from /home/paul/.sabnzbd/admin/postproc1.sab
2012-07-11 10:33:44,009::INFO::[__init__:904] Loading data for queue9.sab from /home/paul/.sabnzbd/admin/queue9.sab
2012-07-11 10:33:44,020::INFO::[__init__:904] Loading data for watched_data.sab from /home/paul/.sabnzbd/admin/watched_data.sab
2012-07-11 10:33:44,023::INFO::[downloader:208] Resuming
2012-07-11 10:33:44,024::INFO::[__init__:314] All processes started
2012-07-11 10:33:44,025::INFO::[SABnzbd:333] Web dir is /usr/share/SABnzbd/interfaces/Plush
2012-07-11 10:33:44,026::INFO::[SABnzbd:333] Web dir is /usr/share/SABnzbd/interfaces/Config
2012-07-11 10:33:44,047::INFO::[SABnzbd:462] _yenc module... found!
2012-07-11 10:33:44,048::INFO::[SABnzbd:470] par2 binary... found (/usr/bin/par2)
2012-07-11 10:33:44,049::INFO::[SABnzbd:478] unrar binary... found (/usr/bin/unrar)
2012-07-11 10:33:44,050::INFO::[SABnzbd:483] unzip binary... found (/usr/bin/unzip)
2012-07-11 10:33:44,051::INFO::[SABnzbd:489] nice binary... found (/bin/nice)
2012-07-11 10:33:44,052::INFO::[SABnzbd:493] ionice binary... found (/usr/bin/ionice)
2012-07-11 10:33:44,052::INFO::[SABnzbd:498] pyOpenSSL... found (True)
2012-07-11 10:33:44,069::INFO::[SABnzbd:1472] Starting web-interface on reader2.newsxs.nl:124
2012-07-11 10:33:45,098::INFO::[_cplogging:55] [11/Jul/2012:10:33:45] ENGINE Bus STARTING
2012-07-11 10:33:45,108::INFO::[_cplogging:55] [11/Jul/2012:10:33:45] ENGINE Started monitor thread '_TimeoutMonitor'.
2012-07-11 10:33:45,268::ERROR::[_cplogging:55] [11/Jul/2012:10:33:45] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/usr/share/SABnzbd/cherrypy/process/servers.py", line 75, in _start_http_thread
self.httpserver.start()
File "/usr/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1644, in start
raise socket.error, msg
error: [Errno 99] Cannot assign requested address
it is trying to connect to my usenetprovider (newsxs) on port 124... I changed that in the ini file to port 563, but it gets changed back into 124 no matter what..
Can someone please shed some light on this.
perhaps post a sample sabnzbd.ini file (anonymized of course)
Thanks,
Paul