From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RDC4l-0003Rs-GQ for openembedded-core@lists.openembedded.org; Mon, 10 Oct 2011 11:23:11 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9A9O68F008628 for ; Mon, 10 Oct 2011 10:24:07 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P73Y7rTSmT+8 for ; Mon, 10 Oct 2011 10:24:06 +0100 (BST) Received: from [192.168.1.66] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9A9O0UT008624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 10 Oct 2011 10:24:02 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 10 Oct 2011 10:17:19 +0100 In-Reply-To: <1317840239-5290-1-git-send-email-jason.wessel@windriver.com> References: <1317840239-5290-1-git-send-email-jason.wessel@windriver.com> X-Mailer: Evolution 3.1.91- Message-ID: <1318238248.23801.7.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH] Allow user mode NFS server to run without rpcbind / portmap X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 10 Oct 2011 09:23:11 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-10-05 at 13:43 -0500, Jason Wessel wrote: > From the 2.6.39 linux kernel and up it is possible to use > and nfsroot mount without the need to talk to an RPC info > server as long as the port numbers for mountd and nfsd > are known in advance. > > This patch updates the qemu startup scripts and the > user mode NFS server to have the ability to start > without the need to use rpcbind or portmap services. > > Signed-off-by: Jason Wessel > --- > .../023-no-rpc-register.patch | 34 ++++++++++++++++++++ > .../unfs-server/unfs-server_2.1+2.2beta47.bb | 3 +- > scripts/runqemu-export-rootfs | 4 ++- > scripts/runqemu-internal | 16 +++------ > 4 files changed, 44 insertions(+), 13 deletions(-) > create mode 100644 meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/023-no-rpc-register.patch Merged to master, thanks. Richard