[Bug 274306] The nlsysevent kernel module fails to load.
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274306] The nlsysevent kernel module fails to load."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274306] The nlsysevent kernel module fails to load."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274306] The nlsysevent kernel module fails to load."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274306] The nlsysevent kernel module fails to load."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274306] The nlsysevent kernel module fails to load."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274306] The nlsysevent kernel module fails to load."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 12:47:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274306
Bug ID: 274306
Summary: The nlsysevent kernel module fails to load.
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs@FreeBSD.org
Reporter: crest@rlwinm.de
I've compiled FreeBSD 14.0-BETA5/amd64 from sources (commit hash =
243550d32f4231d4407cd57220d36e42153d97f0) from sources, installed it and
rebooted into it. The running kernel, installed kernel, and userland are in
sync unless `make installkernel installworld` is broken.
I tried to load the Netlink system event kernel module using `kldload -v
nlsysevent.ko`. This failed to load.
The output from kldload is:
kldload: an error occurred while loading module nlsysevent.ko. Please check
dmesg(8) for more details.
The details as logged by the kernel:
link_elf_obj: symbol nlmsg_get_group_writer undefined
linker_load_file: /boot/kernel/nlsysevent.ko - unsupported file type
The module can be loaded from /usr/obj by running `make load` in
/usr/src/sys/modules/nlsysevent which loads
/usr/obj/usr/src/amd64.amd64/sys/modules/nlsysevent/nlsysevent.ko instead. I
don't have problems loading other kernel modules. Is there something missing in
either the nlsysevent or netlink kernel modules in how the
nlmsg_get_group_writer symbol is declared and referenced across module
boundries?
--
You are receiving this mail because:
You are the assignee for the bug.