Query log is empty (but tail pihole.log works fine)

The issue I am facing:
The query log page shows nothing (not even "no logs" as I see on other screenshots here), but pihole works fine and logs are actually recorded (/var/log/pihole.log)

Details about my system:
Raspberry Pi 4B. Fresh install of pihole.
DHCP server is also running fine.
Privacy level = 0

What I have changed since installing Pi-hole:
Nothing, it never showed up.
I actually had to reinstall pihole this same day for other reasons, and in the previous install (same config/hardware), logs were showing fine, but not anymore on this fresh install.

I checked privacy level and other hints from topics I've found on the subject, but nothing seems to work:

  • clear browser cache
  • flush logs
  • set locale correctly
  • reboot

Can you help ?
Tx!
Bastien.

@bastien, What happens when you "Enable Query Logging" or disable and re-enable?

Hey jabbadahat, thanks for the feedback.
Tried and nothing happens. Also tried to disable + flush + enable, but no luck

Please generate a debug log with pihole -d and poste the token here.

Here it is: https://tricorder.pi-hole.net/ti72yi7tp5

The web GUI query log information is stored in the long term database at /etc/pihole/pihole-FTL.db. Storage in this log is controlled by your privacy settings and MAXDBDAYS setting in /etc/pihole/pihole-FTL.conf.

The toggle for query logging controls logging to the dnsmasq log at /var/log/pihole.log. This is also where the tail function draws its data. You have data here, but not in the database it appears.

The configuration of the datatbase settings are right

 [2020-11-15 21:36:21.075 2861M]    MAXDBDAYS: max age for stored queries is 365 days
   [2020-11-15 21:36:21.076 2861M]    DBINTERVAL: saving to DB file every minute
   [2020-11-15 21:36:21.076 2861M]    DBFILE: Using /etc/pihole/pihole-FTL.db
   [2020-11-15 21:36:21.076 2861M]    MAXLOGAGE: Importing up to 24.0 hours of log data
   [2020-11-15 21:36:21.076 2861M]    PRIVACYLEVEL: Set to 0

But only 6 queries have been stored there (on last restart)

  [2020-11-15 21:36:25.959 2936M] Imported 6 queries from the long-term database
   [2020-11-15 21:36:25.959 2936M]  -> Total DNS queries: 6

Please post the full output of cat /var/log/pihole-FTL.log.

You could also try to remove the old database and restart pihole

sudo service pihole-FTL stop
sudo rm /etc/pihole/pihole-FTL.db
sudo service pihole-FTL start

here:

[2020-11-15 21:36:19.809 2778M] Shutting down...
[2020-11-15 21:36:19.861 2778M] Finished final database update
[2020-11-15 21:36:19.862 2778M] ########## FTL terminated after 1.382079e+01 s! ##########
[2020-11-15 21:36:21.075 2861M] Using log file /var/log/pihole-FTL.log
[2020-11-15 21:36:21.075 2861M] ########## FTL started! ##########
[2020-11-15 21:36:21.075 2861M] FTL branch: master
[2020-11-15 21:36:21.075 2861M] FTL version: v5.2
[2020-11-15 21:36:21.075 2861M] FTL commit: dbd4a69
[2020-11-15 21:36:21.075 2861M] FTL date: 2020-08-09 22:09:43 +0100
[2020-11-15 21:36:21.075 2861M] FTL user: pihole
[2020-11-15 21:36:21.075 2861M] Compiled for armhf (compiled on CI) using arm-linux-gnueabihf-gcc (Debian 6.3.0-18) 6.3.0 20170516
[2020-11-15 21:36:21.075 2861M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2020-11-15 21:36:21.075 2861M]    SOCKET_LISTENING: only local
[2020-11-15 21:36:21.075 2861M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
[2020-11-15 21:36:21.075 2861M]    MAXDBDAYS: max age for stored queries is 365 days
[2020-11-15 21:36:21.076 2861M]    RESOLVE_IPV6: Resolve IPv6 addresses
[2020-11-15 21:36:21.076 2861M]    RESOLVE_IPV4: Resolve IPv4 addresses
[2020-11-15 21:36:21.076 2861M]    DBINTERVAL: saving to DB file every minute
[2020-11-15 21:36:21.076 2861M]    DBFILE: Using /etc/pihole/pihole-FTL.db
[2020-11-15 21:36:21.076 2861M]    MAXLOGAGE: Importing up to 24.0 hours of log data
[2020-11-15 21:36:21.076 2861M]    PRIVACYLEVEL: Set to 0
[2020-11-15 21:36:21.076 2861M]    IGNORE_LOCALHOST: Show queries from localhost
[2020-11-15 21:36:21.076 2861M]    BLOCKINGMODE: Null IPs for blocked domains
[2020-11-15 21:36:21.076 2861M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2020-11-15 21:36:21.076 2861M]    DBIMPORT: Importing history from database
[2020-11-15 21:36:21.076 2861M]    PIDFILE: Using /run/pihole-FTL.pid
[2020-11-15 21:36:21.076 2861M]    PORTFILE: Using /run/pihole-FTL.port
[2020-11-15 21:36:21.076 2861M]    SOCKETFILE: Using /run/pihole/FTL.sock
[2020-11-15 21:36:21.076 2861M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
[2020-11-15 21:36:21.076 2861M]    MACVENDORDB: Using /etc/pihole/macvendor.db
[2020-11-15 21:36:21.076 2861M]    GRAVITYDB: Using /etc/pihole/gravity.db
[2020-11-15 21:36:21.076 2861M]    PARSE_ARP_CACHE: Active
[2020-11-15 21:36:21.076 2861M]    CNAME_DEEP_INSPECT: Active
[2020-11-15 21:36:21.076 2861M]    DELAY_STARTUP: No delay requested.
[2020-11-15 21:36:21.076 2861M]    NICE: Set process niceness to -10 (default)
[2020-11-15 21:36:21.076 2861M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
[2020-11-15 21:36:21.076 2861M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
[2020-11-15 21:36:21.077 2861M] Finished config file parsing
[2020-11-15 21:36:21.078 2861M] Database version is 7
[2020-11-15 21:36:21.078 2861M] Database successfully initialized
[2020-11-15 21:36:21.078 2861M] New upstream server: 84.200.70.40 (0/1024)
[2020-11-15 21:36:21.078 2861M] New upstream server: 84.200.69.80 (1/1024)
[2020-11-15 21:36:21.078 2861M] Imported 3 queries from the long-term database
[2020-11-15 21:36:21.079 2861M]  -> Total DNS queries: 3
[2020-11-15 21:36:21.079 2861M]  -> Cached DNS queries: 0
[2020-11-15 21:36:21.079 2861M]  -> Forwarded DNS queries: 3
[2020-11-15 21:36:21.079 2861M]  -> Blocked DNS queries: 0
[2020-11-15 21:36:21.079 2861M]  -> Unknown DNS queries: 0
[2020-11-15 21:36:21.079 2861M]  -> Unique domains: 3
[2020-11-15 21:36:21.079 2861M]  -> Unique clients: 1
[2020-11-15 21:36:21.079 2861M]  -> Known forward destinations: 2
[2020-11-15 21:36:21.079 2861M] Successfully accessed setupVars.conf
[2020-11-15 21:36:21.084 2863M] PID of FTL process: 2863
[2020-11-15 21:36:21.085 2863/T2864] Listening on port 4711 for incoming IPv4 telnet connections
[2020-11-15 21:36:21.086 2863/T2865] Listening on port 4711 for incoming IPv6 telnet connections
[2020-11-15 21:36:21.086 2863/T2866] Listening on Unix socket
[2020-11-15 21:36:21.087 2863M] Reloading DNS cache
[2020-11-15 21:36:21.087 2863M] Blocking status is enabled
[2020-11-15 21:36:21.112 2863M] INFO: No regex blacklist entries found
[2020-11-15 21:36:21.112 2863M] INFO: No regex whitelist entries found
[2020-11-15 21:36:21.113 2863M] Compiled 0 whitelist and 0 blacklist regex filters for 1 clients in 1.2 msec
[2020-11-15 21:36:24.625 2863M] Shutting down...
[2020-11-15 21:36:24.674 2863M] Finished final database update
[2020-11-15 21:36:24.675 2863M] ########## FTL terminated after 3.599971e+00 s! ##########
[2020-11-15 21:36:25.954 2936M] Using log file /var/log/pihole-FTL.log
[2020-11-15 21:36:25.954 2936M] ########## FTL started! ##########
[2020-11-15 21:36:25.954 2936M] FTL branch: master
[2020-11-15 21:36:25.954 2936M] FTL version: v5.2
[2020-11-15 21:36:25.954 2936M] FTL commit: dbd4a69
[2020-11-15 21:36:25.954 2936M] FTL date: 2020-08-09 22:09:43 +0100
[2020-11-15 21:36:25.954 2936M] FTL user: pihole
[2020-11-15 21:36:25.954 2936M] Compiled for armhf (compiled on CI) using arm-linux-gnueabihf-gcc (Debian 6.3.0-18) 6.3.0 20170516
[2020-11-15 21:36:25.955 2936M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2020-11-15 21:36:25.955 2936M]    SOCKET_LISTENING: only local
[2020-11-15 21:36:25.955 2936M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
[2020-11-15 21:36:25.955 2936M]    MAXDBDAYS: max age for stored queries is 365 days
[2020-11-15 21:36:25.955 2936M]    RESOLVE_IPV6: Resolve IPv6 addresses
[2020-11-15 21:36:25.955 2936M]    RESOLVE_IPV4: Resolve IPv4 addresses
[2020-11-15 21:36:25.955 2936M]    DBINTERVAL: saving to DB file every minute
[2020-11-15 21:36:25.955 2936M]    DBFILE: Using /etc/pihole/pihole-FTL.db
[2020-11-15 21:36:25.955 2936M]    MAXLOGAGE: Importing up to 24.0 hours of log data
[2020-11-15 21:36:25.955 2936M]    PRIVACYLEVEL: Set to 0
[2020-11-15 21:36:25.955 2936M]    IGNORE_LOCALHOST: Show queries from localhost
[2020-11-15 21:36:25.955 2936M]    BLOCKINGMODE: Null IPs for blocked domains
[2020-11-15 21:36:25.955 2936M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2020-11-15 21:36:25.955 2936M]    DBIMPORT: Importing history from database
[2020-11-15 21:36:25.956 2936M]    PIDFILE: Using /run/pihole-FTL.pid
[2020-11-15 21:36:25.956 2936M]    PORTFILE: Using /run/pihole-FTL.port
[2020-11-15 21:36:25.956 2936M]    SOCKETFILE: Using /run/pihole/FTL.sock
[2020-11-15 21:36:25.956 2936M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
[2020-11-15 21:36:25.956 2936M]    MACVENDORDB: Using /etc/pihole/macvendor.db
[2020-11-15 21:36:25.956 2936M]    GRAVITYDB: Using /etc/pihole/gravity.db
[2020-11-15 21:36:25.956 2936M]    PARSE_ARP_CACHE: Active
[2020-11-15 21:36:25.956 2936M]    CNAME_DEEP_INSPECT: Active
[2020-11-15 21:36:25.956 2936M]    DELAY_STARTUP: No delay requested.
[2020-11-15 21:36:25.956 2936M]    NICE: Set process niceness to -10 (default)
[2020-11-15 21:36:25.956 2936M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
[2020-11-15 21:36:25.956 2936M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
[2020-11-15 21:36:25.956 2936M] Finished config file parsing
[2020-11-15 21:36:25.958 2936M] Database version is 7
[2020-11-15 21:36:25.958 2936M] Database successfully initialized
[2020-11-15 21:36:25.959 2936M] New upstream server: 84.200.70.40 (0/1024)
[2020-11-15 21:36:25.959 2936M] New upstream server: 84.200.69.80 (1/1024)
[2020-11-15 21:36:25.959 2936M] Imported 6 queries from the long-term database
[2020-11-15 21:36:25.959 2936M]  -> Total DNS queries: 6
[2020-11-15 21:36:25.959 2936M]  -> Cached DNS queries: 0
[2020-11-15 21:36:25.959 2936M]  -> Forwarded DNS queries: 6
[2020-11-15 21:36:25.959 2936M]  -> Blocked DNS queries: 0
[2020-11-15 21:36:25.960 2936M]  -> Unknown DNS queries: 0
[2020-11-15 21:36:25.960 2936M]  -> Unique domains: 6
[2020-11-15 21:36:25.960 2936M]  -> Unique clients: 2
[2020-11-15 21:36:25.960 2936M]  -> Known forward destinations: 2
[2020-11-15 21:36:25.960 2936M] Successfully accessed setupVars.conf
[2020-11-15 21:36:25.968 2938M] PID of FTL process: 2938
[2020-11-15 21:36:25.968 2938/T2939] Listening on port 4711 for incoming IPv4 telnet connections
[2020-11-15 21:36:25.969 2938/T2941] Listening on Unix socket
[2020-11-15 21:36:25.969 2938/T2940] Listening on port 4711 for incoming IPv6 telnet connections
[2020-11-15 21:36:25.969 2938M] Reloading DNS cache
[2020-11-15 21:36:25.970 2938M] Blocking status is enabled
[2020-11-15 21:36:25.998 2938M] INFO: No regex blacklist entries found
[2020-11-15 21:36:25.999 2938M] INFO: No regex whitelist entries found
[2020-11-15 21:36:26.000 2938M] Compiled 0 whitelist and 0 blacklist regex filters for 2 clients in 2.5 msec
[2020-11-15 21:41:55.239 2938M] Resizing "/FTL-strings" from 4096 to 8192
[2020-11-15 21:49:48.013 2938M] Resizing "/FTL-dns-cache" from 4096 to 8192
[2020-11-15 21:52:56.216 2938M] Resizing "/FTL-strings" from 8192 to 12288
[2020-11-15 22:06:13.790 2938M] Resizing "/FTL-dns-cache" from 8192 to 12288
[2020-11-15 22:06:45.369 2938M] Resizing "/FTL-strings" from 12288 to 16384
[2020-11-15 22:21:42.255 2938M] Resizing "/FTL-strings" from 16384 to 20480
[2020-11-15 22:21:50.604 2938M] Resizing "/FTL-dns-cache" from 12288 to 16384
[2020-11-15 22:26:16.317 2938M] Resizing "/FTL-strings" from 20480 to 24576
[2020-11-15 22:26:21.782 2938M] Resizing "/FTL-dns-cache" from 16384 to 20480
[2020-11-15 22:26:23.496 2938M] Resizing "/FTL-strings" from 24576 to 28672
[2020-11-15 22:43:59.509 2938M] Resizing "/FTL-dns-cache" from 20480 to 24576
[2020-11-15 22:48:23.516 2938/T2939] IPv4 telnet error: Interrupted system call (4)
[2020-11-15 22:48:23.516 2938M] Shutting down...
[2020-11-15 22:48:23.640 2938M] Finished final database update
[2020-11-15 22:48:23.643 2938M] ########## FTL terminated after 4.317689e+03 s! ##########
[2020-11-15 22:48:29.999 557M] Using log file /var/log/pihole-FTL.log
[2020-11-15 22:48:30.003 557M] ########## FTL started! ##########
[2020-11-15 22:48:30.003 557M] FTL branch: master
[2020-11-15 22:48:30.003 557M] FTL version: v5.2
[2020-11-15 22:48:30.003 557M] FTL commit: dbd4a69
[2020-11-15 22:48:30.003 557M] FTL date: 2020-08-09 22:09:43 +0100
[2020-11-15 22:48:30.003 557M] FTL user: pihole
[2020-11-15 22:48:30.003 557M] Compiled for armhf (compiled on CI) using arm-linux-gnueabihf-gcc (Debian 6.3.0-18) 6.3.0 20170516
[2020-11-15 22:48:30.003 557M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2020-11-15 22:48:30.003 557M]    SOCKET_LISTENING: only local
[2020-11-15 22:48:30.003 557M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
[2020-11-15 22:48:30.003 557M]    MAXDBDAYS: max age for stored queries is 365 days
[2020-11-15 22:48:30.004 557M]    RESOLVE_IPV6: Resolve IPv6 addresses
[2020-11-15 22:48:30.004 557M]    RESOLVE_IPV4: Resolve IPv4 addresses
[2020-11-15 22:48:30.004 557M]    DBINTERVAL: saving to DB file every minute
[2020-11-15 22:48:30.004 557M]    DBFILE: Using /etc/pihole/pihole-FTL.db
[2020-11-15 22:48:30.004 557M]    MAXLOGAGE: Importing up to 24.0 hours of log data
[2020-11-15 22:48:30.004 557M]    PRIVACYLEVEL: Set to 0
[2020-11-15 22:48:30.004 557M]    IGNORE_LOCALHOST: Show queries from localhost
[2020-11-15 22:48:30.004 557M]    BLOCKINGMODE: Null IPs for blocked domains
[2020-11-15 22:48:30.004 557M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2020-11-15 22:48:30.004 557M]    DBIMPORT: Importing history from database
[2020-11-15 22:48:30.004 557M]    PIDFILE: Using /run/pihole-FTL.pid
[2020-11-15 22:48:30.004 557M]    PORTFILE: Using /run/pihole-FTL.port
[2020-11-15 22:48:30.004 557M]    SOCKETFILE: Using /run/pihole/FTL.sock
[2020-11-15 22:48:30.004 557M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
[2020-11-15 22:48:30.004 557M]    MACVENDORDB: Using /etc/pihole/macvendor.db
[2020-11-15 22:48:30.004 557M]    GRAVITYDB: Using /etc/pihole/gravity.db
[2020-11-15 22:48:30.004 557M]    PARSE_ARP_CACHE: Active
[2020-11-15 22:48:30.004 557M]    CNAME_DEEP_INSPECT: Active
[2020-11-15 22:48:30.004 557M]    DELAY_STARTUP: No delay requested.
[2020-11-15 22:48:30.004 557M]    NICE: Set process niceness to -10 (default)
[2020-11-15 22:48:30.004 557M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
[2020-11-15 22:48:30.004 557M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
[2020-11-15 22:48:30.005 557M] Finished config file parsing
[2020-11-15 22:48:30.013 557M] Database version is 7
[2020-11-15 22:48:30.013 557M] Database successfully initialized
[2020-11-15 22:48:30.016 557M] New upstream server: 84.200.70.40 (0/1024)
[2020-11-15 22:48:30.016 557M] New upstream server: 84.200.69.80 (1/1024)
[2020-11-15 22:48:30.031 557M] Resizing "/FTL-strings" from 4096 to 8192
[2020-11-15 22:48:30.041 557M] Resizing "/FTL-strings" from 8192 to 12288
[2020-11-15 22:48:30.045 557M] Resizing "/FTL-strings" from 12288 to 16384
[2020-11-15 22:48:30.048 557M] Resizing "/FTL-strings" from 16384 to 20480
[2020-11-15 22:48:30.076 557M] Resizing "/FTL-strings" from 20480 to 24576
[2020-11-15 22:48:30.079 557M] Imported 2798 queries from the long-term database
[2020-11-15 22:48:30.079 557M]  -> Total DNS queries: 2798
[2020-11-15 22:48:30.080 557M]  -> Cached DNS queries: 717
[2020-11-15 22:48:30.080 557M]  -> Forwarded DNS queries: 1997
[2020-11-15 22:48:30.080 557M]  -> Blocked DNS queries: 84
[2020-11-15 22:48:30.080 557M]  -> Unknown DNS queries: 0
[2020-11-15 22:48:30.080 557M]  -> Unique domains: 815
[2020-11-15 22:48:30.080 557M]  -> Unique clients: 16
[2020-11-15 22:48:30.080 557M]  -> Known forward destinations: 2
[2020-11-15 22:48:30.080 557M] Successfully accessed setupVars.conf
[2020-11-15 22:48:30.100 559M] PID of FTL process: 559
[2020-11-15 22:48:30.101 559/T562] Listening on Unix socket
[2020-11-15 22:48:30.101 559/T561] Listening on port 4711 for incoming IPv6 telnet connections
[2020-11-15 22:48:30.102 559/T560] Listening on port 4711 for incoming IPv4 telnet connections
[2020-11-15 22:48:30.104 559M] Reloading DNS cache
[2020-11-15 22:48:30.104 559M] Blocking status is enabled
[2020-11-15 22:48:30.159 559M] INFO: No regex blacklist entries found
[2020-11-15 22:48:30.160 559M] INFO: No regex whitelist entries found
[2020-11-15 22:48:30.165 559M] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 7.1 msec
[2020-11-15 22:59:39.150 559M] Resizing "/FTL-dns-cache" from 4096 to 8192
[2020-11-15 23:02:19.603 559M] Resizing "/FTL-strings" from 24576 to 28672
[2020-11-15 23:28:16.982 559M] Resizing "/FTL-dns-cache" from 8192 to 12288
[2020-11-15 23:45:43.323 559M] Resizing "/FTL-queries" from 229376 to 458752
[2020-11-16 00:38:27.173 559M] Resizing "/FTL-strings" from 28672 to 32768
[2020-11-16 07:50:50.163 559M] Resizing "/FTL-dns-cache" from 12288 to 16384
[2020-11-16 08:15:47.149 559M] Resizing "/FTL-strings" from 32768 to 36864
[2020-11-16 08:15:58.454 559M] Resizing "/FTL-dns-cache" from 16384 to 20480
[2020-11-16 08:16:05.114 559M] Resizing "/FTL-strings" from 36864 to 40960
[2020-11-16 09:05:44.359 559M] Resizing "/FTL-dns-cache" from 20480 to 24576

And here is the log of the db removal and restart (no change after that):

[2020-11-16 09:12:31.037 559M] Shutting down...
[2020-11-16 09:12:31.087 559M] Finished final database update
[2020-11-16 09:12:31.089 559M] ########## FTL terminated after 3.744109e+04 s! ##########
[2020-11-16 09:12:50.036 5043M] Using log file /var/log/pihole-FTL.log
[2020-11-16 09:12:50.036 5043M] ########## FTL started! ##########
[2020-11-16 09:12:50.036 5043M] FTL branch: master
[2020-11-16 09:12:50.036 5043M] FTL version: v5.2
[2020-11-16 09:12:50.036 5043M] FTL commit: dbd4a69
[2020-11-16 09:12:50.036 5043M] FTL date: 2020-08-09 22:09:43 +0100
[2020-11-16 09:12:50.036 5043M] FTL user: pihole
[2020-11-16 09:12:50.036 5043M] Compiled for armhf (compiled on CI) using arm-linux-gnueabihf-gcc (Debian 6.3.0-18) 6.3.0 20170516
[2020-11-16 09:12:50.036 5043M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2020-11-16 09:12:50.036 5043M]    SOCKET_LISTENING: only local
[2020-11-16 09:12:50.036 5043M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
[2020-11-16 09:12:50.036 5043M]    MAXDBDAYS: max age for stored queries is 365 days
[2020-11-16 09:12:50.036 5043M]    RESOLVE_IPV6: Resolve IPv6 addresses
[2020-11-16 09:12:50.036 5043M]    RESOLVE_IPV4: Resolve IPv4 addresses
[2020-11-16 09:12:50.037 5043M]    DBINTERVAL: saving to DB file every minute
[2020-11-16 09:12:50.037 5043M]    DBFILE: Using /etc/pihole/pihole-FTL.db
[2020-11-16 09:12:50.037 5043M]    MAXLOGAGE: Importing up to 24.0 hours of log data
[2020-11-16 09:12:50.037 5043M]    PRIVACYLEVEL: Set to 0
[2020-11-16 09:12:50.037 5043M]    IGNORE_LOCALHOST: Show queries from localhost
[2020-11-16 09:12:50.037 5043M]    BLOCKINGMODE: Null IPs for blocked domains
[2020-11-16 09:12:50.037 5043M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2020-11-16 09:12:50.037 5043M]    DBIMPORT: Importing history from database
[2020-11-16 09:12:50.037 5043M]    PIDFILE: Using /run/pihole-FTL.pid
[2020-11-16 09:12:50.037 5043M]    PORTFILE: Using /run/pihole-FTL.port
[2020-11-16 09:12:50.037 5043M]    SOCKETFILE: Using /run/pihole/FTL.sock
[2020-11-16 09:12:50.037 5043M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
[2020-11-16 09:12:50.037 5043M]    MACVENDORDB: Using /etc/pihole/macvendor.db
[2020-11-16 09:12:50.037 5043M]    GRAVITYDB: Using /etc/pihole/gravity.db
[2020-11-16 09:12:50.037 5043M]    PARSE_ARP_CACHE: Active
[2020-11-16 09:12:50.037 5043M]    CNAME_DEEP_INSPECT: Active
[2020-11-16 09:12:50.037 5043M]    DELAY_STARTUP: No delay requested.
[2020-11-16 09:12:50.037 5043M]    NICE: Set process niceness to -10 (default)
[2020-11-16 09:12:50.037 5043M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
[2020-11-16 09:12:50.037 5043M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
[2020-11-16 09:12:50.038 5043M] Finished config file parsing
[2020-11-16 09:12:50.038 5043M] No database file found, creating new (empty) database
[2020-11-16 09:12:50.127 5043M] Database version is 1
[2020-11-16 09:12:50.127 5043M] Updating long-term database to version 2
[2020-11-16 09:12:50.200 5043M] Updating long-term database to version 3
[2020-11-16 09:12:50.229 5043M] Updating long-term database to version 4
[2020-11-16 09:12:50.241 5043M] Updating long-term database to version 5
[2020-11-16 09:12:50.276 5043M] Updating long-term database to version 6
[2020-11-16 09:12:50.463 5043M] Updating long-term database to version 7
[2020-11-16 09:12:50.490 5043M] Database successfully initialized
[2020-11-16 09:12:50.491 5043M] Imported 0 queries from the long-term database
[2020-11-16 09:12:50.491 5043M]  -> Total DNS queries: 0
[2020-11-16 09:12:50.491 5043M]  -> Cached DNS queries: 0
[2020-11-16 09:12:50.491 5043M]  -> Forwarded DNS queries: 0
[2020-11-16 09:12:50.491 5043M]  -> Blocked DNS queries: 0
[2020-11-16 09:12:50.491 5043M]  -> Unknown DNS queries: 0
[2020-11-16 09:12:50.491 5043M]  -> Unique domains: 0
[2020-11-16 09:12:50.491 5043M]  -> Unique clients: 0
[2020-11-16 09:12:50.491 5043M]  -> Known forward destinations: 0
[2020-11-16 09:12:50.491 5043M] Successfully accessed setupVars.conf
[2020-11-16 09:12:50.497 5045M] PID of FTL process: 5045
[2020-11-16 09:12:50.497 5045/T5046] Listening on port 4711 for incoming IPv4 telnet connections
[2020-11-16 09:12:50.498 5045/T5048] Listening on Unix socket
[2020-11-16 09:12:50.499 5045/T5047] Listening on port 4711 for incoming IPv6 telnet connections
[2020-11-16 09:12:50.499 5045M] Reloading DNS cache
[2020-11-16 09:12:50.499 5045M] Blocking status is enabled
[2020-11-16 09:12:50.522 5045M] INFO: No regex blacklist entries found
[2020-11-16 09:12:50.522 5045M] INFO: No regex whitelist entries found
[2020-11-16 09:12:50.522 5045M] Compiled 0 whitelist and 0 blacklist regex filters for 0 clients in 0.5 msec
[2020-11-16 09:12:51.202 5045M] New upstream server: 84.200.70.40 (0/1024)
[2020-11-16 09:13:00.311 5045M] New upstream server: 84.200.69.80 (1/1024)

OK, I uninstalled pihole (sudo pihole uninstall) and reinstalled it, and it works fine now.
Thank you for taking the time to look into my issue :wink:

Bastien.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.