Package: isc-dhcp-server
Version: 4.4.1-2
Severity: minor

# dhcpd -f -d -cf /tmp/dhcpd.conf wlp2s0b1
...
Config file: /tmp/dhcpd.conf
Database file: /var/lib/dhcp/dhcpd.leases
PID file: /var/run/dhcpd.pid
Wrote 0 leases to leases file.
Listening on LPF/wlp2s0b1/08:3e:8e:aa:65:d1/192.168.1.0/24
Sending on   LPF/wlp2s0b1/08:3e:8e:aa:65:d1/192.168.1.0/24
Sending on   Socket/fallback/fallback-net
Server starting service.

OK that's great.

However if one then hits ^C.

1. There is not even a peep. No message that the service is ending. Not
on STDERR, not in journalctl.

(2. The service indeed ends (pidof dhcpd finds none), however the pid
files aren't cleaned up. Perhaps do that.)

Same problem with hangup,
# killall -1 dhcpd

I'm saying that there are tons of messages saying it is starting, but
not even one saying it is ending.

Reply via email to