Currently we have a dhcp server running in SLACKWARE and we want to move it to SUSE 10.1. We assign static ip addresses to hosts based on their ethernet address. The SLACKWARE dhcp server is working fine. However when we used the same dhcpd.conf and dhcpd.master files in SUSE we get the following log message.
================================================== ====
Jan 25 17:03:14 SLES-TEST kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jan 25 17:03:14 SLES-TEST kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
Jan 25 17:03:14 SLES-TEST kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
Jan 25 17:03:24 SLES-TEST gconfd (root-3692): starting (version 2.12.1), pid 3692 user 'root'
Jan 25 17:03:24 SLES-TEST gconfd (root-3692): Resolved address "xml:readonly:/etc/opt/gnome/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Jan 25 17:03:24 SLES-TEST gconfd (root-3692): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
Jan 25 17:03:24 SLES-TEST gconfd (root-3692): Resolved address "xml:readonly:/etc/opt/gnome/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Jan 25 17:03:25 SLES-TEST gconfd (root-3692): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 0
Jan 25 17:03:43 SLES-TEST gconfd (bharathim-3597): GConf server is not in use, shutting down.
Jan 25 17:03:43 SLES-TEST gconfd (bharathim-3597): Exiting
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: batch committing...
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Firewall rules unloaded.
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: batch committing...
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Firewall rules set to CLOSE.
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: batch committing...
Jan 25 17:07:39 SLES-TEST SuSEfirewall2: Firewall rules successfully set
Jan 25 17:07:42 SLES-TEST dhcpd: Internet Systems Consortium DHCP Server V3.0.3
Jan 25 17:07:42 SLES-TEST dhcpd: Copyright 2004-2005 Internet Systems Consortium.
Jan 25 17:07:42 SLES-TEST dhcpd: All rights reserved.
Jan 25 17:07:42 SLES-TEST dhcpd: For info, please visit
http://www.isc.org/sw/dhcp/
Jan 25 17:07:43 SLES-TEST dhcpd: /etc/dhcpd.master line 32: failover peer dhcp: not found
Jan 25 17:07:43 SLES-TEST dhcpd: failover peer "dhcp"
Jan 25 17:07:43 SLES-TEST dhcpd: ^
Jan 25 17:07:43 SLES-TEST dhcpd: /etc/dhcpd.master line 645: failover peer dhcp: not found
Jan 25 17:07:43 SLES-TEST dhcpd: failover peer "dhcp"
Jan 25 17:07:43 SLES-TEST dhcpd: ^
Jan 25 17:07:43 SLES-TEST dhcpd: /var/lib/dhcp///etc/dhcpd.conf line 1: /etc/dhcpd.master: bad parse.
Jan 25 17:07:43 SLES-TEST dhcpd: include "/etc/dhcpd.master"
Jan 25 17:07:43 SLES-TEST dhcpd: ^
Jan 25 17:07:43 SLES-TEST dhcpd: Configuration file errors encountered -- exiting
Jan 25 17:07:43 SLES-TEST dhcpd:
Jan 25 17:07:43 SLES-TEST dhcpd: If you did not get this software from ftp.isc.org, please
Jan 25 17:07:43 SLES-TEST dhcpd: get the latest from ftp.isc.org and install that before
Jan 25 17:07:43 SLES-TEST dhcpd: requesting help.
Jan 25 17:07:43 SLES-TEST dhcpd:
Jan 25 17:07:43 SLES-TEST dhcpd: If you did get this software from ftp.isc.org and have not
Jan 25 17:07:43 SLES-TEST dhcpd: yet read the README, please read it before requesting help.
Jan 25 17:07:43 SLES-TEST dhcpd: If you intend to request help from the
dhcp-server@isc.org
Jan 25 17:07:43 SLES-TEST dhcpd: mailing list, please read the section on the README about
Jan 25 17:07:43 SLES-TEST dhcpd: submitting bug reports and requests for help.
Jan 25 17:07:43 SLES-TEST dhcpd:
Jan 25 17:07:43 SLES-TEST dhcpd: Please do not under any circumstances send requests for
Jan 25 17:07:43 SLES-TEST dhcpd: help directly to the authors of this software - please
Jan 25 17:07:43 SLES-TEST dhcpd: send them to the appropriate mailing list as described in
Jan 25 17:07:43 SLES-TEST dhcpd: the README file.
Jan 25 17:07:43 SLES-TEST dhcpd:
Jan 25 17:07:43 SLES-TEST dhcpd: exiting.
================================================== ========
If anyone has configured a dhcp failover server in SUSE 10.1. Can you throw some light on this issue.