btw after several tries of editing as suggested I ended up removing docker+image files and instead reinstalled via CA. Several of the fields seemed different than the previous install, and I added field paths as necessary (ex: "incomplete" field) and all is well now. Logs look good. No speed issues.
usermod: no changes
[info] Env var PUID defined as 99
[info] Env var PGID defined as 100
[info] Permissions already set for /config and /data
[info] Starting Supervisor...
2016-07-14 14:57:13,075 CRIT Set uid to user 0
2016-07-14 14:57:13,075 INFO Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing
2016-07-14 14:57:13,079 INFO supervisord started with pid 25
2016-07-14 14:57:14,081 INFO spawned: 'start-script' with pid 28
2016-07-14 14:57:14,082 INFO spawned: 'sabnzbd-script' with pid 29
2016-07-14 14:57:14,083 INFO spawned: 'privoxy-script' with pid 30
2016-07-14 14:57:14,091 DEBG 'sabnzbd-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid
2016-07-14 14:57:14,091 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-07-14 14:57:14,091 INFO success: sabnzbd-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-07-14 14:57:14,091 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-07-14 14:57:14,091 DEBG 'privoxy-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid
2016-07-14 14:57:14,094 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN
2016-07-14 14:57:14,105 DEBG 'start-script' stdout output:
[info] VPN provider defined as pia
2016-07-14 14:57:14,107 DEBG 'start-script' stdout output:
[info] VPN strong certs defined, copying to /config/openvpn/...
2016-07-14 14:57:14,110 DEBG 'start-script' stdout output:
[info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn
2016-07-14 14:57:14,113 DEBG 'start-script' stdout output:
[info] Env vars defined via docker -e flags for remote host, port and protocol, writing values to ovpn file...
2016-07-14 14:57:14,123 DEBG 'start-script' stdout output:
[info] VPN provider remote gateway defined as XXX.XXXXXXXX.com
[info] VPN provider remote port defined as 1197
[info] VPN provider remote protocol defined as udp
2016-07-14 14:57:14,132 DEBG 'start-script' stdout output:
[info] VPN provider username defined as "username"
2016-07-14 14:57:14,139 DEBG 'start-script' stdout output:
[info] VPN provider password defined as "password"
2016-07-14 14:57:14,142 DEBG 'start-script' stdout output:
[warn] Password contains characters which could cause authentication issues, please consider changing this if possible
2016-07-14 14:57:14,161 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1
2016-07-14 14:57:14,170 DEBG 'start-script' stdout output:
[info] Setting permissions recursively on /config/openvpn...
2016-07-14 14:57:14,180 DEBG 'start-script' stdout output:
[info] Adding 192.168.2.0/24 as route via docker eth0
2016-07-14 14:57:14,180 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------
2016-07-14 14:57:14,181 DEBG 'start-script' stdout output:
default via 172.17.0.1 dev eth0
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.11
192.168.2.0/24 via 172.17.0.1 dev eth0
2016-07-14 14:57:14,181 DEBG 'start-script' stdout output:
--------------------
2016-07-14 14:57:14,185 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables
2016-07-14 14:57:14,204 DEBG 'start-script' stdout output:
[info] Adding additional incoming port 8087 for eth0
2016-07-14 14:57:14,232 DEBG 'start-script' stdout output:
[info] Adding additional outgoing port 8087 for eth0
2016-07-14 14:57:14,241 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------
2016-07-14 14:57:14,242 DEBG 'start-script' 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 1197 -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 8087 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8087 -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 1197 -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 8087 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8087 -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-07-14 14:57:14,242 DEBG 'start-script' stdout output:
--------------------
2016-07-14 14:57:14,242 DEBG 'start-script' stdout output:
[info] nameservers
2016-07-14 14:57:14,243 DEBG 'start-script' stdout output:
nameserver 8.8.8.8
nameserver 8.8.4.4
2016-07-14 14:57:14,244 DEBG 'start-script' stdout output:
--------------------
[info] Starting OpenVPN...
2016-07-14 14:57:14,249 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:14 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016
Thu Jul 14 14:57:14 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09
Thu Jul 14 14:57:14 2016 WARNING: file 'credentials.conf' is group or others accessible
2016-07-14 14:57:14,285 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:14 2016 UDPv4 link local: [undef]
Thu Jul 14 14:57:14 2016 UDPv4 link remote: [AF_INET]172.98.67.53:1197
2016-07-14 14:57:14,372 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:14 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2016-07-14 14:57:14,820 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:14 2016 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1570', remote='link-mtu 1542'
Thu Jul 14 14:57:14 2016 WARNING: 'cipher' is used inconsistently, local='cipher AES-256-CBC', remote='cipher BF-CBC'
Thu Jul 14 14:57:14 2016 WARNING: 'auth' is used inconsistently, local='auth SHA256', remote='auth SHA1'
Thu Jul 14 14:57:14 2016 WARNING: 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128'
2016-07-14 14:57:14,820 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:14 2016 [88ayd890089d77d8fdfd788df7d8fd87] Peer Connection Initiated with [AF_INET]172.98.67.53:1197
2016-07-14 14:57:17,351 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:17 2016 TUN/TAP device tun0 opened
Thu Jul 14 14:57:17 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Thu Jul 14 14:57:17 2016 /usr/bin/ip link set dev tun0 up mtu 1500
2016-07-14 14:57:17,352 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:17 2016 /usr/bin/ip addr add dev tun0 local 10.118.1.6 peer 10.118.1.5
2016-07-14 14:57:17,362 DEBG 'start-script' stdout output:
Thu Jul 14 14:57:17 2016 Initialization Sequence Completed
2016-07-14 14:57:17,481 DEBG 'privoxy-script' stdout output:
[info] Configuring Privoxy...
2016-07-14 14:57:17,492 DEBG 'sabnzbd-script' stdout output:
[info] All checks complete, starting SABnzbd...
2016-07-14 14:57:17,533 DEBG 'privoxy-script' stdout output:
[info] All checks complete, starting Privoxy...
2016-07-14 14:57:17,534 DEBG 'privoxy-script' stderr output:
2016-07-14 14:57:17.534 2b7432906dc0 Info: Privoxy version 3.0.24
2016-07-14 14:57:17.534 2b7432906dc0 Info: Program name: /usr/bin/privoxy