[Bug 249378] [nfs] linker_load_file: /boot/kernel/nfslockd.ko - unsupported file type

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 16 22:24:58 UTC 2020


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: bugs at FreeBSD.org
          Reporter: riggs at 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.


More information about the freebsd-bugs mailing list