Guest User

Untitled

a guest
Jan 6th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. 2017-01-06 15:56:43.095968 [info] Starting Supervisor...
  2. 2017-01-06 15:56:43,187 CRIT Set uid to user 0
  3. 2017-01-06 15:56:43,187 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
  4. 2017-01-06 15:56:43,189 INFO supervisord started with pid 1
  5. 2017-01-06 15:56:44,191 INFO spawned: 'start-script' with pid 104
  6. 2017-01-06 15:56:44,192 INFO spawned: 'webui-script' with pid 105
  7. 2017-01-06 15:56:44,193 INFO spawned: 'deluge-script' with pid 106
  8. 2017-01-06 15:56:44,195 INFO spawned: 'privoxy-script' with pid 107
  9. 2017-01-06 15:56:44,199 DEBG 'start-script' stdout output:
  10. [info] VPN is enabled, beginning configuration of VPN
  11.  
  12. 2017-01-06 15:56:44,199 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  13. 2017-01-06 15:56:44,199 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  14. 2017-01-06 15:56:44,199 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  15. 2017-01-06 15:56:44,199 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  16. 2017-01-06 15:56:44,201 DEBG 'deluge-script' stdout output:
  17. [info] deluge config file already exists, skipping copy
  18.  
  19. 2017-01-06 15:56:44,202 DEBG 'deluge-script' stdout output:
  20. [info] VPN is enabled, checking VPN tunnel local ip is valid
  21.  
  22. 2017-01-06 15:56:44,206 DEBG 'start-script' stdout output:
  23. [info] VPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_new_york_-_2_udp.ovpn
  24.  
  25. 2017-01-06 15:56:44,228 DEBG 'start-script' stdout output:
  26. [info] Default route for container is 172.17.0.1
  27. [info] Setting permissions recursively on /config/openvpn...
  28.  
  29. 2017-01-06 15:56:44,231 DEBG 'start-script' stdout output:
  30. [info] Adding 8.8.8.8 to /etc/resolv.conf
  31.  
  32. 2017-01-06 15:56:44,233 DEBG 'start-script' stdout output:
  33. [info] Adding 37.235.1.174 to /etc/resolv.conf
  34.  
  35. 2017-01-06 15:56:44,235 DEBG 'start-script' stdout output:
  36. [info] Adding 8.8.4.4 to /etc/resolv.conf
  37.  
  38. 2017-01-06 15:56:44,237 DEBG 'start-script' stdout output:
  39. [info] Adding 37.235.1.177 to /etc/resolv.conf
  40.  
  41. 2017-01-06 15:56:44,240 DEBG 'start-script' stdout output:
  42. [info] Adding 172.17.0.1/16 as route via docker eth0
  43.  
  44. 2017-01-06 15:56:44,240 DEBG 'start-script' stderr output:
  45. RTNETLINK answers: Invalid argument
  46.  
  47. 2017-01-06 15:56:44,240 DEBG 'start-script' stdout output:
  48. [info] ip route defined as follows...
  49. --------------------
  50.  
  51. 2017-01-06 15:56:44,240 DEBG 'start-script' stdout output:
  52. default via 172.17.0.1 dev eth0
  53. 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4
  54.  
  55. 2017-01-06 15:56:44,240 DEBG 'start-script' stdout output:
  56. --------------------
  57.  
  58. 2017-01-06 15:56:44,242 DEBG 'start-script' stdout output:
  59. [info] iptable_mangle module not supported, attempting to load...
  60.  
  61. 2017-01-06 15:56:44,243 DEBG 'start-script' stderr output:
  62. modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.4.30-unRAID
  63.  
  64. 2017-01-06 15:56:44,243 DEBG 'start-script' stdout output:
  65. [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN
  66.  
  67. 2017-01-06 15:56:44,261 DEBG 'start-script' stdout output:
  68. [info] iptables defined as follows...
  69. --------------------
  70.  
  71. 2017-01-06 15:56:44,262 DEBG 'start-script' stdout output:
  72. -P INPUT DROP
  73. -P FORWARD ACCEPT
  74. -P OUTPUT DROP
  75. -A INPUT -i tun0 -j ACCEPT
  76. -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  77. -A INPUT -i eth0 -p udp -m udp --sport 1195 -j ACCEPT
  78. -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  79. -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  80. -A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
  81. -A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
  82. -A INPUT -s 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
  83. -A INPUT -p udp -m udp --sport 53 -j ACCEPT
  84. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  85. -A INPUT -i lo -j ACCEPT
  86. -A OUTPUT -o tun0 -j ACCEPT
  87. -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  88. -A OUTPUT -o eth0 -p udp -m udp --dport 1195 -j ACCEPT
  89. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  90. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  91. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
  92. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
  93. -A OUTPUT -d 172.17.0.0/16 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
  94. -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
  95. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  96. -A OUTPUT -o lo -j ACCEPT
  97.  
  98. 2017-01-06 15:56:44,262 DEBG 'start-script' stdout output:
  99. --------------------
  100. [info] Starting OpenVPN...
  101.  
  102. 2017-01-06 15:56:44,266 DEBG 'start-script' stdout output:
  103. Fri Jan 6 15:56:44 2017 OpenVPN 2.3.12 x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Aug 24 2016
  104. Fri Jan 6 15:56:44 2017 library versions: OpenSSL 1.0.2j 26 Sep 2016, LZO 2.09
  105. Fri Jan 6 15:56:44 2017 WARNING: file 'credentials.conf' is group or others accessible
  106.  
  107.  
  108. 2017-01-06 15:56:44,266 DEBG 'start-script' stdout output:
  109. Fri Jan 6 15:56:44 2017 Control Channel Authentication: tls-auth using INLINE static key file
  110. Fri Jan 6 15:56:44 2017 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
  111. Fri Jan 6 15:56:44 2017 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
  112.  
  113. 2017-01-06 15:56:44,266 DEBG 'start-script' stdout output:
  114. Fri Jan 6 15:56:44 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  115.  
  116. 2017-01-06 15:56:44,316 DEBG 'start-script' stdout output:
  117. Fri Jan 6 15:56:44 2017 UDPv4 link local: [undef]
  118. Fri Jan 6 15:56:44 2017 UDPv4 link remote: [AF_INET]157.97.120.55:1195
  119.  
  120. 2017-01-06 15:57:44,489 DEBG 'start-script' stdout output:
  121. Fri Jan 6 15:57:44 2017 [UNDEF] Inactivity timeout (--ping-restart), restarting
  122.  
  123. 2017-01-06 15:57:44,489 DEBG 'start-script' stdout output:
  124. Fri Jan 6 15:57:44 2017 SIGUSR1[soft,ping-restart] received, process restarting
  125. Fri Jan 6 15:57:44 2017 Restart pause, 2 second(s)
  126.  
  127. 2017-01-06 15:57:46,489 DEBG 'start-script' stdout output:
  128. Fri Jan 6 15:57:46 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  129.  
  130. 2017-01-06 15:57:46,533 DEBG 'start-script' stdout output:
  131. Fri Jan 6 15:57:46 2017 UDPv4 link local: [undef]
  132. Fri Jan 6 15:57:46 2017 UDPv4 link remote: [AF_INET]208.167.233.204:1195
  133.  
  134. 2017-01-06 15:58:46,279 DEBG 'start-script' stdout output:
  135. Fri Jan 6 15:58:46 2017 [UNDEF] Inactivity timeout (--ping-restart), restarting
  136. Fri Jan 6 15:58:46 2017 SIGUSR1[soft,ping-restart] received, process restarting
  137. Fri Jan 6 15:58:46 2017 Restart pause, 2 second(s)
  138.  
  139. 2017-01-06 15:58:46,279 DEBG 'start-script' stdout output:
  140. Fri Jan 6 15:58:46 2017 [UNDEF] Inactivity timeout (--ping-restart), restarting
  141. Fri Jan 6 15:58:46 2017 SIGUSR1[soft,ping-restart] received, process restarting
  142. Fri Jan 6 15:58:46 2017 Restart pause, 2 second(s)
  143.  
  144. 2017-01-06 15:58:48,279 DEBG 'start-script' stdout output:
  145. Fri Jan 6 15:58:48 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  146.  
  147. 2017-01-06 15:58:48,309 DEBG 'start-script' stdout output:
  148. Fri Jan 6 15:58:48 2017 UDPv4 link local: [undef]
  149. Fri Jan 6 15:58:48 2017 UDPv4 link remote: [AF_INET]208.167.233.204:1195
  150.  
  151. 2017-01-06 15:59:49,177 DEBG 'start-script' stdout output:
  152. Fri Jan 6 15:59:49 2017 [UNDEF] Inactivity timeout (--ping-restart), restarting
  153. Fri Jan 6 15:59:49 2017 SIGUSR1[soft,ping-restart] received, process restarting
  154. Fri Jan 6 15:59:49 2017 Restart pause, 2 second(s)
  155.  
  156. 2017-01-06 15:59:51,177 DEBG 'start-script' stdout output:
  157. Fri Jan 6 15:59:51 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  158.  
  159. 2017-01-06 15:59:51,207 DEBG 'start-script' stdout output:
  160. Fri Jan 6 15:59:51 2017 UDPv4 link local: [undef]
  161. Fri Jan 6 15:59:51 2017 UDPv4 link remote: [AF_INET]208.167.233.204:1195
Add Comment
Please, Sign In to add comment