YepDude. Minus 30 credibility points.
YepDude. Minus 30 credibility points.
YepDude. Minus 30 credibility points.
Please explain this statement. The DHCP server package version in Portage is version 4. The DHCPCD (client) package in Portage is version 6. Neither of these has any bearing on what IP versions are supported.roboto wrote:dhcp in portage is set to version 4, instead of 6, which is stupid.
That log appears to cover several reboots, including ones from Tuesday, the day before your post. You did not indicate your local time at the time of the post, so we must guess which log entries were made with your IPv6-disabled kernel. I see one boot at 16:22 that tried to use IPv6. I see another boot at 16:33 that did not.roboto wrote:I disabled IPv6 entirely just now in my .config and dhcpcd still uses IPv6 addresses. Its output this boot was slightly different.
Code: Select all
ifconfigMaybe nitpicking, but shouldn't all the dhcp client packages be using linux-info.eclass to check for that?UberLord wrote:Oh dear, looks like AF_PACKET aka the Packet Filter isn't enabled in your kernel config.dhcp_open: enp2s0: Address family not supported by protocolYup, I was right :)# CONFIG_PACKET is not set
That is truely nefarious!Hu wrote: I have a bit of a sore point about the linux-info.eclass functions from a few years ago when packages kept needlessly dying because, while my kernel was configured correctly, they couldn't prove it, so they aborted.