[Support] binhex - SABnzbdVPN


Recommended Posts

Overview: Support for Docker image arch-sabnzbdvpn in the binhex repo.

Application: SABnzbd - http://sabnzbd.org/

Docker Hub: https://hub.docker.com/r/binhex/arch-sabnzbdvpn/

GitHub: https://github.com/binhex/arch-sabnzbdvpn

Documentationhttps://github.com/binhex/documentation

 

If you appreciate my work, then please consider buying me a beer  :D

 

btn_donate_SM.gif

 

For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here

Edited by binhex
  • Like 1
Link to comment

IMPORTANT - Existing users read

 

Hi all, i have made some changes to SABnzbdVPN (3rd Feb 2016) which will mean if you pull down the latest image you will now need to alter the name environment variable "LAN_RANGE" to "LAN_NETWORK", you will also now need to define this as <lan network>/<cidr notation>

 

Example CIDR notation below:-

 

subnet mask 255.255.255.0  = CIDR /24
subnet mask 255.255.0.0 = CIDR /16
subnet mask 255.0.0 = CIDR 8

 

So the env var in the unRAID webui Docker section would end up looking like this:-

 

Variable Name: Variable Value:
LAN_NETWORK    192.168.1.0/24

 

For other configurations please calculate the CIDR using this online calculator http://www.subnet-calculator.com/cidr.php

 

So you might be asking why ive made this change, the reason is that this vastly simplifies the iptables configuration, it also gets around the limitation that the linux kernel has to have iptable_mangle module loaded, which is not a default.

Link to comment

I was looking for a list of the changes in the new build, and ended up here...

 

https://hub.docker.com/r/binhex/arch-sabnzbdvpn/

 

From there, there is a link to the support page, but it takes you to the old support thread, which you just closed.  No big deal, just letting you know it didn't get updated in all your recent changes ;)

 

yeah i knew about that, unfortunately the link between github and docker hub is broken for readme files, not sure why, it used to work but doesnt now (readme on github is correct), it was after midnight and the matchsticks supporting my eyelids were starting to bend so left it, thanks for the reminder mate i shall do the manual edit's today :-).

Link to comment

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)

Link to comment

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

Link to comment

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

Link to comment

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.

you beat me to it :-), im assuming you are running unraid right?, bit confused as to why you had this in your log, as this should be reported only if your kernel doesnt support iptable_mangle, im on about this message:-

 

[warn] iptable_mangle module not supported, you will not be able to connect to SABnzbd webui or Privoxy outside of your LAN

 

Now that youve fixed your issue with LAN_NETWORK can i ask you to check your supervisord.log file and tell me if it still reports the same thing?, if it does and your running unraid then there is a bug somewhere.

Link to comment

Just chiming in to confirm the error message:

 

2016-02-04 14:27:56,159 DEBG 'start' stderr output:
/root/iptable.sh: line 27: lsmod: command not found

2016-02-04 14:27:56,163 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

 

Latest unRAID, latest version of this container. Everything works - I'm even running it behind a reverse proxy without issue. Just confirming I'm seeing the same error message.

Link to comment
Hi all, i have made some changes to SABnzbdVPN (3rd Feb 2016) which will mean if you pull down the latest image you will now need to alter the name environment variable "LAN_RANGE" to "LAN_NETWORK", you will also now need to define this as <lan network>/<cidr notation>

I made this change but my GUI will not come up. I made the same changes to DelugeVPN and had no problems...

 

Nothing interesting in the log other than "ionice binary... NOT found!".

Link to comment

@Binhex, are you using this for PIA user ?

https://www.privateinternetaccess.com/forum/discussion/1151/pia-iptables-manager-new

 

//Peter

 

Hi Peter, no im not, i wasnt even aware it existed, it looks interesting, i might take a butchers at it when i get a min, not sure i will use it as im a bit of a control freak when it comes to security, kinda like to control the iptable entries manually, but def will be interesting to see what this does when run, thanks for sharing!!!.

 

 

Link to comment

Hi all, i have made some changes to SABnzbdVPN (3rd Feb 2016) which will mean if you pull down the latest image you will now need to alter the name environment variable "LAN_RANGE" to "LAN_NETWORK", you will also now need to define this as <lan network>/<cidr notation>

I made this change but my GUI will not come up. I made the same changes to DelugeVPN and had no problems...

 

Nothing interesting in the log other than "ionice binary... NOT found!".

Just thought I would report back with the solution to the problem I was having. Turns out that my f#$&!ing docker.img filled up!! That created all kinds of problems. I ended up recreating my docker.img and reinstalling a bunch of containers... Now to research why docker.imgs are filling up... seems like it is a problem for a lot of people...

Link to comment
  • 3 weeks later...

Problem after updating the container just now. Container not starting.

 

Relevant portion of the logfile (I think):

 

Mon Feb 22 10:40:30 2016 Initialization Sequence Completed

2016-02-22 10:40:30,088 DEBG 'sabnzbd' stdout output:
[info] All checks complete, starting SABnzbd...

2016-02-22 10:40:30,189 DEBG 'privoxy' stdout output:
[info] Privoxy set to disabled

2016-02-22 10:40:30,190 DEBG fd 8 closed, stopped monitoring (stderr)>
2016-02-22 10:40:30,190 DEBG fd 6 closed, stopped monitoring (stdout)>
2016-02-22 10:40:30,190 INFO exited: privoxy (exit status 0; expected)
2016-02-22 10:40:30,190 DEBG received SIGCLD indicating a child quit
2016-02-22 10:40:30,701 DEBG 'sabnzbd' stdout output:
Error:
Can't write to logfile

2016-02-22 10:40:30,733 DEBG fd 19 closed, stopped monitoring (stderr)>
2016-02-22 10:40:30,733 DEBG fd 15 closed, stopped monitoring (stdout)>
2016-02-22 10:40:30,733 INFO exited: sabnzbd (exit status 2; expected)
2016-02-22 10:40:30,734 DEBG received SIGCLD indicating a child quit

Link to comment

Problem after updating the container just now. Container not starting.

 

Relevant portion of the logfile (I think):

 

Mon Feb 22 10:40:30 2016 Initialization Sequence Completed

2016-02-22 10:40:30,088 DEBG 'sabnzbd' stdout output:
[info] All checks complete, starting SABnzbd...

2016-02-22 10:40:30,189 DEBG 'privoxy' stdout output:
[info] Privoxy set to disabled

2016-02-22 10:40:30,190 DEBG fd 8 closed, stopped monitoring (stderr)>
2016-02-22 10:40:30,190 DEBG fd 6 closed, stopped monitoring (stdout)>
2016-02-22 10:40:30,190 INFO exited: privoxy (exit status 0; expected)
2016-02-22 10:40:30,190 DEBG received SIGCLD indicating a child quit
2016-02-22 10:40:30,701 DEBG 'sabnzbd' stdout output:
Error:
Can't write to logfile

2016-02-22 10:40:30,733 DEBG fd 19 closed, stopped monitoring (stderr)>
2016-02-22 10:40:30,733 DEBG fd 15 closed, stopped monitoring (stdout)>
2016-02-22 10:40:30,733 INFO exited: sabnzbd (exit status 2; expected)
2016-02-22 10:40:30,734 DEBG received SIGCLD indicating a child quit

 

there was a permissions issue, can you stop affected running containers and delete perms.txt from /config folders then upgrade any containers via unraid webui and start again, let me know how you get on.

Link to comment

Problem after updating the container just now. Container not starting.

 

Relevant portion of the logfile (I think):

 

Mon Feb 22 10:40:30 2016 Initialization Sequence Completed

2016-02-22 10:40:30,088 DEBG 'sabnzbd' stdout output:
[info] All checks complete, starting SABnzbd...

2016-02-22 10:40:30,189 DEBG 'privoxy' stdout output:
[info] Privoxy set to disabled

2016-02-22 10:40:30,190 DEBG fd 8 closed, stopped monitoring (stderr)>
2016-02-22 10:40:30,190 DEBG fd 6 closed, stopped monitoring (stdout)>
2016-02-22 10:40:30,190 INFO exited: privoxy (exit status 0; expected)
2016-02-22 10:40:30,190 DEBG received SIGCLD indicating a child quit
2016-02-22 10:40:30,701 DEBG 'sabnzbd' stdout output:
Error:
Can't write to logfile

2016-02-22 10:40:30,733 DEBG fd 19 closed, stopped monitoring (stderr)>
2016-02-22 10:40:30,733 DEBG fd 15 closed, stopped monitoring (stdout)>
2016-02-22 10:40:30,733 INFO exited: sabnzbd (exit status 2; expected)
2016-02-22 10:40:30,734 DEBG received SIGCLD indicating a child quit

 

there was a permissions issue, can you stop affected running containers and delete perms.txt from /config folders then upgrade any containers via unraid webui and start again, let me know how you get on.

 

That worked. Thanks!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.