From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinghai Lu Subject: Re: nfs broken in net-next? Date: Thu, 29 Oct 2009 03:03:23 -0700 Message-ID: <86802c440910290303y787c539cp98f400400fe9a243@mail.gmail.com> References: <86802c440910281313h2ca89c94w99121edffbf6ce53@mail.gmail.com> <4AE9430B.3060105@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: David Miller , Linux Kernel Mailing List , NetDev To: Suresh Jayaraman Return-path: In-Reply-To: <4AE9430B.3060105@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Oct 29, 2009 at 12:23 AM, Suresh Jayaraman wrote: > On 10/29/2009 01:43 AM, Yinghai Lu wrote: >> pk12-3214-189-102:~ # mount -t nfs 10.6.75.100:/data/shared/pxeboot /x >> mount.nfs: rpc.statd is not running but is required for remote locking. >> mount.nfs: Either use '-o nolock' to keep locks local, or start statd. > > rpc.statd on client should have be started by mount.nfs when a nfs > filesystem is mounted. Is this not happening for some reason or do you > see any errors in syslog? > >> >> using opensuse11.1 >> > > Are you using 11.1 betas? I know of a problem where non-root user mounts > fail to start rpc.statd in betas that got fixed later: > > http://marc.info/?l=linux-nfs&m=122748525624094&w=2 > > Is the problem seen only recently (after updating to net-next)? > only happen with net-next. linus tree and tip tree are ok. YH