https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206583
Bug ID: 206583
Summary: Unable to load ip_mroute kernel module if VIMAGE is
enabled in kernel
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
When running a kernel with VIMAGE support, loading the ip_mroute kernel module
will fail.
% sudo kldload -v ip_mroute
kldload: an error occurred while loading the module. Please check dmesg(8) for
more details.
% dmesg
linker_load_file: Unsupported file type
% uname -a
FreeBSD sparticus.woods.am 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r294463: Sun
Jan 24 17:17:25 CET 2016
[email protected]:/usr/obj/usr/src/sys/GENERIC-NODEBUG-VIMAGE amd64
If I recompile the kernel with the same sources, with the only change being to
disable VIMAGE (in this case using the GENERIC-NODEBUG kernel), then after
reboot I am able to load the ip_mroute kernel option successfully.
Expected result: ip_mroute kernel module should be able to load regardless of
whether VIMAGE support is enabled in the kernel or not.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"