Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 22:24:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249378] [nfs] linker_load_file: /boot/kernel/nfslockd.ko - unsupported file type
Message-ID:  <bug-249378-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249378

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

Created attachment 218011
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218011&action=
=3Dedit
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 avail=
able
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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