On 10/13/2017 11:05 AM, Canek Peláez Valdés wrote:
Have you tried to boot the systems with the "disable_ipv6=1" kernel
parameter?
I just tried this, and it doesn't seem to help.
# cat /proc/cmdline
disable_ipv6=1 root=/dev/md126p3 rd.auto=1 quiet rootfstype=ext4
init=/usr/lib/systemd/systemd
But:
# dmesg | grep -i ipv6
[ 22.218113] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 22.241260] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 26.421072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
I'll have to try a different solution later on. First I need to figure
out why my nfs mounts aren't mounting on that PC, but that belongs in a
different thread. I don't want to break things any more until that's fixed.
Dan