>>> On 11/5/2012 at 08:06 AM, Michael MacIsaac <[email protected]> wrote: > qeth.5c48c9: 0.0.1000: IPV6 enabled > qeth.103fce: 0.0.1000: Broadcast enabled > qeth.69360e: 0.0.1000: Outbound TSO not supported on eth0 > udev: renamed network interface eth0 to eth2 > ..done > ... > > Note the last message from udev - why would it rename eth0 to eth2? > Because then when the network comes up, it is looking for > /etc/sysconfig/network/ifcfg-eth2 which does not exist.
Because /etc/udev/rules.d/70-persistent-net.rules has the old device number 0.0.0600 associated with eth0. Adding an "rm" command for that file to your cloning script should fix things up. (It will also get rid of the association of some other device number to eth1 that is in there was well.) Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
