Bug 395014

Summary: Network not configured during automatic configuration
Product: [openSUSE] openSUSE 11.0 Reporter: Holger Sickenberg <holgi>
Component: InstallationAssignee: Michal Zugec <mzugec>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Blocker    
Priority: P5 - None CC: coolo, forgotten_Si7ddX0wxG, mvidner
Version: Beta 3plusFlags: coolo: SHIP_STOPPER+
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Component Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: hwinfo.txt
/y2logs.tgz
output.txt
logs.tgz

Description Holger Sickenberg 2008-05-28 11:12:27 UTC
I installed Build 130 i386 Gnome with automatic configuration.

But when installation was finished, no network device was configured:

fornax:/tmp # l /etc/sysconfig/network/
total 80
drwxr-xr-x 6 root root  4096 May 28 03:20 ./
drwxr-xr-x 7 root root  4096 May 28 12:10 ../
-rw-r--r-- 1 root root  8623 May 28 03:00 config
-rw-r--r-- 1 root root  6863 May 28 12:20 dhcp
drwxr-xr-x 2 root root  4096 May 28 03:08 if-down.d/
drwxr-xr-x 2 root root  4096 May 28 03:09 if-up.d/
-rw-r--r-- 1 root root   174 May 23 14:23 ifcfg-lo
-rw-r--r-- 1 root root 27766 May 23 14:23 ifcfg.template
-rw-r--r-- 1 root root   239 May 23 14:23 ifroute-lo
drwx------ 2 root root  4096 May 22 04:36 providers/
drwxr-xr-x 2 root root  4096 May 28 03:20 scripts/
Comment 1 Holger Sickenberg 2008-05-28 11:12:52 UTC
Created attachment 218558 [details]
hwinfo.txt
Comment 2 Holger Sickenberg 2008-05-28 11:13:08 UTC
Created attachment 218559 [details]
/y2logs.tgz
Comment 3 Stephan Kulow 2008-05-29 05:43:47 UTC
this sounds like a duplicate of 395079 - for me network setup worked just fine.
Comment 4 Michal Zugec 2008-05-29 15:34:11 UTC
Hm, here the problem is that output from yast2-hardware reports link status nil, but directly from hwinfo the status is true. And YaST configures first "connected" device (in case no NM is used)
Martin?
Comment 5 Michal Zugec 2008-05-29 16:12:06 UTC
Can you provide output from :
echo '`Read(.probe.netcard)'|/usr/lib/YaST2/bin/y2base stdio scr
Comment 6 Holger Sickenberg 2008-05-30 10:11:49 UTC
Created attachment 219089 [details]
output.txt
Comment 7 Holger Sickenberg 2008-05-30 14:30:48 UTC
Created attachment 219181 [details]
logs.tgz
Comment 8 Michal Zugec 2008-05-30 14:35:36 UTC
eth1 didn't propagate carrier status because link was down (as a workaround - "ip link set eth1 up")
Comment 9 Stephan Kulow 2008-06-02 05:31:28 UTC
*** Bug 396135 has been marked as a duplicate of this bug. ***
Comment 10 Stephan Kulow 2008-06-02 05:33:03 UTC
Hmm, I just marked #396135 as duplicate, but there the problem is that only eth1 is configured and eth0 is not. Maybe not the same problem?
Comment 11 Michal Zugec 2008-06-02 07:30:53 UTC
fixed in yast2-network-2.16.47
problem description:
- before network configuration proposal there is hardware detection
- in hardware detection there should modprobe drivers for all network devices when needed and also set link status to up
- here is the problem - for "setting link status" there was hardcoded "eth0"
Comment 12 Michal Zugec 2008-06-02 07:36:36 UTC
*** Bug 395079 has been marked as a duplicate of this bug. ***