|
Bugzilla – Full Text Bug Listing |
| Summary: | network interface down during second stage | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Olaf Hering <ohering> |
| Component: | Installation | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 3 | ||
| Target Milestone: | --- | ||
| Hardware: | PowerPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | bug398745.tar.bz2 | ||
|
Description
Olaf Hering
2008-06-10 07:40:08 UTC
an 'ifdown eth0 ; ifup eth0' in an xterm fixed the network. Created attachment 221170 [details] bug398745.tar.bz2 Please use english for describing popups messages. What contains /etc/install.inf (or /var/lib/YaST2/install.inf) ? its all attached. I see calls to listen_remote_ipp, it _could_ be that the route -n is broken at that point. But I cant say for sure what the automatic network configration is doing, maybe the network setup is already broken once the listen_remote_ipp runs. The network is running ok once yast starts. From install.inf: NetConfig: dhcp from y2log : 2008-06-05 13:30:45 <1> cherimoya(2828) [YCP] clients/save_network.ycp:256 Network Configuration: BOOTPROTO='dhcp' STARTMODE='onboot' NAME='NetXtreme BCM5704S Gigabit Ethernet' From yast part is everything ok. How is network started at second stage? Compare with attachement https://bugzilla.novell.com/attachment.cgi?id=220748 I'm not sure what you mean. The network is started via dhcp. The network is running ok for most part of second stage. Just at the end of it, after network config and before yast tries to access the install iso on nfs, the default route is gone. Its not specific to gnome, happens also with a default kde 3.5 install. Maybe yast does not do a ifdown eth0; ifup eth0, but something else? I also does not happen on i386 with this command line: linemode=1 install=nfs://dist.suse.de/dist/install/openSUSE-11.0-RC3/openSUSE-11.0-RC3-DVD-i386.iso panic=9 sysrq=1 start_shell usessh=1 sshpassword=foobar vnc=1 vncpassword=12345678 nosshkey quiet linuxrcstderr=/dev/console netdevice=00:09:6b:b5:0c:5d I will try a vnc installation now. but anyway there is problem while mounts nfs inst.source (and you don't need default route for that) can you try manually mount inst.source and attach output? I was unable to mount dist, unless I do ifdown/ifup the interface is down, thats why nothing works. It does not happen with a vnc install. reproduced workaround : "ip link set eth0 up" eeh, sorry - this workaround doesn't work I am still seeing this issue with RC4. *** This bug has been marked as a duplicate of bug 399645 *** |