Comment 2 for bug 974054

Revision history for this message
Andy S (andy-speed) wrote :

I have the same problem with 12.04 LTS. The issue seems to be that the dhcpd daemon is pointing to the wrong default. I was able to get it working by adding the following to the /etc/init/isc-dhcp-server.conf for the exec line at the bottom. Changing it to:

exec /usr/sbin/dhcpd -f -q -4 -pf /var/run/dhcp-server/dhcpd.pid -cf $CONFIG_FILE $INTERFACES

It then started ok.