Mailinglist Archive: opensuse-bugs (19584 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: Thu, 22 May 2008 06:01:37 -0600 (MDT)
  • Message-id: <20080522120137.B9358CC7B6@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=335486

User mt@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=335486#c26





--- Comment #26 from Marius Tomaschewski <mt@xxxxxxxxxx> 2008-05-22 06:01:37
MST ---
(In reply to comment #24 from Marc Munnen)
All this in the hope it will provide some useful information.

Yes and no:

++ ls -d /etc/sysconfig/network/ifcfg-eth0 /etc/sysconfig/network/ifcfg-eth3~
/etc/sysconfig/network/ifcfg-eth5~ /etc/sysconfig/network/ifcfg-lo
/etc/sysconfig/network/ifcfg-type-wlan /etc/sysconfig/network/ifcfg-wlan0
/etc/sysconfig/network/ifcfg-wlan0-bu~ /etc/sysconfig/network/ifcfg-wlan0~
[...]
+ MANDATORY_DEVICES=' eth0 type-wlan wlan0 __NSC__ '

This means, there is a problem, that the ifcfg-type-wlan is not
converted -- the hwdesc2iface script is unable to handle it.

We will see with Chistian (in NEEDINFO) if it can be converted somehow;
at the moment, just move it away (rename to ifcfg.type-wlan) and delete
the "ifcfg-*~" files. This should fix your problem Marc.


Beside of the above obsolete ifcfg-<hwdescr> files:

Not the /etc/init.d/network script causes the problems, but something
with udev and ifup. So please provide log files as described bellow.


At http://www.suse.de/~mt/openSUSE/10.3/, in 10.3-<arch> subdirectories,
you'll find sysconfig RPMs with enabled extra debug.

Please install them, reset your /var/log/messages with:

bzip2 -9c < /var/log/messages \
> /var/log/messages-$(date +%Y%m%d).bz2 && \
cp /dev/null /var/log/messages

and _reboot_ (no, really not a joke - I want to see what udev is doing).

After the reboot, please collect files and create an archive using e.g.:

mkdir /tmp/bug-355786-extradebug
cp -a /dev/shm/sysconfig/* /tmp/bug-355786-extradebug/
cp -a /var/log/messages /var/log/boot.msg /tmp/bug-355786-extradebug/
cd /tmp/bug-355786-extradebug/

#### replace wireless keys / passwords / another secets with XXXXXX

tar cvzf /tmp/bug-355786-extradebug.tgz *

And attach the archive as (private) attachment to this bug.


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