https://bugzilla.novell.com/show_bug.cgi?id=842360 https://bugzilla.novell.com/show_bug.cgi?id=842360#c7 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |Mathias.Homann@opensuse.org --- Comment #7 from Marius Tomaschewski <mt@suse.com> 2013-09-26 12:15:08 UTC --- Hmm... there are no bind(port/interace) lines like: Sep 26 13:07:32 trinity9.lab31.mat-home.net dhcpd[3183]: Listening on LPF/br0/52:54:00:69:15:31/192.168.238.0/24 Sep 26 13:07:32 trinity9.lab31.mat-home.net dhcpd[3183]: Sending on LPF/br0/52:54:00:69:15:31/192.168.238.0/24 in your log... Can you attach "grep . /etc/sysconfig/network/ifcfg-[eb]*" output? Further, please try the following: 1) logger "=== 1 ===" 2) systemctl stop dhcpd.service 3) killproc -9 /usr/sbin/dhcpd # make sure it is stopped 4) SYSTEMD_NO_WRAP=yes bash -x /etc/init.d/dhcpd start &>/tmp/dhcpd.start.xtrace 5) execute steps 2 + 3 again [kill it] 6) logger "=== 6 ===" 7) start it manually using: strace -fF -ttt -s512 -o/tmp/dhcpd.strace /usr/sbin/dhcpd -d -4 -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid -chroot /var/lib/dhcp -lf /db/dhcpd.leases &>/tmp/dhcpd.out Use Ctrl-C keys to kill it after ~30 sec. 8) logger "=== 8 ===" 9) attach /tmp/dhcpd.start.xtrace /tmp/dhcpd.out /tmp/dhcpd.strace and messages in /var/log/messages since "=== 1 ===" marker -- 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.