Mailinglist Archive: opensuse-bugs (8956 mails)
| < Previous | Next > |
[Bug 213870] 'No network interface found, fatal error' during vnc install
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sat, 21 Oct 2006 10:27:01 -0600 (MDT)
- Message-id: <20061021162701.223E6F22@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=213870
ms@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |olh@xxxxxxxxxx
------- Comment #3 from ms@xxxxxxxxxx 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.
ms@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |olh@xxxxxxxxxx
------- Comment #3 from ms@xxxxxxxxxx 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.
| < Previous | Next > |