DHCPD Not Starting, Configuration Error after upgrade
-
We upgraded to 2.1-BETA0 (i386) built on Thu Sep 13 21:17:01 EDT 2012 and now we are receiving the following error on DHCPD service start…
Sep 14 10:14:32 dhcpd: ^
Sep 14 10:14:32 dhcpd: /etc/dhcpd.conf line 33: expecting right-hand side.
Sep 14 10:14:32 dhcpd: match if substring (hardware, 1, 1) = ;
Sep 14 10:14:32 dhcpd: ^
Sep 14 10:14:32 dhcpd: Configuration file errors encountered -- exiting
Sep 14 10:14:32 dhcpd:
Sep 14 10:14:32 dhcpd: If you did not get this software from ftp.isc.org, please
Sep 14 10:14:32 dhcpd: get the latest from ftp.isc.org and install that before
Sep 14 10:14:32 dhcpd: requesting help.
Sep 14 10:14:32 dhcpd:
Sep 14 10:14:32 dhcpd: If you did get this software from ftp.isc.org and have not
Sep 14 10:14:32 dhcpd: yet read the README, please read it before requesting help.
Sep 14 10:14:32 dhcpd: If you intend to request help from the dhcp-server@isc.org
Sep 14 10:14:32 dhcpd: mailing list, please read the section on the README about
Sep 14 10:14:32 dhcpd: submitting bug reports and requests for help.When looking in the /var/dhcpd/etc/dhcpd.conf file, I see the following entry...
class "" {
match if substring (hardware, 1, 1) = ;
}I'm assuming this is a bug since it wasn't there before the upgrade.
-
See the other forum post on this: http://forum.pfsense.org/index.php/topic,53647.0.html
JimP's latest commit should have fixed it.