https://bugzilla.novell.com/show_bug.cgi?id=335486 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=335486#c56 --- Comment #56 from Marius Tomaschewski <mt@novell.com> 2008-10-06 03:50:04 MDT --- (In reply to comment #55 from Walter Haidinger)
#for p in $(pidof udevd) ; do ls -l /proc/$p/exe ; done lrwxrwxrwx 1 root root 0 Oct 3 07:42 /proc/2558/exe -> /sbin/udevd* ^^^^^^^^^^^ Do you doubt that I don't have udevd running?
No. I wanted to verify a bug that we've had on 11.1 Beta, where the udevd from initrd was still running due bug in sysvinit. It would appear as "-> /sbin/udevd (deleted)"... (In reply to comment #52 from Innocenty Enikeew)
Hello,
I also have this problem and tried to investigate it myself. Putting echo's here and there I've found that during /etc/init.d/network starts in 'onboot' mode it expects udev to rename interface to that time and if this isn't the case ifup wouldn't not run for it. Network interfaces for which udev rule has run ifup it creates STAMPFILE in /dev/shm/sysconfig/ with 'renamed' in it. But if udev called this rule before rcnetwork had started ifup exits with "Service network not started and mode 'auto' -> skipping"". Ifup creates that STAMPFILE during on boot udev device detection, but when rcnetwork ran after it, somehow /dev/shm/sysconfig/ is empty! And makes rcnetwork wait for interface's detection.
I'll verify this. -- 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.