My avahi daemon was not restarting, I killed it and then it didn’t want to start at all (which makes sense I guess)
Kept getting this error
avahi-daemon[3986518]: Missing assignment in /etc/avahi/avahi-daemon.conf:24: <xxxxxxxx, br-xxxxxxxxxxxx, br-xxxxxxxxxxxx, br>
So I went to the file and line 24 was actually
allow-interfaces=enp3s0, vlanX, vlanX, br0
Turns out the auto-generated denied interfaces are way too long for the daemon and that causes the crash
My solution was to replace values deny-interfaces with wildcards
I get an mDNS error I’ve never been able to resolve when running the ChromecastBridge in the LMS docker app in TrueNAS in all versions v24 and v25. I wonder if this is the reason ?
My only workaround was to set up LMS in a Debian container rather than docker.