From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TNt9n-0003gZ-0Q for openembedded-core@lists.openembedded.org; Tue, 16 Oct 2012 00:29:07 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 15 Oct 2012 15:15:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,590,1344236400"; d="scan'208";a="227238071" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.13.226]) by orsmga002.jf.intel.com with ESMTP; 15 Oct 2012 15:15:49 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Mon, 15 Oct 2012 15:15:49 -0700 Message-Id: <1350339349-6387-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH] nfs-utils: Ensure that the Kernel modules are include X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 22:29:07 -0000 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 --- .../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