Michael Greb on 28 Aug 2008 08:32:43 -0700 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Aug 27, 2008, at 12:42 PM, Glenn Kelley wrote: > I have a strange issue coming up suddenly on a XEN Host / VPS > > Bringing up interface eth0: xennet device eth0 does not seem to be > present, delaying initialization. What about trying to bring up eth1? If there should only be one ethernet device and eth1 now works check /etc/udev.d for two files along the lines of: 75-persistent-net-generator.rules 70-persistent-net.rules The first one creates the second one if it doesn't yet exists and records the MAC address and interface number. If the MAC address for an interface changes, it gets assigned to the next available interface number. You can disable this by looking for the device name whitelist, something like: KERNEL!="eth*|ath*|wlan*..........", GOTO="somelabel" And removing eth* from the list of interfaces the persistent-net rules care about. Newer systems generally having something like: SUBSYSTEMS=="xen", GOTO="somelabel" Mike - -- Michael Greb Linode.com 609-593-7103 ext 1205 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFItsUP0Qbp4bPZvesRAlinAKCKqqRnKYktL9AkPAT+l/tzKFK+FACdHSkz tsPepCQmkJFzFWASWsFiYOU= =7pEm -----END PGP SIGNATURE----- ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|