[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682026: udhcpd does not save leases file on exit



Package: udhcpd
Version: 1:1.17.1-8
Severity: normal

udhcpd does not save the leases file /var/lib/udhcpd.leases on exit
(amd64). This problem can be fixed by sending the USR1 signal to
the daemon before actually stopping it, you can edit the
/etc/init.d/udhcpd file and insert

start-stop-daemon --stop --verbose --pidfile /var/run/$NAME.pid \
--oknodo --signal USR1 --exec $DAEMON

into the stop) section before the other start-stop-daemon command
to have the precious leases database saved on reboot etc.

Cheers

Claus


Reply to: