I got the same issue,
I've been analyzing the init script and noticed that
nothing will be executed if no interfaces network is set to INTERFACES
variables
in /etc/default/isc-dhcp-server.
I've created to variables in /etc/default/isc-dhcp-server, DHCPDv4 and
DHCPDv6
and checked for true|false and
Ignore my previous message -- Seems my testing was done with INTERFACES
being set in /etc/defaults/isc-dhcp-server... (whoops!)
After reverting my configs/init.d scripts to the originals, and more
thorough testing, I've determined adding the below code in
/etc/init.d/isc-dhcp-server after line
I believe the broken upgrade is due to a scoping issue when $INTERFACESv4 isn't
defined in /etc/defaults/isc-dhcp-server ($DHCPD_DEFAULT).
To fix the upgrade process an update is needed to the
/etc/init.d/isc-dhcp-server file on 4.3.4-1 to define $INTERFACESv4 before
sourcing $DHCPD_DEFAULT, eg
3 matches
Mail list logo