https://bugzilla.novell.com/show_bug.cgi?id=842360 https://bugzilla.novell.com/show_bug.cgi?id=842360#c13 --- Comment #13 from Marius Tomaschewski <mt@suse.com> 2013-09-26 15:59:13 UTC --- yes, always in a chroot (see comment 4, comment 5, comment 7). I've only set the DHCPD_RUN_AS="" variable, because your config (comment 3) contains it too. But this is not needed to run it as root, for dhcpd user (DHCPD_RUN_AS="dhcpd") works fine: trinity9:~ # systemctl status dhcpd.service dhcpd.service - LSB: ISC DHCP 4.x Server Loaded: loaded (/etc/init.d/dhcpd) Active: active (running) since Thu, 2013-09-26 17:50:01 CEST; 5min ago Process: 2432 ExecStop=/etc/init.d/dhcpd stop (code=exited, status=0/SUCCESS) Process: 14709 ExecStart=/etc/init.d/dhcpd start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/dhcpd.service └ 14823 /usr/sbin/dhcpd -4 -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid -chroot /var/lib/dhcp -lf /db/dhcpd.leases -user dhcpd -group nogroup The /etc/bindresvport.blacklist is not needed: trinity9:~ # find /var/lib/dhcp/ | grep -v proc /var/lib/dhcp/ /var/lib/dhcp/var /var/lib/dhcp/var/run /var/lib/dhcp/var/run/dhcpd.pid /var/lib/dhcp/db /var/lib/dhcp/db/dhcpd.leases~ /var/lib/dhcp/db/dhcpd.leases /var/lib/dhcp/lib64 /var/lib/dhcp/lib64/libnsl.so.1 /var/lib/dhcp/lib64/libdl.so.2 /var/lib/dhcp/lib64/libnss_files.so.2 /var/lib/dhcp/lib64/libnss_nis.so.2 /var/lib/dhcp/lib64/libnss_compat.so.2 /var/lib/dhcp/lib64/libnss_db.so.2 /var/lib/dhcp/lib64/libnss_nisplus.so.2 /var/lib/dhcp/lib64/libnss_hesiod.so.2 /var/lib/dhcp/lib64/libgcc_s.so.1 /var/lib/dhcp/lib64/libpthread.so.0 /var/lib/dhcp/lib64/libnss_dns.so.2 /var/lib/dhcp/lib64/libresolv.so.2 /var/lib/dhcp/etc /var/lib/dhcp/etc/host.conf /var/lib/dhcp/etc/nsswitch.conf /var/lib/dhcp/etc/resolv.conf /var/lib/dhcp/etc/gai.conf /var/lib/dhcp/etc/dhcpd.conf /var/lib/dhcp/etc/hosts /var/lib/dhcp/etc/named.keys /var/lib/dhcp/etc/localtime /var/lib/dhcp/dev /var/lib/dhcp/dev/log /var/lib/dhcp/dev/urandom Can you attach your /etc/nsswitch.conf and /etc/host.conf? Are you using NIS? -- 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.