Mailinglist Archive: opensuse-bugs (13451 mails)

< Previous Next >
[Bug 335486] network interface not set up during boot after upgrade from 10 .2 to 10.3
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 22 Oct 2007 05:52:50 -0600 (MDT)
  • Message-id: <20071022115250.9D383CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=335486#c4





--- Comment #4 from Walter Haidinger <walter.haidinger@xxxxxx> 2007-10-22
05:52:50 MST ---
Here is a a workaround (NO FIX). Ugly but works for me.
Exclude the eth-interfaces from the physical/non-physical detection:

--- sysconfig-0.70.2-4/etc/init.d/network 2007-09-22 00:12:40.000000000 +0200
+++ /etc/init.d/network 2007-10-22 12:18:54.000000000 +0200
@@ -470,7 +470,8 @@
# later in the start section if it is considered mandatory (see next section).
for a in $(type_filter `ls -A /sys/class/net/`); do
case "`get_iface_type $a`" in
- eth|tr|wlan)
+ eth) ;;
+ tr|wlan)
STAMPFILE=$STAMPFILE_STUB`cat
/sys/class/net/$a/ifindex`
if [ "$MODE" == onboot -a "$ACTION" == start ] ; then
if [ ! -e "$STAMPFILE" ] ; then


Nevertheless, the ethernet interfaces should be brought up upon boot if
configured that way (start=onboot) regardless of udev or prior module load.


--
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.

< Previous Next >
References