Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2000 11:27:40 GMT
From:      m.seaman@inpharmatica.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/16832: amd.map options won't play with Solaris NFS server
Message-ID:  <200002201127.LAA06699@mailhost.inpharmatica.co.uk>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 03:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002201127.LAA06699>