https://bugzilla.novell.com/show_bug.cgi?id=842359 https://bugzilla.novell.com/show_bug.cgi?id=842359#c1 --- Comment #1 from Mathias Homann <Mathias.Homann@opensuse.org> 2013-09-26 12:37:18 UTC --- got it... the start script did not copy the file "/etc/bindresvport.blacklist" into the chroot jail, so dhcpd refused to fork, and didn't open port 67 either. With the following change in /etc/sysconfig/dhcp this and the four sub-bugs are fixed. akari:/etc/sysconfig # diff dhcpd~ dhcpd 128c128 < DHCPD_CONF_INCLUDE_FILES="/etc/dhcpd.d /etc/named.keys" ---
DHCPD_CONF_INCLUDE_FILES="/etc/dhcpd.d /etc/named.keys /etc/bindresvport.blacklist" 154c154 < DHCPD_RUN_AS=""
DHCPD_RUN_AS="dhcpd"
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.