Need Help diagnosing issues with few docker apps


Recommended Posts

I Have started to have issues with some dockers ( web gui / ip ports ) few weeks ago everything was working, my cctv (zone minder) and vpn torrents docker (activ-transmissionvpn)

 

i want to understand so i can fix issues my self 

 

First activ-transmissionvpn 

 

ErrorWarningSystemArrayLogin


2017-09-05 07:23:47.112990 [info] Starting Supervisor...
2017-09-05 07:23:47,465 CRIT Set uid to user 0
2017-09-05 07:23:47,466 INFO Included extra file "/etc/supervisor/conf.d/transmission.conf" during parsing
2017-09-05 07:23:47,468 INFO supervisord started with pid 7
2017-09-05 07:23:48,470 INFO spawned: 'checkproc-script' with pid 106
2017-09-05 07:23:48,472 INFO spawned: 'start-script' with pid 107
2017-09-05 07:23:48,473 INFO spawned: 'transmission-script' with pid 108
2017-09-05 07:23:48,474 INFO spawned: 'privoxy-script' with pid 109
2017-09-05 07:23:48,480 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2017-09-05 07:23:48,480 INFO success: checkproc-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:23:48,480 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:23:48,480 INFO success: transmission-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:23:48,480 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:23:48,482 DEBG 'transmission-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid

2017-09-05 07:23:48,483 DEBG 'privoxy-script' stdout output:
[info] Privoxy set to disabled

2017-09-05 07:23:48,483 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 47665365620856 for <Subprocess at 47665366623512 with name privoxy-script in state RUNNING> (stdout)>
2017-09-05 07:23:48,483 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 47665366669648 for <Subprocess at 47665366623512 with name privoxy-script in state RUNNING> (stderr)>
2017-09-05 07:23:48,484 INFO exited: privoxy-script (exit status 0; expected)
2017-09-05 07:23:48,484 DEBG received SIGCLD indicating a child quit
2017-09-05 07:23:48,488 DEBG 'start-script' stdout output:
[info] VPN config file (ovpn extension) is located at /config/openvpn/uk-co-vpn.frootvpn.com.ovpn

2017-09-05 07:23:48,489 DEBG 'start-script' stderr output:
dos2unix: converting file /config/openvpn/uk-co-vpn.frootvpn.com.ovpn to Unix format...

2017-09-05 07:23:48,544 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1

2017-09-05 07:23:48,547 DEBG 'start-script' stdout output:
[info] Adding 8.8.8.8 to /etc/resolv.conf

2017-09-05 07:23:48,551 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2017-09-05 07:23:48,554 DEBG 'start-script' stdout output:
[info] Adding 8.8.4.4 to /etc/resolv.conf

2017-09-05 07:23:48,558 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2017-09-05 07:23:48,560 DEBG 'start-script' stdout output:
[info] Adding 192.168.1.1/24 as route via docker eth0

2017-09-05 07:23:48,561 DEBG 'start-script' stderr output:
RTNETLINK answers: Invalid argument

2017-09-05 07:23:48,561 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------

2017-09-05 07:23:48,562 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.4

2017-09-05 07:23:48,562 DEBG 'start-script' stdout output:
--------------------

2017-09-05 07:23:48,565 DEBG 'start-script' stdout output:
[info] iptable_mangle module not supported, attempting to load...

2017-09-05 07:23:48,566 DEBG 'start-script' stderr output:
modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.9.30-unRAID

2017-09-05 07:23:48,566 DEBG 'start-script' stdout output:
[warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN

2017-09-05 07:23:48,588 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2017-09-05 07:23:48,589 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 1194 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 9091 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 9091 -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 9091 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 9091 -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

2017-09-05 07:23:48,589 DEBG 'start-script' stdout output:
--------------------

2017-09-05 07:23:48,589 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...

2017-09-05 07:23:48,603 DEBG 'start-script' stdout output:
[info] OpenVPN started

2017-09-05 07:23:50,404 DEBG 'transmission-script' stdout output:
[info] transmission not running
[info] transmission listening interface IP 0.0.0.0 and VPN provider IP 10.10.60.2 different, marking for reconfigure

2017-09-05 07:23:50,405 DEBG 'transmission-script' stdout output:
[info] Attempting to start transmission...
[info] Removing any transmission session lock files left over from the previous run...

2017-09-05 07:23:50,405 DEBG 'transmission-script' stdout output:
[info] non pia start

2017-09-05 07:23:50,406 DEBG 'transmission-script' stdout output:
Script started, file is /home/nobody/typescript

2017-09-05 07:23:50,425 DEBG 'transmission-script' stdout output:
Script done, file is /home/nobody/typescript

2017-09-05 07:23:50,425 DEBG 'transmission-script' stdout output:
[info] transmission started

2017-09-05 07:31:10,633 WARN received SIGTERM indicating exit request
2017-09-05 07:31:10,634 INFO waiting for checkproc-script, start-script, transmission-script to die
2017-09-05 07:31:11,635 DEBG killing transmission-script (pid 108) with signal SIGTERM
2017-09-05 07:31:11,635 DEBG fd 17 closed, stopped monitoring <POutputDispatcher at 47665365620136 for <Subprocess at 47665366622360 with name transmission-script in state STOPPING> (stdout)>
2017-09-05 07:31:11,636 DEBG fd 21 closed, stopped monitoring <POutputDispatcher at 47665365621720 for <Subprocess at 47665366622360 with name transmission-script in state STOPPING> (stderr)>
2017-09-05 07:31:11,636 INFO stopped: transmission-script (terminated by SIGTERM)
2017-09-05 07:31:11,636 DEBG received SIGCLD indicating a child quit
2017-09-05 07:31:11,636 DEBG killing start-script (pid 107) with signal SIGTERM
2017-09-05 07:31:11,637 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 47665286216304 for <Subprocess at 47665366622864 with name start-script in state STOPPING> (stderr)>
2017-09-05 07:31:11,637 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 47665366623152 for <Subprocess at 47665366622864 with name start-script in state STOPPING> (stdout)>
2017-09-05 07:31:11,637 INFO stopped: start-script (terminated by SIGTERM)
2017-09-05 07:31:11,637 DEBG received SIGCLD indicating a child quit
2017-09-05 07:31:11,637 DEBG killing checkproc-script (pid 106) with signal SIGTERM
2017-09-05 07:31:11,637 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47665366623224 for <Subprocess at 47665366623872 with name checkproc-script in state STOPPING> (stdout)>
2017-09-05 07:31:11,637 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 47665366623080 for <Subprocess at 47665366623872 with name checkproc-script in state STOPPING> (stderr)>
2017-09-05 07:31:11,637 INFO stopped: checkproc-script (terminated by SIGTERM)
2017-09-05 07:31:11,637 DEBG received SIGCLD indicating a child quit
2017-09-05 07:31:19.327810 [info] Starting Supervisor...
2017-09-05 07:31:19,615 CRIT Set uid to user 0
2017-09-05 07:31:19,615 INFO Included extra file "/etc/supervisor/conf.d/transmission.conf" during parsing
2017-09-05 07:31:19,618 INFO supervisord started with pid 7
2017-09-05 07:31:20,620 INFO spawned: 'checkproc-script' with pid 106
2017-09-05 07:31:20,621 INFO spawned: 'start-script' with pid 107
2017-09-05 07:31:20,623 INFO spawned: 'transmission-script' with pid 108
2017-09-05 07:31:20,624 INFO spawned: 'privoxy-script' with pid 109
2017-09-05 07:31:20,631 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2017-09-05 07:31:20,631 INFO success: checkproc-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:31:20,631 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:31:20,631 INFO success: transmission-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:31:20,632 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-09-05 07:31:20,632 DEBG 'transmission-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid

2017-09-05 07:31:20,632 DEBG 'privoxy-script' stdout output:
[info] Privoxy set to disabled

2017-09-05 07:31:20,633 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 47697013783152 for <Subprocess at 47697094388768 with name privoxy-script in state RUNNING> (stdout)>
2017-09-05 07:31:20,633 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 47697094218960 for <Subprocess at 47697094388768 with name privoxy-script in state RUNNING> (stderr)>
2017-09-05 07:31:20,633 INFO exited: privoxy-script (exit status 0; expected)
2017-09-05 07:31:20,633 DEBG received SIGCLD indicating a child quit
2017-09-05 07:31:20,638 DEBG 'start-script' stdout output:
[info] VPN config file (ovpn extension) is located at /config/openvpn/uk-co-vpn.frootvpn.com.ovpn

2017-09-05 07:31:20,639 DEBG 'start-script' stderr output:
dos2unix:
2017-09-05 07:31:20,639 DEBG 'start-script' stderr output:
converting file /config/openvpn/uk-co-vpn.frootvpn.com.ovpn to Unix format...

2017-09-05 07:31:20,693 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1

2017-09-05 07:31:20,696 DEBG 'start-script' stdout output:
[info] Adding 8.8.8.8 to /etc/resolv.conf

2017-09-05 07:31:20,700 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2017-09-05 07:31:20,703 DEBG 'start-script' stdout output:
[info] Adding 8.8.4.4 to /etc/resolv.conf

2017-09-05 07:31:20,707 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2017-09-05 07:31:20,710 DEBG 'start-script' stdout output:
[info] Adding 192.168.1.1/24 as route via docker eth0

2017-09-05 07:31:20,710 DEBG 'start-script' stderr output:
RTNETLINK answers: Invalid argument

2017-09-05 07:31:20,710 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------

2017-09-05 07:31:20,711 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.4

2017-09-05 07:31:20,711 DEBG 'start-script' stdout output:
--------------------

2017-09-05 07:31:20,714 DEBG 'start-script' stdout output:
[info] iptable_mangle module not supported, attempting to load...

2017-09-05 07:31:20,715 DEBG 'start-script' stderr output:
modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.9.30-unRAID

2017-09-05 07:31:20,716 DEBG 'start-script' stdout output:
[warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN

2017-09-05 07:31:20,734 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2017-09-05 07:31:20,735 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 1194 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 9091 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 9091 -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 9091 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 9091 -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

2017-09-05 07:31:20,736 DEBG 'start-script' stdout output:
--------------------

2017-09-05 07:31:20,736 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...

2017-09-05 07:31:20,742 DEBG 'start-script' stdout output:
[info] OpenVPN started

2017-09-05 07:31:22,554 DEBG 'transmission-script' stdout output:
[info] transmission not running
[info] transmission listening interface IP 0.0.0.0 and VPN provider IP 10.10.60.131 different, marking for reconfigure

2017-09-05 07:31:22,554 DEBG 'transmission-script' stdout output:
[info] Attempting to start transmission...
[info] Removing any transmission session lock files left over from the previous run...

2017-09-05 07:31:22,555 DEBG 'transmission-script' stdout output:
[info] non pia start

2017-09-05 07:31:22,556 DEBG 'transmission-script' stdout output:
Script started, file is /home/nobody/typescript

2017-09-05 07:31:22,573 DEBG 'transmission-script' stdout output:
Script done, file is /home/nobody/typescript

2017-09-05 07:31:22,573 DEBG 'transmission-script' stdout output:
[info] transmission started

 

and zone minder 

 

*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/20_apt_update.sh...
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:5 http://security.ubuntu.com/ubuntu xenial-security/main Sources [110 kB]
Get:6 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [47.6 kB]
Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [442 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main Sources [344 kB]
Get:9 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [206 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [215 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [805 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [670 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-backports/main Sources [3468 B]
Get:14 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [5177 B]
Fetched 3155 kB in 0s (4409 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
*** Running /etc/my_init.d/30_firstrun.sh...
File zm.conf already exists
Using existing ssmtp configuration
Using existing mysql database
Using existing skins directory
Creating symbolink links
stat: cannot stat '/config/data': No such file or directory
/etc/my_init.d/30_firstrun.sh: line 80: [: !=: unary operator expected
stat: cannot stat '/config/data': No such file or directory
/etc/my_init.d/30_firstrun.sh: line 86: [: !=: unary operator expected
Using existing data directory for events
Using existing data directory for images
Using existing data directory for temp
Correcting /var/cache/zoneminder ownership...

 

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.