From owner-freebsd-hackers Thu Dec 19 08:05:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA27917 for hackers-outgoing; Thu, 19 Dec 1996 08:05:00 -0800 (PST) Received: from terra.Sarnoff.COM (terra.sarnoff.com [130.33.11.203]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA27912 for ; Thu, 19 Dec 1996 08:04:57 -0800 (PST) Received: (from rminnich@localhost) by terra.Sarnoff.COM (8.6.12/8.6.12) id LAA18508; Thu, 19 Dec 1996 11:03:44 -0500 Date: Thu, 19 Dec 1996 11:03:44 -0500 (EST) From: "Ron G. Minnich" X-Sender: rminnich@terra To: Yves Lepage cc: freebsd-hackers@freebsd.org Subject: Re: Please, tell me I am wrong In-Reply-To: <199612191505.KAA00925@maelstrom.CC.McGill.CA> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 19 Dec 1996, Yves Lepage wrote: > Hi all, > - NFS on FreeBSD does not support file locking. Maybe it will in the future > but it probably won't inter-operate with Sun's. you need to distinguish two things. 1) It is true that NFS on freebsd does not have a 'lock' protocol compatible with Sun's. 2) BUT: last time I tried it, sun's lockd etc. didn't work all that well either. and they never have. Not for lack of trying on sun's part, it is a hard problem, esp. in a stateless system such as nfs. ron