From m.seaman@inpharmatica.co.uk  Sun Feb 20 03:27:48 2000
Return-Path: <m.seaman@inpharmatica.co.uk>
Received: from gallions-reach.inpharmatica.co.uk (gallions-reach.inpharmatica.co.uk [193.115.214.5])
	by hub.freebsd.org (Postfix) with ESMTP id E582037BBB1
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Feb 2000 03:27:46 -0800 (PST)
	(envelope-from m.seaman@inpharmatica.co.uk)
Received: from mailhost.inpharmatica.co.uk (euston.inpharmatica.co.uk [193.115.214.6])
	by gallions-reach.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id LAA20061
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Feb 2000 11:27:40 GMT
	(envelope-from m.seaman@inpharmatica.co.uk)
Received: (from matthew@localhost)
	by mailhost.inpharmatica.co.uk (8.9.3/8.9.3) id LAA06699;
	Sun, 20 Feb 2000 11:27:40 GMT
	(envelope-from matthew)
Message-Id: <200002201127.LAA06699@mailhost.inpharmatica.co.uk>
Date: Sun, 20 Feb 2000 11:27:40 GMT
From: m.seaman@inpharmatica.co.uk
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Subject: amd.map options won't play with Solaris NFS server
X-Send-Pr-Version: 3.2

>Number:         16832
>Category:       conf
>Synopsis:       amd.map options won't play with Solaris NFS server
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 03:30:01 PST 2000
>Closed-Date:    Sat Sep 1 02:08:13 PDT 2001
>Last-Modified:  Sat Sep 01 02:08:29 PDT 2001
>Originator:     Matthew Seaman
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Inpharmatica Ltd
>Environment:

FreeBSD kings-cross.inpharmatica.co.uk 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Feb 19 15:56:23 GMT 2000     root@kings-cross.inpharmatica.co.uk:/usr/src/sys/compile/KINGS-CROSS  i386


>Description:

	NFS options in the /etc/amd.map file cause problems mounting
	partitions from Solaris 7.  This seems to be a result of
	trying to force a "lowest common denominator" set of options:
	ie. NFS v2 over UDP using reserved ports in order to provide
	maximum interoperability.

	Better results can be obtained by letting the NFS daemons
	either negociate these options or take their defaults.

	Tested against NFS mounts from:
	   Solaris 7 (sparc)
	   Irix 6.5 (mips)
	   Debian Linux 2.2 (i386)
	   FreeBSD 3.4-STABLE (i386, alpha)

>How-To-Repeat:

	Enable amd and attempt to automount a partition from a solaris
	7 machine using the default configuration.

>Fix:
	
	kings-cross:/tmp:% diff -u amd.map-old amd.map 
--- amd.map-old Sun Feb 20 10:50:41 2000
+++ amd.map     Sun Feb 20 10:50:27 2000
@@ -1,2 +1,2 @@
 /defaults       type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}
-*               opts:=rw,grpid,resvport,vers=2,proto=udp,nosuid,nodev
+*               opts:=rw,nosuid,nodev



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: mike 
State-Changed-When: Sat Jul 21 13:03:12 PDT 2001 
State-Changed-Why:  

Does this problem still occur in newer versions of FreeBSD, 
such as 4.3-RELEASE? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16832 

From: Matthew Seaman <matthew.seaman@tornadogroup.com>
To: freebsd-gnats-submit@FreeBSD.org, m.seaman@inpharmatica.co.uk
Cc:  
Subject: Re: conf/16832: amd.map options won't play with Solaris NFS server
Date: Thu, 09 Aug 2001 17:25:00 +0100

 I'm the original submitter, although I've moved to a different location. 
 Alas, I no longer have access to systems where I can test the exact problem
 shown, but from memory I believe that the problems disappeared sometime before
 4.3-RELEASE.
 
 Please do close this PR.
 
 	Matthew
 
 -- 
 Matthew Seaman                                         Tel: 01628 498661
 
         Certe, Toto, sentio nos in Kansate non iam adesse.
State-Changed-From-To: feedback->closed 
State-Changed-By: kris 
State-Changed-When: Sat Sep 1 02:08:13 PDT 2001 
State-Changed-Why:  
Closed at submitter's request 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16832 
>Unformatted:
