All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14346] New: BR2_PACKAGE_NFS_UTILS_RPC_NFSD does not patch CONFIG_NFSD in kernel configuration
@ 2021-11-16  1:06 bugzilla
  2021-11-21 10:33 ` [Buildroot] [Bug 14346] " bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2021-11-16  1:06 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14346

            Bug ID: 14346
           Summary: BR2_PACKAGE_NFS_UTILS_RPC_NFSD does not patch
                    CONFIG_NFSD in kernel configuration
           Product: buildroot
           Version: 2021.02.7
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: mateusz.dukat1@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

Overview:

Setting BR2_PACKAGE_NFS_UTILS_RPC_NFSD to 'y' does not patch CONFIG_NFSD in
Linux kernel configuration.

Steps to reproduce:

1) Build buildroot for i386, with kernel defconfig, and buildroot config
values:
BR2_PACKAGE_NFS_UTILS_RPC_NFSD=y
2) Run image on any machine/vm

Actual results:

When booting buildroot built like that, it immediately throws:

> Starting NFS daemon: rpc.nfsd: Unable to access /proc/fs/nfsd errno 2 (No such file or directory).
> Please try, as root, 'mount -t nfsd nfsd /proc/fs/nfsd' and then restart rpc.nfsd to correct the problem
> FAIL

Expected results:

NFS server starts correctly.

Build date and hardware:

Buildroot tag 2021.02.7 built on 16.11.2021 on Thinkpad X131e (intel) \w Ubuntu
server 20.04 LTS

Additional information:

To manually fix this problem, create text file in buildroot root directory
named "kernel_patch.txt" with value:

> CONFIG_NFSD=y

Then, in buildroot config, modify BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES to:

> BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="kernel_patch.txt"

And finally build new image.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [Bug 14346] BR2_PACKAGE_NFS_UTILS_RPC_NFSD does not patch CONFIG_NFSD in kernel configuration
  2021-11-16  1:06 [Buildroot] [Bug 14346] New: BR2_PACKAGE_NFS_UTILS_RPC_NFSD does not patch CONFIG_NFSD in kernel configuration bugzilla
@ 2021-11-21 10:33 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2021-11-21 10:33 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14346

--- Comment #1 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Can you confirm that the following patch fix your issue:
https://patchwork.ozlabs.org/project/buildroot/patch/20211119164926.2410106-1-fontaine.fabrice@gmail.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-21 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16  1:06 [Buildroot] [Bug 14346] New: BR2_PACKAGE_NFS_UTILS_RPC_NFSD does not patch CONFIG_NFSD in kernel configuration bugzilla
2021-11-21 10:33 ` [Buildroot] [Bug 14346] " bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.