From: "Chris Fanning" Subject: Re: lockd: couldn't create RPC handle for Date: Thu, 27 Apr 2006 16:30:50 +0200 Message-ID: <215ff4410604270730m244dad1bhbba2e5fb7d4946a5@mail.gmail.com> References: <215ff4410604270204x3e7cf525u8d019e4d1b1ac9d0@mail.gmail.com> <1146147031.8142.3.camel@lade.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: nfs@lists.sourceforge.net Return-path: Received: from [10.3.1.94] (helo=sc8-sf-list2-new.sourceforge.net) by sc8-sf-list2.sourceforge.net with esmtp (Exim 4.30) id 1FZ7WF-00070I-5b for nfs@lists.sourceforge.net; Thu, 27 Apr 2006 07:30:59 -0700 Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1FZ7WF-00056X-50 for nfs@lists.sourceforge.net; Thu, 27 Apr 2006 07:30:59 -0700 Received: from nproxy.gmail.com ([64.233.182.187]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1FZ7WD-0000LB-It for nfs@lists.sourceforge.net; Thu, 27 Apr 2006 07:30:59 -0700 Received: by nproxy.gmail.com with SMTP id y38so1327299nfb for ; Thu, 27 Apr 2006 07:30:51 -0700 (PDT) To: "Trond Myklebust" In-Reply-To: <1146147031.8142.3.camel@lade.trondhjem.org> Sender: nfs-admin@lists.sourceforge.net Errors-To: nfs-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Post: List-Help: List-Subscribe: , List-Archive: Hi Trond, Thanks for getting back. On the server ps -ef|grep lock root 16 11 0 13:14 ? 00:00:00 [kblockd/0] root 17 11 0 13:14 ? 00:00:00 [kblockd/1] root 6132 4154 0 16:27 pts/0 00:00:00 grep lock netstat -ap | grep 32768 nothing On the client to the server rpcinfo -u 192.168.172.30 100021 rpcinfo: RPC: Program not registered program 100021 is not available Looks like nlockmgr isn't running on the server. right? Where does that leave me? Perhaps I left something out when I compiled the kernel? Cheers. Chris. On 4/27/06, Trond Myklebust wrote: > On Thu, 2006-04-27 at 11:04 +0200, Chris Fanning wrote: > > Hello all, > > > > I'm new aboard and, although I've been using nfs for some time now, > > I've never really stopped to learn much about it. > > Now I've got a problem. > > > > I'm exporting homes. > > on the server (192.168.172.30) > > /home client(rw,no_root_squash,sync) > > > > on the client(192.168.172.31) fstab > > server:/home /home nfs tcp,rw 0 0 > > > > This seemed to be working ok until I upgraded the kernel on the nfs > > server to 2.6.16 > > > > Now, when a users opens his X session the nfs client console says > > lockd: couldn't create RPC handle for 192.168.172.30 > > > > I have found a thread on this list not long ago so I tried followed it. > > Below, I answer some of the same questions asked on that thread hoping > > this will give some clues. > > > > >Does 'rpcinfo -u w.x.y.z 100021' work from the server? > > > > rpcinfo -u 192.168.172.31 100021 > > program 100021 version 1 ready and waiting > > rpcinfo: RPC: Program/version mismatch; low version =3D 1, high version= =3D 4 > > program 100021 version 2 is not available > > program 100021 version 3 ready and waiting > > program 100021 version 4 ready and waiting > > > > on the client (192.168.172.31) console is says > > svc: unknown version (0) > > svc: unknown version (2) > > > > > Is anything at all listening on port 32768 on '192.168.172.31'? > > netstat -ap | grep 32768 > > udp 0 0 *:32768 *:* > > > > on client > > ps -ef|grep lock > > root 1152 1 0 10:05 ? 00:00:00 [lockd] > > > > /home is mounted and I can use it. > > But why does the nfs client console fill up with these "lockd: > > couldn't create RPC handle for 192.168.172.30" ? > > The message indicates that your client can't access the lockd on the > server. IOW, you really want to try the same tests that you performed > above in reverse (i.e. from the client to the server). > > Cheers, > Trond > > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs