I've installed SABnzbd on my Synology diskstation (not through the packet manager). Everything seems to be starting as is should except that there is some missing modules. But when I try to access the site it won't display. Ive tried to change the port in the config but with the same error. This is the startup code:
Code: Select all
Synology> python SABnzbd.py
2013-04-19 15:20:36,430::INFO::[SABnzbd:1256] --------------------------------
2013-04-19 15:20:36,431::INFO::[SABnzbd:1257] SABnzbd.py-0.7.x (rev=unknown)
2013-04-19 15:20:36,432::INFO::[SABnzbd:1269] Platform = posix
2013-04-19 15:20:36,432::INFO::[SABnzbd:1270] Python-version = 2.7.3 (default, Nov 9 2012, 16:25:01)
[GCC 4.2.1]
2013-04-19 15:20:36,433::INFO::[SABnzbd:1271] Arguments = SABnzbd.py
2013-04-19 15:20:36,434::INFO::[SABnzbd:1284] Read INI file /root/.sabnzbd/sabnzbd.ini
2013-04-19 15:20:36,437::INFO::[__init__:928] Loading data for bookmarks.sab from /root/.sabnzbd/admin/bookmarks.sab
2013-04-19 15:20:36,438::INFO::[__init__:928] Loading data for rss_data.sab from /root/.sabnzbd/admin/rss_data.sab
2013-04-19 15:20:36,440::INFO::[__init__:928] Loading data for totals9.sab from /root/.sabnzbd/admin/totals9.sab
2013-04-19 15:20:36,440::INFO::[__init__:931] /root/.sabnzbd/admin/totals9.sab missing, trying old cache
2013-04-19 15:20:36,441::INFO::[__init__:934] /root/.sabnzbd/cache/totals9.sab missing
2013-04-19 15:20:36,618::INFO::[postproc:90] Loading postproc queue
2013-04-19 15:20:36,619::INFO::[__init__:928] Loading data for postproc1.sab from /root/.sabnzbd/admin/postproc1.sab
2013-04-19 15:20:36,620::INFO::[__init__:928] Loading data for queue9.sab from /root/.sabnzbd/admin/queue9.sab
2013-04-19 15:20:36,622::INFO::[__init__:928] Loading data for watched_data.sab from /root/.sabnzbd/admin/watched_data.sab
2013-04-19 15:20:36,624::INFO::[scheduler:170] Setting schedule for midnight BPS reset
2013-04-19 15:20:36,625::INFO::[downloader:211] Resuming
2013-04-19 15:20:36,643::INFO::[__init__:330] All processes started
2013-04-19 15:20:36,644::INFO::[SABnzbd:334] Web dir is /volume1/applications/sabnzbd/interfaces/Plush
2013-04-19 15:20:36,645::INFO::[SABnzbd:334] Web dir is /volume1/applications/sabnzbd/interfaces/Config
2013-04-19 15:20:36,663::INFO::[SABnzbd:468] _yenc module... NOT found!
2013-04-19 15:20:36,664::INFO::[SABnzbd:471] par2 binary... found (/opt/bin/par2)
2013-04-19 15:20:36,665::INFO::[SABnzbd:479] unrar binary... found (/usr/syno/bin/unrar)
2013-04-19 15:20:36,665::INFO::[SABnzbd:484] unzip binary... found (/usr/syno/bin/unzip)
2013-04-19 15:20:36,666::INFO::[SABnzbd:492] nice binary... NOT found!
2013-04-19 15:20:36,666::INFO::[SABnzbd:496] ionice binary... NOT found!
2013-04-19 15:20:36,667::INFO::[SABnzbd:501] pyOpenSSL... NOT found - try apt-get install python-pyopenssl (SSL is optional)
2013-04-19 15:20:36,670::INFO::[SABnzbd:1483] Starting web-interface on 127.0.0.1:7000
2013-04-19 15:20:36,671::INFO::[_cplogging:55] [19/Apr/2013:15:20:36] ENGINE Bus STARTING
2013-04-19 15:20:36,679::INFO::[_cplogging:55] [19/Apr/2013:15:20:36] ENGINE Started monitor thread '_TimeoutMonitor'.
2013-04-19 15:20:36,784::INFO::[_cplogging:55] [19/Apr/2013:15:20:36] ENGINE Serving on 127.0.0.1:7000
2013-04-19 15:20:36,786::INFO::[_cplogging:55] [19/Apr/2013:15:20:36] ENGINE Bus STARTED
2013-04-19 15:20:36,787::INFO::[panic:247] Lauching browser with http://localhost:7000/sabnzbd
2013-04-19 15:20:37,292::INFO::[SABnzbd:1552] Starting SABnzbd.py-0.7.x
2013-04-19 15:20:37,340::INFO::[dirscanner:274] Dirscanner starting up
2013-04-19 15:20:37,355::INFO::[urlgrabber:77] URLGrabber starting up

