Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.48 KB | None | 0 0
  1. This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
  2.  
  3. The intent of this script is to allow users to self-diagnose their installations. This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected. Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development.
  4.  
  5. NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered.
  6.  
  7. *** [ INITIALIZING ]
  8. [i] 2018-09-26:17:03:14 debug log has been initialized.
  9.  
  10. *** [ INITIALIZING ] Sourcing setup variables
  11. [i] Sourcing /etc/pihole/setupVars.conf...
  12.  
  13. *** [ DIAGNOSING ]: Core version
  14. [i] Core: v4.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v4.0-0-gddbdb51
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v4.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v4.0-0-gaf8c926c
  22.  
  23. *** [ DIAGNOSING ]: FTL version
  24. [✓] FTL: v4.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  25.  
  26. *** [ DIAGNOSING ]: dnsmasq version
  27. [i] 2.76
  28.  
  29. *** [ DIAGNOSING ]: lighttpd version
  30. [i] 1.4.45
  31.  
  32. *** [ DIAGNOSING ]: php version
  33. [i] 7.0.30
  34.  
  35. *** [ DIAGNOSING ]: Operating system
  36. [✓] Raspbian GNU/Linux 9 (stretch)
  37.  
  38. *** [ DIAGNOSING ]: SELinux
  39. [i] SELinux not detected
  40.  
  41. *** [ DIAGNOSING ]: Processor
  42. [✓] armv7l
  43.  
  44. *** [ DIAGNOSING ]: Networking
  45. [✓] IPv4 address(es) bound to the enxb827eba5c11a interface:
  46. 192.168.15.8/24 matches the IP found in /etc/pihole/setupVars.conf
  47.  
  48. [✓] IPv6 address(es) bound to the enxb827eba5c11a interface:
  49. fe80::f993:f0ac:30da:8b6c does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)
  50.  
  51. ^ Please note that you may have more than one IP address listed.
  52. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  53.  
  54. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  55.  
  56. [i] Default IPv4 gateway: 192.168.15.1
  57. 192.168.15.1
  58. * Pinging 192.168.15.1
  59. 192.168.15.1...
  60. [✓] Gateway responded.
  61.  
  62. *** [ DIAGNOSING ]: Ports in use
  63. *:5900 vncserver- (IPv6)
  64. *:5900 vncserver- (IPv4)
  65. *:22 sshd (IPv4)
  66. *:22 sshd (IPv6)
  67. *:34925 librespot (IPv4)
  68. *:80 lighttpd (IPv4)
  69. *:80 lighttpd (IPv6)
  70. *:8080 java (IPv6)
  71. *:8443 java (IPv6)
  72. *:8843 java (IPv6)
  73. *:8880 java (IPv6)
  74. *:6789 java (IPv6)
  75. 127.0.0.1:27117 mongod (IPv4)
  76.  
  77. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  78. [✗] Failed to resolve bootydancer.com via localhost (127.0.0.1)
  79. [✗] Failed to resolve bootydancer.com via Pi-hole (192.168.15.8)
  80. [✓] doubleclick.com is 216.58.212.206 via a remote, public DNS server (8.8.8.8)
  81.  
  82. *** [ DIAGNOSING ]: Pi-hole processes
  83. [✗] dnsmasq daemon is inactive
  84. [✓] lighttpd daemon is active
  85. [✓] pihole-FTL daemon is active
  86.  
  87. *** [ DIAGNOSING ]: Setup variables
  88. DNSMASQ_LISTENING=local
  89. PIHOLE_DNS_3=199.85.126.10
  90. PIHOLE_DNS_4=199.85.127.10
  91. PIHOLE_DNS_5=84.200.69.80
  92. PIHOLE_DNS_6=84.200.70.40
  93. PIHOLE_DNS_7=9.9.9.9
  94. PIHOLE_DNS_8=149.112.112.112
  95. DNS_FQDN_REQUIRED=true
  96. DNS_BOGUS_PRIV=true
  97. DNSSEC=false
  98. CONDITIONAL_FORWARDING=false
  99. DHCP_ACTIVE=true
  100. DHCP_START=192.168.15.100
  101. DHCP_END=192.168.15.151
  102. DHCP_ROUTER=192.168.15.1
  103. DHCP_LEASETIME=24
  104. PIHOLE_DOMAIN=puebla
  105. DHCP_IPv6=false
  106. PIHOLE_INTERFACE=enxb827eba5c11a
  107. IPV4_ADDRESS=192.168.15.8/24
  108. IPV6_ADDRESS=
  109. PIHOLE_DNS_1=8.8.8.8
  110. PIHOLE_DNS_2=8.8.4.4
  111. QUERY_LOGGING=true
  112. INSTALL_WEB_SERVER=true
  113. INSTALL_WEB_INTERFACE=true
  114. LIGHTTPD_ENABLED=true
  115.  
  116. *** [ DIAGNOSING ]: Dashboard and block page
  117. [✓] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
  118. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  119.  
  120. *** [ DIAGNOSING ]: Gravity list
  121. -rw-r--r-- 1 root root 2999483 Sep 26 08:48 /etc/pihole/gravity.list
  122. -----head of gravity.list------
  123. ').split(
  124. '.split(
  125. (isdigit.test(data[i]))
  126. (isdigit.test(data[ii]))
  127.  
  128. -----tail of gravity.list------
  129. }.bind();
  130. }.bind(null);
  131. }.bind(w);
  132. }.bind(window);
  133.  
  134. *** [ DIAGNOSING ]: contents of /etc/pihole
  135.  
  136. -rw-r--r-- 1 root root 1306 Sep 22 10:45 /etc/pihole/adlists.list
  137. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  138. https://mirror1.malwaredomains.com/files/justdomains
  139. http://sysctl.org/cameleon/hosts
  140. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  141. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  142. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  143. https://hosts-file.net/ad_servers.txt
  144. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt
  145. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt
  146. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/experimental.txt
  147. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt
  148. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt
  149. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt
  150. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resources.txt
  151. https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt
  152.  
  153. -rw-r--r-- 1 root root 12 Jul 15 13:28 /etc/pihole/blacklist.txt
  154. dotted.shop
  155.  
  156. -rw-r--r-- 1 root root 162 Sep 26 08:48 /etc/pihole/local.list
  157. 192.168.15.8 pihole
  158. 192.168.15.8 pi.hole
  159. 10.8.0.2 orta.vpn
  160. 10.8.0.3 lorta.vpn
  161. 10.8.0.4 client2.vpn
  162. 10.8.0.5 cleto.vpn
  163. 10.8.0.6 di.vpn
  164. 10.8.0.7 DonCaralampío.vpn
  165.  
  166. -rw-r--r-- 1 root root 234 Sep 26 08:47 /etc/pihole/logrotate
  167. /var/log/pihole.log {
  168. su root root
  169. daily
  170. copytruncate
  171. rotate 5
  172. compress
  173. delaycompress
  174. notifempty
  175. nomail
  176. }
  177. /var/log/pihole-FTL.log {
  178. su root root
  179. weekly
  180. copytruncate
  181. rotate 3
  182. compress
  183. delaycompress
  184. notifempty
  185. nomail
  186. }
  187.  
  188. -rw-r--r-- 1 root root 96 Jul 31 00:16 /etc/pihole/whitelist.txt
  189. newrelic.com
  190. ftp.fau.de
  191. security.debian.org
  192. ftp.debian.org
  193. js-agent.newrelic.com
  194. www.amazon.com
  195.  
  196. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  197.  
  198. -rw-r--r-- 1 root root 1652 Sep 26 08:47 /etc/dnsmasq.d/01-pihole.conf
  199. addn-hosts=/etc/pihole/gravity.list
  200. addn-hosts=/etc/pihole/black.list
  201. addn-hosts=/etc/pihole/local.list
  202. localise-queries
  203. no-resolv
  204. cache-size=10000
  205. log-queries=extra
  206. log-facility=/var/log/pihole.log
  207. local-ttl=2
  208. log-async
  209. server=8.8.8.8
  210. server=8.8.4.4
  211. server=199.85.126.10
  212. server=199.85.127.10
  213. server=84.200.69.80
  214. server=84.200.70.40
  215. server=9.9.9.9
  216. server=149.112.112.112
  217. domain-needed
  218. bogus-priv
  219. local-service
  220.  
  221. -rw-r--r-- 1 root root 489 Sep 26 08:47 /etc/dnsmasq.d/02-pihole-dhcp.conf
  222. dhcp-authoritative
  223. dhcp-range=192.168.15.100,192.168.15.151,24h
  224. dhcp-option=option:router,192.168.15.1
  225. dhcp-leasefile=/etc/pihole/dhcp.leases
  226. domain=puebla
  227.  
  228. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  229.  
  230. -rw-r--r-- 1 root root 3027 Sep 26 08:47 /etc/lighttpd/lighttpd.conf
  231. server.modules = (
  232. "mod_access",
  233. "mod_accesslog",
  234. "mod_auth",
  235. "mod_expire",
  236. "mod_compress",
  237. "mod_redirect",
  238. "mod_setenv",
  239. "mod_rewrite"
  240. )
  241. server.document-root = "/var/www/html"
  242. server.error-handler-404 = "pihole/index.php"
  243. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  244. server.errorlog = "/var/log/lighttpd/error.log"
  245. server.pid-file = "/var/run/lighttpd.pid"
  246. server.username = "www-data"
  247. server.groupname = "www-data"
  248. server.port = 80
  249. accesslog.filename = "/var/log/lighttpd/access.log"
  250. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  251. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  252. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  253. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  254. compress.cache-dir = "/var/cache/lighttpd/compress/"
  255. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  256. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  257. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  258. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  259. ' 2>/dev/null"
  260. $HTTP["url"] =~ "^/admin/" {
  261.  
  262. setenv.add-response-header = (
  263. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  264. "X-Frame-Options" => "DENY"
  265. )
  266. $HTTP["url"] =~ ".ttf$" {
  267.  
  268. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  269. }
  270. }
  271. $HTTP["url"] =~ "^/admin/\.(.*)" {
  272. url.access-deny = ("")
  273. }
  274. include_shell "cat external.conf 2>/dev/null"
  275.  
  276. *** [ DIAGNOSING ]: contents of /etc/cron.d
  277.  
  278. -rw-r--r-- 1 root root 1496 Sep 26 08:47 /etc/cron.d/pihole
  279. 58 4 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity
  280. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  281. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  282. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  283. 57 18 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  284. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  285.  
  286. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  287.  
  288. -rw-r--r-- 1 www-data www-data 2159 Sep 26 08:47 /var/log/lighttpd/error.log
  289. 2018-09-23 06:25:03: (server.c.1534) logfiles cycled UID = 0 PID = 9791
  290. 2018-09-24 05:03:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined index: HTTP_HOST in /var/www/html/pihole/index.php on line 10
  291. 2018-09-24 20:24:22: (log.c.217) server started
  292. 2018-09-24 20:24:22: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  293. 2018-09-24 20:46:08: (server.c.1828) server stopped by UID = 0 PID = 1
  294. 2018-09-24 20:46:28: (log.c.217) server started
  295. 2018-09-24 20:46:28: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  296. 2018-09-24 23:18:11: (server.c.1828) server stopped by UID = 0 PID = 1
  297. 2018-09-24 23:18:32: (log.c.217) server started
  298. 2018-09-24 23:18:32: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  299. 2018-09-24 23:19:58: (server.c.1828) server stopped by UID = 0 PID = 1
  300. 2018-09-24 23:20:07: (log.c.217) server started
  301. 2018-09-24 23:20:07: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  302. 2018-09-24 23:23:56: (server.c.1828) server stopped by UID = 0 PID = 1
  303. 2018-09-24 23:24:18: (log.c.217) server started
  304. 2018-09-24 23:24:18: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  305. 2018-09-24 23:57:27: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined index: HTTP_HOST in /var/www/html/pihole/index.php on line 10
  306. 2018-09-25 09:05:18: (log.c.217) server started
  307. 2018-09-25 09:05:18: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  308. 2018-09-25 16:21:33: (server.c.1828) server stopped by UID = 0 PID = 1
  309. 2018-09-25 16:21:54: (log.c.217) server started
  310. 2018-09-25 16:21:54: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  311. 2018-09-26 08:33:55: (server.c.1828) server stopped by UID = 0 PID = 1
  312. 2018-09-26 08:34:17: (log.c.217) server started
  313. 2018-09-26 08:34:17: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  314.  
  315. *** [ DIAGNOSING ]: contents of /var/log
  316.  
  317. -rw-r--r-- 1 pihole pihole 15614 Sep 26 11:43 /var/log/pihole-FTL.log
  318. -----head of pihole-FTL.log------
  319. [2018-09-26 02:00:00.875] Notice: Increasing overTime struct size from 200 to 300
  320. [2018-09-26 08:23:00.959] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  321. [2018-09-26 08:23:00.959] ----------------------------> FTL crashed! <----------------------------
  322. [2018-09-26 08:23:00.960] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  323. [2018-09-26 08:23:00.960] Please report a bug at https://github.com/pi-hole/FTL/issues
  324. [2018-09-26 08:23:00.960] and include in your report already the following details:
  325.  
  326. [2018-09-26 08:23:00.960] FTL has been running for 57656 seconds
  327. [2018-09-26 08:23:00.960] FTL branch:
  328. [2018-09-26 08:23:00.960] FTL version: v4.0
  329. [2018-09-26 08:23:00.960] FTL commit: 8493df4
  330. [2018-09-26 08:23:00.961] FTL date: 2018-08-05 13:40:30 -0700
  331. [2018-09-26 08:23:00.961] FTL user: pihole
  332. [2018-09-26 08:23:00.961] Received signal: Segmentation fault
  333. [2018-09-26 08:23:00.961] at address: 62400212
  334. [2018-09-26 08:23:00.962] with code: SEGV_MAPERR (Address not mapped to object)
  335. [2018-09-26 08:23:00.963] Backtrace:
  336. [2018-09-26 08:23:00.963] B[0000]: /usr/bin/pihole-FTL(+0x1870a) [0x4d570a]
  337. [2018-09-26 08:23:00.964] B[0001]: /lib/arm-linux-gnueabihf/libc.so.6(__default_rt_sa_restorer+0) [0x76d776c0]
  338. [2018-09-26 08:23:00.964] B[0002]: /usr/bin/pihole-FTL(cache_unhash_dhcp+0x37) [0x4f5ab4]
  339. [2018-09-26 08:23:00.964] B[0003]: /usr/bin/pihole-FTL(lease_update_dns+0x2d) [0x4df80a]
  340. [2018-09-26 08:23:00.964] B[0004]: /usr/bin/pihole-FTL(dhcp_packet+0x435) [0x4e6c86]
  341. [2018-09-26 08:23:00.964] B[0005]: /usr/bin/pihole-FTL(main_dnsmasq+0xd31) [0x4f8562]
  342. [2018-09-26 08:23:00.964] B[0006]: /usr/bin/pihole-FTL(main+0x7b) [0x4d4028]
  343. [2018-09-26 08:23:00.964] B[0007]: /lib/arm-linux-gnueabihf/libc.so.6(__libc_start_main+0x114) [0x76d61678]
  344. [2018-09-26 08:23:00.965] Thank you for helping us to improve our FTL engine!
  345. [2018-09-26 08:23:00.965] FTL terminated!
  346. [2018-09-26 08:34:27.103] ########## FTL started! ##########
  347. [2018-09-26 08:34:27.106] FTL branch:
  348. [2018-09-26 08:34:27.106] FTL version: v4.0
  349. [2018-09-26 08:34:27.106] FTL commit: 8493df4
  350. [2018-09-26 08:34:27.106] FTL date: 2018-08-05 13:40:30 -0700
  351. [2018-09-26 08:34:27.107] FTL user: pihole
  352. [2018-09-26 08:34:27.109] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  353. [2018-09-26 08:34:27.110] SOCKET_LISTENING: only local
  354.  
  355. -----tail of pihole-FTL.log------
  356. [2018-09-26 09:00:07.540] -> Known forward destinations: 7
  357. [2018-09-26 09:00:07.540] Successfully accessed setupVars.conf
  358. [2018-09-26 09:00:07.548] PID of FTL process: 18705
  359. [2018-09-26 09:00:07.549] Listening on port 4711 for incoming IPv4 telnet connections
  360. [2018-09-26 09:00:07.549] Listening on port 4711 for incoming IPv6 telnet connections
  361. [2018-09-26 09:00:07.550] Listening on Unix socket
  362. [2018-09-26 09:00:07.553] Compiled 0 Regex filters and 6 whitelisted domains in 0.2 msec (0 errors)
  363. [2018-09-26 09:00:07.554] /etc/pihole/black.list: parsed 1 domains (took 0.1 ms)
  364. [2018-09-26 09:00:08.649] /etc/pihole/gravity.list: parsed 130843 domains (took 1094.8 ms)
  365. [2018-09-26 11:43:49.865] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  366. [2018-09-26 11:43:49.865] ----------------------------> FTL crashed! <----------------------------
  367. [2018-09-26 11:43:49.865] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  368. [2018-09-26 11:43:49.865] Please report a bug at https://github.com/pi-hole/FTL/issues
  369. [2018-09-26 11:43:49.865] and include in your report already the following details:
  370.  
  371. [2018-09-26 11:43:49.865] FTL has been running for 9822 seconds
  372. [2018-09-26 11:43:49.865] FTL branch:
  373. [2018-09-26 11:43:49.865] FTL version: v4.0
  374. [2018-09-26 11:43:49.865] FTL commit: 8493df4
  375. [2018-09-26 11:43:49.865] FTL date: 2018-08-05 13:40:30 -0700
  376. [2018-09-26 11:43:49.866] FTL user: pihole
  377. [2018-09-26 11:43:49.866] Received signal: Segmentation fault
  378. [2018-09-26 11:43:49.866] at address: 65569
  379. [2018-09-26 11:43:49.866] with code: SEGV_MAPERR (Address not mapped to object)
  380. [2018-09-26 11:43:49.867] Backtrace:
  381. [2018-09-26 11:43:49.867] B[0000]: /usr/bin/pihole-FTL(+0x1870a) [0x49470a]
  382. [2018-09-26 11:43:49.867] B[0001]: /lib/arm-linux-gnueabihf/libc.so.6(__default_rt_sa_restorer+0) [0x76d5c6c0]
  383. [2018-09-26 11:43:49.867] B[0002]: /usr/bin/pihole-FTL(cache_unhash_dhcp+0x37) [0x4b4ab4]
  384. [2018-09-26 11:43:49.867] B[0003]: /usr/bin/pihole-FTL(lease_update_dns+0x2d) [0x49e80a]
  385. [2018-09-26 11:43:49.867] B[0004]: /usr/bin/pihole-FTL(dhcp_packet+0x435) [0x4a5c86]
  386. [2018-09-26 11:43:49.867] B[0005]: /usr/bin/pihole-FTL(main_dnsmasq+0xd31) [0x4b7562]
  387. [2018-09-26 11:43:49.867] B[0006]: /usr/bin/pihole-FTL(main+0x7b) [0x493028]
  388. [2018-09-26 11:43:49.867] B[0007]: /lib/arm-linux-gnueabihf/libc.so.6(__libc_start_main+0x114) [0x76d46678]
  389. [2018-09-26 11:43:49.867] Thank you for helping us to improve our FTL engine!
  390. [2018-09-26 11:43:49.867] FTL terminated!
  391.  
  392. *** [ DIAGNOSING ]: Locale
  393. LANG=
  394.  
  395. *** [ DIAGNOSING ]: Pi-hole log
  396. -rw-r--r-- 1 pihole pihole 3381319 Sep 26 11:43 /var/log/pihole.log
  397. -----head of pihole.log------
  398. Sep 26 00:00:11 dnsmasq[1100]: 11579 192.168.15.130/60929 query[A] tsa.webex.com from 192.168.15.130
  399. Sep 26 00:00:11 dnsmasq[1100]: 11579 192.168.15.130/60929 forwarded tsa.webex.com to 9.9.9.9
  400. Sep 26 00:00:11 dnsmasq[1100]: 11579 192.168.15.130/60929 reply tsa.webex.com is NXDOMAIN
  401. Sep 26 00:00:11 dnsmasq[1100]: 11580 192.168.15.130/60931 query[A] tsa.webex.com from 192.168.15.130
  402. Sep 26 00:00:11 dnsmasq[1100]: 11580 192.168.15.130/60931 cached tsa.webex.com is NXDOMAIN
  403. Sep 26 00:00:13 dnsmasq[1100]: 11581 192.168.15.130/60932 query[TXT] debug.opendns.com from 192.168.15.130
  404. Sep 26 00:00:13 dnsmasq[1100]: 11581 192.168.15.130/60932 forwarded debug.opendns.com to 9.9.9.9
  405. Sep 26 00:00:14 dnsmasq[1100]: 11582 192.168.15.130/61363 query[PTR] 2.100.97.40.in-addr.arpa from 192.168.15.130
  406. Sep 26 00:00:14 dnsmasq[1100]: 11582 192.168.15.130/61363 forwarded 2.100.97.40.in-addr.arpa to 9.9.9.9
  407. Sep 26 00:00:14 dnsmasq[1100]: 11582 192.168.15.130/61363 reply 40.97.100.2 is NXDOMAIN
  408. Sep 26 00:00:14 dnsmasq[1100]: 11583 192.168.15.130/61365 query[PTR] 2.100.97.40.in-addr.arpa from 192.168.15.130
  409. Sep 26 00:00:14 dnsmasq[1100]: 11583 192.168.15.130/61365 cached 40.97.100.2 is NXDOMAIN
  410. Sep 26 00:00:18 dnsmasq[1100]: 11584 127.0.0.1/33883 query[A] updates.mydevices.com from 127.0.0.1
  411. Sep 26 00:00:18 dnsmasq[1100]: 11584 127.0.0.1/33883 forwarded updates.mydevices.com to 9.9.9.9
  412. Sep 26 00:00:18 dnsmasq[1100]: 11585 127.0.0.1/33883 query[AAAA] updates.mydevices.com from 127.0.0.1
  413. Sep 26 00:00:18 dnsmasq[1100]: 11585 127.0.0.1/33883 forwarded updates.mydevices.com to 9.9.9.9
  414. Sep 26 00:00:18 dnsmasq[1100]: 11585 127.0.0.1/33883 reply updates.mydevices.com is NODATA-IPv6
  415. Sep 26 00:00:18 dnsmasq[1100]: 11584 127.0.0.1/33883 reply updates.mydevices.com is 54.148.225.117
  416. Sep 26 00:00:19 dnsmasq[1100]: 11586 192.168.15.130/62072 query[PTR] 29.91.21.72.in-addr.arpa from 192.168.15.130
  417. Sep 26 00:00:19 dnsmasq[1100]: 11586 192.168.15.130/62072 forwarded 29.91.21.72.in-addr.arpa to 9.9.9.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement