On 09/07/14 18:03, Vladimir Kudrya wrote: > Package: dnsmasq > Version: 2.71-1 > Severity: important > > Dear Maintainer, when reloading dnsmasq with changed configuration, daemon > stops. > Config is valid, daemon can be started normally after that. > > Log of the daemon after systemctl reload action: > > July 09 20:53:20 host systemd[1]: Reloading A lightweight DHCP and caching > DNS server. > July 09 20:53:20 host dnsmasq[1529]: read /etc/dnsmasq-home.hosts - 2 > addresses > July 09 20:53:20 host dnsmasq[1529]: exiting on receipt of SIGTERM > July 09 20:53:20 host systemd[1]: Reloaded A lightweight DHCP and caching DNS > server. > > Somewhere along the way dnsmasq recieves SIGTERM > It happens only if configuration is changed. Reloading daemon with unchagned > config does not stop it. >
I tried "making a trivial change to /etc/dnsmasq.conf" as a way to change the configuration, but I can't reproduce this problem. Could you give a bit more detail on how you're changing the configuration. Note that sending SIGHUP to dnsmasq (which is what systemctl reload does) Will NOT make it re-read it's configuration, except for a small number of specific items. To use a new configuration, you need to restart dnsmasq, via systemctl restart. Cheers, Simon. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org