[Bug 213870] New: 'No network interface found, fatal error' during vnc install
https://bugzilla.novell.com/show_bug.cgi?id=213870 Summary: 'No network interface found, fatal error' during vnc install Product: openSUSE 10.2 Version: Alpha 5 plus Platform: PowerPC OS/Version: Linux Status: NEW Severity: Critical Priority: P5 - None Component: Installation AssignedTo: yast2-maintainers@suse.de ReportedBy: olh@novell.com QAContact: jsrain@novell.com 10.2a5+ does not install with vnc: inst-sys:/ # exit starting slpd to announce VNC... starting yast... Probing connected terminal... Initializing virtual console... Found a screen terminal on /dev/console (165 columns x 55 lines). starting VNC server... A log file will be written to: /var/log/YaST2/vncserver.log ... *** *** You can connect to 10.10.2.231, display :1 now with vncviewer *** Or use a Java capable browser on http://10.10.2.231:5801/ *** (When YaST2 is finished, close your VNC viewer and return to this window.) *** Fatal Error occured, process stopped *** - Commandline available at <Alt-F2> - Further information written to: /var/log/YaST2/y2start.log Stage [call]: Check selected medium... Stage [call]: ======================== |-- Wished medium is: VNC |-- Selected medium is: VNC |-- Xvnc-Server is ready: 2924 |-- No network interface found, fatal error inst-sys:~ # -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ------- Comment #1 from olh@novell.com 2006-10-20 01:41 MST ------- Created an attachment (id=102112) --> (https://bugzilla.novell.com/attachment.cgi?id=102112&action=view) y2start.log -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ------- Comment #2 from olh@novell.com 2006-10-20 01:44 MST ------- sigh, /mounts/instsys/usr/lib/YaST2/startup/common/network.sh:found_iface() Who comes up with such stuff? Its a nfs install, obviously there is network available... -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 jsrain@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |ms@novell.com -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |olh@novell.com ------- Comment #3 from ms@novell.com 2006-10-21 10:27 MST ------- found_iface() is from our common network skripts (ifup, etc...) it checks using the ip command whether there is a network interface available or not. In your case the command ip link show | grep -v link | grep -v noqueue | cut -f2 -d: seems to show no interfaces or the test for the interface on UP failed. Such a check couldn't be that bad in my opinion and hasn't changed for 10.2 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ------- Comment #4 from olh@novell.com 2006-10-21 15:13 MST ------- 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth2: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc noqueue link/ether 00:2b:2f:de:ad:01 brd ff:ff:ff:ff:ff:ff inet 10.10.2.231/16 brd 10.10.255.255 scope global eth2 inet6 2001:780:101:a00:22b:2fff:fede:ad01/64 scope global dynamic valid_lft 30001sec preferred_lft 9999sec inet6 fe80::22b:2fff:fede:ad01/64 scope link valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 link/ether 00:0b:2f:4e:02:d9 brd ff:ff:ff:ff:ff:ff 4: sit0: <NOARP> mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth2: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc noqueue link/ether 00:2b:2f:de:ad:01 brd ff:ff:ff:ff:ff:ff 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 link/ether 00:0b:2f:4e:02:d9 brd ff:ff:ff:ff:ff:ff 4: sit0: <NOARP> mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0 I have nothing more to add 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ------- Comment #5 from ms@novell.com 2006-10-23 01:26 MST ------- Thanks, following patch should fix it. Could you test ? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ------- Comment #6 from ms@novell.com 2006-10-23 01:26 MST ------- Created an attachment (id=102241) --> (https://bugzilla.novell.com/attachment.cgi?id=102241&action=view) network.sh.dif -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Major -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 olh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|olh@novell.com | ------- Comment #7 from olh@novell.com 2006-10-24 00:34 MST ------- finally a patch that works. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #8 from ms@novell.com 2006-10-24 03:03 MST ------- great, I will submit a package. Thanks for testing -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213870 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development -- 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.
participants (1)
-
bugzilla_noreply@novell.com