Control: tags -1 + bullseye Hi,
On 21-02-12 20:47:42, Daniel Kahn Gillmor wrote: > When i "apt install knot-resolver" on an otherwise clean system > running systemd, the default configuration should start a listener on > port 53 on 127.0.0.1. > > However, that listener often fails to start. I ran into this as well while upgrading machines from buster to bullseye. I did a couple of reboots, and in my case, every time the listener failed to start. I looked into this a bit, but was unable to figure out what causes this. Upstream tells [1]: kresd@*.service is not enabled by default, thus Knot Resolver won’t start automatically after reboot. To start and enable service in one command use systemctl enable --now kresd@1.service I'm not sure if these docs apply to the Debian packaging as well, and if that's the intended way to go, but it helped in my case. Thanks for maintaining knot-resolver in Debian! Cheers, Georg [1] https://knot-resolver.readthedocs.io/en/stable/quickstart-startup.html