Error loading tcp_bbr kernel module

David Wolfskill david at catwhisker.org
Sat May 9 12:26:43 UTC 2020


On Sat, May 09, 2020 at 02:18:51PM +0200, Gordon Bergling wrote:
> Greetings,
> 
> I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error
> when I try to load for example tcp_bbr.ko.
> 
> kldload: an error occurred while loading module tcp_rack.ko. Please check dmesg(8) for more details.
> 
> dmesg shows:
> 
> KLD tcp_bbr.ko: depends on tcphpts - not available or version mismatch
> linker_load_file: /boot/kernel/tcp_bbr.ko - unsupported file type
> 
> Any hints on solving the problem?
> 
> The kernel config is GENERIC.
> 
> Best regards,
> 
> Gordon
> ....

Looks as if option TCPHPTS isn't in GENERIC, and it's a requisite for
BBR.

I'd probably create a custom kernel config that amounted to:

include         GENERIC
options		TCPHPTS

Peace,
david
-- 
David H. Wolfskill				david at catwhisker.org
Donald Trump had 3 years to replenish the US stockpile of PPE -- and failed.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20200509/eae6a706/attachment.sig>


More information about the freebsd-current mailing list