Advertisement
Guest User

supervisord.log

a guest
Feb 27th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1. 2017-02-28 06:03:33.782381 [info] Starting Supervisor...
  2. 2017-02-28 06:03:34,134 CRIT Set uid to user 0
  3. 2017-02-28 06:03:34,134 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
  4. 2017-02-28 06:03:34,137 INFO supervisord started with pid 7
  5. 2017-02-28 06:03:35,140 INFO spawned: 'start-script' with pid 104
  6. 2017-02-28 06:03:35,143 INFO spawned: 'deluge-script' with pid 105
  7. 2017-02-28 06:03:35,146 INFO spawned: 'deluge-web-script' with pid 106
  8. 2017-02-28 06:03:35,148 INFO spawned: 'privoxy-script' with pid 107
  9. 2017-02-28 06:03:35,151 DEBG 'start-script' stdout output:
  10. [info] VPN is enabled, beginning configuration of VPN
  11.  
  12. 2017-02-28 06:03:35,151 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  13. 2017-02-28 06:03:35,151 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  14. 2017-02-28 06:03:35,152 INFO success: deluge-web-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  15. 2017-02-28 06:03:35,152 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  16. 2017-02-28 06:03:35,153 DEBG 'deluge-script' stdout output:
  17. [info] Deluge config file already exists, skipping copy
  18.  
  19. 2017-02-28 06:03:35,153 DEBG 'deluge-script' stdout output:
  20. [info] VPN is enabled, checking VPN tunnel local ip is valid
  21.  
  22. 2017-02-28 06:03:35,161 DEBG 'privoxy-script' stdout output:
  23. [info] Privoxy set to disabled
  24.  
  25. 2017-02-28 06:03:35,161 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 47572439309992 for <Subprocess at 47572439725480 with name privoxy-script in state RUNNING> (stderr)>
  26. 2017-02-28 06:03:35,162 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 47572439856264 for <Subprocess at 47572439725480 with name privoxy-script in state RUNNING> (stdout)>
  27. 2017-02-28 06:03:35,162 INFO exited: privoxy-script (exit status 0; expected)
  28. 2017-02-28 06:03:35,162 DEBG received SIGCLD indicating a child quit
  29. 2017-02-28 06:03:35,163 DEBG 'start-script' stdout output:
  30. [info] VPN config file (ovpn extension) is located at /config/openvpn/ovpn.ovpn
  31.  
  32. 2017-02-28 06:03:35,165 DEBG 'start-script' stderr output:
  33. dos2unix:
  34. 2017-02-28 06:03:35,165 DEBG 'start-script' stderr output:
  35. converting file /config/openvpn/ovpn.ovpn to Unix format...
  36.  
  37. 2017-02-28 06:03:35,235 DEBG 'start-script' stdout output:
  38. [info] Default route for container is 172.17.0.1
  39.  
  40. 2017-02-28 06:03:35,240 DEBG 'start-script' stdout output:
  41. [info] Adding 46.227.67.134 to /etc/resolv.conf
  42.  
  43. 2017-02-28 06:03:35,244 DEBG 'start-script' stdout output:
  44. [info] Adding 46.227.67.135 to /etc/resolv.conf
  45.  
  46. 2017-02-28 06:03:35,272 DEBG 'start-script' stdout output:
  47. [info] Adding 192.168.1.0/24 as route via docker eth0
  48.  
  49. 2017-02-28 06:03:35,274 DEBG 'start-script' stdout output:
  50. [info] ip route defined as follows...
  51. --------------------
  52.  
  53. 2017-02-28 06:03:35,274 DEBG 'start-script' stdout output:
  54. default via 172.17.0.1 dev eth0
  55. 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4
  56. 192.168.1.0/24 via 172.17.0.1 dev eth0
  57.  
  58. 2017-02-28 06:03:35,275 DEBG 'start-script' stdout output:
  59. --------------------
  60.  
  61. 2017-02-28 06:03:35,280 DEBG 'start-script' stdout output:
  62. [info] iptable_mangle support detected, adding fwmark for tables
  63.  
  64. 2017-02-28 06:03:35,324 DEBG 'start-script' stdout output:
  65. [info] iptables defined as follows...
  66. --------------------
  67.  
  68. 2017-02-28 06:03:35,325 DEBG 'start-script' stdout output:
  69. -P INPUT DROP
  70. -P FORWARD ACCEPT
  71. -P OUTPUT DROP
  72. -A INPUT -i tun0 -j ACCEPT
  73. -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  74. -A INPUT -i eth0 -p udp -m udp --sport 1194 -j ACCEPT
  75. -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  76. -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  77. -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
  78. -A INPUT -p udp -m udp --sport 53 -j ACCEPT
  79. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  80. -A INPUT -i lo -j ACCEPT
  81. -A OUTPUT -o tun0 -j ACCEPT
  82. -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  83. -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT
  84. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  85. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  86. -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
  87. -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
  88. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  89. -A OUTPUT -o lo -j ACCEPT
  90.  
  91. 2017-02-28 06:03:35,325 DEBG 'start-script' stdout output:
  92. --------------------
  93.  
  94. 2017-02-28 06:03:35,325 DEBG 'start-script' stdout output:
  95. [info] Starting OpenVPN...
  96.  
  97. 2017-02-28 06:03:35,352 DEBG 'start-script' stdout output:
  98. [info] OpenVPN started
  99.  
  100. 2017-02-28 06:03:37,698 DEBG 'deluge-script' stdout output:
  101. [info] Deluge not running
  102. [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.128.216.69 different, marking for reconfigure
  103.  
  104. 2017-02-28 06:03:37,699 DEBG 'deluge-script' stdout output:
  105. [info] Attempting to start Deluge...
  106.  
  107. 2017-02-28 06:03:38,234 DEBG 'deluge-script' stdout output:
  108. [info] Deluge listening interface currently defined as 10.128.73.129
  109. [info] Deluge listening interface will be changed to 10.128.216.69
  110. [info] Saving changes to Deluge config file /config/core.conf...
  111.  
  112. 2017-02-28 06:03:38,616 DEBG 'deluge-script' stdout output:
  113. [info] Deluge started
  114.  
  115. 2017-02-28 06:03:38,831 DEBG 'deluge-script' stderr output:
  116. /usr/lib/python2.7/site-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.
  117. import libtorrent as lt
  118.  
  119. 2017-02-28 06:03:39,008 DEBG 'deluge-web-script' stdout output:
  120. [info] Starting Deluge webui...
  121.  
  122. 2017-02-28 06:05:38,860 WARN received SIGTERM indicating exit request
  123. 2017-02-28 06:05:38,861 INFO waiting for start-script, deluge-script, deluge-web-script to die
  124. 2017-02-28 06:05:39,863 DEBG killing deluge-web-script (pid 106) with signal SIGTERM
  125. 2017-02-28 06:05:39,864 DEBG fd 17 closed, stopped monitoring <POutputDispatcher at 47572439890256 for <Subprocess at 47572439724904 with name deluge-web-script in state STOPPING> (stdout)>
  126. 2017-02-28 06:05:39,865 DEBG fd 21 closed, stopped monitoring <POutputDispatcher at 47572439891048 for <Subprocess at 47572439724904 with name deluge-web-script in state STOPPING> (stderr)>
  127. 2017-02-28 06:05:39,865 INFO stopped: deluge-web-script (terminated by SIGTERM)
  128. 2017-02-28 06:05:39,865 DEBG received SIGCLD indicating a child quit
  129. 2017-02-28 06:05:39,866 DEBG killing deluge-script (pid 105) with signal SIGTERM
  130. 2017-02-28 06:05:39,867 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 47572439891192 for <Subprocess at 47572439726920 with name deluge-script in state STOPPING> (stderr)>
  131. 2017-02-28 06:05:39,867 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 47572440144928 for <Subprocess at 47572439726920 with name deluge-script in state STOPPING> (stdout)>
  132. 2017-02-28 06:05:39,867 INFO stopped: deluge-script (terminated by SIGTERM)
  133. 2017-02-28 06:05:39,868 DEBG received SIGCLD indicating a child quit
  134. 2017-02-28 06:05:39,868 DEBG killing start-script (pid 104) with signal SIGTERM
  135. 2017-02-28 06:05:39,869 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47572439727208 for <Subprocess at 47572439724328 with name start-script in state STOPPING> (stdout)>
  136. 2017-02-28 06:05:39,869 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 47572440142048 for <Subprocess at 47572439724328 with name start-script in state STOPPING> (stderr)>
  137. 2017-02-28 06:05:39,869 INFO stopped: start-script (terminated by SIGTERM)
  138. 2017-02-28 06:05:39,869 DEBG received SIGCLD indicating a child quit
  139. 2017-02-28 06:10:43.746998 [info] Starting Supervisor...
  140. 2017-02-28 06:11:01,787 CRIT Set uid to user 0
  141. 2017-02-28 06:11:01,788 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
  142. 2017-02-28 06:11:02,003 INFO supervisord started with pid 7
  143. 2017-02-28 06:11:03,006 INFO spawned: 'start-script' with pid 104
  144. 2017-02-28 06:11:03,009 INFO spawned: 'deluge-script' with pid 105
  145. 2017-02-28 06:11:03,012 INFO spawned: 'deluge-web-script' with pid 106
  146. 2017-02-28 06:11:03,014 INFO spawned: 'privoxy-script' with pid 107
  147. 2017-02-28 06:11:03,025 DEBG 'privoxy-script' stdout output:
  148. [info] Privoxy set to disabled
  149.  
  150. 2017-02-28 06:11:03,026 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  151. 2017-02-28 06:11:03,026 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  152. 2017-02-28 06:11:03,026 INFO success: deluge-web-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  153. 2017-02-28 06:11:03,027 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  154. 2017-02-28 06:11:03,027 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 46988804509352 for <Subprocess at 46988804578192 with name privoxy-script in state RUNNING> (stderr)>
  155. 2017-02-28 06:11:03,027 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 46988804508416 for <Subprocess at 46988804578192 with name privoxy-script in state RUNNING> (stdout)>
  156. 2017-02-28 06:11:03,028 INFO exited: privoxy-script (exit status 0; expected)
  157. 2017-02-28 06:11:03,028 DEBG received SIGCLD indicating a child quit
  158. 2017-02-28 06:11:03,186 DEBG 'deluge-script' stdout output:
  159. [info] Deluge config file already exists, skipping copy
  160.  
  161. 2017-02-28 06:11:03,188 DEBG 'deluge-script' stdout output:
  162. [info] VPN is enabled, checking VPN tunnel local ip is valid
  163.  
  164. 2017-02-28 06:11:03,188 DEBG 'start-script' stdout output:
  165. [info] VPN is enabled, beginning configuration of VPN
  166.  
  167. 2017-02-28 06:11:03,396 DEBG 'start-script' stdout output:
  168. [info] VPN config file (ovpn extension) is located at /config/openvpn/ovpn.ovpn
  169.  
  170. 2017-02-28 06:11:03,450 DEBG 'start-script' stderr output:
  171. dos2unix: converting file /config/openvpn/ovpn.ovpn to Unix format...
  172.  
  173. 2017-02-28 06:11:04,219 DEBG 'start-script' stdout output:
  174. [info] Default route for container is 172.17.0.1
  175.  
  176. 2017-02-28 06:11:04,226 DEBG 'start-script' stdout output:
  177. [info] Adding 46.227.67.134 to /etc/resolv.conf
  178.  
  179. 2017-02-28 06:11:04,233 DEBG 'start-script' stdout output:
  180. [info] Adding 46.227.67.135 to /etc/resolv.conf
  181.  
  182. 2017-02-28 06:11:04,594 DEBG 'start-script' stdout output:
  183. [info] Adding 192.168.1.0/24 as route via docker eth0
  184.  
  185. 2017-02-28 06:11:04,596 DEBG 'start-script' stdout output:
  186. [info] ip route defined as follows...
  187. --------------------
  188.  
  189. 2017-02-28 06:11:04,597 DEBG 'start-script' stdout output:
  190. default via 172.17.0.1 dev eth0
  191. 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2
  192. 192.168.1.0/24 via 172.17.0.1 dev eth0
  193.  
  194. 2017-02-28 06:11:04,597 DEBG 'start-script' stdout output:
  195. --------------------
  196.  
  197. 2017-02-28 06:11:04,634 DEBG 'start-script' stdout output:
  198. [warn] iptable_mangle module not supported, you will not be able to connect to ruTorrent or Privoxy outside of your LAN
  199. [info] Please attempt to load the module by executing the following on your host:- '/sbin/modprobe iptable_mangle'
  200.  
  201. 2017-02-28 06:11:04,908 DEBG 'start-script' stdout output:
  202. [info] iptables defined as follows...
  203. --------------------
  204.  
  205. 2017-02-28 06:11:04,909 DEBG 'start-script' stdout output:
  206. -P INPUT DROP
  207. -P FORWARD ACCEPT
  208. -P OUTPUT DROP
  209. -A INPUT -i tun0 -j ACCEPT
  210. -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  211. -A INPUT -i eth0 -p udp -m udp --sport 1194 -j ACCEPT
  212. -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  213. -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  214. -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
  215. -A INPUT -p udp -m udp --sport 53 -j ACCEPT
  216. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  217. -A INPUT -i lo -j ACCEPT
  218. -A OUTPUT -o tun0 -j ACCEPT
  219. -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  220. -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT
  221. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  222. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  223. -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
  224. -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
  225. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  226. -A OUTPUT -o lo -j ACCEPT
  227.  
  228. 2017-02-28 06:11:04,909 DEBG 'start-script' stdout output:
  229. --------------------
  230.  
  231. 2017-02-28 06:11:04,910 DEBG 'start-script' stdout output:
  232. [info] Starting OpenVPN...
  233.  
  234. 2017-02-28 06:11:05,364 DEBG 'start-script' stdout output:
  235. [info] OpenVPN started
  236.  
  237. 2017-02-28 06:11:07,958 DEBG 'deluge-script' stdout output:
  238. [info] Deluge not running
  239. [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.128.62.90 different, marking for reconfigure
  240. [info] Attempting to start Deluge...
  241.  
  242. 2017-02-28 06:11:33,338 DEBG 'deluge-script' stdout output:
  243. [info] Deluge listening interface currently defined as 10.128.216.69
  244. [info] Deluge listening interface will be changed to 10.128.62.90
  245. [info] Saving changes to Deluge config file /config/core.conf...
  246.  
  247. 2017-02-28 06:11:34,011 DEBG 'deluge-script' stdout output:
  248. [info] Deluge started
  249.  
  250. 2017-02-28 06:11:37,408 DEBG 'deluge-script' stderr output:
  251. /usr/lib/python2.7/site-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.
  252. import libtorrent as lt
  253.  
  254. 2017-02-28 06:11:40,699 DEBG 'deluge-web-script' stdout output:
  255. [info] Starting Deluge webui...
  256.  
  257. 2017-02-28 06:11:41,878 DEBG 'deluge-web-script' stderr output:
  258. /usr/lib/python2.7/site-packages/pkg_resources/__init__.py:1294: UserWarning: /home/nobody/.cache/Python-Eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
  259. warnings.warn(msg, UserWarning)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement