Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

net2wire

Members
  • Joined

Everything posted by net2wire

  1. Yes I'm on the latest unRAID release 6.1.7. Apparently the supervisord.log contains the same message.
  2. Thanks again for the previous update. Finally have some time to look at this docker more closely and was able to get it working. Simple mistake on my part as I set the Env Var incorrectly: LAN_NETWORK 192.168.2.1/24 instead of 192.168.2.0/24.
  3. updated. the result is the same with no webUI. 2016-02-03 15:17:00,302 CRIT Set uid to user 0 2016-02-03 15:17:00,303 WARN Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing 2016-02-03 15:17:00,305 INFO supervisord started with pid 1 2016-02-03 15:17:01,306 INFO spawned: 'privoxy' with pid 9 2016-02-03 15:17:01,307 INFO spawned: 'start' with pid 10 2016-02-03 15:17:01,308 INFO spawned: 'sabnzbd' with pid 11 2016-02-03 15:17:01,311 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 15:17:01,311 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 15:17:01,311 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 15:17:01,314 DEBG 'sabnzbd' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 15:17:01,319 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-02-03 15:17:01,327 DEBG 'start' stdout output: [info] VPN provider defined as pia [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-02-03 15:17:01,330 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-02-03 15:17:01,347 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as us-california.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-02-03 15:17:01,350 DEBG 'start' stdout output: [info] VPN provider username defined as pia-user 2016-02-03 15:17:01,353 DEBG 'start' stdout output: [info] VPN provider password defined as some-password 2016-02-03 15:17:01,364 DEBG 'start' stdout output: [info] Default route for container is some-ip 2016-02-03 15:17:01,370 DEBG 'start' stdout output: [info] Adding 192.168.2.1/24 as route via docker eth0 2016-02-03 15:17:01,370 DEBG 'start' stderr output: RTNETLINK answers: Invalid argument 2016-02-03 15:17:01,370 DEBG 'start' stdout output: [info] ip route defined as follows... -------------------- 2016-02-03 15:17:01,370 DEBG 'start' stdout output: default via 172.17.42.1 dev eth0 2016-02-03 15:17:01,370 DEBG 'start' stdout output: 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.10 2016-02-03 15:17:01,371 DEBG 'start' stdout output: -------------------- 2016-02-03 15:17:01,371 DEBG 'start' stderr output: /root/iptable.sh: line 27: lsmod: command not found 2016-02-03 15:17:01,373 DEBG 'start' stdout output: [warn] iptable_mangle module not supported, you will not be able to connect to SABnzbd webui or Privoxy outside of your LAN 2016-02-03 15:17:01,390 DEBG 'start' stdout output: [info] iptables defined as follows... -------------------- 2016-02-03 15:17:01,391 DEBG 'start' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1194 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8090 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8090 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8118 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2016-02-03 15:17:01,391 DEBG 'start' stdout output: -------------------- 2016-02-03 15:17:01,391 DEBG 'start' stdout output: [info] nameservers 2016-02-03 15:17:01,391 DEBG 'start' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-02-03 15:17:01,391 DEBG 'start' stdout output: -------------------- 2016-02-03 15:17:01,392 DEBG 'start' stdout output: [info] Starting OpenVPN... 2016-02-03 15:17:01,405 DEBG 'start' stdout output: Wed Feb 3 15:17:01 2016 OpenVPN 2.3.9 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 24 2015 Wed Feb 3 15:17:01 2016 library versions: OpenSSL 1.0.2f 28 Jan 2016, LZO 2.09 Wed Feb 3 15:17:01 2016 WARNING: file 'credentials.conf' is group or others accessible 2016-02-03 15:17:01,451 DEBG 'start' stdout output: Wed Feb 3 15:17:01 2016 UDPv4 link local: [undef] Wed Feb 3 15:17:01 2016 UDPv4 link remote: [AF_INET]198.8.80.55:1194 2016-02-03 15:17:01,461 DEBG 'start' stdout output: Wed Feb 3 15:17:01 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this 2016-02-03 15:17:01,509 DEBG 'start' stdout output: Wed Feb 3 15:17:01 2016 [Private Internet Access] Peer Connection Initiated with [AF_INET]198.8.80.55:1194 2016-02-03 15:17:02,510 INFO success: sabnzbd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-02-03 15:17:03,172 DEBG 'start' stdout output: Wed Feb 3 15:17:03 2016 TUN/TAP device tun0 opened Wed Feb 3 15:17:03 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Wed Feb 3 15:17:03 2016 /usr/bin/ip link set dev tun0 up mtu 1500 2016-02-03 15:17:03,172 DEBG 'start' stdout output: Wed Feb 3 15:17:03 2016 /usr/bin/ip addr add dev tun0 local 10.152.1.6 peer 10.152.1.5 2016-02-03 15:17:03,174 DEBG 'start' stdout output: Wed Feb 3 15:17:03 2016 Initialization Sequence Completed 2016-02-03 15:17:03,272 DEBG 'privoxy' stdout output: [info] Configuring Privoxy... 2016-02-03 15:17:03,273 DEBG 'sabnzbd' stdout output: [info] All checks complete, starting SABnzbd... 2016-02-03 15:17:03,291 DEBG 'privoxy' stdout output: [info] All checks complete, starting Privoxy... 2016-02-03 15:17:03,292 DEBG 'privoxy' stderr output: 2016-02-03 15:17:03.292 2aaac6f34dc0 Info: Privoxy version 3.0.24 2016-02-03 15:17:03.292 2aaac6f34dc0 Info: Program name: /usr/bin/privoxy 2016-02-03 15:17:03,698 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,697::INFO::[sABnzbd:1262] -------------------------------- 2016-02-03 15:17:03,698 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,698::INFO::[sABnzbd:1263] SABnzbd.py-0.7.x (rev=unknown) 2016-02-03 15:17:03,698 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,698::INFO::[sABnzbd:1275] Platform = posix 2016-02-03 15:17:03,698 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,698::INFO::[sABnzbd:1276] Python-version = 2.7.11 (default, Dec 6 2015, 15:43:46) [GCC 5.2.0] 2016-02-03 15:17:03,698 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,698::INFO::[sABnzbd:1277] Arguments = /opt/sabnzbd/SABnzbd.py --config-file /config --server 0.0.0.0:8080 --https 8090 2016-02-03 15:17:03,698 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,698::INFO::[sABnzbd:1327] Read INI file /config/sabnzbd.ini 2016-02-03 15:17:03,699 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,699::INFO::[__init__:943] Loading data for bookmarks.sab from /config/admin/bookmarks.sab 2016-02-03 15:17:03,700 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,700::INFO::[__init__:943] Loading data for rss_data.sab from /config/admin/rss_data.sab 2016-02-03 15:17:03,700 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,700::INFO::[__init__:943] Loading data for totals9.sab from /config/admin/totals9.sab 2016-02-03 15:17:03,700 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,700::INFO::[postproc:91] Loading postproc queue 2016-02-03 15:17:03,700 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,700::INFO::[__init__:943] Loading data for postproc1.sab from /config/admin/postproc1.sab 2016-02-03 15:17:03,701 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,700::INFO::[__init__:943] Loading data for queue9.sab from /config/admin/queue9.sab 2016-02-03 15:17:03,701 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,701::INFO::[__init__:943] Loading data for watched_data.sab from /config/admin/watched_data.sab 2016-02-03 15:17:03,701 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,701::INFO::[__init__:943] Loading data for Rating.sab from /config/admin/Rating.sab 2016-02-03 15:17:03,701 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,701::INFO::[__init__:946] /config/admin/Rating.sab missing, trying old cache 2016-02-03 15:17:03,702 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,701::INFO::[__init__:949] /config/cache/Rating.sab missing 2016-02-03 15:17:03,702 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,702::INFO::[scheduler:172] Setting schedule for midnight BPS reset 2016-02-03 15:17:03,702 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,702::INFO::[downloader:211] Resuming 2016-02-03 15:17:03,702 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,702::INFO::[__init__:335] All processes started 2016-02-03 15:17:03,702 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,702::INFO::[sABnzbd:335] Web dir is /opt/sabnzbd/interfaces/Plush 2016-02-03 15:17:03,702 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,702::INFO::[sABnzbd:335] Web dir is /opt/sabnzbd/interfaces/Config 2016-02-03 15:17:03,705 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,705::INFO::[sABnzbd:464] _yenc module... found! 2016-02-03 15:17:03,705 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,705::INFO::[sABnzbd:472] par2 binary... found (/usr/sbin/par2) 2016-02-03 15:17:03,705 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,705::INFO::[sABnzbd:480] unrar binary... found (/usr/sbin/unrar) 2016-02-03 15:17:03,706 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,705::INFO::[sABnzbd:485] unzip binary... found (/usr/sbin/unzip) 2016-02-03 15:17:03,706 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,706::INFO::[sABnzbd:491] nice binary... found (/usr/sbin/nice) 2016-02-03 15:17:03,706 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,706::INFO::[sABnzbd:497] ionice binary... NOT found! 2016-02-03 15:17:03,706 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,706::INFO::[sABnzbd:500] pyOpenSSL... found (True) 2016-02-03 15:17:03,707 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,707::INFO::[sABnzbd:1528] Starting web-interface on 0.0.0.0:8090 2016-02-03 15:17:03,709 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,709::INFO::[_cplogging:55] [03/Feb/2016:15:17:03] ENGINE Bus STARTING 2016-02-03 15:17:03,710 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,710::INFO::[_cplogging:55] [03/Feb/2016:15:17:03] ENGINE Started monitor thread '_TimeoutMonitor'. 2016-02-03 15:17:03,811 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,811::INFO::[_cplogging:55] [03/Feb/2016:15:17:03] ENGINE Serving on 0.0.0.0:8090 2016-02-03 15:17:03,912 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,912::INFO::[_cplogging:55] [03/Feb/2016:15:17:03] ENGINE Serving on 0.0.0.0:8080 2016-02-03 15:17:03,913 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:03,912::INFO::[_cplogging:55] [03/Feb/2016:15:17:03] ENGINE Bus STARTED 2016-02-03 15:17:04,414 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:04,413::INFO::[sABnzbd:1597] Starting SABnzbd.py-0.7.x 2016-02-03 15:17:04,415 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:04,414::INFO::[dirscanner:277] Dirscanner starting up 2016-02-03 15:17:04,415 DEBG 'sabnzbd' stderr output: 2016-02-03 15:17:04,415::INFO::[urlgrabber:77] URLGrabber starting up This seems to stand out: 016-02-03 15:17:01,373 DEBG 'start' stdout output: [warn] iptable_mangle module not supported, you will not be able to connect to SABnzbd webui or Privoxy outside of your LAN
  4. thanks... will get back to you after work... much appreciated.
  5. Made change to Environment Variable as directed but still no webUI. 2016-02-03 11:19:23,604 CRIT Set uid to user 0 2016-02-03 11:19:23,604 WARN Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing 2016-02-03 11:19:23,607 INFO supervisord started with pid 1 2016-02-03 11:19:24,608 INFO spawned: 'privoxy' with pid 7 2016-02-03 11:19:24,609 INFO spawned: 'start' with pid 8 2016-02-03 11:19:24,610 INFO spawned: 'sabnzbd' with pid 9 2016-02-03 11:19:24,613 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 11:19:24,613 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 11:19:24,613 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 11:19:24,615 DEBG 'sabnzbd' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 11:19:24,620 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-02-03 11:19:24,625 DEBG 'start' stdout output: [info] VPN provider defined as pia [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-02-03 11:19:24,627 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-02-03 11:19:24,643 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as us-california.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-02-03 11:19:24,647 DEBG 'start' stdout output: [info] VPN provider username defined as pia-user 2016-02-03 11:19:24,649 DEBG 'start' stdout output: [info] VPN provider password defined as some-password 2016-02-03 11:19:24,657 DEBG 'start' stdout output: [info] Default route for container is some-ip 2016-02-03 11:19:24,661 DEBG 'start' stdout output: [info] Adding 192.168.2.1/24 as route via docker eth0 2016-02-03 11:19:24,661 DEBG 'start' stderr output: RTNETLINK answers: Invalid argument 2016-02-03 11:19:24,661 DEBG 'start' stdout output: [info] ip route defined as follows... -------------------- 2016-02-03 11:19:24,662 DEBG 'start' stdout output: default via 172.17.42.1 dev eth0 2016-02-03 11:19:24,662 DEBG 'start' stdout output: 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.20 2016-02-03 11:19:24,662 DEBG 'start' stdout output: -------------------- 2016-02-03 11:19:24,662 DEBG 'start' stderr output: /root/iptable.sh: line 27: lsmod: command not found 2016-02-03 11:19:24,664 DEBG 'start' stdout output: [b][warn] iptable_mangle module not supported, you will not be able to connect to SABnzbd webui or Privoxy outside of your LAN[/b] 2016-02-03 11:19:24,681 DEBG 'start' stdout output: [info] iptables defined as follows... -------------------- 2016-02-03 11:19:24,682 DEBG 'start' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1194 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8090 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8090 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8118 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2016-02-03 11:19:24,682 DEBG 'start' stdout output: -------------------- 2016-02-03 11:19:24,682 DEBG 'start' stdout output: [info] nameservers 2016-02-03 11:19:24,682 DEBG 'start' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-02-03 11:19:24,682 DEBG 'start' stdout output: -------------------- [info] Starting OpenVPN... 2016-02-03 11:19:24,688 DEBG 'start' stdout output: Wed Feb 3 11:19:24 2016 OpenVPN 2.3.9 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 24 2015 Wed Feb 3 11:19:24 2016 library versions: OpenSSL 1.0.2f 28 Jan 2016, LZO 2.09 Wed Feb 3 11:19:24 2016 WARNING: file 'credentials.conf' is group or others accessible 2016-02-03 11:19:24,720 DEBG 'start' stdout output: Wed Feb 3 11:19:24 2016 UDPv4 link local: [undef] Wed Feb 3 11:19:24 2016 UDPv4 link remote: [AF_INET]216.144.236.242:1194 2016-02-03 11:19:24,727 DEBG 'start' stdout output: Wed Feb 3 11:19:24 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this 2016-02-03 11:19:24,770 DEBG 'start' stdout output: Wed Feb 3 11:19:24 2016 [Private Internet Access] Peer Connection Initiated with [AF_INET]216.144.236.242:1194 2016-02-03 11:19:25,770 INFO success: sabnzbd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-02-03 11:19:27,067 DEBG 'start' stdout output: Wed Feb 3 11:19:27 2016 TUN/TAP device tun0 opened Wed Feb 3 11:19:27 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Wed Feb 3 11:19:27 2016 /usr/bin/ip link set dev tun0 up mtu 1500 2016-02-03 11:19:27,068 DEBG 'start' stdout output: Wed Feb 3 11:19:27 2016 /usr/bin/ip addr add dev tun0 local 10.179.1.6 peer 10.179.1.5 2016-02-03 11:19:27,070 DEBG 'start' stdout output: Wed Feb 3 11:19:27 2016 Initialization Sequence Completed 2016-02-03 11:19:27,099 DEBG 'privoxy' stdout output: [info] Configuring Privoxy... 2016-02-03 11:19:27,101 DEBG 'sabnzbd' stdout output: [info] All checks complete, starting SABnzbd... 2016-02-03 11:19:27,117 DEBG 'privoxy' stdout output: [info] All checks complete, starting Privoxy... 2016-02-03 11:19:27,119 DEBG 'privoxy' stderr output: 2016-02-03 11:19:27.118 2aaae9fcbdc0 Info: Privoxy version 3.0.24 2016-02-03 11:19:27.118 2aaae9fcbdc0 Info: Program name: /usr/bin/privoxy 2016-02-03 11:19:27,514 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,514::INFO::[sABnzbd:1262] -------------------------------- 2016-02-03 11:19:27,514 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,514::INFO::[sABnzbd:1263] SABnzbd.py-0.7.x (rev=unknown) 2016-02-03 11:19:27,514::INFO::[sABnzbd:1275] Platform = posix 2016-02-03 11:19:27,514 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,514::INFO::[sABnzbd:1276] Python-version = 2.7.11 (default, Dec 6 2015, 15:43:46) [GCC 5.2.0] 2016-02-03 11:19:27,514 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,514::INFO::[sABnzbd:1277] Arguments = /opt/sabnzbd/SABnzbd.py --config-file /config --server 0.0.0.0:8080 --https 8090 2016-02-03 11:19:27,514 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,514::INFO::[sABnzbd:1327] Read INI file /config/sabnzbd.ini 2016-02-03 11:19:27,515 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,515::INFO::[__init__:943] Loading data for bookmarks.sab from /config/admin/bookmarks.sab 2016-02-03 11:19:27,515 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,515::INFO::[__init__:943] Loading data for rss_data.sab from /config/admin/rss_data.sab 2016-02-03 11:19:27,515 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,515::INFO::[__init__:943] Loading data for totals9.sab from /config/admin/totals9.sab 2016-02-03 11:19:27,516 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,515::INFO::[postproc:91] Loading postproc queue 2016-02-03 11:19:27,516 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,515::INFO::[__init__:943] Loading data for postproc1.sab from /config/admin/postproc1.sab 2016-02-03 11:19:27,516 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,516::INFO::[__init__:943] Loading data for queue9.sab from /config/admin/queue9.sab 2016-02-03 11:19:27,516 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,516::INFO::[__init__:943] Loading data for watched_data.sab from /config/admin/watched_data.sab 2016-02-03 11:19:27,517 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,516::INFO::[__init__:943] Loading data for Rating.sab from /config/admin/Rating.sab 2016-02-03 11:19:27,517 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,517::INFO::[__init__:946] /config/admin/Rating.sab missing, trying old cache 2016-02-03 11:19:27,517 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,517::INFO::[__init__:949] /config/cache/Rating.sab missing 2016-02-03 11:19:27,517 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,517::INFO::[scheduler:172] Setting schedule for midnight BPS reset 2016-02-03 11:19:27,517 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,517::INFO::[downloader:211] Resuming 2016-02-03 11:19:27,517 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,517::INFO::[__init__:335] All processes started 2016-02-03 11:19:27,518 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,517::INFO::[sABnzbd:335] Web dir is /opt/sabnzbd/interfaces/Plush 2016-02-03 11:19:27,518 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,518::INFO::[sABnzbd:335] Web dir is /opt/sabnzbd/interfaces/Config 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:464] _yenc module... found! 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:472] par2 binary... found (/usr/sbin/par2) 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:480] unrar binary... found (/usr/sbin/unrar) 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:485] unzip binary... found (/usr/sbin/unzip) 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:491] nice binary... found (/usr/sbin/nice) 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:497] ionice binary... NOT found! 2016-02-03 11:19:27,521 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,521::INFO::[sABnzbd:500] pyOpenSSL... found (True) 2016-02-03 11:19:27,523 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,522::INFO::[sABnzbd:1528] Starting web-interface on 0.0.0.0:8090 2016-02-03 11:19:27,524 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,524::INFO::[_cplogging:55] [03/Feb/2016:11:19:27] ENGINE Bus STARTING 2016-02-03 11:19:27,526 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,525::INFO::[_cplogging:55] [03/Feb/2016:11:19:27] ENGINE Started monitor thread '_TimeoutMonitor'. 2016-02-03 11:19:27,627 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,626::INFO::[_cplogging:55] [03/Feb/2016:11:19:27] ENGINE Serving on 0.0.0.0:8090 2016-02-03 11:19:27,728 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,727::INFO::[_cplogging:55] [03/Feb/2016:11:19:27] ENGINE Serving on 0.0.0.0:8080 2016-02-03 11:19:27,728 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:27,728::INFO::[_cplogging:55] [03/Feb/2016:11:19:27] ENGINE Bus STARTED 2016-02-03 11:19:28,229 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:28,229::INFO::[sABnzbd:1597] Starting SABnzbd.py-0.7.x 2016-02-03 11:19:28,230 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:28,230::INFO::[dirscanner:277] Dirscanner starting up 2016-02-03 11:19:28,230 DEBG 'sabnzbd' stderr output: 2016-02-03 11:19:28,230::INFO::[urlgrabber:77] URLGrabber starting up
  6. SABnzbdVPN seems like its starting after updating but not able to open webUI. Neither Sonarr or CP can connect, although docker shows it is enabled. I am able to access the sabnzbdvpn shell via #docker exec , but not much else is happening. 2016-02-03 09:55:14,017 CRIT Set uid to user 0 2016-02-03 09:55:14,018 WARN Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing 2016-02-03 09:55:14,019 INFO supervisord started with pid 1 2016-02-03 09:55:15,021 INFO spawned: 'privoxy' with pid 7 2016-02-03 09:55:15,022 INFO spawned: 'start' with pid 8 2016-02-03 09:55:15,023 INFO spawned: 'sabnzbd' with pid 9 2016-02-03 09:55:15,026 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 09:55:15,026 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 09:55:15,026 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 09:55:15,028 DEBG 'sabnzbd' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 09:55:15,029 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-02-03 09:55:15,033 DEBG 'start' stdout output: [info] VPN provider defined as pia [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-02-03 09:55:15,034 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-02-03 09:55:15,048 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as nl.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-02-03 09:55:15,052 DEBG 'start' stdout output: [info] VPN provider username defined as pia-user 2016-02-03 09:55:15,053 DEBG 'start' stdout output: [info] VPN provider password defined as some-password 2016-02-03 09:55:15,061 DEBG 'start' stdout output: [info] Default route for container is some-ip 2016-02-03 09:55:15,064 DEBG 'start' stdout output: [crit] LAN network not defined, please specify via env variable LAN_NETWORK 2016-02-03 09:55:15,064 DEBG fd 9 closed, stopped monitoring (stdout)> 2016-02-03 09:55:15,064 DEBG fd 14 closed, stopped monitoring (stderr)> 2016-02-03 09:55:15,065 INFO exited: start (exit status 1; not expected) 2016-02-03 09:55:15,065 DEBG received SIGCLD indicating a child quit 2016-02-03 09:55:16,066 INFO success: sabnzbd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-02-03 10:00:45,716 WARN received SIGTERM indicating exit request 2016-02-03 10:00:45,716 DEBG killing sabnzbd (pid 9) with signal SIGTERM 2016-02-03 10:00:45,716 INFO waiting for privoxy, sabnzbd to die 2016-02-03 10:00:45,716 DEBG fd 19 closed, stopped monitoring (stderr)> 2016-02-03 10:00:45,717 DEBG fd 15 closed, stopped monitoring (stdout)> 2016-02-03 10:00:45,717 INFO stopped: sabnzbd (terminated by SIGTERM) 2016-02-03 10:00:45,717 DEBG received SIGCLD indicating a child quit 2016-02-03 10:00:45,737 INFO reaped unknown pid 10581 2016-02-03 10:00:45,737 DEBG received SIGCLD indicating a child quit 2016-02-03 10:00:45,737 DEBG killing privoxy (pid 7) with signal SIGTERM 2016-02-03 10:00:45,738 DEBG fd 8 closed, stopped monitoring (stderr)> 2016-02-03 10:00:45,738 DEBG fd 6 closed, stopped monitoring (stdout)> 2016-02-03 10:00:45,738 INFO stopped: privoxy (terminated by SIGTERM) 2016-02-03 10:00:45,738 DEBG received SIGCLD indicating a child quit 2016-02-03 10:05:37,964 CRIT Set uid to user 0 2016-02-03 10:05:37,964 WARN Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing 2016-02-03 10:05:37,968 INFO supervisord started with pid 1 2016-02-03 10:05:38,969 INFO spawned: 'privoxy' with pid 7 2016-02-03 10:05:38,971 INFO spawned: 'start' with pid 8 2016-02-03 10:05:38,972 INFO spawned: 'sabnzbd' with pid 9 2016-02-03 10:05:38,979 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 10:05:38,979 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 10:05:38,979 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 10:05:38,988 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-02-03 10:05:38,988 DEBG 'sabnzbd' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 10:05:39,006 DEBG 'start' stdout output: [info] VPN provider defined as pia [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-02-03 10:05:39,009 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-02-03 10:05:39,034 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as nl.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-02-03 10:05:39,041 DEBG 'start' stdout output: [info] VPN provider username defined as pia-user 2016-02-03 10:05:39,042 DEBG 'start' stdout output: [info] VPN provider password defined as some-password 2016-02-03 10:05:39,080 DEBG 'start' stdout output: [info] Default route for container is some-ip 2016-02-03 10:05:39,089 DEBG 'start' stdout output: [crit] LAN network not defined, please specify via env variable LAN_NETWORK 2016-02-03 10:05:39,089 DEBG fd 14 closed, stopped monitoring (stderr)> 2016-02-03 10:05:39,090 DEBG fd 9 closed, stopped monitoring (stdout)> 2016-02-03 10:05:39,090 INFO exited: start (exit status 1; not expected) 2016-02-03 10:05:39,091 DEBG received SIGCLD indicating a child quit 2016-02-03 10:05:40,093 INFO success: sabnzbd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-02-03 10:18:22,961 WARN received SIGTERM indicating exit request 2016-02-03 10:18:22,962 DEBG killing sabnzbd (pid 9) with signal SIGTERM 2016-02-03 10:18:22,962 INFO waiting for privoxy, sabnzbd to die 2016-02-03 10:18:22,962 DEBG fd 19 closed, stopped monitoring (stderr)> 2016-02-03 10:18:22,962 DEBG fd 15 closed, stopped monitoring (stdout)> 2016-02-03 10:18:22,962 INFO stopped: sabnzbd (terminated by SIGTERM) 2016-02-03 10:18:22,962 DEBG received SIGCLD indicating a child quit 2016-02-03 10:18:22,964 INFO reaped unknown pid 2636 2016-02-03 10:18:22,964 DEBG received SIGCLD indicating a child quit 2016-02-03 10:18:22,964 DEBG killing privoxy (pid 7) with signal SIGTERM 2016-02-03 10:18:22,965 DEBG fd 8 closed, stopped monitoring (stderr)> 2016-02-03 10:18:22,965 DEBG fd 6 closed, stopped monitoring (stdout)> 2016-02-03 10:18:22,965 INFO stopped: privoxy (terminated by SIGTERM) 2016-02-03 10:18:22,965 DEBG received SIGCLD indicating a child quit 2016-02-03 10:20:35,357 CRIT Set uid to user 0 2016-02-03 10:20:35,357 WARN Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing 2016-02-03 10:20:35,359 INFO supervisord started with pid 1 2016-02-03 10:20:36,360 INFO spawned: 'privoxy' with pid 7 2016-02-03 10:20:36,361 INFO spawned: 'start' with pid 8 2016-02-03 10:20:36,361 INFO spawned: 'sabnzbd' with pid 9 2016-02-03 10:20:36,365 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 10:20:36,365 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 10:20:36,365 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-02-03 10:20:36,366 DEBG 'sabnzbd' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-02-03 10:20:36,370 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-02-03 10:20:36,375 DEBG 'start' stdout output: [info] VPN provider defined as pia [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-02-03 10:20:36,377 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-02-03 10:20:36,391 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as nl.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-02-03 10:20:36,395 DEBG 'start' stdout output: [info] VPN provider username defined as pia-user 2016-02-03 10:20:36,397 DEBG 'start' stdout output: [info] VPN provider password defined as some-password 2016-02-03 10:20:36,405 DEBG 'start' stdout output: [info] Default route for container is some-ip 2016-02-03 10:20:36,408 DEBG 'start' stdout output: [crit] LAN network not defined, please specify via env variable LAN_NETWORK 2016-02-03 10:20:36,409 DEBG fd 9 closed, stopped monitoring (stdout)> 2016-02-03 10:20:36,409 DEBG fd 14 closed, stopped monitoring (stderr)> 2016-02-03 10:20:36,409 INFO exited: start (exit status 1; not expected) 2016-02-03 10:20:36,409 DEBG received SIGCLD indicating a child quit 2016-02-03 10:20:37,410 INFO success: sabnzbd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  7. A few years ago I used TekRADIUS on Windows and would like to be able to see if a linux version of a RADIUS Docker could be done. Basically I used it for secure access to WiFi routers. I'm not up to par on which RADIUS version has the best GUI or ease of installation. I did see that a few Docker images exist in the Docker repository. Thanks.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.