Expected Behaviour:
- Debian GNU/Linux 11 (bullseye)
- Raspberry Pi 5
After a reboot, pihole-FTL should start, and pihole status should indicated that blocking is enabled.
Actual Behaviour:
pihole-FTL is not started. pihole status indicates that DNS is not running. Starting pihole-FTL manually corrects the problem.
root@pihole:~# pihole status
[✗] DNS service is NOT running
root@pihole:~# systemctl status pihole-FTL
● pihole-FTL.service - Pi-hole FTL
Loaded: loaded (/etc/systemd/system/pihole-FTL.service; enabled; vendor preset: enabled)
Active: inactive (dead)
root@pihole:~# systemctl start pihole-FTL
root@pihole:~# pihole status
[✓] FTL is listening on port 53
[✓] UDP (IPv4)
[✓] TCP (IPv4)
[✓] UDP (IPv6)
[✓] TCP (IPv6)
[✓] Pi-hole blocking is enabled