JustPaste.it

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] 2020-08-10:15:35:20 debug log has been initialized.

*** [ INITIALIZING ] Sourcing setup variables
[i] Sourcing /etc/pihole/setupVars.conf...

*** [ DIAGNOSING ]: Core version
[i] Core: v5.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Branch: master
[i] Commit: v5.0-0-g4d25f69

*** [ DIAGNOSING ]: Web version
[i] Web: v5.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Branch: master
[i] Commit: v5.0-0-gb86e4a3

*** [ DIAGNOSING ]: FTL version
[✓] FTL: v5.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)

*** [ DIAGNOSING ]: lighttpd version
[i] 1.4.55

*** [ DIAGNOSING ]: php version
[i] 7.4.3

*** [ DIAGNOSING ]: Operating system
[✓] Ubuntu 20.04.1 LTS

*** [ DIAGNOSING ]: SELinux
[i] SELinux not detected

*** [ DIAGNOSING ]: Processor
[i] x86_64

*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the enp2s0 interface:
   192.168.1.72/24 matches the IP found in /etc/pihole/setupVars.conf

[✓] IPv6 address(es) bound to the enp2s0 interface:
   fe80::dd9:a6ab:a941:14c1 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)

   ^ Please note that you may have more than one IP address listed.
   As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.

   The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.

[i] Default IPv4 gateway: 192.168.1.254
   * Pinging 192.168.1.254...
[✗] Gateway did not respond. (https://discourse.pi-hole.net/t/why-is-a-default-gateway-important-for-pi-hole/3546)


*** [ DIAGNOSING ]: Ports in use
[::1]:631 cupsd (IPv6)
127.0.0.1:631 cupsd (IPv4)
*:8084 mono (IPv4)
*:21 pure-ftpd (IPv4)
*:21 pure-ftpd (IPv6)
*:9117 mono (IPv6)
127.0.0.1:27017 mongod (IPv4)
*:7878 mono (IPv4)
*:8989 mono (IPv4)
127.0.0.1:46599 containerd (IPv4)
*:8265 node (IPv4)
*:22 sshd (IPv4)
*:22 sshd (IPv6)
*:32400 Plex Me (IPv6)
127.0.0.1:32401 Plex Me (IPv4)
*:8081 lighttpd (IPv4)
*:8081 lighttpd (IPv6)
127.0.0.1:45861 Plex Sc (IPv4)
127.0.0.1:32600 Plex Tu (IPv4)
127.0.0.1:37285 Plex Sc (IPv4)
*:46958 qbittorren (IPv6)
*:46958 qbittorren (IPv4)
*:8080 qbittorren (IPv6)
127.0.0.1:57343 steam (IPv4)
127.0.0.1:27060 steam (IPv4)
127.0.0.1:33499 Plex Sc (IPv4)
[53] is in use by pihole-FTL
[53] is in use by pihole-FTL
[53] is in use by pihole-FTL
[53] is in use by pihole-FTL
[4711] is in use by pihole-FTL
[4711] is in use by pihole-FTL

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] safetyscan.info is 0.0.0.0 via localhost (127.0.0.1)
[✓] safetyscan.info is 0.0.0.0 via Pi-hole (192.168.1.72)
[✗] Failed to resolve doubleclick.com 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
[✓] muwmedia.com is :: via localhost (::1)
[✗] Failed to resolve muwmedia.com via Pi-hole (2001:8a0:f88d:3701:411:91c9:5b02:83dc)
[✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)

*** [ DIAGNOSING ]: Pi-hole processes
[✓] lighttpd daemon is active
[✓] pihole-FTL daemon is active

*** [ DIAGNOSING ]: Setup variables
    PIHOLE_INTERFACE=enp2s0
    IPV4_ADDRESS=192.168.1.72/24
    IPV6_ADDRESS=2001:8a0:f88d:3701:411:91c9:5b02:83dc
    QUERY_LOGGING=true
    INSTALL_WEB_SERVER=true
    INSTALL_WEB_INTERFACE=true
    LIGHTTPD_ENABLED=true
    BLOCKING_ENABLED=true
    DNSMASQ_LISTENING=local
    PIHOLE_DNS_1=8.8.8.8
    PIHOLE_DNS_2=8.8.4.4
    PIHOLE_DNS_3=2001:4860:4860:0:0:0:0:8888
    PIHOLE_DNS_4=2001:4860:4860:0:0:0:0:8844
    PIHOLE_DNS_5=208.67.222.222
    PIHOLE_DNS_6=208.67.220.220
    PIHOLE_DNS_7=2620:119:35::35
    PIHOLE_DNS_8=2620:119:53::53
    PIHOLE_DNS_9=1.1.1.1
    PIHOLE_DNS_10=1.0.0.1
    PIHOLE_DNS_11=2606:4700:4700::1111
    PIHOLE_DNS_12=2606:4700:4700::1001
    DNS_FQDN_REQUIRED=true
    DNS_BOGUS_PRIV=true
    DNSSEC=false
    CONDITIONAL_FORWARDING=false

*** [ DIAGNOSING ]: Dashboard and block page
[✗] Block page X-Header: X-Header does not match or could not be retrieved.

[✗] Web interface X-Header: X-Header does not match or could not be retrieved.


*** [ DIAGNOSING ]: Gravity List and Database
-rw-rw-r-- 1 pihole pihole 7303168 jul 15 23:32 /etc/pihole/gravity.db

*** [ DIAGNOSING ]: Info table
   property              value                                   
   --------------------  ----------------------------------------
   version               12                                      
   updated               1594852329                              
   gravity_count         107949                                  
   Last gravity run finished at: qua 15 jul 2020 23:32:09 WEST

   ----- First 10 Gravity Domains -----
   localhost.localdomain
   01mspmd5yalky8.com
   0byv9mgbn0.com
   analytics.247sports.com
   www.analytics.247sports.com
   2no.co
   www.2no.co
   logitechlogitechglobal.112.2o7.net
   www.logitechlogitechglobal.112.2o7.net
   30-day-change.com


*** [ DIAGNOSING ]: Groups
   id    enabled  name                                                date_added           date_modified        description                                       
   ----  -------  --------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   0           1  Default                                             2020-06-28 12:42:00  2020-06-28 12:42:00  The default group                                 

*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
   id    type  enabled  group_ids     domain                                                                                                date_added           date_modified        comment                                           
   ----  ----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   1        3        1  0             abdurantom.com                                                                                        2020-07-15 23:30:26  2020-07-15 23:31:42                                                    
   2        3        1  0             eieocp6mdu59.com                                                                                      2020-07-15 23:30:44  2020-07-15 23:31:44                                                    
   3        3        1  0             onclickalgo.com                                                                                       2020-07-15 23:30:54  2020-07-15 23:31:50                                                    
   4        3        1  0             europedaily.org                                                                                       2020-07-15 23:31:36  2020-07-15 23:31:49                                                    

*** [ 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                                      2020-06-28 12:42:00  2020-06-28 12:42:00  Migrated from /etc/pihole/adlists.list            
   2           1  0             https://mirror1.malwaredomains.com/files/justdomains                                                  2020-06-28 12:42:00  2020-06-28 12:42:00  Migrated from /etc/pihole/adlists.list            
   3           1  0             https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt                                      2020-06-28 12:42:00  2020-06-28 12:42:00  Migrated from /etc/pihole/adlists.list            
   4           1  0             https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt                                            2020-06-28 12:42:00  2020-06-28 12:42:00  Migrated from /etc/pihole/adlists.list            
   5           1  0             https://raw.githubusercontent.com/kboghdady/youTube_ads_4_pi-hole/master/youtubelist.txt              2020-07-12 22:22:37  2020-07-12 22:22:37  youTube_ads_4_pi-hole on github                   

*** [ DIAGNOSING ]: contents of /etc/pihole

-rw-r--r-- 1 root root 146 jul 15 23:32 /etc/pihole/local.list
   192.168.1.72 GamingMachine
   2001:8a0:f88d:3701:411:91c9:5b02:83dc GamingMachine
   192.168.1.72 pi.hole
   2001:8a0:f88d:3701:411:91c9:5b02:83dc pi.hole

-rw-r--r-- 1 root root 238 jun 28 12:41 /etc/pihole/logrotate
   /var/log/pihole.log {
    su root syslog
    daily
    copytruncate
    rotate 5
    compress
    delaycompress
    notifempty
    nomail
   }
   /var/log/pihole-FTL.log {
    su root syslog
    weekly
    copytruncate
    rotate 3
    compress
    delaycompress
    notifempty
    nomail
   }

*** [ DIAGNOSING ]: contents of /etc/dnsmasq.d

-rw-r--r-- 1 root root 1655 ago 10 15:24 /etc/dnsmasq.d/01-pihole.conf
   addn-hosts=/etc/pihole/local.list
   addn-hosts=/etc/pihole/custom.list
   localise-queries
   no-resolv
   cache-size=10000
   log-queries
   log-facility=/var/log/pihole.log
   local-ttl=2
   log-async
   server=8.8.8.8
   server=8.8.4.4
   server=2001:4860:4860:0:0:0:0:8888
   server=2001:4860:4860:0:0:0:0:8844
   server=208.67.222.222
   server=208.67.220.220
   server=2620:119:35::35
   server=2620:119:53::53
   server=1.1.1.1
   server=1.0.0.1
   server=2606:4700:4700::1111
   server=2606:4700:4700::1001
   domain-needed
   bogus-priv
   local-service
   server=/use-application-dns.net/

*** [ DIAGNOSING ]: contents of /etc/lighttpd

-rw-r--r-- 1 root root 3501 jun 28 12:46 /etc/lighttpd/lighttpd.conf
   server.modules = (
    "mod_access",
    "mod_accesslog",
    "mod_auth",
    "mod_expire",
    "mod_compress",
    "mod_redirect",
    "mod_setenv",
    "mod_rewrite"
   )
   server.document-root        = "/var/www/html"
   server.error-handler-404    = "/pihole/index.php"
   server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
   server.errorlog             = "/var/log/lighttpd/error.log"
   server.pid-file             = "/var/run/lighttpd.pid"
   server.username             = "www-data"
   server.groupname            = "www-data"
   server.port                 = 8081
   accesslog.filename          = "/var/log/lighttpd/access.log"
   accesslog.format            = "%{%s}t|%V|%r|%s|%b"
   index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" )
   url.access-deny             = ( "~", ".inc", ".md", ".yml", ".ini" )
   static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
   compress.cache-dir          = "/var/cache/lighttpd/compress/"
   compress.filetype           = ( "application/javascript", "text/css", "text/html", "text/plain" )
   mimetype.assign   = ( ".png"  => "image/png",
                         ".jpg"  => "image/jpeg",
                         ".jpeg" => "image/jpeg",
                         ".html" => "text/html",
                         ".css" => "text/css; charset=utf-8",
                         ".js" => "application/javascript",
                         ".json" => "application/json",
                         ".txt"  => "text/plain",
                         ".svg"  => "image/svg+xml" )
   include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
   include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
' 2>/dev/null"
   $HTTP["url"] =~ "^/admin/" {
       
       setenv.add-response-header = (
           "X-Pi-hole" => "The Pi-hole Web interface is working!",
           "X-Frame-Options" => "DENY"
       )
       $HTTP["url"] =~ ".ttf$" {
           
           setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
       }
   }
   $HTTP["url"] =~ "^/admin/\.(.*)" {
        url.access-deny = ("")
   }
   include_shell "cat external.conf 2>/dev/null"

*** [ DIAGNOSING ]: contents of /etc/cron.d

-rw-r--r-- 1 root root 1703 jun 28 12:41 /etc/cron.d/pihole
   50 3   * * 7   root    PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
   00 00   * * *   root    PATH="$PATH:/usr/local/bin/" pihole flush once quiet
   @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
   */10 *  * * *   root    PATH="$PATH:/usr/local/bin/" pihole updatechecker local
   8 19  * * *   root    PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
   @reboot root    PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot

*** [ DIAGNOSING ]: contents of /var/log/lighttpd

-rw-r--r-- 1 www-data www-data 1696 ago 10 15:23 /var/log/lighttpd/error.log
   2020-08-09 10:42:01: (server.c.1488) server started (lighttpd/1.4.55) 
   2020-08-09 10:42:01: (server.c.1517) WARNING: unknown config-key: alias.url (ignored) 
   2020-08-10 10:26:35: (server.c.1488) server started (lighttpd/1.4.55) 
   2020-08-10 10:26:35: (server.c.1517) WARNING: unknown config-key: alias.url (ignored) 
   2020-08-10 14:08:22: (server.c.1488) server started (lighttpd/1.4.55) 
   2020-08-10 14:08:22: (server.c.1517) WARNING: unknown config-key: alias.url (ignored) 
   2020-08-10 14:24:19: (server.c.1488) server started (lighttpd/1.4.55) 
   2020-08-10 14:24:19: (server.c.1517) WARNING: unknown config-key: alias.url (ignored) 
   2020-08-10 14:27:05: (server.c.1488) server started (lighttpd/1.4.55) 
   2020-08-10 14:27:05: (server.c.1517) WARNING: unknown config-key: alias.url (ignored) 
   2020-08-10 15:12:11: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Trying to access array offset on value of type null in /var/www/html/admin/settings.php on line 23
   2020-08-10 15:12:11: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Trying to access array offset on value of type null in /var/www/html/admin/settings.php on line 23
   2020-08-10 15:15:16: (server.c.1970) server stopped by UID = 0 PID = 1 
   2020-08-10 15:16:20: (server.c.1488) server started (lighttpd/1.4.55) 
   2020-08-10 15:16:20: (server.c.1517) WARNING: unknown config-key: alias.url (ignored) 
   2020-08-10 15:23:23: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Trying to access array offset on value of type null in /var/www/html/admin/settings.php on line 23
   2020-08-10 15:23:23: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Trying to access array offset on value of type null in /var/www/html/admin/settings.php on line 23

*** [ DIAGNOSING ]: contents of /var/log

-rw-r--r-- 1 pihole pihole 39511 ago 10 15:25 /var/log/pihole-FTL.log
   -----head of pihole-FTL.log------
   [2020-08-09 10:42:01.647 1098] Using log file /var/log/pihole-FTL.log
   [2020-08-09 10:42:01.647 1098] ########## FTL started! ##########
   [2020-08-09 10:42:01.647 1098] FTL branch: master
   [2020-08-09 10:42:01.647 1098] FTL version: v5.0
   [2020-08-09 10:42:01.647 1098] FTL commit: 3d7c095
   [2020-08-09 10:42:01.647 1098] FTL date: 2020-05-10 18:58:38 +0100
   [2020-08-09 10:42:01.647 1098] FTL user: pihole
   [2020-08-09 10:42:01.647 1098] Compiled for x86_64 (compiled on CI) using gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
   [2020-08-09 10:42:01.647 1098] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
   [2020-08-09 10:42:01.647 1098]    SOCKET_LISTENING: only local
   [2020-08-09 10:42:01.647 1098]    AAAA_QUERY_ANALYSIS: Show AAAA queries
   [2020-08-09 10:42:01.647 1098]    MAXDBDAYS: max age for stored queries is 365 days
   [2020-08-09 10:42:01.648 1098]    RESOLVE_IPV6: Resolve IPv6 addresses
   [2020-08-09 10:42:01.648 1098]    RESOLVE_IPV4: Resolve IPv4 addresses
   [2020-08-09 10:42:01.648 1098]    DBINTERVAL: saving to DB file every minute
   [2020-08-09 10:42:01.648 1098]    DBFILE: Using /etc/pihole/pihole-FTL.db
   [2020-08-09 10:42:01.648 1098]    MAXLOGAGE: Importing up to 24.0 hours of log data
   [2020-08-09 10:42:01.648 1098]    PRIVACYLEVEL: Set to 0
   [2020-08-09 10:42:01.648 1098]    IGNORE_LOCALHOST: Show queries from localhost
   [2020-08-09 10:42:01.648 1098]    BLOCKINGMODE: Null IPs for blocked domains
   [2020-08-09 10:42:01.648 1098]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
   [2020-08-09 10:42:01.648 1098]    DBIMPORT: Importing history from database
   [2020-08-09 10:42:01.648 1098]    PIDFILE: Using /var/run/pihole-FTL.pid
   [2020-08-09 10:42:01.648 1098]    PORTFILE: Using /var/run/pihole-FTL.port
   [2020-08-09 10:42:01.648 1098]    SOCKETFILE: Using /var/run/pihole/FTL.sock
   [2020-08-09 10:42:01.648 1098]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
   [2020-08-09 10:42:01.648 1098]    MACVENDORDB: Using /etc/pihole/macvendor.db
   [2020-08-09 10:42:01.648 1098]    GRAVITYDB: Using /etc/pihole/gravity.db
   [2020-08-09 10:42:01.648 1098]    PARSE_ARP_CACHE: Active
   [2020-08-09 10:42:01.648 1098]    CNAME_DEEP_INSPECT: Active
   [2020-08-09 10:42:01.648 1098]    DELAY_STARTUP: No delay requested.
   [2020-08-09 10:42:01.648 1098]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
   [2020-08-09 10:42:01.648 1098] Finished config file parsing
   [2020-08-09 10:42:01.667 1098] Database version is 5
   [2020-08-09 10:42:01.667 1098] Database successfully initialized

   -----tail of pihole-FTL.log------
   [2020-08-10 15:24:10.385 5176]    DBIMPORT: Importing history from database
   [2020-08-10 15:24:10.385 5176]    PIDFILE: Using /var/run/pihole-FTL.pid
   [2020-08-10 15:24:10.385 5176]    PORTFILE: Using /var/run/pihole-FTL.port
   [2020-08-10 15:24:10.385 5176]    SOCKETFILE: Using /var/run/pihole/FTL.sock
   [2020-08-10 15:24:10.385 5176]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
   [2020-08-10 15:24:10.385 5176]    MACVENDORDB: Using /etc/pihole/macvendor.db
   [2020-08-10 15:24:10.385 5176]    GRAVITYDB: Using /etc/pihole/gravity.db
   [2020-08-10 15:24:10.385 5176]    PARSE_ARP_CACHE: Active
   [2020-08-10 15:24:10.385 5176]    CNAME_DEEP_INSPECT: Active
   [2020-08-10 15:24:10.385 5176]    DELAY_STARTUP: No delay requested.
   [2020-08-10 15:24:10.385 5176]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
   [2020-08-10 15:24:10.385 5176] Finished config file parsing
   [2020-08-10 15:24:10.386 5176] Database version is 5
   [2020-08-10 15:24:10.386 5176] Database successfully initialized
   [2020-08-10 15:24:10.386 5176] New upstream server: 2606:4700:4700::1001 (0/128)
   [2020-08-10 15:24:10.386 5176] New upstream server: 1.0.0.1 (1/128)
   [2020-08-10 15:24:10.386 5176] Imported 85 queries from the long-term database
   [2020-08-10 15:24:10.387 5176]  -> Total DNS queries: 85
   [2020-08-10 15:24:10.387 5176]  -> Cached DNS queries: 0
   [2020-08-10 15:24:10.387 5176]  -> Forwarded DNS queries: 85
   [2020-08-10 15:24:10.387 5176]  -> Blocked DNS queries: 0
   [2020-08-10 15:24:10.387 5176]  -> Unknown DNS queries: 0
   [2020-08-10 15:24:10.387 5176]  -> Unique domains: 3
   [2020-08-10 15:24:10.387 5176]  -> Unique clients: 1
   [2020-08-10 15:24:10.387 5176]  -> Known forward destinations: 2
   [2020-08-10 15:24:10.387 5176] Successfully accessed setupVars.conf
   [2020-08-10 15:24:10.390 5178] PID of FTL process: 5178
   [2020-08-10 15:24:10.390 5178] Listening on port 4711 for incoming IPv4 telnet connections
   [2020-08-10 15:24:10.390 5178] Listening on port 4711 for incoming IPv6 telnet connections
   [2020-08-10 15:24:10.390 5178] Listening on Unix socket
   [2020-08-10 15:24:10.390 5178] Reloading DNS cache
   [2020-08-10 15:24:10.390 5178] Blocking status is enabled
   [2020-08-10 15:24:10.394 5178] INFO: No regex whitelist entries found
   [2020-08-10 15:24:10.395 5178] Compiled 0 whitelist and 4 blacklist regex filters in 3.3 msec
   [2020-08-10 15:25:43.508 5178] New upstream server: 8.8.8.8 (2/128)

*** [ DIAGNOSING ]: contents of /dev/shm
-rw------- 1 pihole pihole 20480 ago 10 15:24 /dev/shm/FTL-clients
-rw------- 1 pihole pihole 124 ago 10 15:24 /dev/shm/FTL-counters
-rw------- 1 pihole pihole 4096 ago 10 15:24 /dev/shm/FTL-dns-cache
-rw------- 1 pihole pihole 98304 ago 10 15:24 /dev/shm/FTL-domains
-rw------- 1 pihole pihole 48 ago 10 15:24 /dev/shm/FTL-lock
-rw------- 1 pihole pihole 12288 ago 10 15:24 /dev/shm/FTL-overTime
-rw------- 1 pihole pihole 4096 ago 10 15:24 /dev/shm/FTL-per-client-regex
-rw------- 1 pihole pihole 262144 ago 10 15:24 /dev/shm/FTL-queries
-rw------- 1 pihole pihole 12 ago 10 15:24 /dev/shm/FTL-settings
-rw------- 1 pihole pihole 4096 ago 10 15:24 /dev/shm/FTL-strings
-rw------- 1 pihole pihole 4096 ago 10 15:24 /dev/shm/FTL-upstreams
-rw-r----- 1 acujl acujl 4096 ago 10 15:16 /dev/shm/mono.1347
-rw-r----- 1 acujl acujl 4096 ago 10 15:16 /dev/shm/mono.1357
-rw-r----- 1 acujl acujl 4096 ago 10 15:16 /dev/shm/mono.1359
-rw-r----- 1 www-data www-data 4096 ago 10 15:15 /dev/shm/mono.740
-rw-r--r-- 1 acujl root 16 ago 10 15:16 /dev/shm/sem.9334581e-7251-4ef7-a8ec-5bfe8e89ff68
-rw-r--r-- 1 acujl root 16 ago 10 15:16 /dev/shm/sem.F8EEB26D-AB23-4061-8250-130AB5285A4A
-rwxrwxr-x 1 acujl acujl 1040 ago 10 15:17 /dev/shm/u1000-Shm_125376fc
-rwxrwxr-x 1 acujl acujl 1048592 ago 10 15:17 /dev/shm/u1000-Shm_3c3a3c3d
-rwxrwxr-x 1 acujl acujl 1048592 ago 10 15:17 /dev/shm/u1000-Shm_45aa0ac9
-rwxrwxr-x 1 acujl acujl 1048592 ago 10 15:17 /dev/shm/u1000-Shm_5cc79337
-rwxrwxr-x 1 acujl acujl 6000064 ago 10 15:17 /dev/shm/u1000-Shm_671c2a99
-rwxrwxr-x 1 acujl acujl 68416 ago 10 15:17 /dev/shm/u1000-Shm_c9edbd50
-rwxrwxr-x 1 acujl acujl 1048592 ago 10 15:17 /dev/shm/u1000-Shm_d7aea190
-rwxrwxr-x 1 acujl acujl 269632 ago 10 15:17 /dev/shm/u1000-Shm_fe20b6d7
-rwxrwxr-x 1 acujl acujl 2097152 ago 10 15:17 /dev/shm/u1000-ValveIPCSharedObj-Steam

*** [ DIAGNOSING ]: Locale
    LANG=en_US.UTF-8

*** [ DIAGNOSING ]: Pi-hole log
-rw-r--r-- 1 pihole pihole 170144 ago 10 15:35 /var/log/pihole.log
   -----head of pihole.log------
   Aug 10 14:08:23 dnsmasq[1660]: started, version pi-hole-2.81 cachesize 10000
   Aug 10 14:08:23 dnsmasq[1660]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC loop-detect inotify dumpfile
   Aug 10 14:08:23 dnsmasq[1660]: using only locally-known addresses for domain use-application-dns.net
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 2606:4700:4700::1001#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 2606:4700:4700::1111#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 1.0.0.1#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 1.1.1.1#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 2001:4860:4860::8844#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 2001:4860:4860::8888#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 8.8.4.4#53
   Aug 10 14:08:23 dnsmasq[1660]: using nameserver 8.8.8.8#53
   Aug 10 14:08:23 dnsmasq[1660]: read /etc/hosts - 7 addresses
   Aug 10 14:08:23 dnsmasq[1660]: failed to load names from /etc/pihole/custom.list: No such file or directory
   Aug 10 14:08:23 dnsmasq[1660]: read /etc/pihole/local.list - 4 addresses
   Aug 10 14:09:00 dnsmasq[1660]: query[PTR] 1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa from 127.0.0.1
   Aug 10 14:09:00 dnsmasq[1660]: forwarded 1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa to 1.0.0.1
   Aug 10 14:09:00 dnsmasq[1660]: forwarded 1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa to 1.1.1.1
   Aug 10 14:09:00 dnsmasq[1660]: forwarded 1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa to 8.8.4.4
   Aug 10 14:09:00 dnsmasq[1660]: forwarded 1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa to 8.8.8.8
   Aug 10 14:09:05 dnsmasq[1660]: query[PTR] 1.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.4.0.0.7.4.6.0.6.2.ip6.arpa from 127.0.0.1


********************************************
********************************************
[✓] ** FINISHED DEBUGGING! **

    * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
    * For more information, see: https://pi-hole.net/2016/11/07/crack-our-medical-tricorder-win-a-raspberry-pi-3/
    * If available, we'll use openssl to upload the log, otherwise it will fall back to netcat.