Expected Behaviour:
Working DNS Service except I stop or restart it
OS: Latest Raspberry Pi OS (releases March 4th 2021)
Hardware: Raspberry Pi 2
Actual Behaviour:
Around 11AM every day I loose connection to the Internet. at first I resolved it with a power cycle of the Raspberry because I thought it might be faulty, but after a while I figured that I can still log in to the web interface of the pihole using the IP and restart the DNS resolver via the settings tab. It took me a few days to figure out what to look for, but I think I found the issue within the /var/log/pihole-FTL.log.1:
...SNIP...
[2021-05-05 10:55:00.977 21195/T21199] Compiled 1 whitelist and 101 blacklist regex filters for 16 clients in 108.1 msec
[2021-05-05 11:00:11.558 21195M] Shutting down...
[2021-05-05 11:00:11.885 21195M] Finished final database update
[2021-05-05 11:00:11.885 21195M] Waiting for threads to join
[2021-05-05 11:00:11.885 21195M] Thread telnet-IPv4 (0) is idle, terminating it.
[2021-05-05 11:00:11.886 21195M] Thread telnet-IPv6 (1) is idle, terminating it.
[2021-05-05 11:00:11.887 21195M] Thread telnet-socket (2) is idle, terminating it.
[2021-05-05 11:00:11.887 21195M] Thread database (3) is idle, terminating it.
[2021-05-05 11:00:11.889 21195M] Thread housekeeper (4) is idle, terminating it.
[2021-05-05 11:00:11.889 21195M] Thread DNS client (5) is idle, terminating it.
[2021-05-05 11:00:11.890 21195M] All threads joined
[2021-05-05 11:00:11.899 21195M] ########## FTL terminated after 23h 41m 3s (code 0)! ##########
Around this time yesterday I figured DNS querys did no longer work and restarted the DNS Resolver via web interface
[2021-05-05 11:24:27.032 2847M] Using log file /var/log/pihole-FTL.log
[2021-05-05 11:24:27.032 2847M] ########## FTL started! ##########
Today the same happend around the same time:
---SNIP...
[2021-05-06 07:42:11.067 5365/T5369] Compiled 1 whitelist and 101 blacklist regex filters for 17 clients in 142.2 msec
[2021-05-06 07:42:49.564 5365M] Resizing "FTL-dns-cache" from 53248 to (3584 * 16) == 57344 (/dev/shm: 2.8MB used, 484.6MB total, FTL uses 2.8MB)
[2021-05-06 08:02:50.643 5365M] Resizing "FTL-dns-cache" from 57344 to (3840 * 16) == 61440 (/dev/shm: 2.8MB used, 484.6MB total, FTL uses 2.8MB)
[2021-05-06 08:14:04.898 5365M] Resizing "FTL-domains" from 36864 to (2560 * 16) == 40960 (/dev/shm: 2.8MB used, 484.6MB total, FTL uses 2.8MB)
[2021-05-06 08:28:51.062 5365M] Resizing "FTL-dns-cache" from 61440 to (4096 * 16) == 65536 (/dev/shm: 2.8MB used, 484.6MB total, FTL uses 2.8MB)
[2021-05-06 11:00:22.095 5365M] Shutting down...
[2021-05-06 11:00:23.174 5365M] Finished final database update
[2021-05-06 11:00:23.175 5365M] Waiting for threads to join
[2021-05-06 11:00:23.175 5365M] Thread telnet-IPv4 (0) is idle, terminating it.
[2021-05-06 11:00:23.176 5365M] Thread telnet-IPv6 (1) is idle, terminating it.
[2021-05-06 11:00:23.177 5365M] Thread telnet-socket (2) is idle, terminating it.
[2021-05-06 11:00:23.177 5365M] Thread database (3) is idle, terminating it.
[2021-05-06 11:00:23.179 5365M] Thread housekeeper (4) is idle, terminating it.
[2021-05-06 11:00:23.181 5365M] Thread DNS client (5) is idle, terminating it.
[2021-05-06 11:00:23.184 5365M] All threads joined
[2021-05-06 11:00:23.197 5365M] ########## FTL terminated after 23h 10m 8s (code 0)! ##########
[2021-05-06 11:12:43.889 30681M] Using log file /var/log/pihole-FTL.log
[2021-05-06 11:12:43.928 30681M] ########## FTL started! ##########
[2021-05-06 11:12:43.928 30681M] FTL branch: master
[2021-05-06 11:12:43.929 30681M] FTL version: v5.8.1
[2021-05-06 11:12:43.929 30681M] FTL commit: b90ab8b1
[2021-05-06 11:12:43.929 30681M] FTL date: 2021-04-21 20:03:47 +0100
[2021-05-06 11:12:43.929 30681M] FTL user: pihole
The only thing different from a standard setup is that I deleted the user Pi a few weeks ago and replaced it with another user. Could this be the issue?
Thanks in advance for any help