Loading modules from /boot/loader.conf
Michael Tuexen
tuexen at freebsd.org
Tue Jul 10 11:12:41 UTC 2018
> On 26. Jun 2018, at 07:33, Alexey Dokuchaev <danfe at FreeBSD.org> wrote:
>
> On Mon, Jun 25, 2018 at 07:17:42PM +0200, Michael Tuexen wrote:
>> I'm running FreeBSD head of today on a G4 MacMini. I'm trying to
>> load a kernel module using /boot/loader.conf by having the line
>>
>> tcp_rack_load="YES" in /boot/loader.conf.
>>
>> However, this doesn't work and results in [module 'kernel' exists but
>> with wrong version]. I have no problems when running "kldload tcp_rack"
>> after the system completely booted. Then the module loads without any
>> problems.
>
> I don't know what's causing it and cannot reproduce it right now (but then
> again, I'm still running fairly old r302710 -CURRENT on my G4), but I've
> heard about this very problem from another FreeBSD-on-G4 user.
Hi Alexey,
can you run on your G4:
readelf -x set_modmetadata_set /boot/kernel/kernel
This should provide a list of non-NULL pointers. However, on my G4 system
this section only contains NULL pointers.
Best regards
Michael
>
> ./danfe
More information about the freebsd-ppc
mailing list