Hi !
I'm completely new to Docker and I try to configure sabnzbd. I'm currently running Libreelec on a RPI2.
At this point, sabnzbd is running fine. But I would like to use my NAS as download folder.
So I mounted a folder from the NAS inside /storage/download on Libreelec.
Now I need to use that folder inside sabnzbd container. After a few research, I found this thread : LibreELEC
I tried this :
docker run --volume=/storage/downloads:/config/Downloads libreelecarm/sabnzbd
But it seems to try to run a new container and get stucked :
2016-09-08 13:16:43,679::INFO::[SABnzbd:1243] --------------------------------
2016-09-08 13:16:43,680::INFO::[SABnzbd:1244] SABnzbd.py-0.8.x (rev=unknown)
2016-09-08 13:16:43,683::INFO::[SABnzbd:1245] Full executable path = /sabnzbd/SABnzbd.py
2016-09-08 13:16:43,685::INFO::[SABnzbd:1257] Platform = posix
2016-09-08 13:16:43,687::INFO::[SABnzbd:1258] Python-version = 2.7.11 (default, Jan 23 2016, 12:37:01)
[GCC 5.3.0]
2016-09-08 13:16:43,690::INFO::[SABnzbd:1259] Arguments = /sabnzbd/SABnzbd.py --config-file /config --console --server 0.0.0.0:8080 --browser 0
2016-09-08 13:16:43,693::INFO::[SABnzbd:1304] Read INI file /config/sabnzbd.ini
2016-09-08 13:16:43,719::INFO::[__init__:965] Loading data for queue9.sab from /config/admin/queue9.sab
2016-09-08 13:16:43,721::INFO::[__init__:968] /config/admin/queue9.sab missing
2016-09-08 13:16:43,724::INFO::[__init__:965] Loading data for queue8.sab from /config/admin/queue8.sab
2016-09-08 13:16:43,726::INFO::[__init__:968] /config/admin/queue8.sab missing
2016-09-08 13:16:43,729::INFO::[__init__:965] Loading data for queue7.sab from /config/admin/queue7.sab
2016-09-08 13:16:43,731::INFO::[__init__:968] /config/admin/queue7.sab missing
2016-09-08 13:16:43,762::INFO::[__init__:965] Loading data for rss_data.sab from /config/admin/rss_data.sab
2016-09-08 13:16:43,765::INFO::[__init__:968] /config/admin/rss_data.sab missing
2016-09-08 13:16:43,768::INFO::[__init__:965] Loading data for totals10.sab from /config/admin/totals10.sab
2016-09-08 13:16:43,770::INFO::[__init__:968] /config/admin/totals10.sab missing
2016-09-08 13:16:43,773::INFO::[__init__:965] Loading data for totals9.sab from /config/admin/totals9.sab
2016-09-08 13:16:43,775::INFO::[__init__:968] /config/admin/totals9.sab missing
2016-09-08 13:16:43,847::INFO::[postproc:89] Loading postproc queue
2016-09-08 13:16:43,850::INFO::[__init__:965] Loading data for postproc2.sab from /config/admin/postproc2.sab
2016-09-08 13:16:43,852::INFO::[__init__:968] /config/admin/postproc2.sab missing
2016-09-08 13:16:43,856::INFO::[__init__:965] Loading data for queue10.sab from /config/admin/queue10.sab
2016-09-08 13:16:43,857::INFO::[__init__:968] /config/admin/queue10.sab missing
2016-09-08 13:16:43,860::INFO::[__init__:965] Loading data for queue9.sab from /config/admin/queue9.sab
2016-09-08 13:16:43,862::INFO::[__init__:968] /config/admin/queue9.sab missing
2016-09-08 13:16:43,867::INFO::[__init__:965] Loading data for watched_data2.sab from /config/admin/watched_data2.sab
2016-09-08 13:16:43,869::INFO::[__init__:968] /config/admin/watched_data2.sab missing
2016-09-08 13:16:43,872::INFO::[__init__:965] Loading data for Rating.sab from /config/admin/Rating.sab
2016-09-08 13:16:43,874::INFO::[__init__:968] /config/admin/Rating.sab missing
2016-09-08 13:16:43,879::INFO::[scheduler:190] Setting schedule for midnight BPS reset
2016-09-08 13:16:43,881::INFO::[downloader:241] Resuming
2016-09-08 13:16:43,989::INFO::[__init__:350] All processes started
2016-09-08 13:16:43,991::INFO::[SABnzbd:355] Web dir is /sabnzbd/interfaces/Glitter
2016-09-08 13:16:43,994::INFO::[SABnzbd:355] Web dir is /sabnzbd/interfaces/Config
2016-09-08 13:16:44,145::INFO::[SABnzbd:483] _yenc module... found!
2016-09-08 13:16:44,147::INFO::[SABnzbd:491] par2 binary... found (/usr/local/bin/par2)
2016-09-08 13:16:44,149::INFO::[SABnzbd:496] par2-classic binary... found (/usr/local/bin/par2)
2016-09-08 13:16:44,151::INFO::[SABnzbd:499] UNRAR binary... found (/usr/bin/unrar)
2016-09-08 13:16:44,153::INFO::[SABnzbd:505] unzip binary... found (/usr/bin/unzip)
2016-09-08 13:16:44,155::INFO::[SABnzbd:511] 7za binary... found (/usr/bin/7za)
2016-09-08 13:16:44,157::INFO::[SABnzbd:518] nice binary... found (/bin/nice)
2016-09-08 13:16:44,159::INFO::[SABnzbd:522] ionice binary... found (/bin/ionice)
2016-09-08 13:16:44,160::INFO::[SABnzbd:527] pyOpenSSL... found (True)
2016-09-08 13:16:44,163::INFO::[SABnzbd:1367] SSL version OpenSSL 1.0.2h 3 May 2016
2016-09-08 13:16:44,166::INFO::[SABnzbd:1368] pyOpenSSL version 16.0.0
2016-09-08 13:16:44,169::INFO::[SABnzbd:1369] SSL potentially supported protocols ['SSLv2', 'SSLv23', 'SSLv3', 'TLSv1', 'TLSv1_1', 'TLSv1_2']
2016-09-08 13:16:44,172::INFO::[SABnzbd:1370] SSL actually supported protocols ['t12', 't11', 't1', 'v23', 'v3', 'v2']
2016-09-08 13:16:44,182::INFO::[SABnzbd:1517] Starting web-interface on 0.0.0.0:8080
2016-09-08 13:16:44,187::INFO::[_cplogging:216] [08/Sep/2016:13:16:44] ENGINE Bus STARTING
2016-09-08 13:16:44,211::INFO::[_cplogging:216] [08/Sep/2016:13:16:44] ENGINE Started monitor thread '_TimeoutMonitor'.
2016-09-08 13:16:44,319::INFO::[_cplogging:216] [08/Sep/2016:13:16:44] ENGINE Serving on http://0.0.0.0:8080
2016-09-08 13:16:44,322::INFO::[_cplogging:216] [08/Sep/2016:13:16:44] ENGINE Bus STARTED
2016-09-08 13:16:44,325::INFO::[zconfig:64] No Bonjour/ZeroConfig support installed
2016-09-08 13:16:44,328::INFO::[SABnzbd:1589] Starting SABnzbd.py-0.8.x
2016-09-08 13:16:44,337::INFO::[dirscanner:302] Dirscanner starting up
2016-09-08 13:16:44,341::INFO::[urlgrabber:69] URLGrabber starting up
Display More
At this point I have to press ctrl+c to continue but no changes in sabnzbd.
Howerver "docker ps" seems to confirm it's the right name :
LibreELEC:~ # docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b5df0f35a5ad libreelecarm/sabnzbd "/usr/bin/python /sab" 27 minutes ago Up 27 minutes 0.0.0.0:8080->8080/tcp sabnzbd
So I guess I'm doing wrong but I can't find where.
Thanks for your help !