I'm experimenting with SABnzbd inside a SmartOS (smartos.org) zone, which is just a Solaris zone in reality. I've got the entire thing up and running correctly and everything is marked as found (the dependent libraries) according to the logs except for ionice. What I'm experiencing is whenever I upload a .nzb or .zip file through the web UI, the upload goes through but it doesn't show up in the queue. I then go to the Status page and Queue Repair and the download is present there. I've loaded the same nzb file into another client and the download begins.
I've put the highest log level turned on and this is all that is yielded:
Code: Select all
2012-08-17 04:34:14,137::INFO::[__init__:560] Adding <thing getting downloaded>.nzb
2012-08-17 04:34:14,139::INFO::[misc:722] Creating directories: /home/admin/Downloads/incomplete/<thing getting downloaded>.2
but nothing more.
Code: Select all
2012-08-17 04:59:25,427::INFO::[__init__:835] /home/admin/Downloads/incomplete/<thing being downloaded>.1/__ADMIN__/SABnzbd_nzo_CwDMBM removed
2012-08-17 04:59:25,427::INFO::[postproc:83] Saving postproc queue
2012-08-17 04:59:25,427::INFO::[__init__:846] Saving data for postproc1.sab in /home/admin/.sabnzbd/admin/postproc1.sab
2012-08-17 04:59:25,444::INFO::[postproc:258] Starting PostProcessing on <thing being downloaded>.1 => Repair:False, Unpack:False, Delete:True, Script:None, Cat:*
2012-08-17 04:59:25,478::INFO::[postproc:482] Cleaning up <thing being downloaded>.1 (keep_basic=True)
2012-08-17 04:59:25,478::INFO::[misc:1172] Cannot remove folder /home/admin/Downloads/incomplete/<thing being downloaded>.1/__ADMIN__
2012-08-17 04:59:25,479::INFO::[misc:1172] Cannot remove folder /home/admin/Downloads/incomplete/<thing being downloaded>.1/__ADMIN__
2012-08-17 04:59:25,479::INFO::[postproc:83] Saving postproc queue
2012-08-17 04:59:25,479::INFO::[__init__:846] Saving data for postproc1.sab in /home/admin/.sabnzbd/admin/postproc1.sab
2012-08-17 04:59:25,479::INFO::[downloader:229] Post-processing finished, resuming download
2012-08-17 04:59:28,489::INFO::[nzbqueue:170] Saving queue
2012-08-17 04:59:28,489::INFO::[__init__:846] Saving data for queue9.sab in /home/admin/.sabnzbd/admin/queue9.sab
2012-08-17 04:59:28,490::INFO::[__init__:846] Saving data for rss_data.sab in /home/admin/.sabnzbd/admin/rss_data.sab
2012-08-17 04:59:28,490::INFO::[__init__:846] Saving data for bookmarks.sab in /home/admin/.sabnzbd/admin/bookmarks.sab
2012-08-17 04:59:28,490::INFO::[__init__:846] Saving data for watched_data.sab in /home/admin/.sabnzbd/admin/watched_data.sab
2012-08-17 04:59:28,491::INFO::[postproc:83] Saving postproc queue
2012-08-17 04:59:28,491::INFO::[__init__:846] Saving data for postproc1.sab in /home/admin/.sabnzbd/admin/postproc1.sab
2012-08-17 04:59:28,491::INFO::[postproc:619] Queue has finished, launching: None (None)
Code: Select all
2012-08-17 05:02:05,857::INFO::[SABnzbd:1207] --------------------------------
2012-08-17 05:02:05,857::INFO::[SABnzbd:1208] SABnzbd.py-0.6.15 (rev=d06f957a0f05a8766822acaa6de1f6d1e9f279e0)
2012-08-17 05:02:05,858::INFO::[SABnzbd:1220] Platform = posix
2012-08-17 05:02:05,858::INFO::[SABnzbd:1221] Python-version = 2.7.2 (default, May 11 2012, 13:40:50)
[GCC 4.7.0]
2012-08-17 05:02:05,858::INFO::[SABnzbd:1222] Arguments = "SABnzbd.py", "-s", "0.0.0.0:8080", "--logging", "2"
2012-08-17 05:02:05,858::INFO::[SABnzbd:1235] Read INI file /home/admin/.sabnzbd/sabnzbd.ini
2012-08-17 05:02:05,860::INFO::[__init__:870] Loading data for bookmarks.sab from /home/admin/.sabnzbd/admin/bookmarks.sab
2012-08-17 05:02:05,860::INFO::[__init__:870] Loading data for rss_data.sab from /home/admin/.sabnzbd/admin/rss_data.sab
2012-08-17 05:02:05,861::INFO::[__init__:870] Loading data for totals9.sab from /home/admin/.sabnzbd/admin/totals9.sab
2012-08-17 05:02:05,861::INFO::[__init__:873] /home/admin/.sabnzbd/admin/totals9.sab missing, trying old cache
2012-08-17 05:02:05,861::INFO::[__init__:876] /home/admin/.sabnzbd/cache/totals9.sab missing
2012-08-17 05:02:05,910::INFO::[postproc:89] Loading postproc queue
2012-08-17 05:02:05,910::INFO::[__init__:870] Loading data for postproc1.sab from /home/admin/.sabnzbd/admin/postproc1.sab
2012-08-17 05:02:05,910::INFO::[__init__:870] Loading data for queue9.sab from /home/admin/.sabnzbd/admin/queue9.sab
2012-08-17 05:02:05,911::DEBUG::[downloader:110] Initializing downloader/decoder
2012-08-17 05:02:05,911::INFO::[__init__:870] Loading data for watched_data.sab from /home/admin/.sabnzbd/admin/watched_data.sab
2012-08-17 05:02:05,912::DEBUG::[scheduler:136] Scheduling RSS interval task every 60 min (delay=2)
2012-08-17 05:02:05,912::DEBUG::[scheduler:147] Scheduling VersionCheck on day 3 at 19:46
2012-08-17 05:02:05,912::INFO::[downloader:194] Resuming
2012-08-17 05:02:05,912::DEBUG::[__init__:479] PAUSED_ALL inactive
2012-08-17 05:02:05,916::INFO::[__init__:289] All processes started
2012-08-17 05:02:05,917::INFO::[SABnzbd:331] Web dir is /opt/SABnzbd/interfaces/Plush
2012-08-17 05:02:05,920::INFO::[SABnzbd:454] _yenc module... found!
2012-08-17 05:02:05,920::INFO::[SABnzbd:462] par2 binary... found (/opt/local/bin/par2)
2012-08-17 05:02:05,920::INFO::[SABnzbd:470] unrar binary... found (/opt/local/bin/unrar)
2012-08-17 05:02:05,920::INFO::[SABnzbd:475] unzip binary... found (/opt/local/bin/unzip)
2012-08-17 05:02:05,920::INFO::[SABnzbd:481] nice binary... found (/opt/local/bin/nice)
2012-08-17 05:02:05,921::INFO::[SABnzbd:487] ionice binary... NOT found!
2012-08-17 05:02:05,921::INFO::[SABnzbd:490] pyOpenSSL... found (True)
2012-08-17 05:02:05,922::INFO::[SABnzbd:1402] Starting web-interface on 0.0.0.0:9090
2012-08-17 05:02:05,923::INFO::[_cplogging:55] [17/Aug/2012:05:02:05] ENGINE Bus STARTING
2012-08-17 05:02:05,925::INFO::[_cplogging:55] [17/Aug/2012:05:02:05] ENGINE Started monitor thread '_TimeoutMonitor'.
2012-08-17 05:02:06,026::INFO::[_cplogging:55] [17/Aug/2012:05:02:06] ENGINE Serving on 0.0.0.0:8080
2012-08-17 05:02:06,127::INFO::[_cplogging:55] [17/Aug/2012:05:02:06] ENGINE Serving on 0.0.0.0:9090
2012-08-17 05:02:06,127::INFO::[_cplogging:55] [17/Aug/2012:05:02:06] ENGINE Bus STARTED
2012-08-17 05:02:06,128::INFO::[panic:243] Lauching browser with https://localhost:9090/sabnzbd
2012-08-17 05:02:06,667::DEBUG::[misc:560] Checked for a new release, cur= 61599, latest= 70399 (on http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/0.7.3/)
2012-08-17 05:02:06,667::INFO::[SABnzbd:1471] Starting SABnzbd.py-0.6.15
2012-08-17 05:02:06,667::DEBUG::[__init__:300] Starting postprocessor
2012-08-17 05:02:06,668::DEBUG::[__init__:303] Starting assembler
2012-08-17 05:02:06,668::DEBUG::[__init__:306] Starting downloader
2012-08-17 05:02:06,669::DEBUG::[scheduler:172] Starting scheduler
2012-08-17 05:02:06,669::DEBUG::[__init__:311] Starting dirscanner
2012-08-17 05:02:06,669::INFO::[dirscanner:263] Dirscanner starting up
2012-08-17 05:02:06,670::DEBUG::[__init__:316] Starting urlgrabber
2012-08-17 05:02:06,670::INFO::[urlgrabber:75] URLGrabber starting up
