Guest User

Untitled

a guest
May 8th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.32 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] 2019-05-07:14:04:51 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.2.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v4.2.1-0-ge967fe2
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v4.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v4.2-0-g347994d
  22.  
  23. *** [ DIAGNOSING ]: FTL version
  24. [✓] FTL: v4.2.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  25.  
  26. *** [ DIAGNOSING ]: lighttpd version
  27. [i] 1.4.45
  28.  
  29. *** [ DIAGNOSING ]: php version
  30. [i] 7.0.33
  31.  
  32. *** [ DIAGNOSING ]: Operating system
  33. [✓] Raspbian GNU/Linux 9 (stretch)
  34.  
  35. *** [ DIAGNOSING ]: SELinux
  36. [i] SELinux not detected
  37.  
  38. *** [ DIAGNOSING ]: Processor
  39. [✓] armv7l
  40.  
  41. *** [ DIAGNOSING ]: Networking
  42. [✓] IPv4 address(es) bound to the eth0 interface:
  43. 192.168.1.12/24 matches the IP found in /etc/pihole/setupVars.conf
  44.  
  45. [✓] IPv6 address(es) bound to the eth0 interface:
  46. fe80::5035:89df:7c57:8432 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)
  47.  
  48. ^ Please note that you may have more than one IP address listed.
  49. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  50.  
  51. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  52.  
  53. [i] Default IPv4 gateway: 192.168.1.1
  54. * Pinging 192.168.1.1...
  55. [✓] Gateway responded.
  56.  
  57. *** [ DIAGNOSING ]: Ports in use
  58. *:22 sshd (IPv4)
  59. *:22 sshd (IPv6)
  60. [*:80] is in use by lighttpd
  61. [*:80] is in use by lighttpd
  62. [*:53] is in use by pihole-FTL
  63. [*:53] is in use by pihole-FTL
  64. [127.0.0.1:4711] is in use by pihole-FTL
  65. [[::1]:4711] is in use by pihole-FTL
  66.  
  67. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  68. [✓] hbghose.us is 0.0.0.0 via localhost (127.0.0.1)
  69. [✓] hbghose.us is 0.0.0.0 via Pi-hole (192.168.1.12)
  70. [✓] doubleclick.com is 172.217.12.174 via a remote, public DNS server (8.8.8.8)
  71.  
  72. *** [ DIAGNOSING ]: Pi-hole processes
  73. [✓] lighttpd daemon is active
  74. [✓] pihole-FTL daemon is active
  75.  
  76. *** [ DIAGNOSING ]: Setup variables
  77. PIHOLE_INTERFACE=eth0
  78. IPV4_ADDRESS=192.168.1.12/24
  79. IPV6_ADDRESS=
  80. QUERY_LOGGING=true
  81. INSTALL_WEB_SERVER=true
  82. INSTALL_WEB_INTERFACE=true
  83. LIGHTTPD_ENABLED=true
  84. DNSMASQ_LISTENING=single
  85. PIHOLE_DNS_1=1.1.1.1
  86. PIHOLE_DNS_2=1.0.0.1
  87. DNS_FQDN_REQUIRED=true
  88. DNS_BOGUS_PRIV=true
  89. DNSSEC=true
  90. CONDITIONAL_FORWARDING=true
  91. CONDITIONAL_FORWARDING_IP=192.168.1.1
  92. CONDITIONAL_FORWARDING_DOMAIN=TomatoUSB
  93. CONDITIONAL_FORWARDING_REVERSE=1.168.192.in-addr.arpa
  94. BLOCKING_ENABLED=true
  95.  
  96. *** [ DIAGNOSING ]: Dashboard and block page
  97. [✓] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
  98. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  99.  
  100. *** [ DIAGNOSING ]: Gravity list
  101. -rw-r--r-- 1 root root 21522758 May 6 20:48 /etc/pihole/gravity.list
  102. -----head of gravity.list------
  103. -akbank.com
  104. -rotation.de
  105. -sso.anbtr.com
  106. -traffic.com
  107.  
  108. -----tail of gravity.list------
  109. zzzz2233.cn
  110. zzzzmmmsnsns.net
  111. zzzzxyz11.us
  112. zzzzzqp.com
  113.  
  114. *** [ DIAGNOSING ]: contents of /etc/pihole
  115.  
  116. -rw-r--r-- 1 root root 3245 Apr 7 23:04 /etc/pihole/adlists.list
  117. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  118. https://mirror1.malwaredomains.com/files/justdomains
  119. http://sysctl.org/cameleon/hosts
  120. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  121. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  122. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  123. https://hosts-file.net/ad_servers.txt
  124. https://adaway.org/hosts.txt
  125. https://v.firebog.net/hosts/AdguardDNS.txt
  126. https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts;showintro=0
  127. https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts
  128. https://www.squidblacklist.org/downloads/dg-ads.acl
  129. https://v.firebog.net/hosts/Easyprivacy.txt
  130. https://v.firebog.net/hosts/Prigent-Ads.txt
  131. https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.2o7Net/hosts
  132. https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
  133. https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt
  134. https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt
  135. https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt
  136. https://hosts-file.net/exp.txt
  137. https://hosts-file.net/emd.txt
  138. https://hosts-file.net/psh.txt
  139. https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt
  140. https://www.malwaredomainlist.com/hostslist/hosts.txt
  141. https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt
  142. https://v.firebog.net/hosts/Prigent-Malware.txt
  143. https://v.firebog.net/hosts/Prigent-Phishing.txt
  144. https://phishing.army/download/phishing_army_blocklist_extended.txt
  145. https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt
  146. https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt
  147. https://ransomwaretracker.abuse.ch/downloads/CW_C2_DOMBL.txt
  148. https://ransomwaretracker.abuse.ch/downloads/LY_C2_DOMBL.txt
  149. https://ransomwaretracker.abuse.ch/downloads/TC_C2_DOMBL.txt
  150. https://ransomwaretracker.abuse.ch/downloads/TL_C2_DOMBL.txt
  151. https://v.firebog.net/hosts/Shalla-mal.txt
  152. https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Risk/hosts
  153. https://www.squidblacklist.org/downloads/dg-malicious.acl
  154. https://raw.githubusercontent.com/HorusTeknoloji/TR-PhishingList/master/url-lists.txt
  155. https://hosts-file.net/grm.txt
  156. https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts
  157. https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts
  158. https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts
  159. https://v.firebog.net/hosts/static/w3kbl.txt
  160. https://v.firebog.net/hosts/BillStearns.txt
  161. https://www.dshield.org/feeds/suspiciousdomains_Low.txt
  162. https://www.dshield.org/feeds/suspiciousdomains_Medium.txt
  163. https://www.dshield.org/feeds/suspiciousdomains_High.txt
  164. https://www.joewein.net/dl/bl/dom-bl-base.txt
  165. https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
  166. https://hostsfile.org/Downloads/hosts.txt
  167. https://someonewhocares.org/hosts/zero/hosts
  168. https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt
  169. https://raw.githubusercontent.com/vokins/yhosts/master/hosts
  170. http://winhelp2002.mvps.org/hosts.txt
  171.  
  172. -rw-r--r-- 1 root root 0 Feb 15 00:32 /etc/pihole/blacklist.txt
  173.  
  174. -rw-r--r-- 1 root root 46 May 6 20:48 /etc/pihole/local.list
  175. 192.168.1.12 raspberrypi
  176. 192.168.1.12 pi.hole
  177.  
  178. -rw-r--r-- 1 root root 234 Feb 15 00:27 /etc/pihole/logrotate
  179. /var/log/pihole.log {
  180. su root root
  181. daily
  182. copytruncate
  183. rotate 5
  184. compress
  185. delaycompress
  186. notifempty
  187. nomail
  188. }
  189. /var/log/pihole-FTL.log {
  190. su root root
  191. weekly
  192. copytruncate
  193. rotate 3
  194. compress
  195. delaycompress
  196. notifempty
  197. nomail
  198. }
  199.  
  200. -rw-r--r-- 1 root root 3247 May 6 20:48 /etc/pihole/whitelist.txt
  201. cloudfront.net
  202. android.clients.google.com
  203. login.live.com
  204. ui.skype.com
  205. apps.skype.com
  206. m.hotmail.com
  207. spclient.wg.spotify.com
  208. node.plexapp.com
  209. themoviedb.com
  210. dl.dropboxusercontent.com
  211. ns1.dropbox.com
  212. ns2.dropbox.com
  213. itunes.apple.com
  214. dl.google.com
  215. gql.twitch.tv
  216. www.twitch.tv
  217. tkqlhce.com
  218. shareasale.com
  219. metrocoder.com
  220. playerservices.live.streamtheworld.com
  221. brightcove.net
  222. cj.dotomi.com
  223. twitch.tv
  224. twitchcdn.net
  225. spade.twitch.tv
  226. irc-ws.chat.twitch.tv
  227. tags.crwdcntrl.net
  228. ajax.googleapis.com
  229. www.ispot.tv
  230. qksrv.net
  231. kqzyfj.com
  232. anrdoezrs.net
  233. dpbolvw.net
  234. jdoqocy.com
  235. commission-junction.com
  236. apmebf.com
  237. emjcd.com
  238. linksynergy.com
  239. cc-dt.com
  240. affiliatefuture.com
  241. avantlink.com
  242. pntra.com
  243. gopjn.com
  244. pntrack.com
  245. pjtra.com
  246. pjatr.com
  247. pntrs.com
  248. pntrac.com
  249. redirect.at
  250. redirectingat.com
  251. onenetworkdirect.net
  252. go2jump.org
  253. doubleclick.net
  254. evyy.net
  255. www.ojrq.net
  256. clients4.google.com
  257. clients2.google.compihole
  258. video-stats.l.google.compihole
  259. www.msftncsi.com
  260. dl.delivery.mp.microsoft.com
  261. geo-prod.do.dsp.mp.microsoft.com
  262. displaycatalog.mp.microsoft.com
  263. apresolve.spotify.com
  264. weeklyad.target.com
  265. m.weeklyad.target.com
  266. weeklyad.target.com.edgesuite.net
  267. creative.ak.fbcdn.net
  268. external-lhr0-1.xx.fbcdn.net
  269. external-lhr1-1.xx.fbcdn.net
  270. external-lhr10-1.xx.fbcdn.net
  271. external-lhr2-1.xx.fbcdn.net
  272. external-lhr3-1.xx.fbcdn.net
  273. external-lhr4-1.xx.fbcdn.net
  274. external-lhr5-1.xx.fbcdn.net
  275. external-lhr6-1.xx.fbcdn.net
  276. external-lhr7-1.xx.fbcdn.net
  277. external-lhr8-1.xx.fbcdn.net
  278. external-lhr9-1.xx.fbcdn.net
  279. fbcdn-creative-a.akamaihd.net
  280. scontent-lhr3-1.xx.fbcdn.net
  281. scontent.xx.fbcdn.net
  282. scontent.fgdl5-1.fna.fbcdn.net
  283. connect.facebook.com
  284. cdn.fbsbx.com
  285. plex.tv
  286. tvdb2.plex.tv
  287. pubsub.plex.bz
  288. proxy.plex.bz
  289. proxy02.pop.ord.plex.bz
  290. cpms.spop10.ams.plex.bz
  291. meta-db-worker02.pop.ric.plex.bz
  292. meta.plex.bz
  293. tvthemes.plexapp.com.cdn.cloudflare.net
  294. tvthemes.plexapp.com
  295. meta.plex.tv
  296. cpms35.spop10.ams.plex.bz
  297. proxy.plex.tv
  298. metrics.plex.tv
  299. pubsub.plex.tv
  300. status.plex.tv
  301. www.plex.tv
  302. nine.plugins.plexapp.com
  303. staging.plex.tv
  304. app.plex.tv
  305. o1.email.plex.tv
  306. o2.sg0.plex.tv
  307. dashboard.plex.tv
  308. gravatar.com
  309. custom
  310. login
  311. pictures
  312. thetvdb.com
  313. metadata
  314. for
  315. tv
  316. series
  317. moviespihole
  318. app-analytics.snapchat.com
  319. sc-analytics.appspot.com
  320. cf-st.sc-cdn.net
  321. fpdownload.adobe.com
  322. entitlement.auth.adobe.com
  323. livepassdl.conviva.com
  324. gfwsl.geforce.com
  325. appspot-preview.l.google.com
  326. connectivitycheck.android.com
  327. clients3.google.com
  328. connectivitycheck.gstatic.com
  329. msftncsi.com
  330. ipv6.msftncsi.com
  331. captive.apple.com
  332. gsp1.apple.com
  333. www.apple.com
  334. www.appleiphonecell.com
  335. clients2.google.com
  336. clients5.google.com
  337. www.bit.ly
  338. bit.ly
  339. ow.ly
  340. j.mp
  341. goo.gl
  342. tinyurl.com
  343. rover.ebay.com
  344. imgs.xkcd.com
  345. res.cloudinary.com
  346. netflix.com
  347. tomshardware.com
  348. ocsp.apple.com
  349. s.shopify.com
  350. keystone.mwbsys.com
  351. dl.dropbox.com
  352. api.ipify.org
  353. feedly.com
  354. telemetry-in.battle.net
  355. click.linksynergy.com
  356. torrentz2.eu
  357. gleam.io
  358. js.gleam.io
  359. www.pornhub.com
  360. www.sdad.guru
  361. platform.linkedin.com
  362. t.co
  363. youtu.be
  364. www.freeones.com
  365. www.priceline.com
  366. ign.com
  367. s3.amazonaws.com
  368. ekg.riotgames.com
  369. messenger.com
  370. gha.ebay.com
  371. tracker.opentrackr.org
  372. thetracker.org
  373. tracker.tfile.me
  374. zippyshare.com
  375. www.optoutprescreen.com
  376. go.redirectingat.com
  377. dlvr.it
  378. nofile.io
  379. cdnjs.cloudflare.com
  380. openload.co
  381. po.st
  382. graph.facebook.com
  383. mqtt-mini.facebook.com
  384. amzn.to
  385. skimresources.com
  386. go.skimresources.com
  387.  
  388. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  389.  
  390. -rw-r--r-- 1 root root 1872 Feb 15 00:37 /etc/dnsmasq.d/01-pihole.conf
  391. addn-hosts=/etc/pihole/gravity.list
  392. addn-hosts=/etc/pihole/black.list
  393. addn-hosts=/etc/pihole/local.list
  394. localise-queries
  395. no-resolv
  396. cache-size=10000
  397. log-queries
  398. log-facility=/var/log/pihole.log
  399. local-ttl=2
  400. log-async
  401. dhcp-name-match=set:wpad-ignore,wpad
  402. dhcp-ignore-names=tag:wpad-ignore
  403. server=1.1.1.1
  404. server=1.0.0.1
  405. domain-needed
  406. bogus-priv
  407. dnssec
  408. trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5
  409. trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
  410. interface=eth0
  411. server=/TomatoUSB/192.168.1.1
  412. server=/1.168.192.in-addr.arpa/192.168.1.1
  413.  
  414. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  415.  
  416. -rw-r--r-- 1 root root 3102 Feb 15 00:27 /etc/lighttpd/lighttpd.conf
  417. server.modules = (
  418. "mod_access",
  419. "mod_accesslog",
  420. "mod_auth",
  421. "mod_expire",
  422. "mod_compress",
  423. "mod_redirect",
  424. "mod_setenv",
  425. "mod_rewrite"
  426. )
  427. server.document-root = "/var/www/html"
  428. server.error-handler-404 = "pihole/index.php"
  429. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  430. server.errorlog = "/var/log/lighttpd/error.log"
  431. server.pid-file = "/var/run/lighttpd.pid"
  432. server.username = "www-data"
  433. server.groupname = "www-data"
  434. server.port = 80
  435. accesslog.filename = "/var/log/lighttpd/access.log"
  436. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  437. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  438. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  439. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  440. compress.cache-dir = "/var/cache/lighttpd/compress/"
  441. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  442. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  443. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  444. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  445. ' 2>/dev/null"
  446. $HTTP["url"] =~ "^/admin/" {
  447.  
  448. setenv.add-response-header = (
  449. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  450. "X-Frame-Options" => "DENY"
  451. )
  452. $HTTP["url"] =~ ".ttf$" {
  453.  
  454. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  455. }
  456. }
  457. $HTTP["url"] =~ "^/admin/\.(.*)" {
  458. url.access-deny = ("")
  459. }
  460. include_shell "cat external.conf 2>/dev/null"
  461.  
  462. *** [ DIAGNOSING ]: contents of /etc/cron.d
  463.  
  464. -rw-r--r-- 1 root root 1704 Feb 15 00:27 /etc/cron.d/pihole
  465. 27 3 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
  466. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  467. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  468. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  469. 25 15 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  470. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  471.  
  472. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  473.  
  474. -rw-r--r-- 1 www-data www-data 1254 May 7 14:00 /var/log/lighttpd/error.log
  475. 2019-05-06 06:25:02: (server.c.1534) logfiles cycled UID = 0 PID = 25175
  476. 2019-05-06 20:47:17: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/add.php on line 14
  477. 2019-05-06 20:47:32: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/add.php on line 14
  478. 2019-05-06 20:47:54: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/add.php on line 14
  479. 2019-05-06 20:48:03: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/add.php on line 14
  480. 2019-05-07 13:18:57: (log.c.217) server started
  481. 2019-05-07 13:18:57: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  482. 2019-05-07 13:48:28: (server.c.1828) server stopped by UID = 0 PID = 1
  483. 2019-05-07 13:48:50: (log.c.217) server started
  484. 2019-05-07 13:48:50: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  485. 2019-05-07 13:58:45: (server.c.1828) server stopped by UID = 0 PID = 1
  486. 2019-05-07 14:00:53: (log.c.217) server started
  487. 2019-05-07 14:00:53: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  488.  
  489. *** [ DIAGNOSING ]: contents of /var/log
  490.  
  491. -rw-r--r-- 1 pihole pihole 12263 May 7 14:01 /var/log/pihole-FTL.log
  492. -----head of pihole-FTL.log------
  493. [2019-05-07 01:33:23.962] Resizing "/FTL-strings" from 999424 to 1003520
  494. [2019-05-07 10:00:03.029] Resizing "/FTL-strings" from 1003520 to 1007616
  495. [2019-05-07 13:19:04.997] Using log file /var/log/pihole-FTL.log
  496. [2019-05-07 13:19:04.999] ########## FTL started! ##########
  497. [2019-05-07 13:19:04.999] FTL branch: master
  498. [2019-05-07 13:19:04.999] FTL version: v4.2.1
  499. [2019-05-07 13:19:04.999] FTL commit: 5f98312
  500. [2019-05-07 13:19:04.999] FTL date: 2019-02-06 18:36:55 -0800
  501. [2019-05-07 13:19:04.999] FTL user: pihole
  502. [2019-05-07 13:19:05.000] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  503. [2019-05-07 13:19:05.000] SOCKET_LISTENING: only local
  504. [2019-05-07 13:19:05.000] AAAA_QUERY_ANALYSIS: Show AAAA queries
  505. [2019-05-07 13:19:05.000] MAXDBDAYS: max age for stored queries is 365 days
  506. [2019-05-07 13:19:05.000] RESOLVE_IPV6: Resolve IPv6 addresses
  507. [2019-05-07 13:19:05.000] RESOLVE_IPV4: Resolve IPv4 addresses
  508. [2019-05-07 13:19:05.000] DBINTERVAL: saving to DB file every minute
  509. [2019-05-07 13:19:05.000] DBFILE: Using /etc/pihole/pihole-FTL.db
  510. [2019-05-07 13:19:05.000] MAXLOGAGE: Importing up to 24.0 hours of log data
  511. [2019-05-07 13:19:05.000] PRIVACYLEVEL: Set to 0
  512. [2019-05-07 13:19:05.000] IGNORE_LOCALHOST: Show queries from localhost
  513. [2019-05-07 13:19:05.000] BLOCKINGMODE: Null IPs for blocked domains
  514. [2019-05-07 13:19:05.001] REGEX_DEBUGMODE: Inactive
  515. [2019-05-07 13:19:05.001] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  516. [2019-05-07 13:19:05.001] DBIMPORT: Importing history from database
  517. [2019-05-07 13:19:05.001] PIDFILE: Using /var/run/pihole-FTL.pid
  518. [2019-05-07 13:19:05.001] PORTFILE: Using /var/run/pihole-FTL.port
  519. [2019-05-07 13:19:05.001] SOCKETFILE: Using /var/run/pihole/FTL.sock
  520. [2019-05-07 13:19:05.001] WHITELISTFILE: Using /etc/pihole/whitelist.txt
  521. [2019-05-07 13:19:05.001] BLACKLISTFILE: Using /etc/pihole/black.list
  522. [2019-05-07 13:19:05.001] GRAVITYFILE: Using /etc/pihole/gravity.list
  523. [2019-05-07 13:19:05.001] REGEXLISTFILE: Using /etc/pihole/regex.list
  524. [2019-05-07 13:19:05.001] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  525. [2019-05-07 13:19:05.001] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  526. [2019-05-07 13:19:05.001] Finished config file parsing
  527. [2019-05-07 13:19:05.003] Compiled 0 Regex filters and 186 whitelisted domains in 2.2 msec (0 errors)
  528.  
  529. -----tail of pihole-FTL.log------
  530. [2019-05-07 14:01:01.952] PIDFILE: Using /var/run/pihole-FTL.pid
  531. [2019-05-07 14:01:01.952] PORTFILE: Using /var/run/pihole-FTL.port
  532. [2019-05-07 14:01:01.952] SOCKETFILE: Using /var/run/pihole/FTL.sock
  533. [2019-05-07 14:01:01.952] WHITELISTFILE: Using /etc/pihole/whitelist.txt
  534. [2019-05-07 14:01:01.952] BLACKLISTFILE: Using /etc/pihole/black.list
  535. [2019-05-07 14:01:01.952] GRAVITYFILE: Using /etc/pihole/gravity.list
  536. [2019-05-07 14:01:01.952] REGEXLISTFILE: Using /etc/pihole/regex.list
  537. [2019-05-07 14:01:01.952] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  538. [2019-05-07 14:01:01.952] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  539. [2019-05-07 14:01:01.952] Finished config file parsing
  540. [2019-05-07 14:01:01.954] Compiled 0 Regex filters and 186 whitelisted domains in 1.7 msec (0 errors)
  541. [2019-05-07 14:01:02.001] Database successfully initialized
  542. [2019-05-07 14:01:02.020] New forward server: 1.0.0.1 (0/4096)
  543. [2019-05-07 14:01:02.024] New forward server: 192.168.1.1 (1/4096)
  544. [2019-05-07 14:01:02.025] New forward server: 1.1.1.1 (2/4096)
  545. [2019-05-07 14:01:02.035] Resizing "/FTL-strings" from 4096 to 8192
  546. [2019-05-07 14:01:02.040] Imported 2103 queries from the long-term database
  547. [2019-05-07 14:01:02.040] read_data_from_DB() - SQL error step (11): database disk image is malformed
  548. [2019-05-07 14:01:02.040] dbclose() - SQL error (5): unable to close due to unfinalized statements or unfinished backups
  549. [2019-05-07 14:01:02.040] -> Total DNS queries: 2103
  550. [2019-05-07 14:01:02.040] -> Cached DNS queries: 832
  551. [2019-05-07 14:01:02.041] -> Forwarded DNS queries: 875
  552. [2019-05-07 14:01:02.041] -> Exactly blocked DNS queries: 396
  553. [2019-05-07 14:01:02.041] -> Unknown DNS queries: 0
  554. [2019-05-07 14:01:02.041] -> Unique domains: 260
  555. [2019-05-07 14:01:02.041] -> Unique clients: 7
  556. [2019-05-07 14:01:02.041] -> Known forward destinations: 3
  557. [2019-05-07 14:01:02.041] Successfully accessed setupVars.conf
  558. [2019-05-07 14:01:02.056] PID of FTL process: 963
  559. [2019-05-07 14:01:02.056] Listening on port 4711 for incoming IPv4 telnet connections
  560. [2019-05-07 14:01:02.056] Listening on port 4711 for incoming IPv6 telnet connections
  561. [2019-05-07 14:01:02.057] Listening on Unix socket
  562. [2019-05-07 14:01:02.061] Compiled 0 Regex filters and 186 whitelisted domains in 0.6 msec (0 errors)
  563. [2019-05-07 14:01:02.063] /etc/pihole/black.list: parsed 0 domains (took 0.1 ms)
  564. [2019-05-07 14:01:10.179] /etc/pihole/gravity.list: parsed 1060968 domains (took 8114.2 ms)
  565.  
  566. *** [ DIAGNOSING ]: contents of /dev/shm
  567. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-0
  568. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-1
  569. -rw------- 1 pihole pihole 16384 May 7 14:04 /dev/shm/FTL-client-10
  570. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-2
  571. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-3
  572. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-4
  573. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-5
  574. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-6
  575. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-7
  576. -rw------- 1 pihole pihole 16384 May 7 14:01 /dev/shm/FTL-client-8
  577. -rw------- 1 pihole pihole 16384 May 7 14:02 /dev/shm/FTL-client-9
  578. -rw------- 1 pihole pihole 163840 May 7 14:01 /dev/shm/FTL-clients
  579. -rw------- 1 pihole pihole 112 May 7 14:01 /dev/shm/FTL-counters
  580. -rw------- 1 pihole pihole 131072 May 7 14:01 /dev/shm/FTL-domains
  581. -rw------- 1 pihole pihole 163840 May 7 14:01 /dev/shm/FTL-forwarded
  582. -rw------- 1 pihole pihole 28 May 7 14:01 /dev/shm/FTL-lock
  583. -rw------- 1 pihole pihole 212992 May 7 14:01 /dev/shm/FTL-overTime
  584. -rw------- 1 pihole pihole 229376 May 7 14:04 /dev/shm/FTL-queries
  585. -rw------- 1 pihole pihole 8192 May 7 14:01 /dev/shm/FTL-strings
  586.  
  587. *** [ DIAGNOSING ]: Locale
  588. LANG=en_US.UTF-8
  589.  
  590. *** [ DIAGNOSING ]: Pi-hole log
  591. -rw-r--r-- 1 pihole pihole 7030838 May 7 14:05 /var/log/pihole.log
  592. -----head of pihole.log------
  593. May 7 00:00:05 dnsmasq[877]: forwarded walgreenco.tt.omtrdc.net to 1.0.0.1
  594. May 7 00:00:05 dnsmasq[877]: query[A] kvinit-prod.api.kochava.com from 192.168.1.73
  595. May 7 00:00:05 dnsmasq[877]: /etc/pihole/gravity.list kvinit-prod.api.kochava.com is 0.0.0.0
  596. May 7 00:00:05 dnsmasq[877]: query[A] settings.crashlytics.com from 192.168.1.73
  597. May 7 00:00:05 dnsmasq[877]: /etc/pihole/gravity.list settings.crashlytics.com is 0.0.0.0
  598. May 7 00:00:05 dnsmasq[877]: query[A] settings-win.data.microsoft.com from 192.168.1.182
  599. May 7 00:00:05 dnsmasq[877]: /etc/pihole/gravity.list settings-win.data.microsoft.com is 0.0.0.0
  600. May 7 00:00:05 dnsmasq[877]: query[PTR] 67.1.168.192.in-addr.arpa from 127.0.0.1
  601. May 7 00:00:05 dnsmasq[877]: forwarded 67.1.168.192.in-addr.arpa to 192.168.1.1
  602. May 7 00:00:05 dnsmasq[877]: validation result is INSECURE
  603. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.240
  604. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.244
  605. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.246
  606. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.232
  607. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.233
  608. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.236
  609. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.237
  610. May 7 00:00:05 dnsmasq[877]: reply walgreenco.tt.omtrdc.net is 66.235.147.238
  611. May 7 00:00:05 dnsmasq[877]: reply 192.168.1.67 is GaryOnePlus_6T.TomatoUSB
  612. May 7 00:00:05 dnsmasq[877]: query[PTR] 35.1.168.192.in-addr.arpa from 127.0.0.1
Add Comment
Please, Sign In to add comment