https://bugzilla.novell.com/show_bug.cgi?id=335486 User peter-mailbox@web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=335486#c18 --- Comment #18 from Peter Küppers <peter-mailbox@web.de> 2008-05-18 03:19:05 MST --- Hello Marius, I also installed the latest sysconfig (sysconfig-0.70.2-4.5) and kernel (kernel-default-2.6.22.17-0.1 x86_64), udev is also OK. The error on boot still persists:
Waiting for mandatory devices: eth0 eth1 __NSC__ 18 17 16 14 13 11 10 8 7 6 4 3 1 0 eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) eth0 is down failed eth0 interface could not be set up until now .. <<<
If I add the following (from opensuse 10.2) in the network script up from line 493 instead of the hard 'continue', the script works fine for me:
493: if [ ! -e "$STAMPFILE" ] ; then case "`cat $STAMPFILE`" in virgin|looping) continue ;; esac else echo unknown > $STAMPFILE continue fi <<<
It must have something to do with the not properly filled PHYSICAL_IFACES variable (or around this, e.g. with udev?). Cheers Peter -- 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.