From owner-freebsd-stable Thu Feb 26 06:14:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22901 for freebsd-stable-outgoing; Thu, 26 Feb 1998 06:14:08 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA22852 for ; Thu, 26 Feb 1998 06:13:22 -0800 (PST) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id PAA15326; Thu, 26 Feb 1998 15:12:03 +0100 (CET) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id PAA01742; Thu, 26 Feb 1998 15:12:02 +0100 (CET) To: John Fieber Cc: Yuri Gindin , "Viren R. Shah" , freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.6 for NFS server References: From: Thomas Gellekum Date: 26 Feb 1998 15:12:01 +0100 In-Reply-To: John Fieber's message of Thu, 26 Feb 1998 08:20:37 -0500 (EST) Message-ID: <87pvka4fri.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 37 X-Mailer: Gnus v5.4.37/XEmacs 19.16 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk John Fieber writes: > On Thu, 26 Feb 1998, Yuri Gindin wrote: > > > On Wed, 25 Feb 1998, John Fieber wrote: > > > Depends on your clients. For 2.2.5, I can confirm that Solaris > > > and Digital Unix clients do NOT work using nfs v3. Digital Unix > > > works fine if you specify v2 when mounting. Telling FreeBSD > > > mountd to only accept v2 does not seem to allow mounts from > > > Solaris clients using their automounter (I'm not the admin of the > > > Solaris boxes in question so I can't do much more investigation.) > > > > > Don't know about Dunix but solaris-2.6 works. > > ...version check...The solaris boxes I have trouble with are > 2.5.1. The DEC boxes with trouble report "OSF1 zinc V4.0 564 > alpha". I never investigated further because it didn't bother me, but when I read this thread... ;-) Sample output (client FreeBSD-2.2.5-stable, server Solaris-2.5.1): root:129# mount bert:/claudia /mnt nfs: can't access /claudia: Permission denied root:130# mount -o -2 bert:/claudia /mnt nfs: can't access /claudia: Permission denied root:131# mount -o -3 bert:/claudia /mnt nfs: can't access /claudia: Permission denied root:132# mount -o resvport bert:/claudia /mnt nfs: can't access /claudia: Permission denied root:133# mount -o resvport,nfsv2 bert:/claudia /mnt nfs: can't access /claudia: Permission denied No obvious jokes here, please; I didn't choose the names. ;-) tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message