Stats not indicating blocking is occurring

The issue I am facing:
Pi-hole doesn't indicate any blocks via stats page, had been previously blocking with plenty of hits on stats page. I did receive Maximum number of concurrent DNS queries reached message in Pi-hole. before the system reached this state.

Details about my system:
Debian 10

  • Pi-hole v5.13
  • FTL v5.18.2
  • Web Interface v5.16
    1.1.1.1 upstream server selected

What I have changed since installing Pi-hole:
Added blocklists
Enabled DHCP
Created client list
Created DHCP reservations
Changed upstream DNS server
Deleted blocklist and re-add

pastebin bc I can't figure out what part of my debug is "referencing a user"
https://pastebin.com/jR3Z4bRb

From the debug logs, it appears all your block/adlists are assigned only to the default group with group_id=0.
And none are assigned to those other groups "WiFi" and "Wired" with group id's 1 and 2.

*** [ DIAGNOSING ]: Groups
   id    enabled  name                                                date_added           date_modified        description                                       
   ----  -------  --------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   0           1  Default                                             2022-09-24 11:08:33  2022-09-24 11:08:33  The default group                                 
   1           1  WiFi                                                2022-10-12 22:44:48  2022-10-12 22:44:48                                                    
   2           1  Wired                                               2022-10-12 22:46:10  2022-10-12 22:46:10
*** [ DIAGNOSING ]: Adlists
   id     enabled  group_ids     address                                                                                               date_added           date_modified        comment                                           
   -----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   34           1  0             **://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt                      2022-10-17 05:56:09  2022-10-17 05:56:09                                                    
   35           1  0             **://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts                         2022-10-17 05:56:26  2022-10-17 05:56:26                                                    
   36           1  0             **://v.firebog.net/hosts/static/w3kbl.txt                                                          2022-10-17 05:56:36  2022-10-17 05:56:36                                                    
   37           1  0             **://adaway.org/hosts.txt                                                                          2022-10-17 05:57:50  2022-10-17 05:57:50                                                    
   38           1  0             **://v.firebog.net/hosts/AdguardDNS.txt                                                            2022-10-17 05:57:59  2022-10-17 05:57:59                                                    
   39           1  0             **://v.firebog.net/hosts/Admiral.txt                                                               2022-10-17 05:58:08  2022-10-17 05:58:08                                                    
   40           1  0             **://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt                            2022-10-17 05:58:27  2022-10-17 05:58:27

I knew it had to be something simple. I'll look at this tonight, thanks for taking a closer look.

1 Like

Just a note about the debug log:

You don't need to paste the contents of your log on pastebin (or here, or anywhere).
You just need to post the debug token shown after you upload the log.

Steps:

  1. execute pihole -d;
  2. wait for the log to be generated;
  3. when asked if you want to upload the log, answer YES;
  4. copy the Debug Token and paste it here.

It's faster and keeps all your data private.
(only a small number of pi-hole devs will have access to your log content. It will be automatically deleted after 48 hours).

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