* [PATCH] nfs-utils: Ensure that the Kernel modules are include
@ 2012-10-15 22:15 Saul Wold
2012-10-15 22:19 ` Phil Blundell
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2012-10-15 22:15 UTC (permalink / raw)
To: openembedded-core
This fixes the issue when booting a kernel with out the kernel modules
included.
starting 8 nfsd kernel threads: 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
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../nfs-utils/nfs-utils_1.2.3.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb
index 5a4a7e7..5c9eb2b 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb
@@ -27,6 +27,7 @@ PARALLEL_MAKE = ""
# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
# pull in the remainder of the dependencies.
+KERNEL_FEATURES_append " nfsd"
INITSCRIPT_NAME = "nfsserver"
# The server has no dependencies at the user run levels, so just put
--
1.7.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nfs-utils: Ensure that the Kernel modules are include
2012-10-15 22:15 [PATCH] nfs-utils: Ensure that the Kernel modules are include Saul Wold
@ 2012-10-15 22:19 ` Phil Blundell
2012-10-15 23:38 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Phil Blundell @ 2012-10-15 22:19 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
On Mon, 2012-10-15 at 15:15 -0700, Saul Wold wrote:
>This fixes the issue when booting a kernel with out the kernel modules
>included.
[...]
> # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
> # pull in the remainder of the dependencies.
> +KERNEL_FEATURES_append " nfsd"
Er, really? I'm a bit surprised that this even parses successfully, let
alone fixes anything. Is this definitely the patch you meant to send?
p.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nfs-utils: Ensure that the Kernel modules are include
2012-10-15 22:19 ` Phil Blundell
@ 2012-10-15 23:38 ` Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-10-15 23:38 UTC (permalink / raw)
To: Phil Blundell; +Cc: openembedded-core
On 10/15/2012 03:19 PM, Phil Blundell wrote:
> On Mon, 2012-10-15 at 15:15 -0700, Saul Wold wrote:
>> This fixes the issue when booting a kernel with out the kernel modules
>> included.
> [...]
>> # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
>> # pull in the remainder of the dependencies.
>> +KERNEL_FEATURES_append " nfsd"
>
> Er, really? I'm a bit surprised that this even parses successfully, let
> alone fixes anything. Is this definitely the patch you meant to send?
>
Nope, a little hasty on the send button!
Fixed in my testing branch.
Sau!
> p.
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-15 23:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 22:15 [PATCH] nfs-utils: Ensure that the Kernel modules are include Saul Wold
2012-10-15 22:19 ` Phil Blundell
2012-10-15 23:38 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox