https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249378

            Bug ID: 249378
           Summary: [nfs] linker_load_file: /boot/kernel/nfslockd.ko -
                    unsupported file type
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: b...@freebsd.org
          Reporter: ri...@freebsd.org

Created attachment 218011
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218011&action=edit
Add missing module dependency

In an up-to-date stable/12 kernel the nfslockd.ko can't be loaded due to a
missing dependency on xdr:
Sep 16 23:32:18 marvin kernel: link_elf_obj: symbol xdr_free undefined
Sep 16 23:32:18 marvin kernel: linker_load_file: /boot/kernel/nfslockd.ko -
unsupported file type
Sep 16 23:32:18 marvin kernel: KLD nfsd.ko: depends on nfslockd - not available
or version mismatch
Sep 16 23:32:18 marvin kernel: linker_load_file: /boot/kernel/nfsd.ko -
unsupported file type


The attached patch (found on the freebsd-current mailing list back in April)
fixes the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to