Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why I can't I build systemd without ipv6?
Date: Fri, 13 Oct 2017 21:58:47
Message-Id: e21157bd-8e8b-921b-ad65-3bec3d20a71b@gmail.com
In Reply to: Re: [gentoo-user] Why I can't I build systemd without ipv6? by "Canek Peláez Valdés"
1 On 10/13/2017 11:05 AM, Canek Peláez Valdés wrote:
2 >
3 > Have you tried to boot the systems with  the "disable_ipv6=1" kernel
4 > parameter?
5 >
6
7 I just tried this, and it doesn't seem to help.
8
9 # cat /proc/cmdline
10 disable_ipv6=1 root=/dev/md126p3 rd.auto=1 quiet rootfstype=ext4
11 init=/usr/lib/systemd/systemd
12
13 But:
14
15 # dmesg | grep -i ipv6
16 [ 22.218113] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
17 [ 22.241260] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
18 [ 26.421072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
19
20
21 I'll have to try a different solution later on. First I need to figure
22 out why my nfs mounts aren't mounting on that PC, but that belongs in a
23 different thread. I don't want to break things any more until that's fixed.
24
25 Dan

Replies

Subject Author
Re: [gentoo-user] Why I can't I build systemd without ipv6? Tom H <tomh0665@×××××.com>