Re: route ipv6 errors on bootup in -current main-n267425-aa1223ac3afc on arm64
- In reply to: void : "Re: route ipv6 errors on bootup in -current main-n267425-aa1223ac3afc on arm64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jan 2024 21:04:04 UTC
> On Jan 9, 2024, at 7:17 AM, void <void@f-m.fm> wrote: > > On Tue, Jan 09, 2024 at 12:24:40PM +0000, void wrote: >> On Tue, Jan 09, 2024 at 10:24:53AM +0000, void wrote: >>> On Mon, Jan 08, 2024 at 01:07:30PM -0800, Enji Cooper wrote: >>>> >>>> Was the kernel/utility built with IPv6? If not, that’s a general bug which should be filed (which can be easily checked/avoided using the FEATURES(9) subsystem)… >>>> Cheers! >>>> -Enji >>> >>> world/kernel was built with WITHOUT_INET6= in /etc/src.conf >>> >>> I made the problem go away with removing WITHOUT_INET6= and rebuilding. >> >> I'll re-add this to try and replicate the problem with the same sources >> (main-n267425-aa1223ac3afc) and if it happens again I'll make a PR for it > > I forgot about this line: > > options INET6 # IPv6 communications protocols > > which, on current/arm64 lives in std.arm64 which gets included by > GENERIC which is included by GENERIC-MMCCAM which is included by > GENERIC-MMCCAM-NODEBUG > > commenting it out and having WITHOUT_INET6= in /etc/src.conf and rebuilding > fixes the problem. Sorry for the noise. It’s not noise; what you found is a valid issue. Please file an issue for this, noting that the kernel was built without INET6 support (that’s the key bit of info for reproing the issue). Thank you! -Enji