Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Nov 2020 05:11:20 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        freebsd-current@freebsd.org
Subject:   Fails to load linprocfs
Message-ID:  <20201107.051120.397134008488775335.yasu@utahime.org>

next in thread | raw e-mail | index | archive | help
Hello,

I updated both host and poudriere jail from r367172 to r367418. But
after that `poudriere bulk` fails as following.

----------------------------------------------------------------------
yasu@rolling-vm-freebsd1[1014]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r367418: Sat Nov  7 02:00:32 JST 2020     rootz@rolling-vm-freebsd1.home.utahime.org:/usr0/freebsd/base/obj/usr0/freebsd/base/head/amd64.amd64/sys/GENERIC  amd64
yasu@rolling-vm-freebsd1[1014]% sudo -i poudriere bulk -j curamd64 -z LocalSetting -f /usr/local/etc/ports-list.txt
kldload: an error occurred while loading module linprocfs. Please check dmesg(8) for more details.
[00:00:00] Error: Required kernel module 'linprocfs' not found
yasu@rolling-vm-freebsd1[1015]%
----------------------------------------------------------------------

Executing `sudo -i kldload linprocfs.ko` results in same error.

----------------------------------------------------------------------
yasu@rolling-vm-freebsd1[1016]% sudo -i kldload linprocfs.ko
kldload: an error occurred while loading module linprocfs.ko. Please check dmesg(8) for more details.
yasu@rolling-vm-freebsd1[1017]% 
----------------------------------------------------------------------

dmesg(8) shows following error messages.

----------------------------------------------------------------------
link_elf_obj: symbol sdt_provider_linuxulator undefined
linker_load_file: /boot/kernel/linux_common.ko - unsupported file type
KLD linprocfs.ko: depends on linux_common - not available or version mismatch
linker_load_file: /boot/kernel/linprocfs.ko - unsupported file type
----------------------------------------------------------------------

What's wrong?

Best Regards.

---
Yasuhiro KIMURA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201107.051120.397134008488775335.yasu>