Skip to content

Instantly share code, notes, and snippets.

@mcagriardic
Created April 8, 2023 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcagriardic/abe426088a4268d43d9ee2eeeeef1fec to your computer and use it in GitHub Desktop.
Save mcagriardic/abe426088a4268d43d9ee2eeeeef1fec to your computer and use it in GitHub Desktop.
This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
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.
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.
*** [ INITIALIZING ]
[i] 2023-04-08:11:42:26 debug log has been initialized.
[i] System has been running for 0 days, 18 hours, 38 minutes
*** [ INITIALIZING ] Sourcing setup variables
[i] Sourcing /etc/pihole/setupVars.conf...
*** [ DIAGNOSING ]: Core version
[✓] Version: v5.16.2
[i] Remotes: origin https://github.com/pi-hole/pi-hole.git (fetch)
origin https://github.com/pi-hole/pi-hole.git (push)
[i] Branch: master
[i] Commit: v5.16.2-0-gd885e92
*** [ DIAGNOSING ]: Web version
[✓] Version: v5.19
[i] Remotes: origin https://github.com/pi-hole/AdminLTE.git (fetch)
origin https://github.com/pi-hole/AdminLTE.git (push)
[i] Branch: master
[i] Commit: v5.19-0-gd7f1842
*** [ DIAGNOSING ]: FTL version
[✓] Version: v5.22
[i] Branch: master
[i] Commit: eb197891
*** [ DIAGNOSING ]: lighttpd version
[i] 1.4.59
*** [ DIAGNOSING ]: php version
[i] 7.4.33
*** [ DIAGNOSING ]: Operating system
[i] Pi-hole Docker Container: 2023.03.1
[✓] Distro: Debian
[✓] Version: 11
[✓] dig return code: 0
[i] dig response: "Raspbian=10,11 Ubuntu=20,22 Debian=10,11 Fedora=36,37 CentOS=8,9"
[✓] Distro and version supported
*** [ DIAGNOSING ]: SELinux
[i] SELinux not detected
*** [ DIAGNOSING ]: FirewallD
[✓] Firewalld service not detected
*** [ DIAGNOSING ]: Processor
[✓] x86_64
*** [ DIAGNOSING ]: Disk usage
Filesystem Size Used Avail Use% Mounted on
overlay 98G 13G 81G 14% /
tmpfs 64M 0 64M 0% /dev
shm 64M 744K 64M 2% /dev/shm
/dev/mapper/ubuntu--vg-ubuntu--lv 98G 13G 81G 14% /etc/pihole
tmpfs 16G 0 16G 0% /proc/asound
tmpfs 16G 0 16G 0% /proc/acpi
tmpfs 16G 0 16G 0% /proc/scsi
tmpfs 16G 0 16G 0% /sys/firmware
*** [ DIAGNOSING ]: Network interfaces and addresses
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
22: eth0@if23: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:42:ac:1f:00:64 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 172.31.0.100/16 brd 172.31.255.255 scope global eth0
valid_lft forever preferred_lft forever
*** [ DIAGNOSING ]: Network routing table
default via 172.31.0.1 dev eth0
172.31.0.0/16 dev eth0 proto kernel scope link src 172.31.0.100
*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the eth0 interface:
172.31.0.100/16
[✗] No IPv6 address(es) found on the eth0 interface.
[i] Default IPv4 gateway(s):
172.31.0.1
* Pinging first gateway 172.31.0.1...
[✓] Gateway responded.
[i] Default IPv6 gateway(s):
*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] www.0e0b0cf3bc0.johncornell.com is 0.0.0.0 on lo (127.0.0.1)
[✓] www.0e0b0cf3bc0.johncornell.com is 0.0.0.0 on eth0 (172.31.0.100)
[✓] doubleclick.com is 142.250.200.14 via a remote, public DNS server (8.8.8.8)
*** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
[✓] No IPv6 address available on lo
[✓] No IPv6 address available on eth0
[✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)
*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
Scanning all your interfaces for DHCP servers
Timeout: 10 seconds
DHCP packets received on interface eth0: 0
DHCP packets received on interface lo: 0
*** [ DIAGNOSING ]: Pi-hole processes
[✓] lighttpd daemon is active
[✓] pihole-FTL daemon is active
*** [ DIAGNOSING ]: Pi-hole-FTL full status
[i] systemctl: command not found
*** [ DIAGNOSING ]: Lighttpd configuration test
[✓] No error in lighttpd configuration
*** [ DIAGNOSING ]: Setup variables
INSTALL_WEB_INTERFACE=true
PIHOLE_INTERFACE=eth0
DNSMASQ_LISTENING=all
QUERY_LOGGING=true
BLOCKING_ENABLED=true
DHCP_ACTIVE=false
DHCP_START=192.168.0.2
DHCP_END=192.168.0.200
DHCP_ROUTER=192.168.0.1
DHCP_LEASETIME=24
PIHOLE_DOMAIN=lan
DHCP_IPv6=
DHCP_rapid_commit=
PIHOLE_DNS_1=1.1.1.1
PIHOLE_DNS_2=1.0.0.1
*** [ DIAGNOSING ]: Dashboard headers
[✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
*** [ DIAGNOSING ]: Pi-hole FTL Query Database
-rw-rw-r-- 1 pihole pihole 192K Apr 8 11:42 /etc/pihole/pihole-FTL.db
*** [ DIAGNOSING ]: Gravity Database
-rw-rw-r-- 1 pihole pihole 13M Apr 8 11:13 /etc/pihole/gravity.db
*** [ DIAGNOSING ]: Info table
property value
-------------------- ----------------------------------------
version 15
updated 1680948814
abp_domains 0
gravity_count 198948
Last gravity run finished at: Sat Apr 8 11:13:34 BST 2023
----- First 10 Gravity Domains -----
localhost.localdomain
ck.getcookiestxt.com
eu1.clevertap-prod.com
wizhumpgyros.com
coccyxwickimp.com
webmail-who-int.000webhostapp.com
010sec.com
01mspmd5yalky8.com
0byv9mgbn0.com
ns6.0pendns.org
*** [ DIAGNOSING ]: Groups
id enabled name date_added date_modified description
---- ------- -------------------------------------------------- ------------------- ------------------- --------------------------------------------------
0 1 Default 2023-04-07 15:16:12 2023-04-07 15:16:12 The default group
*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
*** [ DIAGNOSING ]: Clients
*** [ DIAGNOSING ]: Adlists
id enabled group_ids address date_added date_modified comment
----- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
1 1 0 https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts 2023-04-07 15:16:12 2023-04-07 15:16:12 Migrated from /etc/pihole/adlists.list
*** [ DIAGNOSING ]: contents of /etc/pihole
-rw-r--r-- 1 root root 0 Apr 7 15:16 /etc/pihole/custom.list
-rw-r--r-- 1 root root 65 Apr 8 11:13 /etc/pihole/local.list
-rw-r--r-- 1 root root 241 Apr 7 15:16 /etc/pihole/logrotate
/var/log/pihole/pihole.log {
su root root
daily
copytruncate
rotate 5
compress
delaycompress
notifempty
nomail
}
/var/log/pihole/FTL.log {
su root root
weekly
copytruncate
rotate 3
compress
delaycompress
notifempty
nomail
}
-rw-rw-r-- 1 pihole root 161 Apr 8 11:13 /etc/pihole/pihole-FTL.conf
MACVENDORDB=/macvendor.db
LOCAL_IPV4=192.168.0.2
-rw-r--r-- 1 root root 378 Apr 8 11:14 /etc/pihole/versions
CORE_VERSION=v5.16.2
CORE_BRANCH=master
CORE_HASH=d885e926
GITHUB_CORE_VERSION=v5.16.2
GITHUB_CORE_HASH=d885e926
WEB_VERSION=v5.19
WEB_BRANCH=master
WEB_HASH=d7f18428
GITHUB_WEB_VERSION=v5.19
GITHUB_WEB_HASH=d7f18428
FTL_VERSION=v5.22
FTL_BRANCH=master
FTL_HASH=eb197891
GITHUB_FTL_VERSION=v5.22
GITHUB_FTL_HASH=eb197891
DOCKER_VERSION=2023.03.1
GITHUB_DOCKER_VERSION=2023.03.1
*** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
-rw-r--r-- 1 root root 1.4K Apr 8 11:13 /etc/dnsmasq.d/01-pihole.conf
addn-hosts=/etc/pihole/local.list
addn-hosts=/etc/pihole/custom.list
localise-queries
no-resolv
log-queries
log-facility=/var/log/pihole/pihole.log
log-async
cache-size=10000
server=1.1.1.1
server=1.0.0.1
except-interface=nonexisting
-rw-r--r-- 1 root root 164 Apr 7 17:09 /etc/dnsmasq.d/04-pihole-static-dhcp.conf
dhcp-host=2E:83:3B:33:3F:20,192.168.0.157,cagri-iphone
dhcp-host=86:38:2C:2C:46:2D,192.168.0.57,cagri-ipad
dhcp-host=50:EB:F6:94:6B:E8,192.168.0.42,DESKTOP-CUOI591
-rw-r--r-- 1 root root 2.2K Apr 8 11:13 /etc/dnsmasq.d/06-rfc6761.conf
server=/test/
server=/localhost/
server=/invalid/
server=/bind/
server=/onion/
-rw-r--r-- 1 root root 42 Apr 7 17:11 /etc/dnsmasq.d/07-dhcp-options.conf
dhcp-option=option:dns-server,192.168.0.2
*** [ DIAGNOSING ]: contents of /etc/lighttpd
-rw-r--r-- 1 root root 2.2K Jan 19 2022 /etc/lighttpd/lighttpd.conf
server.modules = (
"mod_indexfile",
"mod_access",
"mod_alias",
"mod_redirect",
)
server.document-root = "/var/www/html"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80
server.feature-flags += ("server.h2proto" => "enable")
server.feature-flags += ("server.h2c" => "enable")
server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
server.http-parseopts = (
"header-strict" => "enable",# default
"host-strict" => "enable",# default
"host-normalize" => "enable",# default
"url-normalize-unreserved"=> "enable",# recommended highly
"url-normalize-required" => "enable",# recommended
"url-ctrls-reject" => "enable",# recommended
"url-path-2f-decode" => "enable",# recommended highly (unless breaks app)
"url-path-dotseg-remove" => "enable",# recommended highly (unless breaks app)
)
index-file.names = ( "index.php", "index.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.conf.pl"
include "/etc/lighttpd/conf-enabled/*.conf"
server.modules += (
"mod_dirlisting",
"mod_staticfile",
)
*** [ DIAGNOSING ]: contents of /etc/lighttpd/conf.d
/etc/lighttpd/conf.d does not exist.
*** [ DIAGNOSING ]: contents of /etc/lighttpd/conf-enabled
total 4.0K
lrwxrwxrwx 1 root root 32 Mar 25 19:19 05-setenv.conf -> ../conf-available/05-setenv.conf
lrwxrwxrwx 1 root root 35 Mar 25 19:19 10-accesslog.conf -> ../conf-available/10-accesslog.conf
lrwxrwxrwx 1 root root 33 Mar 25 19:19 10-fastcgi.conf -> ../conf-available/10-fastcgi.conf
-rw-r--r-- 1 root root 220 Apr 8 11:13 15-pihole-admin-redirect-docker.conf
lrwxrwxrwx 1 root root 38 Mar 25 19:19 15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
lrwxrwxrwx 1 root root 38 Mar 25 19:19 /etc/lighttpd/conf-enabled/15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
server.errorlog := "/var/log/lighttpd/error-pihole.log"
$HTTP["url"] =~ "^/admin/" {
server.document-root = "/var/www/html"
server.stream-response-body = 1
accesslog.filename = "/var/log/lighttpd/access-pihole.log"
accesslog.format = "%{%s}t|%h|%V|%r|%s|%b"
fastcgi.server = (
".php" => (
"localhost" => (
"socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
"bin-path" => "/usr/bin/php-cgi",
"min-procs" => 1,
"max-procs" => 1,
"bin-environment" => (
"TZ" => "Europe/London",
"PIHOLE_DOCKER_TAG" => "",
"PHP_ERROR_LOG" => "/var/log/lighttpd/error-pihole.log",
"CORS_HOSTS" => "",
"VIRTUAL_HOST" => "pi.hole",
"PHP_FCGI_CHILDREN" => "4",
"PHP_FCGI_MAX_REQUESTS" => "10000",
),
"bin-copy-environment" => (
"PATH", "SHELL", "USER"
),
"broken-scriptfilename" => "enable",
)
)
)
setenv.add-response-header = (
"X-Pi-hole" => "The Pi-hole Web interface is working!",
"X-Frame-Options" => "DENY",
"X-XSS-Protection" => "0",
"X-Content-Type-Options" => "nosniff",
"Content-Security-Policy" => "default-src 'self' 'unsafe-inline';",
"X-Permitted-Cross-Domain-Policies" => "none",
"Referrer-Policy" => "same-origin"
)
$HTTP["url"] =~ "^/admin/\." {
url.access-deny = ("")
}
$HTTP["url"] =~ "/(teleporter|api_token)\.php$" {
$HTTP["referer"] =~ "/admin/settings\.php" {
setenv.set-response-header = ( "X-Frame-Options" => "SAMEORIGIN" )
}
}
}
else $HTTP["url"] == "/admin" {
url.redirect = ("" => "/admin/")
}
$HTTP["host"] == "pi.hole" {
$HTTP["url"] == "/" {
url.redirect = ("" => "/admin/")
}
}
server.modules += ( "mod_access", "mod_accesslog", "mod_redirect", "mod_fastcgi", "mod_setenv" )
*** [ DIAGNOSING ]: contents of /etc/cron.d
-rw-r--r-- 1 root root 1.7K Mar 25 19:19 /etc/cron.d/pihole
23 3 * * 7 root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
00 00 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
@reboot root /usr/sbin/logrotate --state /var/lib/logrotate/pihole /etc/pihole/logrotate
7 16 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker
@reboot root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker reboot
*** [ DIAGNOSING ]: contents of /var/log/lighttpd
-rw-r--r-- 1 www-data www-data 69 Apr 8 11:13 /var/log/lighttpd/error-pihole.log
-----head of error-pihole.log------
2023-04-08 11:13:30: server.c.1513) server started (lighttpd/1.4.59)
-----tail of error-pihole.log------
2023-04-08 11:13:30: server.c.1513) server started (lighttpd/1.4.59)
*** [ DIAGNOSING ]: contents of /var/log/pihole
-rw-r--r-- 1 pihole pihole 130K Apr 8 11:40 /var/log/pihole/FTL.log
-----head of FTL.log------
[2023-04-07 13:36:12.491 253M] Shutting down...
[2023-04-07 13:36:12.744 253M] Finished final database update (stored 14 queries)
[2023-04-07 13:36:12.745 253M] Waiting for threads to join
[2023-04-07 13:36:12.745 253M] Thread database (0) is idle, terminating it.
[2023-04-07 13:36:12.745 253M] Thread housekeeper (1) is idle, terminating it.
[2023-04-07 13:36:12.745 253M] Thread DNS client (2) is idle, terminating it.
[2023-04-07 13:36:12.745 253M] All threads joined
[2023-04-07 13:36:12.745 253M] Joining API worker thread 0
[2023-04-07 13:36:12.745 253M] Joining API worker thread 1
[2023-04-07 13:36:12.745 253M] Joining API worker thread 2
[2023-04-07 13:36:12.745 253M] Joining API worker thread 3
[2023-04-07 13:36:12.745 253M] Joining API worker thread 4
[2023-04-07 13:36:12.746 253M] ########## FTL terminated after 41s (code 0)! ##########
[2023-04-07 13:36:12.922 720M] Using log file /var/log/pihole/FTL.log
[2023-04-07 13:36:12.922 720M] ########## FTL started on 2cd0e31b539e! ##########
[2023-04-07 13:36:12.922 720M] FTL branch: master
[2023-04-07 13:36:12.922 720M] FTL version: v5.22
[2023-04-07 13:36:12.922 720M] FTL commit: eb197891
[2023-04-07 13:36:12.922 720M] FTL date: 2023-03-22 21:21:35 +0000
[2023-04-07 13:36:12.922 720M] FTL user: pihole
[2023-04-07 13:36:12.922 720M] Compiled for x86_64 (compiled on CI) using gcc (Debian 8.3.0-6) 8.3.0
[2023-04-07 13:36:12.922 720M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2023-04-07 13:36:12.922 720M] SOCKET_LISTENING: only local
[2023-04-07 13:36:12.922 720M] AAAA_QUERY_ANALYSIS: Show AAAA queries
[2023-04-07 13:36:12.922 720M] MAXDBDAYS: max age for stored queries is 365 days
[2023-04-07 13:36:12.922 720M] RESOLVE_IPV6: Resolve IPv6 addresses
[2023-04-07 13:36:12.922 720M] RESOLVE_IPV4: Resolve IPv4 addresses
[2023-04-07 13:36:12.922 720M] DBINTERVAL: saving to DB file every minute
[2023-04-07 13:36:12.922 720M] DBFILE: Using /etc/pihole/pihole-FTL.db
[2023-04-07 13:36:12.922 720M] MAXLOGAGE: Importing up to 24.0 hours of log data
[2023-04-07 13:36:12.922 720M] PRIVACYLEVEL: Set to 0
[2023-04-07 13:36:12.922 720M] IGNORE_LOCALHOST: Show queries from localhost
[2023-04-07 13:36:12.922 720M] BLOCKINGMODE: Null IPs for blocked domains
[2023-04-07 13:36:12.922 720M] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2023-04-07 13:36:12.922 720M] DBIMPORT: Importing history from database
-----tail of FTL.log------
[2023-04-08 11:13:41.361 639M] CHECK_SHMEM: Warning if shared-memory usage exceeds 90%
[2023-04-08 11:13:41.361 639M] CHECK_DISK: Warning if certain disk usage exceeds 90%
[2023-04-08 11:13:41.361 639M] Finished config file parsing
[2023-04-08 11:13:41.361 639M] Creating mutex
[2023-04-08 11:13:41.361 639M] Creating mutex
[2023-04-08 11:13:41.362 639M] PID of FTL process: 639
[2023-04-08 11:13:41.362 639M] Database version is 12
[2023-04-08 11:13:41.363 639M] Resizing "FTL-strings" from 40960 to (81920 * 1) == 81920 (/dev/shm: 712.7KB used, 67.1MB total, FTL uses 700.8KB)
[2023-04-08 11:13:41.363 639M] Imported 0 alias-clients
[2023-04-08 11:13:41.363 639M] Database successfully initialized
[2023-04-08 11:13:41.366 639M] New upstream server: 1.1.1.1:53 (0/512)
[2023-04-08 11:13:41.367 639M] New upstream server: 1.0.0.1:53 (1/512)
[2023-04-08 11:13:41.372 639M] Imported 1074 queries from the long-term database
[2023-04-08 11:13:41.372 639M] -> Total DNS queries: 1074
[2023-04-08 11:13:41.372 639M] -> Cached DNS queries: 155
[2023-04-08 11:13:41.372 639M] -> Forwarded DNS queries: 849
[2023-04-08 11:13:41.372 639M] -> Blocked DNS queries: 67
[2023-04-08 11:13:41.372 639M] -> Unknown DNS queries: 0
[2023-04-08 11:13:41.372 639M] -> Unique domains: 165
[2023-04-08 11:13:41.372 639M] -> Unique clients: 10
[2023-04-08 11:13:41.372 639M] -> Known forward destinations: 2
[2023-04-08 11:13:41.372 639M] Successfully accessed setupVars.conf
[2023-04-08 11:13:41.372 639M] listening on 0.0.0.0 port 53
[2023-04-08 11:13:41.372 639M] listening on :: port 53
[2023-04-08 11:13:41.373 639M] PID of FTL process: 639
[2023-04-08 11:13:41.373 639M] Listening on port 4711 for incoming IPv4 telnet connections
[2023-04-08 11:13:41.373 639M] Error binding to IPv6 telnet socket: Cannot assign requested address (99)
[2023-04-08 11:13:41.373 639M] WARN: Cannot bind to IPv6 telnet socket
[2023-04-08 11:13:41.373 639M] Listening on port 4711 for incoming socket telnet connections
[2023-04-08 11:13:41.373 639M] INFO: FTL is running as user pihole (UID 999)
[2023-04-08 11:13:41.373 639M] Reloading DNS cache
[2023-04-08 11:13:41.475 639/T650] Compiled 0 whitelist and 0 blacklist regex filters for 10 clients in 0.2 msec
[2023-04-08 11:13:41.475 639/T650] Blocking status is enabled
[2023-04-08 11:15:30.425 639M] Resizing "FTL-dns-cache" from 4096 to (512 * 16) == 8192 (/dev/shm: 753.7KB used, 67.1MB total, FTL uses 741.7KB)
[2023-04-08 11:40:48.145 639M] Resizing "FTL-dns-cache" from 8192 to (768 * 16) == 12288 (/dev/shm: 757.8KB used, 67.1MB total, FTL uses 745.8KB)
*** [ DIAGNOSING ]: contents of /dev/shm
total 744K
-rw------- 1 pihole pihole 84K Apr 8 11:13 FTL-clients
-rw------- 1 pihole pihole 248 Apr 8 11:13 FTL-counters
-rw------- 1 pihole pihole 12K Apr 8 11:13 FTL-dns-cache
-rw------- 1 pihole pihole 12K Apr 8 11:19 FTL-domains
-rw------- 1 pihole pihole 88 Apr 8 11:13 FTL-lock
-rw------- 1 pihole pihole 8.0K Apr 8 11:13 FTL-overTime
-rw------- 1 pihole pihole 4.0K Apr 8 11:13 FTL-per-client-regex
-rw------- 1 pihole pihole 224K Apr 8 11:42 FTL-queries
-rw------- 1 pihole pihole 16 Apr 8 11:13 FTL-settings
-rw------- 1 pihole pihole 80K Apr 8 11:17 FTL-strings
-rw------- 1 pihole pihole 308K Apr 8 11:13 FTL-upstreams
*** [ DIAGNOSING ]: contents of /etc
-rw-r--r-- 1 root root 37 Apr 8 11:13 /etc/dnsmasq.conf
conf-dir=/etc/dnsmasq.d
user=pihole
-rw-r--r-- 1 root root 38 Apr 8 11:13 /etc/resolv.conf
nameserver 127.0.0.11
options ndots:0
*** [ DIAGNOSING ]: Pi-hole diagnosis messages
*** [ DIAGNOSING ]: Locale
LANG=
*** [ DIAGNOSING ]: Pi-hole log
-rw-r--r-- 1 pihole pihole 786K Apr 8 11:42 /var/log/pihole/pihole.log
-----head of pihole.log------
Apr 7 13:36:12 dnsmasq[253]: exiting on receipt of SIGTERM
Apr 7 13:36:12 dnsmasq[720]: started, version pi-hole-v2.89-9461807 cachesize 10000
Apr 7 13:36:12 dnsmasq[720]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n IDN DHCP DHCPv6 Lua TFTP no-conntrack ipset no-nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Apr 7 13:36:12 dnsmasq-dhcp[720]: DHCP, IP range 192.168.0.2 -- 192.168.0.200, lease time 1d
Apr 7 13:36:12 dnsmasq[720]: using nameserver 1.1.1.1#53
Apr 7 13:36:12 dnsmasq[720]: using nameserver 1.0.0.1#53
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for onion
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for bind
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for invalid
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for localhost
Apr 7 13:36:12 dnsmasq[720]: using only locally-known addresses for test
Apr 7 13:36:12 dnsmasq[720]: read /etc/hosts - 9 names
Apr 7 13:36:12 dnsmasq[720]: read /etc/pihole/custom.list - 0 names
Apr 7 13:36:12 dnsmasq[720]: read /etc/pihole/local.list - 0 names
Apr 7 13:36:14 dnsmasq[720]: query[PTR] 1.1.1.1.in-addr.arpa from 127.0.0.1
Apr 7 13:36:14 dnsmasq[720]: forwarded 1.1.1.1.in-addr.arpa to 1.1.1.1
Apr 7 13:36:14 dnsmasq[720]: forwarded 1.1.1.1.in-addr.arpa to 1.0.0.1
Apr 7 13:36:14 dnsmasq[720]: reply 1.1.1.1 is one.one.one.one
Apr 7 13:36:15 dnsmasq[720]: query[PTR] 1.0.0.1.in-addr.arpa from 127.0.0.1
Apr 7 13:36:15 dnsmasq[720]: forwarded 1.0.0.1.in-addr.arpa to 1.1.1.1
-----tail of pihole.log------
Apr 8 11:42:37 dnsmasq[639]: reply content-autofill.googleapis.com is 142.250.187.234
Apr 8 11:42:37 dnsmasq[639]: reply content-autofill.googleapis.com is 142.250.200.10
Apr 8 11:42:37 dnsmasq[639]: reply content-autofill.googleapis.com is NODATA
Apr 8 11:42:39 dnsmasq[639]: query[A] beacons3.gvt2.com from 192.168.0.42
Apr 8 11:42:39 dnsmasq[639]: cached beacons3.gvt2.com is 142.250.180.3
Apr 8 11:42:39 dnsmasq[639]: query[A] beacons.gvt2.com from 192.168.0.42
Apr 8 11:42:39 dnsmasq[639]: forwarded beacons.gvt2.com to 1.1.1.1
Apr 8 11:42:39 dnsmasq[639]: query[HTTPS] beacons3.gvt2.com from 192.168.0.42
Apr 8 11:42:39 dnsmasq[639]: forwarded beacons3.gvt2.com to 1.1.1.1
Apr 8 11:42:39 dnsmasq[639]: query[HTTPS] beacons4.gvt2.com from 192.168.0.42
Apr 8 11:42:39 dnsmasq[639]: forwarded beacons4.gvt2.com to 1.1.1.1
Apr 8 11:42:39 dnsmasq[639]: query[HTTPS] beacons.gvt2.com from 192.168.0.42
Apr 8 11:42:39 dnsmasq[639]: forwarded beacons.gvt2.com to 1.1.1.1
Apr 8 11:42:39 dnsmasq[639]: query[A] beacons4.gvt2.com from 192.168.0.42
Apr 8 11:42:39 dnsmasq[639]: forwarded beacons4.gvt2.com to 1.1.1.1
Apr 8 11:42:39 dnsmasq[639]: reply beacons.gvt2.com is 216.58.213.3
Apr 8 11:42:39 dnsmasq[639]: reply beacons3.gvt2.com is NODATA
Apr 8 11:42:39 dnsmasq[639]: reply beacons4.gvt2.com is NODATA
Apr 8 11:42:39 dnsmasq[639]: reply beacons.gvt2.com is NODATA
Apr 8 11:42:39 dnsmasq[639]: reply beacons4.gvt2.com is 216.239.32.116
********************************************
********************************************
[✓] ** FINISHED DEBUGGING! **
* The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
* A local copy of the debug log can be found at: /var/log/pihole/pihole_debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment