[DNS Resolution Currently Unavailable] during update, shut down

I attempted to update last night to the latest pihole install, but the system stopped halfway through. It was hanging on "DNS Resolution Currently Unavailable." After a couple of minutes, I closed the terminal window, and now the pihole appears to be gone. I cannot ssh into it, and it is no longer available in my browser at the expected IP address.

By the way, I'm NOT an expert by any means. This was always a weekend fun project for me, so if I need to reinstall, I'd really appreciate being pointed to the best guide.

I've been running the latest Pi-Hole on a Raspberry Pi 4. I use Mac OS.

Thanks in advance for taking the time to help.

I had the same issue, although I can still 'control' my VM (albeit not via SSH, but with the virsh command). The VM can now ping devices on the network, but can't reach out to the internet anymore.

I uninstalled Pi-hole, but that didn't resolve the issue, and without internet access, I can't reinstall, of course.

I assume there are some DNS settings that need fixing, but I haven't got around to digging for answers...

If you change put nameserver 8.8.8.8 in /etc/resolv.conf, DNS is fixed temporarily. However, Pi-Hole overrides the file during installation... So it's a catch 22.

Stupid that I uninstalled Pi-Hole... Otherwise I could have run a debug log.

Pi-hole itself does not touch its host's DNS. Which network stack do you use? systemd-networkd, ifupdown, dhcpcd? Check its settings, where the DNS seems to be configured to be Pi-hole/127.0.0.1, and change it permanently there.

Doing what's suggested here temporarily fixed the issue, so I could at least install Pi-Hole again.

It then didn't work until I reset my DNS server to 127.0.0.1#5335 in Pi-Hole's GUI (I use unbound).

My issue is resolved, but this isn't my thread, of course. Apologies, @crediblehulk. But maybe my link helps you as well?

I had the same problem. My Pi-Hole runs on a Proxmox LXC . Shortly after the update started, I got the message

[โœ—] DNS resolution is currently unavailable

And then nothing worked anymore. I started again with

sudo PIHOLE_SKIP_OS_CHECK=true pihole -r

Now I had to set the DNS to 8.8.8.8.

After that the update went through but Pi-Hole was still broken.

Only a Proxmox backup restore could save me.

I'm still waiting with the update.

Hello!

I have the same problem and have no idea what to do to update and have a clean running system again.

Since my Pihole runs on a Synology VM, I simply reverted to the previous night's snapshot, and for the time being, all is well again - but no update possible.

Maybe the experts here can explain in less tech speech what to do? I am rather an average user, and the posts provided previously haven't enlightened me much, sorry. :face_with_open_eyes_and_hand_over_mouth:

So I was able to get a functional system again.

Once I unplugged my pihole, my SD card was corrupted. I needed a new one. I then started from scratch and reinstalled the lite OS and a fresh install of pihole. I was then able to restore from a teleport backup I made six months ago or so.

I didnโ€™t need to do new things with my router as the MAC address of my pihole was the same. (The IP address I reserved for it was still functional.)

There were a few lingering issues with trying to ssh into the system through terminal, but Chat GPT was actually a big help.

Good luck.

Does anybody know if the problem is only a temporary one, i.e. very likely to resolve with another pi-hole release version, or can please explain in digestable language (:wink:), how an average user can resolve it? Thank you! :+1:

Did you try the update before February 23rd, respectively was it trying to update to Pi-hole core v6.0.4 already? If so, we'd need logs to help you, do know why Pi-hole's upstream DNS was not migrated. v6.0.4 fixed a reason for failing migration. So if you tried before it was release, just try again.

If you want to avoid the issue in any case, let the Synology use an upstream DNS directly, instead of Pi-hole. For a server, there is usually no reason to use Pi-hole, as you do not browse the web from a server system where you would need to block ads and trackers. Naturally, using Pi-hole on its own host implies this exact risk, that certain maintenance might saw off the branch it is sitting on.

1 Like

No, later. If I temporarily change my DNS settings and start the update again, will it then work?

Yes, if the Synology itself does not use Pi-hole, it should not run into this " DNS Resolution Currently Unavailable" error.

But it would be also interesting to why/how it failed with Pi-hole v6.0.4 installer. Do you have the logs from the update? There should be something like this:

  [โœ“] Migrating Pi-hole configuration to version 6
    Migrating config to Pi-hole v6.0 format
    Reading legacy config files from /etc/pihole/pihole-FTL.conf
       PIDFILE: Empty path is not possible, using default
       SETUPVARSFILE: Empty path is not possible, using default
       MACVENDORDB: Empty path is not possible, using default
       GRAVITYDB: Empty path is not possible, using default
       WEBROOT: Empty path is not possible, using default
       WEBHOME: Empty path is not possible, using default
       API_INFO_LOG: Empty path is not possible, using default
       WEBDOMAIN: Empty path is not possible, using default
    Moving /etc/pihole/pihole-FTL.conf to /etc/pihole/migration_backup_v6/pihole-FTL.conf
    Migrating config from /etc/pihole/setupVars.conf
    setupVars.conf:WEBPASSWORD -> Setting webserver.api.pwhash to <HASH>
    setupVars.conf:BLOCKING_ENABLED -> Setting dns.blocking.active to true
    setupVars.conf:TEMPERATURE_LIMIT -> Not set
    setupVars.conf:TEMPERATURE_UNIT -> Not set
    setupVars.conf:WEBUIBOXEDLAYOUT -> Not set
    setupVars.conf:WEBTHEME -> Not set
    setupVars.conf:PIHOLE_DNS_1 -> Setting dns.upstreams[1] = 1.1.1.1
    setupVars.conf:PIHOLE_DNS_2 -> Setting dns.upstreams[2] = 1.0.0.1

which shows the two upstream DNS server entries from Pi-hole v5 being migrated. With this, the problem should not appear anymore. On some local tests, it sometimes took a few seconds and did show "DNS Resolution Currently Unavailable" a few times, but finally continued and finished the update without further interaction.

1 Like

I will give it a try, but need to wait till the household members are out. :grin:

Here is the output (I selected the recommended action to disable lighttpd):

~$ (pihole -up 2> >(tee pihole_update_stderr.log >&2)) | tee pihole_update_stdout.log

I do not fully understand the problem. Yes, when I executed this update, I still had my Synology NAS (with Pi-hole running in its VM) set up with the Pi-hole's IP as DNS (as it is supposed to be and works all time in my entire home network with lots of devices).

Shouldn't there be a mechanism that overcomes the problem of the DNS itself not being ready during a Pi-hole update? Previous updates worked flawlessly, this one does not.

pihole_update_stderr.log is empty.

Content of pihole_update_stdout.log:

  [โœ“] Update local cache of available packages
  [i] Existing PHP installation detected : PHP version 7.4.33
  [โœ“] Checking for git
  [โœ“] Checking for iproute2
  [โœ“] Checking for dialog
  [โœ“] Checking for ca-certificates

  [i] Checking for updates...
  [i] Pi-hole Core:     update available
  [i] Web Interface:    update available
  [i] FTL:              update available

  [i] Pi-hole core files out of date, updating local repo.
  [โœ“] Check for existing repository in /etc/.pihole
  [i] Update repo in /etc/.pihole...HEAD is now at 9fe687bd Pi-hole Core v6.0.5 (#6042)
  [โœ“] Update repo in /etc/.pihole

  [i] If you had made any changes in '/etc/.pihole/', they have been stashed using 'git stash'

  [i] Pi-hole Web Admin files out of date, updating local repo.
  [โœ“] Check for existing repository in /var/www/html/admin
  [i] Update repo in /var/www/html/admin...HEAD is now at 25441178 Pi-hole Web v6.0.2 (#3272)
  [โœ“] Update repo in /var/www/html/admin

  [i] If you had made any changes in '/var/www/html/admin/', they have been stashed using 'git stash'

  [i] FTL out of date, it will be updated by the installer.

  [โœ“] Root user check

        .;;,.
        .ccccc:,.
         :cccclll:.      ..,,
          :ccccclll.   ;ooodc
           'ccll:;ll .oooodc
             .;cll.;;looo:.
                 .. ','.
                .',,,,,,'.
              .',,,,,,,,,,.
            .',,,,,,,,,,,,....
          ....''',,,,,,,'.......
        .........  ....  .........
        ..........      ..........
        ..........      ..........
        .........  ....  .........
          ........,,,,,,,'......
            ....',,,,,,,,,,,,.
               .',,,,,,,,,'.
                .',,,,,,'.
                  ..'''.

  [i] SELinux not detected
  [โœ“] Update local cache of available packages

  [โœ“] Checking apt-get for upgraded packages... 3 updates available
  [i] It is recommended to update your OS after installing the Pi-hole!

  [โœ“] Building dependency package pihole-meta.deb
  [โœ“] Installing Pi-hole dependency package

  [โœ“] Supported OS detected
  [i] Performing unattended setup, no dialogs will be displayed
  [โœ“] Check for existing repository in /etc/.pihole
  [i] Update repo in /etc/.pihole...HEAD is now at 9fe687bd Pi-hole Core v6.0.5 (#6042)
  [โœ“] Update repo in /etc/.pihole

  [โœ“] Check for existing repository in /var/www/html/admin
  [i] Update repo in /var/www/html/admin...HEAD is now at 25441178 Pi-hole Web v6.0.2 (#3272)
  [โœ“] Update repo in /var/www/html/admin

  [โœ“] Checking for user 'pihole'

  [i] FTL Checks...

  [โœ“] Detected x86_64 architecture
  [โœ“] Downloading and Installing FTL
  [โœ“] Installing scripts from /etc/.pihole

  [i] Installing configs from /etc/.pihole...

  [โœ“] Installing latest Cron script

  [i] Installing latest logrotate script...
        [i] webserver.log added to logrotate file.
  [โœ“] Installing latest logrotate script
  [โœ“] man pages installed and database updated
  [i] Waiting until DNS resolution is available........

After about 5 minutes, I cancelled by CTRL+C.

Content of /var/log/pihole/FTL.log:

[2025-03-05 00:10:00.473 462/T556] Notice: Database size is 2628.51 MB, deleted 570 rows
[2025-03-05 00:20:00.330 462/T556] Notice: Database size is 2628.51 MB, deleted 545 rows
[2025-03-05 00:30:00.388 462/T556] Notice: Database size is 2628.51 MB, deleted 555 rows
[2025-03-05 00:39:00.434 462/T556] Notice: Database size is 2628.51 MB, deleted 470 rows
[2025-03-05 00:41:12.105 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 00:50:00.332 462/T556] Notice: Database size is 2628.51 MB, deleted 639 rows
[2025-03-05 00:51:14.881 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 01:00:00.260 462/T556] Notice: Database size is 2628.51 MB, deleted 656 rows
[2025-03-05 01:10:00.347 462/T556] Notice: Database size is 2628.51 MB, deleted 589 rows
[2025-03-05 01:20:00.366 462/T556] Notice: Database size is 2628.51 MB, deleted 579 rows
[2025-03-05 01:30:00.293 462/T556] Notice: Database size is 2628.51 MB, deleted 537 rows
[2025-03-05 01:36:13.049 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 01:40:00.313 462/T556] Notice: Database size is 2628.51 MB, deleted 547 rows
[2025-03-05 01:50:00.349 462/T556] Notice: Database size is 2628.51 MB, deleted 583 rows
[2025-03-05 02:00:00.367 462/T556] Notice: Database size is 2628.51 MB, deleted 628 rows
[2025-03-05 02:10:00.423 462/T556] Notice: Database size is 2628.51 MB, deleted 589 rows
[2025-03-05 02:20:00.405 462/T556] Notice: Database size is 2628.51 MB, deleted 627 rows
[2025-03-05 02:30:00.271 462/T556] Notice: Database size is 2628.51 MB, deleted 549 rows
[2025-03-05 02:36:19.726 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 02:40:00.364 462/T556] Notice: Database size is 2628.51 MB, deleted 544 rows
[2025-03-05 02:41:11.939 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 02:50:00.362 462/T556] Notice: Database size is 2628.51 MB, deleted 544 rows
[2025-03-05 03:00:00.316 462/T556] Notice: Database size is 2628.51 MB, deleted 590 rows
[2025-03-05 03:10:00.327 462/T556] Notice: Database size is 2628.51 MB, deleted 580 rows
[2025-03-05 03:11:11.666 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 03:20:00.231 462/T556] Notice: Database size is 2628.51 MB, deleted 529 rows
[2025-03-05 03:30:00.340 462/T556] Notice: Database size is 2628.51 MB, deleted 594 rows
[2025-03-05 03:40:00.310 462/T556] Notice: Database size is 2628.51 MB, deleted 518 rows
[2025-03-05 03:50:00.257 462/T556] Notice: Database size is 2628.51 MB, deleted 654 rows
[2025-03-05 04:00:00.331 462/T556] Notice: Database size is 2628.51 MB, deleted 601 rows
[2025-03-05 04:10:00.495 462/T556] Notice: Database size is 2628.51 MB, deleted 526 rows
[2025-03-05 04:15:24.657 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 04:20:00.344 462/T556] Notice: Database size is 2628.51 MB, deleted 521 rows
[2025-03-05 04:30:00.303 462/T556] Notice: Database size is 2628.51 MB, deleted 542 rows
[2025-03-05 04:40:00.289 462/T556] Notice: Database size is 2628.51 MB, deleted 527 rows
[2025-03-05 04:41:48.090 462M] Resizing "FTL-dns-cache" from 380928 to (24064 * 16) == 385024 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 04:50:00.249 462/T556] Notice: Database size is 2628.51 MB, deleted 542 rows
[2025-03-05 05:00:00.474 462/T556] Notice: Database size is 2628.51 MB, deleted 582 rows
[2025-03-05 05:00:35.724 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 05:10:00.380 462/T556] Notice: Database size is 2628.51 MB, deleted 594 rows
[2025-03-05 05:20:00.339 462/T556] Notice: Database size is 2628.51 MB, deleted 556 rows
[2025-03-05 05:25:52.060 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 05:30:00.562 462/T556] Notice: Database size is 2628.51 MB, deleted 530 rows
[2025-03-05 05:40:00.320 462/T556] Notice: Database size is 2628.51 MB, deleted 520 rows
[2025-03-05 05:49:00.395 462/T556] Notice: Database size is 2628.51 MB, deleted 494 rows
[2025-03-05 06:00:00.401 462/T556] Notice: Database size is 2628.51 MB, deleted 648 rows
[2025-03-05 06:10:00.376 462/T556] Notice: Database size is 2628.51 MB, deleted 554 rows
[2025-03-05 06:20:00.294 462/T556] Notice: Database size is 2628.51 MB, deleted 542 rows
[2025-03-05 06:30:00.443 462/T556] Notice: Database size is 2628.51 MB, deleted 731 rows
[2025-03-05 06:31:17.131 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 06:39:00.315 462/T556] Notice: Database size is 2628.51 MB, deleted 550 rows
[2025-03-05 06:39:30.722 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 06:45:24.574 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 06:50:01.503 462/T556] Notice: Database size is 2628.51 MB, deleted 684 rows
[2025-03-05 07:00:00.360 462/T556] Notice: Database size is 2628.51 MB, deleted 669 rows
[2025-03-05 07:10:00.258 462/T556] Notice: Database size is 2628.51 MB, deleted 701 rows
[2025-03-05 07:20:00.336 462/T556] Notice: Database size is 2628.51 MB, deleted 574 rows
[2025-03-05 07:30:00.287 462/T556] Notice: Database size is 2628.51 MB, deleted 729 rows
[2025-03-05 07:40:00.352 462/T556] Notice: Database size is 2628.51 MB, deleted 811 rows
[2025-03-05 07:40:58.781 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 07:50:00.319 462/T556] Notice: Database size is 2628.51 MB, deleted 835 rows
[2025-03-05 07:59:04.146 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 08:00:00.631 462/T556] Notice: Database size is 2628.51 MB, deleted 819 rows
[2025-03-05 08:10:00.310 462/T556] Notice: Database size is 2628.51 MB, deleted 813 rows
[2025-03-05 08:19:00.282 462/T556] Notice: Database size is 2628.51 MB, deleted 619 rows
[2025-03-05 08:30:00.353 462/T556] Notice: Database size is 2628.51 MB, deleted 713 rows
[2025-03-05 08:38:05.077 462M] Resizing "FTL-dns-cache" from 385024 to (24320 * 16) == 389120 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 08:40:00.255 462/T556] Notice: Database size is 2628.51 MB, deleted 1011 rows
[2025-03-05 08:41:12.113 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 08:50:00.352 462/T556] Notice: Database size is 2628.51 MB, deleted 916 rows
[2025-03-05 08:51:12.280 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 08:57:10.723 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:00:00.508 462/T556] Notice: Database size is 2628.51 MB, deleted 906 rows
[2025-03-05 09:04:46.686 462M] Resizing "FTL-domains" from 307200 to (13312 * 24) == 319488 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 09:09:06.656 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:09:15.751 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:10:00.365 462/T556] Notice: Database size is 2628.51 MB, deleted 754 rows
[2025-03-05 09:11:03.752 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:20:01.572 462/T556] Notice: Database size is 2628.51 MB, deleted 751 rows
[2025-03-05 09:30:00.778 462/T556] Notice: Database size is 2628.51 MB, deleted 994 rows
[2025-03-05 09:31:14.839 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:40:01.100 462/T556] Notice: Database size is 2628.51 MB, deleted 824 rows
[2025-03-05 09:41:12.573 462M] Resizing "FTL-dns-cache" from 389120 to (24576 * 16) == 393216 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 09:50:00.383 462/T556] Notice: Database size is 2628.51 MB, deleted 793 rows
[2025-03-05 09:51:11.171 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:53:15.862 462M] Reloading DNS cache
[2025-03-05 09:53:15.968 462/T556] SQLite3 message: file renamed while open: /etc/pihole/gravity.db (28)
[2025-03-05 09:53:16.126 462/T556] Compiled 110 whitelist and 24 blacklist regex filters for 50 clients in 156.4 msec
[2025-03-05 09:53:16.127 462/T556] Blocking status is enabled
[2025-03-05 10:28:04.326 456M] Using log file /var/log/pihole/FTL.log
[2025-03-05 10:28:04.349 456M] ########## FTL started on xxxxxxxxxx! ##########
[2025-03-05 10:28:04.349 456M] FTL branch: master
[2025-03-05 10:28:04.349 456M] FTL version: v5.25.2
[2025-03-05 10:28:04.349 456M] FTL commit: 8943e260
[2025-03-05 10:28:04.350 456M] FTL date: 2024-05-08 20:59:50 +0100
[2025-03-05 10:28:04.350 456M] FTL user: pihole
[2025-03-05 10:28:04.350 456M] Compiled for x86_64 (compiled on CI) using gcc (Debian 8.3.0-6) 8.3.0
[2025-03-05 10:28:04.350 456M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2025-03-05 10:28:04.350 456M]    SOCKET_LISTENING: only local
[2025-03-05 10:28:04.350 456M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
[2025-03-05 10:28:04.350 456M]    MAXDBDAYS: max age for stored queries is 365 days
[2025-03-05 10:28:04.350 456M]    RESOLVE_IPV6: Resolve IPv6 addresses
[2025-03-05 10:28:04.350 456M]    RESOLVE_IPV4: Resolve IPv4 addresses
[2025-03-05 10:28:04.350 456M]    DBINTERVAL: saving to DB file every minute
[2025-03-05 10:28:04.350 456M]    DBFILE: Using /etc/pihole/pihole-FTL.db
[2025-03-05 10:28:04.350 456M]    MAXLOGAGE: Importing up to 24.0 hours of log data
[2025-03-05 10:28:04.352 456M]    PRIVACYLEVEL: Set to 0
[2025-03-05 10:28:04.353 456M]    IGNORE_LOCALHOST: Show queries from localhost
[2025-03-05 10:28:04.353 456M]    BLOCKINGMODE: Null IPs for blocked domains
[2025-03-05 10:28:04.353 456M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2025-03-05 10:28:04.353 456M]    DBIMPORT: Importing history from database
[2025-03-05 10:28:04.353 456M]    PIDFILE: Using /run/pihole-FTL.pid
[2025-03-05 10:28:04.353 456M]    SOCKETFILE: Using /run/pihole/FTL.sock
[2025-03-05 10:28:04.353 456M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
[2025-03-05 10:28:04.353 456M]    MACVENDORDB: Using /etc/pihole/macvendor.db
[2025-03-05 10:28:04.353 456M]    GRAVITYDB: Using /etc/pihole/gravity.db
[2025-03-05 10:28:04.353 456M]    PARSE_ARP_CACHE: Active
[2025-03-05 10:28:04.353 456M]    CNAME_DEEP_INSPECT: Active
[2025-03-05 10:28:04.353 456M]    DELAY_STARTUP: No delay requested.
[2025-03-05 10:28:04.353 456M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
[2025-03-05 10:28:04.353 456M]    NICE: Set process niceness to -10 (default)
[2025-03-05 10:28:04.353 456M]    MAXNETAGE: Removing IP addresses and host names from network table after 365 days
[2025-03-05 10:28:04.353 456M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
[2025-03-05 10:28:04.353 456M]    EDNS0_ECS: Overwrite client from ECS information
[2025-03-05 10:28:04.353 456M]    REFRESH_HOSTNAMES: Periodically refreshing IPv4 names
[2025-03-05 10:28:04.354 456M]    RATE_LIMIT: Rate-limiting client making more than 1000 queries in 60 seconds
[2025-03-05 10:28:04.354 456M]    LOCAL_IPV4: Automatic interface-dependent detection of address
[2025-03-05 10:28:04.354 456M]    LOCAL_IPV6: Automatic interface-dependent detection of address
[2025-03-05 10:28:04.354 456M]    BLOCK_IPV4: Automatic interface-dependent detection of address
[2025-03-05 10:28:04.354 456M]    BLOCK_IPV6: Automatic interface-dependent detection of address
[2025-03-05 10:28:04.354 456M]    SHOW_DNSSEC: Enabled, showing automatically generated DNSSEC queries
[2025-03-05 10:28:04.354 456M]    MOZILLA_CANARY: Enabled
[2025-03-05 10:28:04.354 456M]    PIHOLE_PTR: internal PTR generation enabled (pi.hole)
[2025-03-05 10:28:04.354 456M]    ADDR2LINE: Enabled
[2025-03-05 10:28:04.354 456M]    REPLY_WHEN_BUSY: Drop queries when the database is busy
[2025-03-05 10:28:04.354 456M]    BLOCK_TTL: 2 seconds
[2025-03-05 10:28:04.354 456M]    BLOCK_ICLOUD_PR: Enabled
[2025-03-05 10:28:04.354 456M]    CHECK_LOAD: Enabled
[2025-03-05 10:28:04.354 456M]    CHECK_SHMEM: Warning if shared-memory usage exceeds 90%
[2025-03-05 10:28:04.354 456M]    CHECK_DISK: Warning if certain disk usage exceeds 90%
[2025-03-05 10:28:04.355 456M] Finished config file parsing
[2025-03-05 10:28:04.355 456M] Creating mutex
[2025-03-05 10:28:04.355 456M] Creating mutex
[2025-03-05 10:28:04.367 456M] PID of FTL process: 456
[2025-03-05 10:28:04.430 456M] Database version is 12
[2025-03-05 10:28:04.430 456M] Resizing "FTL-strings" from 40960 to (81920 * 1) == 81920 (/dev/shm: 712.7KB used, 1.0GB total, FTL uses 700.8KB)
[2025-03-05 10:28:04.431 456M] Imported 0 alias-clients
[2025-03-05 10:28:04.431 456M] Database successfully initialized
[2025-03-05 10:28:04.815 456M] New upstream server: 127.0.0.1:5335 (0/512)
[2025-03-05 10:28:04.822 456M] New upstream server: 192.168.178.1:53 (1/512)
[2025-03-05 10:28:05.018 456M] Resizing "FTL-dns-cache" from 4096 to (512 * 16) == 8192 (/dev/shm: 753.7KB used, 1.0GB total, FTL uses 741.7KB)
[2025-03-05 10:28:05.061 456M] Resizing "FTL-domains" from 12288 to (1024 * 24) == 24576 (/dev/shm: 757.8KB used, 1.0GB total, FTL uses 745.8KB)
[2025-03-05 10:28:05.104 456M] Resizing "FTL-dns-cache" from 8192 to (768 * 16) == 12288 (/dev/shm: 770.0KB used, 1.0GB total, FTL uses 758.1KB)
[2025-03-05 10:28:05.167 456M] Resizing "FTL-queries" from 229376 to (8192 * 56) == 458752 (/dev/shm: 774.1KB used, 1.0GB total, FTL uses 762.2KB)
[2025-03-05 10:28:05.200 456M] Resizing "FTL-dns-cache" from 12288 to (1024 * 16) == 16384 (/dev/shm: 1.0MB used, 1.0GB total, FTL uses 991.6KB)
[2025-03-05 10:28:05.249 456M] Resizing "FTL-domains" from 24576 to (1536 * 24) == 36864 (/dev/shm: 1.0MB used, 1.0GB total, FTL uses 995.7KB)
[2025-03-05 10:28:05.392 456M] Resizing "FTL-queries" from 458752 to (12288 * 56) == 688128 (/dev/shm: 1.0MB used, 1.0GB total, FTL uses 1.0MB)
[2025-03-05 10:28:05.656 456M] Resizing "FTL-queries" from 688128 to (16384 * 56) == 917504 (/dev/shm: 1.2MB used, 1.0GB total, FTL uses 1.2MB)
[2025-03-05 10:28:05.682 456M] Resizing "FTL-dns-cache" from 16384 to (1280 * 16) == 20480 (/dev/shm: 1.5MB used, 1.0GB total, FTL uses 1.5MB)
[2025-03-05 10:28:06.007 456M] Resizing "FTL-queries" from 917504 to (20480 * 56) == 1146880 (/dev/shm: 1.5MB used, 1.0GB total, FTL uses 1.5MB)
[2025-03-05 10:28:06.030 456M] Resizing "FTL-domains" from 36864 to (2048 * 24) == 49152 (/dev/shm: 1.7MB used, 1.0GB total, FTL uses 1.7MB)
[2025-03-05 10:28:06.075 456M] Resizing "FTL-strings" from 81920 to (122880 * 1) == 122880 (/dev/shm: 1.7MB used, 1.0GB total, FTL uses 1.7MB)
[2025-03-05 10:28:06.090 456M] Resizing "FTL-dns-cache" from 20480 to (1536 * 16) == 24576 (/dev/shm: 1.8MB used, 1.0GB total, FTL uses 1.8MB)
[2025-03-05 10:28:06.148 456M] Resizing "FTL-queries" from 1146880 to (24576 * 56) == 1376256 (/dev/shm: 1.8MB used, 1.0GB total, FTL uses 1.8MB)
[2025-03-05 10:28:06.189 456M] Resizing "FTL-dns-cache" from 24576 to (1792 * 16) == 28672 (/dev/shm: 2.0MB used, 1.0GB total, FTL uses 2.0MB)
[2025-03-05 10:28:06.217 456M] Resizing "FTL-queries" from 1376256 to (28672 * 56) == 1605632 (/dev/shm: 2.0MB used, 1.0GB total, FTL uses 2.0MB)
[2025-03-05 10:28:06.271 456M] Resizing "FTL-domains" from 49152 to (2560 * 24) == 61440 (/dev/shm: 2.2MB used, 1.0GB total, FTL uses 2.2MB)
[2025-03-05 10:28:06.320 456M] Resizing "FTL-queries" from 1605632 to (32768 * 56) == 1835008 (/dev/shm: 2.2MB used, 1.0GB total, FTL uses 2.2MB)
[2025-03-05 10:28:06.321 456M] Resizing "FTL-dns-cache" from 28672 to (2048 * 16) == 32768 (/dev/shm: 2.5MB used, 1.0GB total, FTL uses 2.5MB)
[2025-03-05 10:28:07.674 456M] Resizing "FTL-queries" from 1835008 to (36864 * 56) == 2064384 (/dev/shm: 2.5MB used, 1.0GB total, FTL uses 2.5MB)
[2025-03-05 10:28:07.787 456M] Resizing "FTL-queries" from 2064384 to (40960 * 56) == 2293760 (/dev/shm: 2.7MB used, 1.0GB total, FTL uses 2.7MB)
[2025-03-05 10:28:07.852 456M] Resizing "FTL-queries" from 2293760 to (45056 * 56) == 2523136 (/dev/shm: 2.9MB used, 1.0GB total, FTL uses 2.9MB)
[2025-03-05 10:28:07.860 456M] Resizing "FTL-dns-cache" from 32768 to (2304 * 16) == 36864 (/dev/shm: 3.2MB used, 1.0GB total, FTL uses 3.2MB)
[2025-03-05 10:28:07.912 456M] Resizing "FTL-domains" from 61440 to (3072 * 24) == 73728 (/dev/shm: 3.2MB used, 1.0GB total, FTL uses 3.2MB)
[2025-03-05 10:28:07.943 456M] Resizing "FTL-queries" from 2523136 to (49152 * 56) == 2752512 (/dev/shm: 3.2MB used, 1.0GB total, FTL uses 3.2MB)
[2025-03-05 10:28:08.215 456M] Resizing "FTL-queries" from 2752512 to (53248 * 56) == 2981888 (/dev/shm: 3.4MB used, 1.0GB total, FTL uses 3.4MB)
[2025-03-05 10:28:08.805 456M] Resizing "FTL-queries" from 2981888 to (57344 * 56) == 3211264 (/dev/shm: 3.6MB used, 1.0GB total, FTL uses 3.6MB)
[2025-03-05 10:28:09.171 456M] Resizing "FTL-dns-cache" from 36864 to (2560 * 16) == 40960 (/dev/shm: 3.9MB used, 1.0GB total, FTL uses 3.9MB)
[2025-03-05 10:28:09.197 456M] Resizing "FTL-queries" from 3211264 to (61440 * 56) == 3440640 (/dev/shm: 3.9MB used, 1.0GB total, FTL uses 3.9MB)
[2025-03-05 10:28:09.601 456M] Resizing "FTL-queries" from 3440640 to (65536 * 56) == 3670016 (/dev/shm: 4.1MB used, 1.0GB total, FTL uses 4.1MB)
[2025-03-05 10:28:09.725 456M] Resizing "FTL-queries" from 3670016 to (69632 * 56) == 3899392 (/dev/shm: 4.3MB used, 1.0GB total, FTL uses 4.3MB)
[2025-03-05 10:28:09.886 456M] Resizing "FTL-queries" from 3899392 to (73728 * 56) == 4128768 (/dev/shm: 4.6MB used, 1.0GB total, FTL uses 4.6MB)
[2025-03-05 10:28:09.931 456M] Resizing "FTL-domains" from 73728 to (3584 * 24) == 86016 (/dev/shm: 4.8MB used, 1.0GB total, FTL uses 4.8MB)
[2025-03-05 10:28:09.948 456M] Resizing "FTL-strings" from 122880 to (163840 * 1) == 163840 (/dev/shm: 4.8MB used, 1.0GB total, FTL uses 4.8MB)
[2025-03-05 10:28:09.969 456M] Resizing "FTL-queries" from 4128768 to (77824 * 56) == 4358144 (/dev/shm: 4.8MB used, 1.0GB total, FTL uses 4.8MB)
[2025-03-05 10:28:09.975 456M] Resizing "FTL-dns-cache" from 40960 to (2816 * 16) == 45056 (/dev/shm: 5.1MB used, 1.0GB total, FTL uses 5.1MB)
[2025-03-05 10:28:10.058 456M] Resizing "FTL-queries" from 4358144 to (81920 * 56) == 4587520 (/dev/shm: 5.1MB used, 1.0GB total, FTL uses 5.1MB)
[2025-03-05 10:28:10.179 456M] Resizing "FTL-queries" from 4587520 to (86016 * 56) == 4816896 (/dev/shm: 5.3MB used, 1.0GB total, FTL uses 5.3MB)
[2025-03-05 10:28:10.232 456M] Resizing "FTL-dns-cache" from 45056 to (3072 * 16) == 49152 (/dev/shm: 5.5MB used, 1.0GB total, FTL uses 5.5MB)
[2025-03-05 10:28:10.287 456M] Resizing "FTL-queries" from 4816896 to (90112 * 56) == 5046272 (/dev/shm: 5.5MB used, 1.0GB total, FTL uses 5.5MB)
[2025-03-05 10:28:10.386 456M] Imported 87797 queries from the long-term database
[2025-03-05 10:28:10.388 456M]  -> Total DNS queries: 87797
[2025-03-05 10:28:10.388 456M]  -> Cached DNS queries: 20918
[2025-03-05 10:28:10.388 456M]  -> Forwarded DNS queries: 62690
[2025-03-05 10:28:10.388 456M]  -> Blocked DNS queries: 2538
[2025-03-05 10:28:10.388 456M]  -> Unknown DNS queries: 21
[2025-03-05 10:28:10.388 456M]  -> Unique domains: 3531
[2025-03-05 10:28:10.388 456M]  -> Unique clients: 41
[2025-03-05 10:28:10.388 456M]  -> Known forward destinations: 2
[2025-03-05 10:28:10.388 456M] Successfully accessed setupVars.conf
[2025-03-05 10:28:10.393 456M] listening on 0.0.0.0 port 53
[2025-03-05 10:28:10.393 456M] listening on :: port 53
[2025-03-05 10:28:10.394 456M] PID of FTL process: 456
[2025-03-05 10:28:10.394 456M] Listening on port 4711 for incoming IPv4 telnet connections
[2025-03-05 10:28:10.395 456M] Listening on port 4711 for incoming IPv6 telnet connections
[2025-03-05 10:28:10.395 456M] Listening on port 4711 for incoming socket telnet connections
[2025-03-05 10:28:10.395 456M] INFO: FTL is running as user pihole (UID 998)
[2025-03-05 10:28:10.403 456M] Reloading DNS cache
[2025-03-05 10:28:10.514 456/T559] Resizing "FTL-per-client-regex" from 4096 to (1 * 8192) == 8192 (/dev/shm: 5.8MB used, 1.0GB total, FTL uses 5.8MB)
[2025-03-05 10:28:10.658 456/T559] Compiled 110 whitelist and 24 blacklist regex filters for 41 clients in 155.8 msec
[2025-03-05 10:28:10.659 456/T559] Blocking status is enabled
[2025-03-05 10:28:12.415 456M] New upstream server: 192.168.178.11:53 (2/512)
[2025-03-05 10:29:11.629 456M] Resizing "FTL-domains" from 86016 to (4096 * 24) == 98304 (/dev/shm: 5.8MB used, 1.0GB total, FTL uses 5.8MB)
[2025-03-05 10:29:55.469 456M] Resizing "FTL-dns-cache" from 49152 to (3328 * 16) == 53248 (/dev/shm: 5.8MB used, 1.0GB total, FTL uses 5.8MB)
[2025-03-05 10:30:01.190 456/T559] Notice: Database size is 2628.51 MB, deleted 3946 rows
2025-03-05 10:31:58.555 CET [1934M] INFO: Config file /etc/pihole/pihole.toml not available (r): No such file or directory
2025-03-05 10:31:59.596 CET [1976M] INFO: ########## FTL started on xxxxxxxxxx! ##########
2025-03-05 10:31:59.596 CET [1976M] INFO: FTL branch: master
2025-03-05 10:31:59.596 CET [1976M] INFO: FTL version: v6.0.4
2025-03-05 10:31:59.596 CET [1976M] INFO: FTL commit: b7eb53bf
2025-03-05 10:31:59.597 CET [1976M] INFO: FTL date: 2025-03-04 17:22:10 +0000
2025-03-05 10:31:59.597 CET [1976M] INFO: FTL user: pihole
2025-03-05 10:31:59.597 CET [1976M] INFO: Compiled for linux/amd64 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-03-05 10:31:59.603 CET [1976M] INFO: Wrote config file:
2025-03-05 10:31:59.603 CET [1976M] INFO:  - 153 total entries
2025-03-05 10:31:59.603 CET [1976M] INFO:  - 145 entries are default
2025-03-05 10:31:59.603 CET [1976M] INFO:  - 8 entries are modified
2025-03-05 10:31:59.603 CET [1976M] INFO:  - 0 entries are forced through environment
2025-03-05 10:31:59.606 CET [1976M] INFO: Parsed config file /etc/pihole/pihole.toml successfully
2025-03-05 10:31:59.606 CET [1976M] INFO: PID file does not exist or not readable
2025-03-05 10:31:59.606 CET [1976M] INFO: No other running FTL process found.
2025-03-05 10:31:59.610 CET [1976M] INFO: PID of FTL process: 1976
2025-03-05 10:31:59.611 CET [1976M] INFO: listening on 0.0.0.0 port 53
2025-03-05 10:31:59.611 CET [1976M] INFO: listening on :: port 53
2025-03-05 10:31:59.613 CET [1976M] INFO: PID of FTL process: 1976
2025-03-05 10:31:59.614 CET [1976M] INFO: Database version is 12
2025-03-05 10:31:59.614 CET [1976M] INFO: Updating long-term database to version 13
2025-03-05 10:31:59.824 CET [1976M] INFO: Updating long-term database to version 14
2025-03-05 10:31:59.897 CET [1976M] INFO: Updating long-term database to version 15
2025-03-05 10:32:00.131 CET [1976M] INFO: Updating long-term database to version 16
2025-03-05 10:32:00.204 CET [1976M] INFO: Updating long-term database to version 17
2025-03-05 10:32:00.306 CET [1976M] INFO: Updating long-term database to version 18
2025-03-05 10:32:00.370 CET [1976M] INFO: Updating long-term database to version 19
2025-03-05 10:32:00.451 CET [1976M] INFO: Updating long-term database to version 20
2025-03-05 10:32:00.602 CET [1976M] INFO: Updating long-term database to version 21
2025-03-05 10:32:00.674 CET [1976M] INFO: Database successfully initialized
2025-03-05 10:36:21.188 CET [1976M] INFO: Imported 87672 queries from the on-disk database (it has 37521142 rows)
2025-03-05 10:36:21.190 CET [1976M] INFO: Parsing queries in database
2025-03-05 10:36:21.277 CET [1976M] INFO:   10000 queries parsed...
2025-03-05 10:36:21.367 CET [1976M] INFO:   20000 queries parsed...
2025-03-05 10:36:21.463 CET [1976M] INFO:   30000 queries parsed...
2025-03-05 10:36:21.555 CET [1976M] INFO:   40000 queries parsed...
2025-03-05 10:36:21.619 CET [1976M] INFO:   50000 queries parsed...
2025-03-05 10:36:21.684 CET [1976M] INFO:   60000 queries parsed...
2025-03-05 10:36:21.742 CET [1976M] INFO:   70000 queries parsed...
2025-03-05 10:36:21.806 CET [1976M] INFO:   80000 queries parsed...
2025-03-05 10:36:21.868 CET [1976M] INFO: Imported 87370 queries from the long-term database
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Total DNS queries: 87370
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Cached DNS queries: 20665
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Forwarded DNS queries: 62531
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Blocked DNS queries: 2541
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Unknown DNS queries: 22
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Unique domains: 3550
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Unique clients: 41
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> DNS cache records: 2827
2025-03-05 10:36:21.868 CET [1976M] INFO:  -> Known forward destinations: 2
2025-03-05 10:36:22.254 CET [1976M] INFO: FTL is running as user pihole (UID 998)
2025-03-05 10:36:22.260 CET [1976M] INFO: Created SSL/TLS certificate for pi.hole at /etc/pihole/tls.pem
2025-03-05 10:36:22.260 CET [1976M] INFO: Reading certificate from /etc/pihole/tls.pem ...
2025-03-05 10:36:22.260 CET [1976M] INFO: Using SSL/TLS certificate file /etc/pihole/tls.pem
2025-03-05 10:36:22.261 CET [1976M] INFO: Web server ports:
2025-03-05 10:36:22.261 CET [1976M] INFO:   - 0.0.0.0:80 (HTTP, IPv4, optional, OK)
2025-03-05 10:36:22.261 CET [1976M] INFO:   - 0.0.0.0:443 (HTTPS, IPv4, optional, OK)
2025-03-05 10:36:22.261 CET [1976M] INFO:   - [::]:80 (HTTP, IPv6, optional, OK)
2025-03-05 10:36:22.261 CET [1976M] INFO:   - [::]:443 (HTTPS, IPv6, optional, OK)
2025-03-05 10:36:22.262 CET [1976M] INFO: Restored 0 API sessions from the database
2025-03-05 10:36:22.317 CET [1976M] INFO: Blocking status is enabled
2025-03-05 10:36:22.479 CET [1976/T2011] INFO: Compiled 110 allow and 24 deny regex for 41 clients in 119.2 msec
2025-03-05 10:36:29.076 CET [1976/T2010] INFO: Received 8/8 valid NTP replies from pool.ntp.org
2025-03-05 10:36:29.077 CET [1976/T2010] INFO: Time offset: -3.500441e+01 ms (excluded 1 outliers)
2025-03-05 10:36:29.077 CET [1976/T2010] INFO: Round-trip delay: 2.235876e+01 ms (excluded 1 outliers)
2025-03-05 10:36:29.077 CET [1976/T2020] INFO: NTP server listening on :::123 (IPv6)
2025-03-05 10:36:29.077 CET [1976/T2019] INFO: NTP server listening on 0.0.0.0:123 (IPv4)
2025-03-05 10:38:13.401 CET [1976/T2046] WARNING: API: Bad request (key: bad_request, hint: The API is hosted at pi.hole/api, not pi.hole/admin/api)
2025-03-05 10:38:13.409 CET [1976/T2047] WARNING: API: Bad request (key: bad_request, hint: The API is hosted at pi.hole/api, not pi.hole/admin/api)

Apart from the last 2 lines showing warnings (which I do not understand), I cannot see any problems (being no expert at all, of course).

.
As I do not see any [โœ“] Migrating Pi-hole configuration to version 6 anywhere, I assume that I have to try once more with some other DNS (like Google's 8.8.8.8) for my Synology NAS. I will do this and report in a separate post.

EDIT:
Before I do this, I need to mention that the update seems to have gone through at least partly. Else, I would not understand why the WebGUI now looks a bit differently, e.g. suggesting that I shall switch to the more secure https://. Furthermore, the footer now shows:

I.e., the FTL was updated correctly, it seems, but not Core and Web interface.

@MichaIng
I had to set the DNS to 1.1.1.1 both on my gateway router and on my Synology NAS. Furthermore, I restored the previously taken snapshot of my Pi-hole (VM) instance, i.e. its state before the (partly) failed update. And then (yeah, I could have done a simple pihole -up instead):

~$ (pihole -up 2> >(tee pihole_update_stderr.log >&2)) | tee pihole_update_stdout.log`
  [โœ“] Update local cache of available packages
  [i] Existing PHP installation detected : PHP version 7.4.33
  [โœ“] Checking for git
  [โœ“] Checking for iproute2
  [โœ“] Checking for dialog
  [โœ“] Checking for ca-certificates

  [i] Checking for updates...
  [i] Pi-hole Core:     update available
  [i] Web Interface:    update available
  [i] FTL:              update available

  [i] Pi-hole core files out of date, updating local repo.
  [โœ“] Check for existing repository in /etc/.pihole
  [i] Update repo in /etc/.pihole...HEAD is now at 9fe687bd Pi-hole Core v6.0.5 (#6042)
  [โœ“] Update repo in /etc/.pihole

  [i] If you had made any changes in '/etc/.pihole/', they have been stashed using 'git stash'

  [i] Pi-hole Web Admin files out of date, updating local repo.
  [โœ“] Check for existing repository in /var/www/html/admin
  [i] Update repo in /var/www/html/admin...HEAD is now at 25441178 Pi-hole Web v6.0.2 (#3272)
  [โœ“] Update repo in /var/www/html/admin

  [i] If you had made any changes in '/var/www/html/admin/', they have been stashed using 'git stash'

  [i] FTL out of date, it will be updated by the installer.

  [โœ“] Root user check

        .;;,.
        .ccccc:,.
         :cccclll:.      ..,,
          :ccccclll.   ;ooodc
           'ccll:;ll .oooodc
             .;cll.;;looo:.
                 .. ','.
                .',,,,,,'.
              .',,,,,,,,,,.
            .',,,,,,,,,,,,....
          ....''',,,,,,,'.......
        .........  ....  .........
        ..........      ..........
        ..........      ..........
        .........  ....  .........
          ........,,,,,,,'......
            ....',,,,,,,,,,,,.
               .',,,,,,,,,'.
                .',,,,,,'.
                  ..'''.

  [i] SELinux not detected
  [โœ“] Update local cache of available packages

  [โœ“] Checking apt-get for upgraded packages... 3 updates available
  [i] It is recommended to update your OS after installing the Pi-hole!

  [โœ“] Building dependency package pihole-meta.deb
  [โœ“] Installing Pi-hole dependency package

  [โœ“] Supported OS detected
  [i] Performing unattended setup, no dialogs will be displayed
  [โœ“] Check for existing repository in /etc/.pihole
  [i] Update repo in /etc/.pihole...HEAD is now at 9fe687bd Pi-hole Core v6.0.5 (#6042)
  [โœ“] Update repo in /etc/.pihole

  [โœ“] Check for existing repository in /var/www/html/admin
  [i] Update repo in /var/www/html/admin...HEAD is now at 25441178 Pi-hole Web v6.0.2 (#3272)
  [โœ“] Update repo in /var/www/html/admin

  [โœ“] Checking for user 'pihole'

  [i] FTL Checks...

  [โœ“] Detected x86_64 architecture
  [โœ“] Downloading and Installing FTL
  [โœ“] Installing scripts from /etc/.pihole

  [i] Installing configs from /etc/.pihole...

  [โœ“] Installing latest Cron script

  [i] Installing latest logrotate script...
        [i] webserver.log added to logrotate file.
  [โœ“] Installing latest logrotate script
  [โœ“] man pages installed and database updated

This time, the update was completed. :slight_smile:

However, I don't see any migrating messages there. Or where should they appear?

Content of /var/log/pihole/FTL.log:

[2025-03-05 00:10:00.473 462/T556] Notice: Database size is 2628.51 MB, deleted 570 rows
[2025-03-05 00:20:00.330 462/T556] Notice: Database size is 2628.51 MB, deleted 545 rows
[2025-03-05 00:30:00.388 462/T556] Notice: Database size is 2628.51 MB, deleted 555 rows
[2025-03-05 00:39:00.434 462/T556] Notice: Database size is 2628.51 MB, deleted 470 rows
[2025-03-05 00:41:12.105 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 00:50:00.332 462/T556] Notice: Database size is 2628.51 MB, deleted 639 rows
[2025-03-05 00:51:14.881 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 01:00:00.260 462/T556] Notice: Database size is 2628.51 MB, deleted 656 rows
[2025-03-05 01:10:00.347 462/T556] Notice: Database size is 2628.51 MB, deleted 589 rows
[2025-03-05 01:20:00.366 462/T556] Notice: Database size is 2628.51 MB, deleted 579 rows
[2025-03-05 01:30:00.293 462/T556] Notice: Database size is 2628.51 MB, deleted 537 rows
[2025-03-05 01:36:13.049 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 01:40:00.313 462/T556] Notice: Database size is 2628.51 MB, deleted 547 rows
[2025-03-05 01:50:00.349 462/T556] Notice: Database size is 2628.51 MB, deleted 583 rows
[2025-03-05 02:00:00.367 462/T556] Notice: Database size is 2628.51 MB, deleted 628 rows
[2025-03-05 02:10:00.423 462/T556] Notice: Database size is 2628.51 MB, deleted 589 rows
[2025-03-05 02:20:00.405 462/T556] Notice: Database size is 2628.51 MB, deleted 627 rows
[2025-03-05 02:30:00.271 462/T556] Notice: Database size is 2628.51 MB, deleted 549 rows
[2025-03-05 02:36:19.726 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 02:40:00.364 462/T556] Notice: Database size is 2628.51 MB, deleted 544 rows
[2025-03-05 02:41:11.939 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 02:50:00.362 462/T556] Notice: Database size is 2628.51 MB, deleted 544 rows
[2025-03-05 03:00:00.316 462/T556] Notice: Database size is 2628.51 MB, deleted 590 rows
[2025-03-05 03:10:00.327 462/T556] Notice: Database size is 2628.51 MB, deleted 580 rows
[2025-03-05 03:11:11.666 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 03:20:00.231 462/T556] Notice: Database size is 2628.51 MB, deleted 529 rows
[2025-03-05 03:30:00.340 462/T556] Notice: Database size is 2628.51 MB, deleted 594 rows
[2025-03-05 03:40:00.310 462/T556] Notice: Database size is 2628.51 MB, deleted 518 rows
[2025-03-05 03:50:00.257 462/T556] Notice: Database size is 2628.51 MB, deleted 654 rows
[2025-03-05 04:00:00.331 462/T556] Notice: Database size is 2628.51 MB, deleted 601 rows
[2025-03-05 04:10:00.495 462/T556] Notice: Database size is 2628.51 MB, deleted 526 rows
[2025-03-05 04:15:24.657 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 04:20:00.344 462/T556] Notice: Database size is 2628.51 MB, deleted 521 rows
[2025-03-05 04:30:00.303 462/T556] Notice: Database size is 2628.51 MB, deleted 542 rows
[2025-03-05 04:40:00.289 462/T556] Notice: Database size is 2628.51 MB, deleted 527 rows
[2025-03-05 04:41:48.090 462M] Resizing "FTL-dns-cache" from 380928 to (24064 * 16) == 385024 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 04:50:00.249 462/T556] Notice: Database size is 2628.51 MB, deleted 542 rows
[2025-03-05 05:00:00.474 462/T556] Notice: Database size is 2628.51 MB, deleted 582 rows
[2025-03-05 05:00:35.724 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 05:10:00.380 462/T556] Notice: Database size is 2628.51 MB, deleted 594 rows
[2025-03-05 05:20:00.339 462/T556] Notice: Database size is 2628.51 MB, deleted 556 rows
[2025-03-05 05:25:52.060 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 05:30:00.562 462/T556] Notice: Database size is 2628.51 MB, deleted 530 rows
[2025-03-05 05:40:00.320 462/T556] Notice: Database size is 2628.51 MB, deleted 520 rows
[2025-03-05 05:49:00.395 462/T556] Notice: Database size is 2628.51 MB, deleted 494 rows
[2025-03-05 06:00:00.401 462/T556] Notice: Database size is 2628.51 MB, deleted 648 rows
[2025-03-05 06:10:00.376 462/T556] Notice: Database size is 2628.51 MB, deleted 554 rows
[2025-03-05 06:20:00.294 462/T556] Notice: Database size is 2628.51 MB, deleted 542 rows
[2025-03-05 06:30:00.443 462/T556] Notice: Database size is 2628.51 MB, deleted 731 rows
[2025-03-05 06:31:17.131 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 06:39:00.315 462/T556] Notice: Database size is 2628.51 MB, deleted 550 rows
[2025-03-05 06:39:30.722 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 06:45:24.574 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 06:50:01.503 462/T556] Notice: Database size is 2628.51 MB, deleted 684 rows
[2025-03-05 07:00:00.360 462/T556] Notice: Database size is 2628.51 MB, deleted 669 rows
[2025-03-05 07:10:00.258 462/T556] Notice: Database size is 2628.51 MB, deleted 701 rows
[2025-03-05 07:20:00.336 462/T556] Notice: Database size is 2628.51 MB, deleted 574 rows
[2025-03-05 07:30:00.287 462/T556] Notice: Database size is 2628.51 MB, deleted 729 rows
[2025-03-05 07:40:00.352 462/T556] Notice: Database size is 2628.51 MB, deleted 811 rows
[2025-03-05 07:40:58.781 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 07:50:00.319 462/T556] Notice: Database size is 2628.51 MB, deleted 835 rows
[2025-03-05 07:59:04.146 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 08:00:00.631 462/T556] Notice: Database size is 2628.51 MB, deleted 819 rows
[2025-03-05 08:10:00.310 462/T556] Notice: Database size is 2628.51 MB, deleted 813 rows
[2025-03-05 08:19:00.282 462/T556] Notice: Database size is 2628.51 MB, deleted 619 rows
[2025-03-05 08:30:00.353 462/T556] Notice: Database size is 2628.51 MB, deleted 713 rows
[2025-03-05 08:38:05.077 462M] Resizing "FTL-dns-cache" from 385024 to (24320 * 16) == 389120 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 08:40:00.255 462/T556] Notice: Database size is 2628.51 MB, deleted 1011 rows
[2025-03-05 08:41:12.113 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 08:50:00.352 462/T556] Notice: Database size is 2628.51 MB, deleted 916 rows
[2025-03-05 08:51:12.280 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 08:57:10.723 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:00:00.508 462/T556] Notice: Database size is 2628.51 MB, deleted 906 rows
[2025-03-05 09:04:46.686 462M] Resizing "FTL-domains" from 307200 to (13312 * 24) == 319488 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 09:09:06.656 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:09:15.751 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:10:00.365 462/T556] Notice: Database size is 2628.51 MB, deleted 754 rows
[2025-03-05 09:11:03.752 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:20:01.572 462/T556] Notice: Database size is 2628.51 MB, deleted 751 rows
[2025-03-05 09:30:00.778 462/T556] Notice: Database size is 2628.51 MB, deleted 994 rows
[2025-03-05 09:31:14.839 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:40:01.100 462/T556] Notice: Database size is 2628.51 MB, deleted 824 rows
[2025-03-05 09:41:12.573 462M] Resizing "FTL-dns-cache" from 389120 to (24576 * 16) == 393216 (/dev/shm: 6.9MB used, 1.0GB total, FTL uses 6.9MB)
[2025-03-05 09:50:00.383 462/T556] Notice: Database size is 2628.51 MB, deleted 793 rows
[2025-03-05 09:51:11.171 462M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 09:53:15.862 462M] Reloading DNS cache
[2025-03-05 09:53:15.968 462/T556] SQLite3 message: file renamed while open: /etc/pihole/gravity.db (28)
[2025-03-05 09:53:16.126 462/T556] Compiled 110 whitelist and 24 blacklist regex filters for 50 clients in 156.4 msec
[2025-03-05 09:53:16.127 462/T556] Blocking status is enabled
[2025-03-05 11:05:00.919 459M] Using log file /var/log/pihole/FTL.log
[2025-03-05 11:05:00.920 459M] ########## FTL started on xxxxxxxxxx! ##########
[2025-03-05 11:05:00.920 459M] FTL branch: master
[2025-03-05 11:05:00.920 459M] FTL version: v5.25.2
[2025-03-05 11:05:00.920 459M] FTL commit: 8943e260
[2025-03-05 11:05:00.920 459M] FTL date: 2024-05-08 20:59:50 +0100
[2025-03-05 11:05:00.920 459M] FTL user: pihole
[2025-03-05 11:05:00.920 459M] Compiled for x86_64 (compiled on CI) using gcc (Debian 8.3.0-6) 8.3.0
[2025-03-05 11:05:00.920 459M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
[2025-03-05 11:05:00.920 459M]    SOCKET_LISTENING: only local
[2025-03-05 11:05:00.920 459M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
[2025-03-05 11:05:00.920 459M]    MAXDBDAYS: max age for stored queries is 365 days
[2025-03-05 11:05:00.921 459M]    RESOLVE_IPV6: Resolve IPv6 addresses
[2025-03-05 11:05:00.921 459M]    RESOLVE_IPV4: Resolve IPv4 addresses
[2025-03-05 11:05:00.921 459M]    DBINTERVAL: saving to DB file every minute
[2025-03-05 11:05:00.921 459M]    DBFILE: Using /etc/pihole/pihole-FTL.db
[2025-03-05 11:05:00.921 459M]    MAXLOGAGE: Importing up to 24.0 hours of log data
[2025-03-05 11:05:00.922 459M]    PRIVACYLEVEL: Set to 0
[2025-03-05 11:05:00.922 459M]    IGNORE_LOCALHOST: Show queries from localhost
[2025-03-05 11:05:00.922 459M]    BLOCKINGMODE: Null IPs for blocked domains
[2025-03-05 11:05:00.922 459M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
[2025-03-05 11:05:00.922 459M]    DBIMPORT: Importing history from database
[2025-03-05 11:05:00.922 459M]    PIDFILE: Using /run/pihole-FTL.pid
[2025-03-05 11:05:00.922 459M]    SOCKETFILE: Using /run/pihole/FTL.sock
[2025-03-05 11:05:00.922 459M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
[2025-03-05 11:05:00.922 459M]    MACVENDORDB: Using /etc/pihole/macvendor.db
[2025-03-05 11:05:00.922 459M]    GRAVITYDB: Using /etc/pihole/gravity.db
[2025-03-05 11:05:00.922 459M]    PARSE_ARP_CACHE: Active
[2025-03-05 11:05:00.922 459M]    CNAME_DEEP_INSPECT: Active
[2025-03-05 11:05:00.922 459M]    DELAY_STARTUP: No delay requested.
[2025-03-05 11:05:00.922 459M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
[2025-03-05 11:05:00.922 459M]    NICE: Set process niceness to -10 (default)
[2025-03-05 11:05:00.922 459M]    MAXNETAGE: Removing IP addresses and host names from network table after 365 days
[2025-03-05 11:05:00.922 459M]    NAMES_FROM_NETDB: Enabled, trying to get names from network database
[2025-03-05 11:05:00.922 459M]    EDNS0_ECS: Overwrite client from ECS information
[2025-03-05 11:05:00.922 459M]    REFRESH_HOSTNAMES: Periodically refreshing IPv4 names
[2025-03-05 11:05:00.922 459M]    RATE_LIMIT: Rate-limiting client making more than 1000 queries in 60 seconds
[2025-03-05 11:05:00.923 459M]    LOCAL_IPV4: Automatic interface-dependent detection of address
[2025-03-05 11:05:00.923 459M]    LOCAL_IPV6: Automatic interface-dependent detection of address
[2025-03-05 11:05:00.923 459M]    BLOCK_IPV4: Automatic interface-dependent detection of address
[2025-03-05 11:05:00.923 459M]    BLOCK_IPV6: Automatic interface-dependent detection of address
[2025-03-05 11:05:00.923 459M]    SHOW_DNSSEC: Enabled, showing automatically generated DNSSEC queries
[2025-03-05 11:05:00.923 459M]    MOZILLA_CANARY: Enabled
[2025-03-05 11:05:00.923 459M]    PIHOLE_PTR: internal PTR generation enabled (pi.hole)
[2025-03-05 11:05:00.923 459M]    ADDR2LINE: Enabled
[2025-03-05 11:05:00.923 459M]    REPLY_WHEN_BUSY: Drop queries when the database is busy
[2025-03-05 11:05:00.923 459M]    BLOCK_TTL: 2 seconds
[2025-03-05 11:05:00.923 459M]    BLOCK_ICLOUD_PR: Enabled
[2025-03-05 11:05:00.923 459M]    CHECK_LOAD: Enabled
[2025-03-05 11:05:00.923 459M]    CHECK_SHMEM: Warning if shared-memory usage exceeds 90%
[2025-03-05 11:05:00.923 459M]    CHECK_DISK: Warning if certain disk usage exceeds 90%
[2025-03-05 11:05:00.923 459M] Finished config file parsing
[2025-03-05 11:05:00.924 459M] Creating mutex
[2025-03-05 11:05:00.924 459M] Creating mutex
[2025-03-05 11:05:00.925 459M] PID of FTL process: 459
[2025-03-05 11:05:00.972 459M] Database version is 12
[2025-03-05 11:05:00.972 459M] Resizing "FTL-strings" from 40960 to (81920 * 1) == 81920 (/dev/shm: 712.7KB used, 1.0GB total, FTL uses 700.8KB)
[2025-03-05 11:05:00.973 459M] Imported 0 alias-clients
[2025-03-05 11:05:00.973 459M] Database successfully initialized
[2025-03-05 11:05:01.552 459M] New upstream server: 192.168.178.1:53 (0/512)
[2025-03-05 11:05:01.553 459M] New upstream server: 127.0.0.1:5335 (1/512)
[2025-03-05 11:05:01.680 459M] Resizing "FTL-dns-cache" from 4096 to (512 * 16) == 8192 (/dev/shm: 753.7KB used, 1.0GB total, FTL uses 741.7KB)
[2025-03-05 11:05:01.715 459M] Resizing "FTL-domains" from 12288 to (1024 * 24) == 24576 (/dev/shm: 757.8KB used, 1.0GB total, FTL uses 745.8KB)
[2025-03-05 11:05:01.765 459M] Resizing "FTL-dns-cache" from 8192 to (768 * 16) == 12288 (/dev/shm: 770.0KB used, 1.0GB total, FTL uses 758.1KB)
[2025-03-05 11:05:01.781 459M] Resizing "FTL-queries" from 229376 to (8192 * 56) == 458752 (/dev/shm: 774.1KB used, 1.0GB total, FTL uses 762.2KB)
[2025-03-05 11:05:01.869 459M] Resizing "FTL-queries" from 458752 to (12288 * 56) == 688128 (/dev/shm: 1.0MB used, 1.0GB total, FTL uses 991.6KB)
[2025-03-05 11:05:01.926 459M] Resizing "FTL-domains" from 24576 to (1536 * 24) == 36864 (/dev/shm: 1.2MB used, 1.0GB total, FTL uses 1.2MB)
[2025-03-05 11:05:01.929 459M] Resizing "FTL-dns-cache" from 12288 to (1024 * 16) == 16384 (/dev/shm: 1.2MB used, 1.0GB total, FTL uses 1.2MB)
[2025-03-05 11:05:01.980 459M] Resizing "FTL-queries" from 688128 to (16384 * 56) == 917504 (/dev/shm: 1.2MB used, 1.0GB total, FTL uses 1.2MB)
[2025-03-05 11:05:02.045 459M] Resizing "FTL-dns-cache" from 16384 to (1280 * 16) == 20480 (/dev/shm: 1.5MB used, 1.0GB total, FTL uses 1.5MB)
[2025-03-05 11:05:02.067 459M] Resizing "FTL-queries" from 917504 to (20480 * 56) == 1146880 (/dev/shm: 1.5MB used, 1.0GB total, FTL uses 1.5MB)
[2025-03-05 11:05:02.071 459M] Resizing "FTL-domains" from 36864 to (2048 * 24) == 49152 (/dev/shm: 1.7MB used, 1.0GB total, FTL uses 1.7MB)
[2025-03-05 11:05:02.083 459M] Resizing "FTL-strings" from 81920 to (122880 * 1) == 122880 (/dev/shm: 1.7MB used, 1.0GB total, FTL uses 1.7MB)
[2025-03-05 11:05:02.124 459M] Resizing "FTL-dns-cache" from 20480 to (1536 * 16) == 24576 (/dev/shm: 1.8MB used, 1.0GB total, FTL uses 1.8MB)
[2025-03-05 11:05:02.137 459M] Resizing "FTL-queries" from 1146880 to (24576 * 56) == 1376256 (/dev/shm: 1.8MB used, 1.0GB total, FTL uses 1.8MB)
[2025-03-05 11:05:02.212 459M] Resizing "FTL-queries" from 1376256 to (28672 * 56) == 1605632 (/dev/shm: 2.0MB used, 1.0GB total, FTL uses 2.0MB)
[2025-03-05 11:05:02.228 459M] Resizing "FTL-dns-cache" from 24576 to (1792 * 16) == 28672 (/dev/shm: 2.2MB used, 1.0GB total, FTL uses 2.2MB)
[2025-03-05 11:05:02.264 459M] Resizing "FTL-domains" from 49152 to (2560 * 24) == 61440 (/dev/shm: 2.2MB used, 1.0GB total, FTL uses 2.2MB)
[2025-03-05 11:05:02.289 459M] Resizing "FTL-queries" from 1605632 to (32768 * 56) == 1835008 (/dev/shm: 2.2MB used, 1.0GB total, FTL uses 2.2MB)
[2025-03-05 11:05:02.343 459M] Resizing "FTL-dns-cache" from 28672 to (2048 * 16) == 32768 (/dev/shm: 2.5MB used, 1.0GB total, FTL uses 2.5MB)
[2025-03-05 11:05:02.348 459M] Resizing "FTL-queries" from 1835008 to (36864 * 56) == 2064384 (/dev/shm: 2.5MB used, 1.0GB total, FTL uses 2.5MB)
[2025-03-05 11:05:02.404 459M] Resizing "FTL-queries" from 2064384 to (40960 * 56) == 2293760 (/dev/shm: 2.7MB used, 1.0GB total, FTL uses 2.7MB)
[2025-03-05 11:05:02.467 459M] Resizing "FTL-queries" from 2293760 to (45056 * 56) == 2523136 (/dev/shm: 2.9MB used, 1.0GB total, FTL uses 2.9MB)
[2025-03-05 11:05:02.517 459M] Resizing "FTL-dns-cache" from 32768 to (2304 * 16) == 36864 (/dev/shm: 3.2MB used, 1.0GB total, FTL uses 3.2MB)
[2025-03-05 11:05:02.528 459M] Resizing "FTL-queries" from 2523136 to (49152 * 56) == 2752512 (/dev/shm: 3.2MB used, 1.0GB total, FTL uses 3.2MB)
[2025-03-05 11:05:02.569 459M] Resizing "FTL-domains" from 61440 to (3072 * 24) == 73728 (/dev/shm: 3.4MB used, 1.0GB total, FTL uses 3.4MB)
[2025-03-05 11:05:02.603 459M] Resizing "FTL-queries" from 2752512 to (53248 * 56) == 2981888 (/dev/shm: 3.4MB used, 1.0GB total, FTL uses 3.4MB)
[2025-03-05 11:05:02.662 459M] Resizing "FTL-queries" from 2981888 to (57344 * 56) == 3211264 (/dev/shm: 3.6MB used, 1.0GB total, FTL uses 3.6MB)
[2025-03-05 11:05:02.776 459M] Resizing "FTL-queries" from 3211264 to (61440 * 56) == 3440640 (/dev/shm: 3.9MB used, 1.0GB total, FTL uses 3.9MB)
[2025-03-05 11:05:02.867 459M] Resizing "FTL-queries" from 3440640 to (65536 * 56) == 3670016 (/dev/shm: 4.1MB used, 1.0GB total, FTL uses 4.1MB)
[2025-03-05 11:05:02.938 459M] Resizing "FTL-queries" from 3670016 to (69632 * 56) == 3899392 (/dev/shm: 4.3MB used, 1.0GB total, FTL uses 4.3MB)
[2025-03-05 11:05:02.959 459M] Resizing "FTL-dns-cache" from 36864 to (2560 * 16) == 40960 (/dev/shm: 4.6MB used, 1.0GB total, FTL uses 4.5MB)
[2025-03-05 11:05:03.064 459M] Resizing "FTL-queries" from 3899392 to (73728 * 56) == 4128768 (/dev/shm: 4.6MB used, 1.0GB total, FTL uses 4.6MB)
[2025-03-05 11:05:03.153 459M] Resizing "FTL-domains" from 73728 to (3584 * 24) == 86016 (/dev/shm: 4.8MB used, 1.0GB total, FTL uses 4.8MB)
[2025-03-05 11:05:03.160 459M] Resizing "FTL-queries" from 4128768 to (77824 * 56) == 4358144 (/dev/shm: 4.8MB used, 1.0GB total, FTL uses 4.8MB)
[2025-03-05 11:05:03.205 459M] Resizing "FTL-strings" from 122880 to (163840 * 1) == 163840 (/dev/shm: 5.0MB used, 1.0GB total, FTL uses 5.0MB)
[2025-03-05 11:05:03.298 459M] Resizing "FTL-queries" from 4358144 to (81920 * 56) == 4587520 (/dev/shm: 5.1MB used, 1.0GB total, FTL uses 5.1MB)
[2025-03-05 11:05:03.304 459M] Resizing "FTL-dns-cache" from 40960 to (2816 * 16) == 45056 (/dev/shm: 5.3MB used, 1.0GB total, FTL uses 5.3MB)
[2025-03-05 11:05:03.472 459M] Resizing "FTL-queries" from 4587520 to (86016 * 56) == 4816896 (/dev/shm: 5.3MB used, 1.0GB total, FTL uses 5.3MB)
[2025-03-05 11:05:03.555 459M] Imported 84977 queries from the long-term database
[2025-03-05 11:05:03.556 459M]  -> Total DNS queries: 84977
[2025-03-05 11:05:03.557 459M]  -> Cached DNS queries: 20136
[2025-03-05 11:05:03.557 459M]  -> Forwarded DNS queries: 60766
[2025-03-05 11:05:03.557 459M]  -> Blocked DNS queries: 2474
[2025-03-05 11:05:03.557 459M]  -> Unknown DNS queries: 20
[2025-03-05 11:05:03.557 459M]  -> Unique domains: 3436
[2025-03-05 11:05:03.557 459M]  -> Unique clients: 41
[2025-03-05 11:05:03.557 459M]  -> Known forward destinations: 2
[2025-03-05 11:05:03.557 459M] Successfully accessed setupVars.conf
[2025-03-05 11:05:03.561 459M] listening on 0.0.0.0 port 53
[2025-03-05 11:05:03.561 459M] listening on :: port 53
[2025-03-05 11:05:03.567 459M] PID of FTL process: 459
[2025-03-05 11:05:03.567 459M] Listening on port 4711 for incoming IPv4 telnet connections
[2025-03-05 11:05:03.568 459M] Listening on port 4711 for incoming IPv6 telnet connections
[2025-03-05 11:05:03.571 459M] Listening on port 4711 for incoming socket telnet connections
[2025-03-05 11:05:03.572 459M] INFO: FTL is running as user pihole (UID 998)
[2025-03-05 11:05:03.582 459M] Reloading DNS cache
[2025-03-05 11:05:03.685 459/T558] Resizing "FTL-per-client-regex" from 4096 to (1 * 8192) == 8192 (/dev/shm: 5.5MB used, 1.0GB total, FTL uses 5.5MB)
[2025-03-05 11:05:03.754 459/T558] Compiled 110 whitelist and 24 blacklist regex filters for 41 clients in 75.4 msec
[2025-03-05 11:05:03.754 459/T558] Blocking status is enabled
[2025-03-05 11:05:05.589 459M] New upstream server: 192.168.178.11:53 (2/512)
[2025-03-05 11:06:27.258 459M] Resizing "FTL-dns-cache" from 45056 to (3072 * 16) == 49152 (/dev/shm: 5.5MB used, 1.0GB total, FTL uses 5.5MB)
[2025-03-05 11:06:47.194 459M] Resizing "FTL-queries" from 4816896 to (90112 * 56) == 5046272 (/dev/shm: 5.5MB used, 1.0GB total, FTL uses 5.5MB)
[2025-03-05 11:10:00.534 459/T558] Notice: Database size is 2628.51 MB, deleted 7728 rows
[2025-03-05 11:11:53.948 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:13:04.174 459M] Resizing "FTL-queries" from 5046272 to (94208 * 56) == 5275648 (/dev/shm: 5.8MB used, 1.0GB total, FTL uses 5.8MB)
[2025-03-05 11:13:23.297 742/F459] Remapping "FTL-queries" from 5046272 to (94208 * 56) == 5275648
[2025-03-05 11:13:23.297 742/F459] Remapping "FTL-domains" from 86016 to (3584 * 24) == 86016
[2025-03-05 11:13:23.297 742/F459] Remapping "FTL-clients" from 86016 to (128 * 672) == 86016
[2025-03-05 11:13:23.297 742/F459] Remapping "FTL-upstreams" from 315392 to (512 * 616) == 315392
[2025-03-05 11:13:23.297 742/F459] Remapping "FTL-dns-cache" from 49152 to (3072 * 16) == 49152
[2025-03-05 11:13:23.298 742/F459] Remapping "FTL-per-client-regex" from 8192 to (8192 * 1) == 8192
[2025-03-05 11:13:23.298 742/F459] Remapping "FTL-strings" from 163840 to (163840 * 1) == 163840
[2025-03-05 11:17:30.597 459M] Resizing "FTL-dns-cache" from 49152 to (3328 * 16) == 53248 (/dev/shm: 6.0MB used, 1.0GB total, FTL uses 6.0MB)
[2025-03-05 11:20:01.658 459/T558] Notice: Database size is 2628.51 MB, deleted 1703 rows
[2025-03-05 11:21:21.249 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:21:31.162 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:21:41.147 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:21:47.947 459M] Resizing "FTL-queries" from 5275648 to (98304 * 56) == 5505024 (/dev/shm: 6.0MB used, 1.0GB total, FTL uses 6.0MB)
[2025-03-05 11:22:06.420 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:22:22.258 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:22:28.568 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:22:36.418 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:23:01.670 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:23:08.422 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:23:19.759 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:23:56.732 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:24:06.312 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:24:30.383 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:27:12.765 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:27:19.270 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:27:30.774 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:27:36.677 459M] WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
[2025-03-05 11:28:15.508 459M] Resizing "FTL-queries" from 5505024 to (102400 * 56) == 5734400 (/dev/shm: 6.2MB used, 1.0GB total, FTL uses 6.2MB)
[2025-03-05 11:30:00.338 459/T558] Notice: Database size is 2628.51 MB, deleted 1030 rows
[2025-03-05 11:35:16.427 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:35:41.678 459M] Resizing "FTL-domains" from 86016 to (4096 * 24) == 98304 (/dev/shm: 6.5MB used, 1.0GB total, FTL uses 6.5MB)
[2025-03-05 11:35:52.186 459M] Resizing "FTL-dns-cache" from 53248 to (3584 * 16) == 57344 (/dev/shm: 6.5MB used, 1.0GB total, FTL uses 6.5MB)
[2025-03-05 11:36:38.075 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:37:10.872 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:37:26.741 459M] Resizing "FTL-dns-cache" from 57344 to (3840 * 16) == 61440 (/dev/shm: 6.5MB used, 1.0GB total, FTL uses 6.5MB)
[2025-03-05 11:40:00.343 459/T558] Notice: Database size is 2628.51 MB, deleted 910 rows
[2025-03-05 11:44:43.593 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:45:20.049 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:49:18.602 459M] Resizing "FTL-dns-cache" from 61440 to (4096 * 16) == 65536 (/dev/shm: 6.5MB used, 1.0GB total, FTL uses 6.5MB)
[2025-03-05 11:50:00.411 459/T558] Notice: Database size is 2628.51 MB, deleted 836 rows
[2025-03-05 11:50:16.399 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:51:16.254 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 11:58:12.622 459M] Resizing "FTL-queries" from 5734400 to (106496 * 56) == 5963776 (/dev/shm: 6.5MB used, 1.0GB total, FTL uses 6.5MB)
[2025-03-05 11:59:43.161 459M] Resizing "FTL-dns-cache" from 65536 to (4352 * 16) == 69632 (/dev/shm: 6.7MB used, 1.0GB total, FTL uses 6.7MB)
[2025-03-05 11:59:48.776 459M] Resizing "FTL-domains" from 98304 to (4608 * 24) == 110592 (/dev/shm: 6.7MB used, 1.0GB total, FTL uses 6.7MB)
[2025-03-05 12:00:00.346 459/T558] Notice: Database size is 2628.51 MB, deleted 908 rows
[2025-03-05 12:01:55.256 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 12:05:54.772 459M] ***** Ignored unknown DNSSEC status "TRUNCATED"
[2025-03-05 12:10:00.335 459/T558] Notice: Database size is 2628.51 MB, deleted 712 rows
[2025-03-05 12:12:58.865 459M] Resizing "FTL-dns-cache" from 69632 to (4608 * 16) == 73728 (/dev/shm: 6.7MB used, 1.0GB total, FTL uses 6.7MB)
2025-03-05 12:15:08.310 CET [2380M] INFO: Config file /etc/pihole/pihole.toml not available (r): No such file or directory
2025-03-05 12:15:09.297 CET [2422M] INFO: ########## FTL started on xxxxxxxxxx! ##########
2025-03-05 12:15:09.297 CET [2422M] INFO: FTL branch: master
2025-03-05 12:15:09.297 CET [2422M] INFO: FTL version: v6.0.4
2025-03-05 12:15:09.297 CET [2422M] INFO: FTL commit: b7eb53bf
2025-03-05 12:15:09.297 CET [2422M] INFO: FTL date: 2025-03-04 17:22:10 +0000
2025-03-05 12:15:09.297 CET [2422M] INFO: FTL user: pihole
2025-03-05 12:15:09.297 CET [2422M] INFO: Compiled for linux/amd64 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-03-05 12:15:09.304 CET [2422M] INFO: Wrote config file:
2025-03-05 12:15:09.304 CET [2422M] INFO:  - 153 total entries
2025-03-05 12:15:09.304 CET [2422M] INFO:  - 144 entries are default
2025-03-05 12:15:09.304 CET [2422M] INFO:  - 9 entries are modified
2025-03-05 12:15:09.304 CET [2422M] INFO:  - 0 entries are forced through environment
2025-03-05 12:15:09.306 CET [2422M] INFO: Parsed config file /etc/pihole/pihole.toml successfully
2025-03-05 12:15:09.306 CET [2422M] INFO: PID file does not exist or not readable
2025-03-05 12:15:09.306 CET [2422M] INFO: No other running FTL process found.
2025-03-05 12:15:09.310 CET [2422M] INFO: PID of FTL process: 2422
2025-03-05 12:15:09.311 CET [2422M] INFO: listening on 0.0.0.0 port 53
2025-03-05 12:15:09.311 CET [2422M] INFO: listening on :: port 53
2025-03-05 12:15:09.313 CET [2422M] INFO: PID of FTL process: 2422
2025-03-05 12:15:09.314 CET [2422M] INFO: Database version is 12
2025-03-05 12:15:09.314 CET [2422M] INFO: Updating long-term database to version 13
2025-03-05 12:15:09.489 CET [2422M] INFO: Updating long-term database to version 14
2025-03-05 12:15:09.551 CET [2422M] INFO: Updating long-term database to version 15
2025-03-05 12:15:09.674 CET [2422M] INFO: Updating long-term database to version 16
2025-03-05 12:15:09.740 CET [2422M] INFO: Updating long-term database to version 17
2025-03-05 12:15:09.930 CET [2422M] INFO: Updating long-term database to version 18
2025-03-05 12:15:09.994 CET [2422M] INFO: Updating long-term database to version 19
2025-03-05 12:15:10.067 CET [2422M] INFO: Updating long-term database to version 20
2025-03-05 12:15:10.229 CET [2422M] INFO: Updating long-term database to version 21
2025-03-05 12:15:10.300 CET [2422M] INFO: Database successfully initialized
2025-03-05 12:16:28.074 CET [2422M] INFO: Imported 102323 queries from the on-disk database (it has 37533490 rows)
2025-03-05 12:16:28.076 CET [2422M] INFO: Parsing queries in database
2025-03-05 12:16:28.166 CET [2422M] INFO:   10000 queries parsed...
2025-03-05 12:16:28.244 CET [2422M] INFO:   20000 queries parsed...
2025-03-05 12:16:28.312 CET [2422M] INFO:   30000 queries parsed...
2025-03-05 12:16:28.372 CET [2422M] INFO:   40000 queries parsed...
2025-03-05 12:16:28.433 CET [2422M] INFO:   50000 queries parsed...
2025-03-05 12:16:28.495 CET [2422M] INFO:   60000 queries parsed...
2025-03-05 12:16:28.555 CET [2422M] INFO:   70000 queries parsed...
2025-03-05 12:16:28.630 CET [2422M] INFO:   80000 queries parsed...
2025-03-05 12:16:28.691 CET [2422M] INFO:   90000 queries parsed...
2025-03-05 12:16:28.751 CET [2422M] INFO:   100000 queries parsed...
2025-03-05 12:16:28.773 CET [2422M] INFO: Imported 102267 queries from the long-term database
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Total DNS queries: 102267
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Cached DNS queries: 20225
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Forwarded DNS queries: 76617
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Blocked DNS queries: 3278
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Unknown DNS queries: 109
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Unique domains: 3595
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Unique clients: 43
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> DNS cache records: 2890
2025-03-05 12:16:28.774 CET [2422M] INFO:  -> Known forward destinations: 2
2025-03-05 12:16:29.166 CET [2422M] INFO: FTL is running as user pihole (UID 998)
2025-03-05 12:16:29.173 CET [2422M] INFO: Created SSL/TLS certificate for pi.hole at /etc/pihole/tls.pem
2025-03-05 12:16:29.173 CET [2422M] INFO: Reading certificate from /etc/pihole/tls.pem ...
2025-03-05 12:16:29.173 CET [2422M] INFO: Using SSL/TLS certificate file /etc/pihole/tls.pem
2025-03-05 12:16:29.174 CET [2422M] INFO: Web server ports:
2025-03-05 12:16:29.174 CET [2422M] INFO:   - 0.0.0.0:8080 (HTTP, IPv4, optional, OK)
2025-03-05 12:16:29.174 CET [2422M] INFO:   - 0.0.0.0:443 (HTTPS, IPv4, optional, OK)
2025-03-05 12:16:29.174 CET [2422M] INFO:   - [::]:8080 (HTTP, IPv6, optional, OK)
2025-03-05 12:16:29.174 CET [2422M] INFO:   - [::]:443 (HTTP, IPv6, OK)
2025-03-05 12:16:29.194 CET [2422M] INFO: Restored 0 API sessions from the database
2025-03-05 12:16:29.236 CET [2422M] INFO: Blocking status is enabled
2025-03-05 12:16:29.457 CET [2422/T2443] INFO: Compiled 110 allow and 24 deny regex for 43 clients in 175.6 msec
2025-03-05 12:16:34.116 CET [2422/T2442] INFO: Received 8/8 valid NTP replies from pool.ntp.org
2025-03-05 12:16:34.116 CET [2422/T2442] INFO: Time offset: -2.513802e+01 ms (excluded 2 outliers)
2025-03-05 12:16:34.116 CET [2422/T2442] INFO: Round-trip delay: 2.930284e+01 ms (excluded 2 outliers)
2025-03-05 12:16:34.117 CET [2422/T2760] INFO: NTP server listening on 0.0.0.0:123 (IPv4)
2025-03-05 12:16:34.117 CET [2422/T2761] INFO: NTP server listening on :::123 (IPv6)
2025-03-05 12:16:46.747 CET [2422M] ERROR: SQLite3: no such table: main.antigravity in "SELECT adlist_id from vw_antigravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.747 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f8744821158, antigravity): Failed to perform step: SQL logic error
2025-03-05 12:16:46.747 CET [2422M] ERROR: SQLite3: no such table: main.gravity in "SELECT adlist_id from vw_gravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.747 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f87240cb4e8, gravity): Failed to perform step: SQL logic error
2025-03-05 12:16:46.748 CET [2422M] ERROR: SQLite3: no such table: main.antigravity in "SELECT adlist_id from vw_antigravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.748 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f8744821158, antigravity): Failed to perform step: SQL logic error
2025-03-05 12:16:46.748 CET [2422M] ERROR: SQLite3: no such table: main.gravity in "SELECT adlist_id from vw_gravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.748 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f87240cb4e8, gravity): Failed to perform step: SQL logic error
2025-03-05 12:16:47.089 CET [2422/T2443] INFO: Gravity database has been updated, reloading now
2025-03-05 12:16:47.202 CET [2422/T2443] INFO: Compiled 110 allow and 24 deny regex for 43 clients in 110.2 msec
2025-03-05 12:20:46.906 CET [2422/T3393] INFO: Upgrading password from SHA256^2 to BALLOON-SHA256
2025-03-05 12:20:46.912 CET [2422/T3393] INFO: Wrote config file:
2025-03-05 12:20:46.912 CET [2422/T3393] INFO:  - 153 total entries
2025-03-05 12:20:46.912 CET [2422/T3393] INFO:  - 144 entries are default
2025-03-05 12:20:46.912 CET [2422/T3393] INFO:  - 9 entries are modified
2025-03-05 12:20:46.913 CET [2422/T3393] INFO:  - 0 entries are forced through environment
2025-03-05 12:20:46.928 CET [2422/T3393] INFO: Config file written to /etc/pihole/pihole.toml

I am a bit worried about the SQL-related error messages:

2025-03-05 12:16:46.747 CET [2422M] ERROR: SQLite3: no such table: main.antigravity in "SELECT adlist_id from vw_antigravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.747 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f8744821158, antigravity): Failed to perform step: SQL logic error
2025-03-05 12:16:46.747 CET [2422M] ERROR: SQLite3: no such table: main.gravity in "SELECT adlist_id from vw_gravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.747 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f87240cb4e8, gravity): Failed to perform step: SQL logic error
2025-03-05 12:16:46.748 CET [2422M] ERROR: SQLite3: no such table: main.antigravity in "SELECT adlist_id from vw_antigravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.748 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f8744821158, antigravity): Failed to perform step: SQL logic error
2025-03-05 12:16:46.748 CET [2422M] ERROR: SQLite3: no such table: main.gravity in "SELECT adlist_id from vw_gravity WHERE domain = ? AND group_id IN (0);" (1)
2025-03-05 12:16:46.748 CET [2422M] ERROR: domain_in_list("api.github.com", 0x7f87240cb4e8, gravity): Failed to perform step: SQL logic error

Should I do something about them? Open a separate thread for this?

And there is a repeated warning, too:

WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)

.
The footer now shows:

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