Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!news.sprintlink.net!in2.uu.net!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!pencotts.demon.co.uk From: Andrew Gordon <andrew.gordon@net-tel.co.uk> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: NFS FileLocking? Date: Sat, 19 Aug 1995 11:47:33 GMT Lines: 15 Message-ID: <808832853.8524@pencotts.demon.co.uk> References: <413jrn$hr3@gryphon.phoenix.net> NNTP-Posting-Host: pencotts.demon.co.uk X-NNTP-Posting-Host: pencotts.demon.co.uk X-Mailer: Mozilla 1.1N (X11; I; BSD/386 uname failed) MIME-Version: 1.0 To: pflores@phoenix.net X-URL: news:413jrn$hr3@gryphon.phoenix.net Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii pflores@phoenix.net (Paul Flores) wrote: >Does FreeBSD NFS support file locking? No. I am working on this (rather slowly due to pressure of 'real work'). I currently have totally bogus implementations of rpc.statd and rpc.lockd that just say 'yes' to all requests - which at least means I can have a FreeBSD fileserver on my network without all the other machines (Suns etc) locking up when anyone runs a program that tries to use locking. I should be able to get to the stage of a fully working rpc.statd and a server-only rpc.lockd reasonably soon. The client end is much more difficult.