a perfectly fine pihole started barfing all of a sudden.
The FTL log has these lines
[2024-05-01 11:28:23.063 246M] delete_shm(): shm_unlink(FTL-settings) failed: No such file or directory
[2024-05-01 11:28:23.063 246M] delete_shm(): shm_unlink(FTL-dns-cache) failed: No such file or directory
[2024-05-01 11:28:23.063 246M] delete_shm(): shm_unlink(FTL-per-client-regex) failed: No such file or directory
[2024-05-01 11:28:23.063 246M] ########## FTL terminated after 17m 23s (code 1)! ##########
[2024-05-01 11:28:23.063 246M] FATAL ERROR in dnsmasq core: duplicate dhcp-host IP address 192.168.2.215 at line 68 of /etc/dnsmasq.d/20-bitwarp.conf
pihole-FTL
root@gbrix01:/etc/dnsmasq.d# pihole-FTL dnsmasq-test
dnsmasq: duplicate dhcp-host IP address 192.168.2.215 at line 68 of /etc/dnsmasq.d/20-bitwarp.conf.broke
Segmentation fault (core dumped)
root@gbrix01:/etc/dnsmasq.d#
All I did was unplug one machine from the lan being managed. Removing the offending dnsmasq,conf file makes pihole-FTL pass the dnsmasq-test, but then it stil complains about the shm stuff.
/dev/shm directory is EMPTY (on docker)
Here is the pihole -d https://tricorder.pi-hole.net/8aS28N18/
(I just rebuilt the docker image too)
I am stumped. Please help