Discussion:
Predictable Network Interface Names
poma
2015-07-16 11:09:45 UTC
Permalink
It seems the "Anaca" has problemos with "Predictable Network Interface Names",
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames

$ dmesg -t | grep eth
...
r8169 0000:01:09.0 enp1s9: renamed from eth1
...

To further confirm this conclusion, if you boot with the 'net.ifnames=0'

$ dmesg -t | grep eth
...
r8169 0000:01:09.0 eth1: link down
r8169 0000:01:09.0 eth1: link down
IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
...

problemo does not occur.


https://github.com/rhinstaller/anaconda/issues/211
poma
2015-07-26 08:34:14 UTC
Permalink
Post by poma
It seems the "Anaca" has problemos with "Predictable Network Interface Names",
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
$ dmesg -t | grep eth
...
r8169 0000:01:09.0 enp1s9: renamed from eth1
...
To further confirm this conclusion, if you boot with the 'net.ifnames=0'
$ dmesg -t | grep eth
...
r8169 0000:01:09.0 eth1: link down
r8169 0000:01:09.0 eth1: link down
IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
...
problemo does not occur.
https://github.com/rhinstaller/anaconda/issues/211
https://bugzilla.redhat.com/show_bug.cgi?id=1245960

Loading...