Advertisement
Guest User

Pihole debug

a guest
Jul 4th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.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-07-04:16:03:07 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.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v4.2.2-0-gba1e94d
  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.3.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  25.  
  26. *** [ DIAGNOSING ]: lighttpd version
  27. [i] 1.4.35
  28.  
  29. *** [ DIAGNOSING ]: php version
  30. [i] 5.6.40
  31.  
  32. *** [ DIAGNOSING ]: Operating system
  33. [✓] Raspbian GNU/Linux 8 (jessie)
  34.  
  35. *** [ DIAGNOSING ]: SELinux
  36. [i] SELinux not detected
  37.  
  38. *** [ DIAGNOSING ]: Processor
  39. [✓] armv6l
  40.  
  41. *** [ DIAGNOSING ]: Networking
  42. [✓] IPv4 address(es) bound to the eth0 interface:
  43. 192.168.1.9/24 matches the IP found in /etc/pihole/setupVars.conf
  44.  
  45. [✓] IPv6 address(es) bound to the eth0 interface:
  46. fe80::5ce9:804e:e785:e755 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. [✗] Failed to resolve paounesdortubamnocx.info via localhost (127.0.0.1)
  69. [✗] Failed to resolve paounesdortubamnocx.info via Pi-hole (192.168.1.9)
  70. [✗] Failed to resolve doubleclick.com 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. BLOCKING_ENABLED=true
  78. DHCP_ACTIVE=true
  79. DHCP_START=192.168.1.17
  80. DHCP_END=192.168.1.255
  81. DHCP_ROUTER=192.168.1.1
  82. DHCP_LEASETIME=24
  83. PIHOLE_DOMAIN=local
  84. DHCP_IPv6=false
  85. DHCP_rapid_commit=false
  86. PIHOLE_INTERFACE=eth0
  87. IPV4_ADDRESS=192.168.1.9/24
  88. IPV6_ADDRESS=
  89. QUERY_LOGGING=true
  90. INSTALL_WEB_SERVER=true
  91. INSTALL_WEB_INTERFACE=true
  92. LIGHTTPD_ENABLED=true
  93. DNSMASQ_LISTENING=all
  94. PIHOLE_DNS_1=8.8.8.8
  95. PIHOLE_DNS_2=8.8.4.4
  96. PIHOLE_DNS_3=1.1.1.1
  97. DNS_FQDN_REQUIRED=true
  98. DNS_BOGUS_PRIV=true
  99. DNSSEC=false
  100. CONDITIONAL_FORWARDING=false
  101.  
  102. *** [ DIAGNOSING ]: Dashboard and block page
  103. [✓] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
  104. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  105.  
  106. *** [ DIAGNOSING ]: Gravity list
  107. -rw-r--r-- 1 root root 2686197 Jul 4 15:01 /etc/pihole/gravity.list
  108. -----head of gravity.list------
  109. 0.0.0.0
  110. 0.nextyourcontent.com
  111. 0.r.msn.com
  112. 0.start.bz
  113.  
  114. -----tail of gravity.list------
  115. zzz.clickbank.net
  116. zzzezeroe.fr
  117. zzzpooeaz-france.com
  118. zzzrtrcm2.com
  119.  
  120. *** [ DIAGNOSING ]: contents of /etc/pihole
  121.  
  122. -rw-r--r-- 1 root root 633 May 27 2017 /etc/pihole/adlists.list
  123. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  124. https://mirror1.malwaredomains.com/files/justdomains
  125. http://sysctl.org/cameleon/hosts
  126. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  127. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  128. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  129. https://hosts-file.net/ad_servers.txt
  130.  
  131. -rw-rw-rw- 1 pi pi 19 Aug 14 2018 /etc/pihole/blacklist.txt
  132. giga.logs.roku.com
  133.  
  134. -rw-r--r-- 1 root root 44 Jul 4 15:01 /etc/pihole/local.list
  135. 192.168.1.9 raspberrypi
  136. 192.168.1.9 pi.hole
  137.  
  138. -rw-r--r-- 1 root root 234 Jul 4 14:59 /etc/pihole/logrotate
  139. /var/log/pihole.log {
  140. su root root
  141. daily
  142. copytruncate
  143. rotate 5
  144. compress
  145. delaycompress
  146. notifempty
  147. nomail
  148. }
  149. /var/log/pihole-FTL.log {
  150. su root root
  151. weekly
  152. copytruncate
  153. rotate 3
  154. compress
  155. delaycompress
  156. notifempty
  157. nomail
  158. }
  159.  
  160. -rw-rw-rw- 1 pi pi 221 Aug 25 2018 /etc/pihole/whitelist.txt
  161. raw.githubusercontent.com
  162. sysctl.org
  163. s3.amazonaws.com
  164. answers.microsoft.com
  165. hosts-file.net
  166. zeustracker.abuse.ch
  167. mirror1.malwaredomains.com
  168. www.googleadservices.com
  169.  
  170. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  171.  
  172. -rw-r--r-- 1 root root 1640 Jul 4 16:00 /etc/dnsmasq.d/01-pihole.conf
  173. addn-hosts=/etc/pihole/gravity.list
  174. addn-hosts=/etc/pihole/black.list
  175. addn-hosts=/etc/pihole/local.list
  176. localise-queries
  177. no-resolv
  178. cache-size=10000
  179. log-queries
  180. log-facility=/var/log/pihole.log
  181. local-ttl=2
  182. log-async
  183. dhcp-name-match=set:wpad-ignore,wpad
  184. dhcp-ignore-names=tag:wpad-ignore
  185. server=8.8.8.8
  186. server=8.8.4.4
  187. server=1.1.1.1
  188. domain-needed
  189. bogus-priv
  190. except-interface=nonexisting
  191.  
  192. -rw-r--r-- 1 root root 484 Jul 4 15:00 /etc/dnsmasq.d/02-pihole-dhcp.conf
  193. dhcp-authoritative
  194. dhcp-range=192.168.1.17,192.168.1.255,24h
  195. dhcp-option=option:router,192.168.1.1
  196. dhcp-leasefile=/etc/pihole/dhcp.leases
  197. domain=local
  198.  
  199. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  200.  
  201. -rw-r--r-- 1 root root 3102 Jul 4 14:59 /etc/lighttpd/lighttpd.conf
  202. server.modules = (
  203. "mod_access",
  204. "mod_accesslog",
  205. "mod_auth",
  206. "mod_expire",
  207. "mod_compress",
  208. "mod_redirect",
  209. "mod_setenv",
  210. "mod_rewrite"
  211. )
  212. server.document-root = "/var/www/html"
  213. server.error-handler-404 = "pihole/index.php"
  214. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  215. server.errorlog = "/var/log/lighttpd/error.log"
  216. server.pid-file = "/var/run/lighttpd.pid"
  217. server.username = "www-data"
  218. server.groupname = "www-data"
  219. server.port = 80
  220. accesslog.filename = "/var/log/lighttpd/access.log"
  221. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  222. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  223. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  224. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  225. compress.cache-dir = "/var/cache/lighttpd/compress/"
  226. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  227. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  228. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  229. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  230. ' 2>/dev/null"
  231. $HTTP["url"] =~ "^/admin/" {
  232.  
  233. setenv.add-response-header = (
  234. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  235. "X-Frame-Options" => "DENY"
  236. )
  237. $HTTP["url"] =~ ".ttf$" {
  238.  
  239. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  240. }
  241. }
  242. $HTTP["url"] =~ "^/admin/\.(.*)" {
  243. url.access-deny = ("")
  244. }
  245. include_shell "cat external.conf 2>/dev/null"
  246.  
  247. *** [ DIAGNOSING ]: contents of /etc/cron.d
  248.  
  249. -rw-r--r-- 1 root root 1703 Jul 4 14:59 /etc/cron.d/pihole
  250. 5 4 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
  251. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  252. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  253. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  254. 52 13 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  255. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  256.  
  257. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  258.  
  259. -rw-r--r-- 1 www-data www-data 8322 Jul 4 15:55 /var/log/lighttpd/error.log
  260. 2019-06-16 06:25:08: (server.c.1242) logfiles cycled UID = 0 PID = 24995
  261. 2019-06-19 17:17:15: (log.c.164) server started
  262. 2019-06-19 17:17:15: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  263. 2019-06-20 07:17:15: (log.c.164) server started
  264. 2019-06-20 07:17:15: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  265. 2019-06-20 07:17:15: (log.c.164) server started
  266. 2019-06-20 07:17:15: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  267. 2019-07-04 13:56:14: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 36
  268. 2019-07-04 13:56:14: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 39
  269. 2019-07-04 13:56:14: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 46
  270. 2019-07-04 13:56:14: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 47
  271. 2019-07-04 13:56:14: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 52
  272. 2019-07-04 13:56:19: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 36
  273. 2019-07-04 13:56:19: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 39
  274. 2019-07-04 13:56:19: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 46
  275. 2019-07-04 13:56:19: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 47
  276. 2019-07-04 13:56:19: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 52
  277. 2019-07-04 13:56:20: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 36
  278. 2019-07-04 13:56:20: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 39
  279. 2019-07-04 13:56:20: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 46
  280. 2019-07-04 13:56:20: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 47
  281. 2019-07-04 13:56:20: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 52
  282. 2019-07-04 13:56:31: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 36
  283. 2019-07-04 13:56:31: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 1 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 39
  284. 2019-07-04 13:56:31: (mod_fastcgi.c.2695) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 46
  285.  
  286. *** [ DIAGNOSING ]: contents of /var/log
  287.  
  288. -rw-r--r-- 1 pihole pihole 18710 Jul 4 16:05 /var/log/pihole-FTL.log
  289. -----head of pihole-FTL.log------
  290. [2019-07-04 15:12:16.168 637] Using log file /var/log/pihole-FTL.log
  291. [2019-07-04 15:12:16.169 637] ########## FTL started! ##########
  292. [2019-07-04 15:12:16.169 637] FTL branch: master
  293. [2019-07-04 15:12:16.169 637] FTL version: v4.3.1
  294. [2019-07-04 15:12:16.170 637] FTL commit: b60d63f
  295. [2019-07-04 15:12:16.170 637] FTL date: 2019-05-25 21:37:26 +0200
  296. [2019-07-04 15:12:16.170 637] FTL user: pihole
  297. [2019-07-04 15:12:16.170 637] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  298. [2019-07-04 15:12:16.171 637] SOCKET_LISTENING: only local
  299. [2019-07-04 15:12:16.171 637] AAAA_QUERY_ANALYSIS: Show AAAA queries
  300. [2019-07-04 15:12:16.171 637] MAXDBDAYS: max age for stored queries is 365 days
  301. [2019-07-04 15:12:16.172 637] RESOLVE_IPV6: Resolve IPv6 addresses
  302. [2019-07-04 15:12:16.172 637] RESOLVE_IPV4: Resolve IPv4 addresses
  303. [2019-07-04 15:12:16.172 637] DBINTERVAL: saving to DB file every minute
  304. [2019-07-04 15:12:16.173 637] DBFILE: Using /etc/pihole/pihole-FTL.db
  305. [2019-07-04 15:12:16.173 637] MAXLOGAGE: Importing up to 24.0 hours of log data
  306. [2019-07-04 15:12:16.173 637] PRIVACYLEVEL: Set to 0
  307. [2019-07-04 15:12:16.174 637] IGNORE_LOCALHOST: Show queries from localhost
  308. [2019-07-04 15:12:16.174 637] BLOCKINGMODE: Null IPs for blocked domains
  309. [2019-07-04 15:12:16.174 637] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  310. [2019-07-04 15:12:16.175 637] DBIMPORT: Importing history from database
  311. [2019-07-04 15:12:16.175 637] PIDFILE: Using /var/run/pihole-FTL.pid
  312. [2019-07-04 15:12:16.175 637] PORTFILE: Using /var/run/pihole-FTL.port
  313. [2019-07-04 15:12:16.176 637] SOCKETFILE: Using /var/run/pihole/FTL.sock
  314. [2019-07-04 15:12:16.176 637] WHITELISTFILE: Using /etc/pihole/whitelist.txt
  315. [2019-07-04 15:12:16.176 637] BLACKLISTFILE: Using /etc/pihole/black.list
  316. [2019-07-04 15:12:16.177 637] GRAVITYFILE: Using /etc/pihole/gravity.list
  317. [2019-07-04 15:12:16.177 637] REGEXLISTFILE: Using /etc/pihole/regex.list
  318. [2019-07-04 15:12:16.177 637] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  319. [2019-07-04 15:12:16.178 637] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  320. [2019-07-04 15:12:16.218 637] MACVENDORDB: Using /etc/pihole/macvendor.db
  321. [2019-07-04 15:12:16.219 637] PARSE_ARP_CACHE: Active
  322. [2019-07-04 15:12:16.219 637] Finished config file parsing
  323. [2019-07-04 15:12:16.292 637] Database version is 3
  324. [2019-07-04 15:12:16.293 637] Database successfully initialized
  325.  
  326. -----tail of pihole-FTL.log------
  327. [2019-07-04 16:01:07.431 1573] Resizing "/FTL-queries" from 2359296 to 2555904
  328. [2019-07-04 16:01:07.533 1573] Resizing "/FTL-queries" from 2555904 to 2752512
  329. [2019-07-04 16:01:07.644 1573] Resizing "/FTL-queries" from 2752512 to 2949120
  330. [2019-07-04 16:01:07.733 1573] Resizing "/FTL-queries" from 2949120 to 3145728
  331. [2019-07-04 16:01:07.839 1573] Resizing "/FTL-queries" from 3145728 to 3342336
  332. [2019-07-04 16:01:07.933 1573] Resizing "/FTL-queries" from 3342336 to 3538944
  333. [2019-07-04 16:01:08.029 1573] Resizing "/FTL-queries" from 3538944 to 3735552
  334. [2019-07-04 16:01:08.112 1573] Resizing "/FTL-queries" from 3735552 to 3932160
  335. [2019-07-04 16:01:08.196 1573] Resizing "/FTL-queries" from 3932160 to 4128768
  336. [2019-07-04 16:01:08.324 1573] Resizing "/FTL-queries" from 4128768 to 4325376
  337. [2019-07-04 16:01:08.478 1573] Resizing "/FTL-queries" from 4325376 to 4521984
  338. [2019-07-04 16:01:08.598 1573] Resizing "/FTL-queries" from 4521984 to 4718592
  339. [2019-07-04 16:01:08.633 1573] Resizing "/FTL-strings" from 12288 to 16384
  340. [2019-07-04 16:01:08.731 1573] Resizing "/FTL-queries" from 4718592 to 4915200
  341. [2019-07-04 16:01:08.887 1573] Imported 101654 queries from the long-term database
  342. [2019-07-04 16:01:08.890 1573] -> Total DNS queries: 101654
  343. [2019-07-04 16:01:08.890 1573] -> Cached DNS queries: 3078
  344. [2019-07-04 16:01:08.890 1573] -> Forwarded DNS queries: 98376
  345. [2019-07-04 16:01:08.891 1573] -> Exactly blocked DNS queries: 200
  346. [2019-07-04 16:01:08.891 1573] -> Unknown DNS queries: 0
  347. [2019-07-04 16:01:08.891 1573] -> Unique domains: 533
  348. [2019-07-04 16:01:08.891 1573] -> Unique clients: 12
  349. [2019-07-04 16:01:08.892 1573] -> Known forward destinations: 3
  350. [2019-07-04 16:01:08.892 1573] Successfully accessed setupVars.conf
  351. [2019-07-04 16:01:08.954 1575] PID of FTL process: 1575
  352. [2019-07-04 16:01:08.955 1575] Listening on port 4711 for incoming IPv4 telnet connections
  353. [2019-07-04 16:01:08.956 1575] Listening on port 4711 for incoming IPv6 telnet connections
  354. [2019-07-04 16:01:08.957 1575] Listening on Unix socket
  355. [2019-07-04 16:01:08.959 1575] Received SIGHUP, reloading cache
  356. [2019-07-04 16:01:08.960 1575] Blocking status is enabled
  357. [2019-07-04 16:01:08.972 1575] Compiled 3 Regex filters and 12 whitelisted domains in 11.5 msec (0 errors)
  358. [2019-07-04 16:01:08.974 1575] /etc/pihole/black.list: parsed 1 domains (took 0.4 ms)
  359. [2019-07-04 16:01:12.316 1575] /etc/pihole/gravity.list: parsed 114930 domains (took 3341.1 ms)
  360. [2019-07-04 16:01:43.613 1575] Resizing "/FTL-queries" from 4915200 to 5111808
  361. [2019-07-04 16:05:35.250 1575] Resizing "/FTL-queries" from 5111808 to 5308416
  362.  
  363. *** [ DIAGNOSING ]: contents of /dev/shm
  364. -rw------- 1 pihole pihole 323584 Jul 4 16:01 /dev/shm/FTL-clients
  365. -rw------- 1 pihole pihole 108 Jul 4 16:01 /dev/shm/FTL-counters
  366. -rw------- 1 pihole pihole 65536 Jul 4 16:01 /dev/shm/FTL-domains
  367. -rw------- 1 pihole pihole 12288 Jul 4 16:01 /dev/shm/FTL-forwarded
  368. -rw------- 1 pihole pihole 28 Jul 4 16:01 /dev/shm/FTL-lock
  369. -rw------- 1 pihole pihole 53248 Jul 4 16:01 /dev/shm/FTL-overTime
  370. -rw------- 1 pihole pihole 5308416 Jul 4 16:06 /dev/shm/FTL-queries
  371. -rw------- 1 pihole pihole 12 Jul 4 16:01 /dev/shm/FTL-settings
  372. -rw------- 1 pihole pihole 16384 Jul 4 16:01 /dev/shm/FTL-strings
  373.  
  374. *** [ DIAGNOSING ]: Locale
  375. LANG=en_GB.UTF-8
  376.  
  377. *** [ DIAGNOSING ]: Pi-hole log
  378. -rw-r--r-- 1 pihole pihole 12165191 Jul 4 16:06 /var/log/pihole.log
  379. -----head of pihole.log------
  380. Jul 4 15:12:21 dnsmasq[755]: started, version pi-hole-2.80 cachesize 10000
  381. Jul 4 15:12:21 dnsmasq[755]: DNS service limited to local subnets
  382. Jul 4 15:12:21 dnsmasq[755]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC loop-detect inotify dumpfile
  383. Jul 4 15:12:21 dnsmasq-dhcp[755]: DHCP, IP range 192.168.1.17 -- 192.168.1.255, lease time 1d
  384. Jul 4 15:12:21 dnsmasq[755]: using nameserver 1.1.1.1#53
  385. Jul 4 15:12:21 dnsmasq[755]: using nameserver 8.8.4.4#53
  386. Jul 4 15:12:21 dnsmasq[755]: using nameserver 8.8.8.8#53
  387. Jul 4 15:12:21 dnsmasq[755]: read /etc/hosts - 5 addresses
  388. Jul 4 15:12:21 dnsmasq[755]: read /etc/pihole/local.list - 2 addresses
  389. Jul 4 15:12:21 dnsmasq[755]: read /etc/pihole/black.list - 1 addresses
  390. Jul 4 15:12:31 dnsmasq[755]: read /etc/pihole/gravity.list - 114930 addresses
  391. Jul 4 15:12:32 dnsmasq[755]: query[A] HP615D3E.local from 192.168.1.17
  392. Jul 4 15:12:32 dnsmasq[755]: forwarded HP615D3E.local to 1.1.1.1
  393. Jul 4 15:12:32 dnsmasq[755]: forwarded HP615D3E.local to 8.8.4.4
  394. Jul 4 15:12:32 dnsmasq[755]: forwarded HP615D3E.local to 8.8.8.8
  395. Jul 4 15:12:32 dnsmasq-dhcp[755]: DHCPDISCOVER(eth0) 40:bd:32:73:0c:22
  396. Jul 4 15:12:32 dnsmasq-dhcp[755]: DHCPOFFER(eth0) 192.168.1.252 40:bd:32:73:0c:22
  397. Jul 4 15:12:32 dnsmasq[755]: query[A] HP615D3E.local from 192.168.1.17
  398. Jul 4 15:12:32 dnsmasq[755]: forwarded HP615D3E.local to 1.1.1.1
  399. Jul 4 15:12:32 dnsmasq[755]: forwarded HP615D3E.local to 8.8.4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement