Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.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] 2019-09-10:21:48:38 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.3.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v4.3.1-0-g1a741f6
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v4.3 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v4.3-0-g44aff72
  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.53
  28.  
  29. *** [ DIAGNOSING ]: php version
  30. [i] 7.3.4
  31.  
  32. *** [ DIAGNOSING ]: Operating system
  33. [✓] Raspbian GNU/Linux 10 (buster)
  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. 10.0.0.182/24 matches the IP found in /etc/pihole/setupVars.conf
  44.  
  45. [✓] IPv6 address(es) bound to the eth0 interface:
  46. 2601:143:500:39ab::f22a 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. 2601:143:500:39ab:ba27:ebff:fe23:d29a 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)
  48. fe80::ba27:ebff:fe23:d29a 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)
  49.  
  50. ^ Please note that you may have more than one IP address listed.
  51. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  52.  
  53. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  54.  
  55. [i] Default IPv4 gateway: 10.0.0.1
  56. * Pinging 10.0.0.1...
  57. [✓] Gateway responded.
  58. [i] Default IPv6 gateway: fe80::2e7e:81ff:feb0:cc1
  59. * Pinging fe80::2e7e:81ff:feb0:cc1...
  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. [*:80] is in use by lighttpd
  68. [*:80] is in use by lighttpd
  69. [*:53] is in use by pihole-FTL
  70. [*:53] is in use by pihole-FTL
  71. [127.0.0.1:4711] is in use by pihole-FTL
  72. [[::1]:4711] is in use by pihole-FTL
  73.  
  74. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  75. [✓] ad.doubleclick.net.14509.9073.302br.net is 0.0.0.0 via localhost (127.0.0.1)
  76. [✓] ad.doubleclick.net.14509.9073.302br.net is 0.0.0.0 via Pi-hole (10.0.0.182)
  77. [✓] doubleclick.com is 172.217.13.78 via a remote, public DNS server (8.8.8.8)
  78.  
  79. *** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
  80. [✓] appstainment.com is :: via localhost (::1)
  81. [✗] Failed to resolve appstainment.com via Pi-hole (2601:143:500:39ab:f2bc:74c2:5620:fdc7)
  82. [✓] doubleclick.com is 2607:f8b0:4004:804::200e via a remote, public DNS server (2001:4860:4860::8888)
  83.  
  84. *** [ DIAGNOSING ]: Pi-hole processes
  85. [✓] lighttpd daemon is active
  86. [✓] pihole-FTL daemon is active
  87.  
  88. *** [ DIAGNOSING ]: Setup variables
  89. PIHOLE_INTERFACE=eth0
  90. IPV4_ADDRESS=10.0.0.182/24
  91. IPV6_ADDRESS=2601:143:500:39ab:f2bc:74c2:5620:fdc7
  92. PIHOLE_DNS_1=8.8.8.8
  93. PIHOLE_DNS_2=8.8.4.4
  94. QUERY_LOGGING=true
  95. INSTALL_WEB_SERVER=true
  96. INSTALL_WEB_INTERFACE=true
  97. LIGHTTPD_ENABLED=true
  98. BLOCKING_ENABLED=true
  99.  
  100. *** [ DIAGNOSING ]: Dashboard and block page
  101. [✗] Block page X-Header: X-Header does not match or could not be retrieved.
  102. HTTP/1.1 400 Bad Request
  103.  
  104. Content-Type: text/html
  105.  
  106. Content-Length: 345
  107.  
  108. Connection: close
  109.  
  110. Date: Wed, 11 Sep 2019 01:48:44 GMT
  111.  
  112. Server: lighttpd/1.4.53
  113.  
  114.  
  115. 
  116. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  117.  
  118. *** [ DIAGNOSING ]: Gravity list
  119. -rw-r--r-- 1 root root 2703914 Sep 10 17:58 /etc/pihole/gravity.list
  120. -----head of gravity.list------
  121. 0.0.0.0
  122. 0.nextyourcontent.com
  123. 0.r.msn.com
  124. 0.start.bz
  125.  
  126. -----tail of gravity.list------
  127. zzz.clickbank.net
  128. zzzezeroe.fr
  129. zzzpooeaz-france.com
  130. zzzrtrcm2.com
  131.  
  132. *** [ DIAGNOSING ]: contents of /etc/pihole
  133.  
  134. -rw-r--r-- 1 root root 381 Sep 10 17:56 /etc/pihole/adlists.list
  135. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  136. https://mirror1.malwaredomains.com/files/justdomains
  137. http://sysctl.org/cameleon/hosts
  138. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  139. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  140. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  141. https://hosts-file.net/ad_servers.txt
  142.  
  143. -rw-r--r-- 1 root root 98 Sep 10 18:21 /etc/pihole/blacklist.txt
  144. connectivitycheck.gstatic.com
  145. wo.vzwwo.com
  146. www.google.com
  147. mtalk.google.com
  148. twitter.com
  149. google.com
  150.  
  151. -rw-r--r-- 1 root root 138 Sep 10 17:58 /etc/pihole/local.list
  152. 10.0.0.182 raspberrypi
  153. 2601:143:500:39ab:f2bc:74c2:5620:fdc7 raspberrypi
  154. 10.0.0.182 pi.hole
  155. 2601:143:500:39ab:f2bc:74c2:5620:fdc7 pi.hole
  156.  
  157. -rw-r--r-- 1 root root 234 Sep 10 17:58 /etc/pihole/logrotate
  158. /var/log/pihole.log {
  159. su root root
  160. daily
  161. copytruncate
  162. rotate 5
  163. compress
  164. delaycompress
  165. notifempty
  166. nomail
  167. }
  168. /var/log/pihole-FTL.log {
  169. su root root
  170. weekly
  171. copytruncate
  172. rotate 3
  173. compress
  174. delaycompress
  175. notifempty
  176. nomail
  177. }
  178.  
  179. -rw-r--r-- 1 root root 0 Sep 10 18:13 /etc/pihole/whitelist.txt
  180.  
  181. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  182.  
  183. -rw-r--r-- 1 root root 1586 Sep 10 17:58 /etc/dnsmasq.d/01-pihole.conf
  184. addn-hosts=/etc/pihole/gravity.list
  185. addn-hosts=/etc/pihole/black.list
  186. addn-hosts=/etc/pihole/local.list
  187. localise-queries
  188. no-resolv
  189. cache-size=10000
  190. log-queries
  191. log-facility=/var/log/pihole.log
  192. local-ttl=2
  193. log-async
  194. dhcp-name-match=set:wpad-ignore,wpad
  195. dhcp-ignore-names=tag:wpad-ignore
  196. server=8.8.8.8
  197. server=8.8.4.4
  198. interface=eth0
  199.  
  200. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  201.  
  202. -rw-r--r-- 1 root root 3498 Sep 10 17:58 /etc/lighttpd/lighttpd.conf
  203. server.modules = (
  204. "mod_access",
  205. "mod_accesslog",
  206. "mod_auth",
  207. "mod_expire",
  208. "mod_compress",
  209. "mod_redirect",
  210. "mod_setenv",
  211. "mod_rewrite"
  212. )
  213. server.document-root = "/var/www/html"
  214. server.error-handler-404 = "pihole/index.php"
  215. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  216. server.errorlog = "/var/log/lighttpd/error.log"
  217. server.pid-file = "/var/run/lighttpd.pid"
  218. server.username = "www-data"
  219. server.groupname = "www-data"
  220. server.port = 80
  221. accesslog.filename = "/var/log/lighttpd/access.log"
  222. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  223. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  224. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  225. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  226. compress.cache-dir = "/var/cache/lighttpd/compress/"
  227. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  228. mimetype.assign = ( ".png" => "image/png",
  229. ".jpg" => "image/jpeg",
  230. ".jpeg" => "image/jpeg",
  231. ".html" => "text/html",
  232. ".css" => "text/css; charset=utf-8",
  233. ".js" => "application/javascript",
  234. ".json" => "application/json",
  235. ".txt" => "text/plain",
  236. ".svg" => "image/svg+xml" )
  237. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  238. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  239. ' 2>/dev/null"
  240. $HTTP["url"] =~ "^/admin/" {
  241.  
  242. setenv.add-response-header = (
  243. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  244. "X-Frame-Options" => "DENY"
  245. )
  246. $HTTP["url"] =~ ".ttf$" {
  247.  
  248. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  249. }
  250. }
  251. $HTTP["url"] =~ "^/admin/\.(.*)" {
  252. url.access-deny = ("")
  253. }
  254. include_shell "cat external.conf 2>/dev/null"
  255.  
  256. *** [ DIAGNOSING ]: contents of /etc/cron.d
  257.  
  258. -rw-r--r-- 1 root root 1703 Sep 10 17:58 /etc/cron.d/pihole
  259. 5 4 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
  260. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  261. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  262. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  263. 13 19 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  264. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  265.  
  266. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  267.  
  268. -rw-r--r-- 1 www-data www-data 5784 Sep 10 21:48 /var/log/lighttpd/error.log
  269. 2019-09-10 17:58:04: (server.c.1464) server started (lighttpd/1.4.53)
  270. 2019-09-10 17:58:33: (server.c.2059) server stopped by UID = 0 PID = 1
  271. 2019-09-10 17:58:34: (server.c.1464) server started (lighttpd/1.4.53)
  272. 2019-09-10 17:58:34: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
  273. 2019-09-10 18:01:08: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  274. 2019-09-10 18:01:08: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  275. 2019-09-10 18:07:40: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  276. 2019-09-10 18:11:51: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning: unlink(../custom_disable_timer): No such file or directory in /var/www/html/admin/api.php on line 72
  277. 2019-09-10 18:11:52: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning: unlink(../custom_disable_timer): No such file or directory in /var/www/html/admin/api.php on line 47
  278. 2019-09-10 18:11:54: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning: unlink(../custom_disable_timer): No such file or directory in /var/www/html/admin/api.php on line 72
  279. 2019-09-10 18:11:55: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning: unlink(../custom_disable_timer): No such file or directory in /var/www/html/admin/api.php on line 47
  280. 2019-09-10 18:19:38: .* is not a valid domain
  281. 2019-09-10 18:20:14: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  282. 2019-09-10 18:21:36: .* is not a valid domain
  283. 2019-09-10 18:39:01: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  284. 2019-09-10 18:39:01: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  285. 2019-09-10 18:39:01: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  286. 2019-09-10 18:40:31: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  287. 2019-09-10 18:40:31: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  288. 2019-09-10 18:40:31: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  289. 2019-09-10 18:41:39: (server.c.2059) server stopped by UID = 0 PID = 1
  290. 2019-09-10 18:41:47: (server.c.1464) server started (lighttpd/1.4.53)
  291. 2019-09-10 18:41:47: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
  292. 2019-09-10 19:05:27: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  293. 2019-09-10 19:05:28: (response.c.404) uri-path does not begin with '/': pihole/index.php -> 400
  294.  
  295. *** [ DIAGNOSING ]: contents of /var/log
  296.  
  297. -rw-r--r-- 1 pihole pihole 30968 Sep 10 21:42 /var/log/pihole-FTL.log
  298. -----head of pihole-FTL.log------
  299. [2019-09-10 17:58:49.773 11051] Using log file /var/log/pihole-FTL.log
  300. [2019-09-10 17:58:49.773 11051] ########## FTL started! ##########
  301. [2019-09-10 17:58:49.773 11051] FTL branch: master
  302. [2019-09-10 17:58:49.773 11051] FTL version: v4.3.1
  303. [2019-09-10 17:58:49.773 11051] FTL commit: b60d63f
  304. [2019-09-10 17:58:49.773 11051] FTL date: 2019-05-25 21:37:26 +0200
  305. [2019-09-10 17:58:49.773 11051] FTL user: pihole
  306. [2019-09-10 17:58:49.773 11051] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  307. [2019-09-10 17:58:49.773 11051] SOCKET_LISTENING: only local
  308. [2019-09-10 17:58:49.773 11051] AAAA_QUERY_ANALYSIS: Show AAAA queries
  309. [2019-09-10 17:58:49.773 11051] MAXDBDAYS: max age for stored queries is 365 days
  310. [2019-09-10 17:58:49.773 11051] RESOLVE_IPV6: Resolve IPv6 addresses
  311. [2019-09-10 17:58:49.773 11051] RESOLVE_IPV4: Resolve IPv4 addresses
  312. [2019-09-10 17:58:49.773 11051] DBINTERVAL: saving to DB file every minute
  313. [2019-09-10 17:58:49.774 11051] DBFILE: Using /etc/pihole/pihole-FTL.db
  314. [2019-09-10 17:58:49.774 11051] MAXLOGAGE: Importing up to 24.0 hours of log data
  315. [2019-09-10 17:58:49.774 11051] PRIVACYLEVEL: Set to 0
  316. [2019-09-10 17:58:49.774 11051] IGNORE_LOCALHOST: Show queries from localhost
  317. [2019-09-10 17:58:49.774 11051] BLOCKINGMODE: Null IPs for blocked domains
  318. [2019-09-10 17:58:49.774 11051] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  319. [2019-09-10 17:58:49.774 11051] DBIMPORT: Importing history from database
  320. [2019-09-10 17:58:49.774 11051] PIDFILE: Using /var/run/pihole-FTL.pid
  321. [2019-09-10 17:58:49.774 11051] PORTFILE: Using /var/run/pihole-FTL.port
  322. [2019-09-10 17:58:49.774 11051] SOCKETFILE: Using /var/run/pihole/FTL.sock
  323. [2019-09-10 17:58:49.774 11051] WHITELISTFILE: Using /etc/pihole/whitelist.txt
  324. [2019-09-10 17:58:49.774 11051] BLACKLISTFILE: Using /etc/pihole/black.list
  325. [2019-09-10 17:58:49.774 11051] GRAVITYFILE: Using /etc/pihole/gravity.list
  326. [2019-09-10 17:58:49.774 11051] REGEXLISTFILE: Using /etc/pihole/regex.list
  327. [2019-09-10 17:58:49.774 11051] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  328. [2019-09-10 17:58:49.774 11051] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  329. [2019-09-10 17:58:49.774 11051] MACVENDORDB: Using /etc/pihole/macvendor.db
  330. [2019-09-10 17:58:49.774 11051] PARSE_ARP_CACHE: Active
  331. [2019-09-10 17:58:49.775 11051] Finished config file parsing
  332. [2019-09-10 17:58:49.776 11051] SQLite3 message: cannot open file at line 38452 of [0eca3dd3d3] (14)
  333. [2019-09-10 17:58:49.776 11051] SQLite3 message: os_unix.c:38452: (2) open(/etc/pihole/pihole-FTL.db) - (14)
  334.  
  335. -----tail of pihole-FTL.log------
  336. [2019-09-10 21:41:01.695 1003] PIDFILE: Using /var/run/pihole-FTL.pid
  337. [2019-09-10 21:41:01.695 1003] PORTFILE: Using /var/run/pihole-FTL.port
  338. [2019-09-10 21:41:01.695 1003] SOCKETFILE: Using /var/run/pihole/FTL.sock
  339. [2019-09-10 21:41:01.695 1003] WHITELISTFILE: Using /etc/pihole/whitelist.txt
  340. [2019-09-10 21:41:01.695 1003] BLACKLISTFILE: Using /etc/pihole/black.list
  341. [2019-09-10 21:41:01.695 1003] GRAVITYFILE: Using /etc/pihole/gravity.list
  342. [2019-09-10 21:41:01.695 1003] REGEXLISTFILE: Using /etc/pihole/regex.list
  343. [2019-09-10 21:41:01.695 1003] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  344. [2019-09-10 21:41:01.695 1003] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  345. [2019-09-10 21:41:01.695 1003] MACVENDORDB: Using /etc/pihole/macvendor.db
  346. [2019-09-10 21:41:01.695 1003] PARSE_ARP_CACHE: Active
  347. [2019-09-10 21:41:01.696 1003] Finished config file parsing
  348. [2019-09-10 21:41:01.724 1003] Database version is 3
  349. [2019-09-10 21:41:01.724 1003] Database successfully initialized
  350. [2019-09-10 21:41:01.727 1003] New forward server: 8.8.4.4 (0/512)
  351. [2019-09-10 21:41:01.730 1003] Imported 459 queries from the long-term database
  352. [2019-09-10 21:41:01.730 1003] -> Total DNS queries: 459
  353. [2019-09-10 21:41:01.730 1003] -> Cached DNS queries: 23
  354. [2019-09-10 21:41:01.730 1003] -> Forwarded DNS queries: 57
  355. [2019-09-10 21:41:01.730 1003] -> Exactly blocked DNS queries: 379
  356. [2019-09-10 21:41:01.730 1003] -> Unknown DNS queries: 0
  357. [2019-09-10 21:41:01.730 1003] -> Unique domains: 69
  358. [2019-09-10 21:41:01.730 1003] -> Unique clients: 4
  359. [2019-09-10 21:41:01.730 1003] -> Known forward destinations: 1
  360. [2019-09-10 21:41:01.730 1003] Successfully accessed setupVars.conf
  361. [2019-09-10 21:41:01.740 1005] PID of FTL process: 1005
  362. [2019-09-10 21:41:01.740 1005] Listening on port 4711 for incoming IPv4 telnet connections
  363. [2019-09-10 21:41:01.741 1005] Listening on port 4711 for incoming IPv6 telnet connections
  364. [2019-09-10 21:41:01.741 1005] Listening on Unix socket
  365. [2019-09-10 21:41:01.743 1005] Received SIGHUP, reloading cache
  366. [2019-09-10 21:41:01.744 1005] Blocking status is enabled
  367. [2019-09-10 21:41:01.745 1005] Compiled 1 Regex filters and 0 whitelisted domains in 1.2 msec (0 errors)
  368. [2019-09-10 21:41:01.748 1005] /etc/pihole/black.list: parsed 6 domains (took 0.1 ms)
  369. [2019-09-10 21:41:03.021 1005] /etc/pihole/gravity.list: parsed 115964 domains (took 1271.4 ms)
  370. [2019-09-10 21:42:00.357 1005] New forward server: 8.8.8.8 (1/512)
  371.  
  372. *** [ DIAGNOSING ]: contents of /dev/shm
  373. -rw------- 1 pihole pihole 323584 Sep 10 21:41 /dev/shm/FTL-clients
  374. -rw------- 1 pihole pihole 108 Sep 10 21:41 /dev/shm/FTL-counters
  375. -rw------- 1 pihole pihole 65536 Sep 10 21:41 /dev/shm/FTL-domains
  376. -rw------- 1 pihole pihole 12288 Sep 10 21:41 /dev/shm/FTL-forwarded
  377. -rw------- 1 pihole pihole 28 Sep 10 21:41 /dev/shm/FTL-lock
  378. -rw------- 1 pihole pihole 53248 Sep 10 21:41 /dev/shm/FTL-overTime
  379. -rw------- 1 pihole pihole 196608 Sep 10 21:48 /dev/shm/FTL-queries
  380. -rw------- 1 pihole pihole 12 Sep 10 21:41 /dev/shm/FTL-settings
  381. -rw------- 1 pihole pihole 4096 Sep 10 21:41 /dev/shm/FTL-strings
  382.  
  383. *** [ DIAGNOSING ]: Locale
  384. LANG=en_US.UTF-8
  385.  
  386. *** [ DIAGNOSING ]: Pi-hole log
  387. -rw-r--r-- 1 pihole pihole 98675 Sep 10 21:48 /var/log/pihole.log
  388. -----head of pihole.log------
  389. Sep 10 17:58:50 dnsmasq[11053]: started, version pi-hole-2.80 cachesize 10000
  390. Sep 10 17:58:50 dnsmasq[11053]: 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
  391. Sep 10 17:58:50 dnsmasq[11053]: using nameserver 8.8.4.4#53
  392. Sep 10 17:58:50 dnsmasq[11053]: using nameserver 8.8.8.8#53
  393. Sep 10 17:58:50 dnsmasq[11053]: read /etc/hosts - 5 addresses
  394. Sep 10 17:58:50 dnsmasq[11053]: failed to load names from /etc/pihole/local.list: No such file or directory
  395. Sep 10 17:58:50 dnsmasq[11053]: failed to load names from /etc/pihole/black.list: No such file or directory
  396. Sep 10 17:58:50 dnsmasq[11053]: failed to load names from /etc/pihole/gravity.list: No such file or directory
  397. Sep 10 17:58:50 dnsmasq[11053]: query[AAAA] raw.githubusercontent.com from 127.0.0.1
  398. Sep 10 17:58:50 dnsmasq[11053]: forwarded raw.githubusercontent.com to 8.8.4.4
  399. Sep 10 17:58:50 dnsmasq[11053]: forwarded raw.githubusercontent.com to 8.8.8.8
  400. Sep 10 17:58:50 dnsmasq[11053]: reply raw.githubusercontent.com is <CNAME>
  401. Sep 10 17:58:50 dnsmasq[11053]: reply github.map.fastly.net is NODATA-IPv6
  402. Sep 10 17:58:50 dnsmasq[11053]: query[A] raw.githubusercontent.com from 127.0.0.1
  403. Sep 10 17:58:50 dnsmasq[11053]: cached raw.githubusercontent.com is <CNAME>
  404. Sep 10 17:58:50 dnsmasq[11053]: forwarded raw.githubusercontent.com to 8.8.4.4
  405. Sep 10 17:58:50 dnsmasq[11053]: reply raw.githubusercontent.com is <CNAME>
  406. Sep 10 17:58:50 dnsmasq[11053]: reply github.map.fastly.net is 151.101.0.133
  407. Sep 10 17:58:50 dnsmasq[11053]: reply github.map.fastly.net is 151.101.64.133
  408. Sep 10 17:58:50 dnsmasq[11053]: reply github.map.fastly.net is 151.101.128.133
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement