From owner-freebsd-current Fri Nov 13 08:06:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24067 for freebsd-current-outgoing; Fri, 13 Nov 1998 08:06:07 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23921 for ; Fri, 13 Nov 1998 08:05:46 -0800 (PST) (envelope-from cejkar@dcse.fee.vutbr.cz) Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12]) by boco.fee.vutbr.cz (8.9.1/8.9.1) with ESMTP id RAA07804 for ; Fri, 13 Nov 1998 17:04:48 +0100 (CET) Received: (from cejkar@localhost) by kazi.dcse.fee.vutbr.cz (8.8.8/8.8.8) id RAA08265 for freebsd-current@freebsd.org; Fri, 13 Nov 1998 17:04:46 +0100 (CET) From: Cejka Rudolf Message-Id: <199811131604.RAA08265@kazi.dcse.fee.vutbr.cz> Subject: Re: Is it soup yet? FreeBSD NFS To: freebsd-current@FreeBSD.ORG (freebsd-current@freebsd.org) Date: Fri, 13 Nov 1998 17:04:46 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Everyone seems to be talking about using FreeBSD as an NFS client, > > how does FreeBSD do as a NFS server? > > > > -J > > > > I'm going to be using NFS extensively at home for a while, I'll let you > know. > > Last time I used it, it wasn't the most stable thing. A NFS mounted > buildworld crashed the server once, but then worked fine after that. > > - -Alfred We have long-time problems (not critical) with NFS server running on FreeBSD 2.2.6/2.2.7/3.0 against Solaris 2.5/2.6 clients there. Our problem: FreeBSD: NFS server without any special parameters. Solaris: NFS client without any special parameters. Example - working on Solaris above mounted filesystem from FreeBSD: $ gzcat less-332.tar.gz | tar xvf - # This creates 74 files in # directory less-332 $ rm -r less-332 # This _leaves_ 43 files! rm: Unable to remove directory less-332: File exists $ rm -r less-332 # This _still leaves_ 15 files! rm: Unable to remove directory less-332: File exists $ rm -r less-332 # Uff, directory is removed now... I think, problem is in different versions (NFSv2 vs. NFSv3) - but it looks very trivial (?). If I mount NFS exported filesystem (exports FreeBSD) on Solaris with option "vers=2" (it says "use NFSv2"), problems disappear. But we are using cachefs (cached filesystem) over NFS with automounting feature and we have no change to say "cachefs, mount NFS filesystem with 'vers=2' option". There isn't any parameter for this on Solaris... I have tried to use "mountd -2" on FreeBSD server part, but it caused Solaris hangs... --=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-- Rudolf Cejka (cejkar@dcse.fee.vutbr.cz; http://www.fee.vutbr.cz/~cejkar) Technical University of Brno, Faculty of El. Engineering and Comp. Science Bozetechova 2, 612 66 Brno, Czech Republic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message