From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 12:14:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928FA37B401 for ; Mon, 23 Jun 2003 12:14:33 -0700 (PDT) Received: from snoopy.pacific.net.au (snoopy.pacific.net.au [61.8.0.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D33343F85 for ; Mon, 23 Jun 2003 12:14:32 -0700 (PDT) (envelope-from sigemt@yahoo.com.au) Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h5NJETYd017201; Tue, 24 Jun 2003 05:14:30 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h5NJETQg010554; Tue, 24 Jun 2003 05:14:29 +1000 (EST) Received: from zhadum.dnsalias.net (dyn153.syd7.homedsl.pacific.net.au [202.7.78.153]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h5NJESnh007224; Tue, 24 Jun 2003 05:14:28 +1000 (EST) Received: from psi.starfleet.org.au (psi.starfleet.org.au [172.16.0.3]) by arthur.starfleet.org.au (Postfix) with ESMTP id D3F019467; Tue, 24 Jun 2003 05:14:27 +1000 (EST) Received: by psi.starfleet.org.au (Postfix, from userid 1000) id 262126EBB0; Tue, 24 Jun 2003 05:14:25 +1000 (EST) Date: Tue, 24 Jun 2003 05:14:25 +1000 From: Rudolph Pereira To: Kris Kennaway Message-ID: <20030623191425.GA1919@starfleet.org.au> References: <20030622111457.GA51465@starfleet.org.au> <20030622114303.GA99063@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030622114303.GA99063@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: nfs locking between current and stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 19:14:33 -0000 On Sun, Jun 22, 2003 at 04:43:03AM -0700, Kris Kennaway wrote: > The client also needs to run lockd/statd. Be aware that rpc.lockd in > 4.x and earlier is a null implementation that does not actually > perform NFS file locking with the server, it just returns success to > the client. A working lockd was implemented in 5.0. Thanks, running lockd/statd on the client fixed it.