From owner-freebsd-current Sat Jan 30 20:10:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04642 for freebsd-current-outgoing; Sat, 30 Jan 1999 20:10:14 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04617 for ; Sat, 30 Jan 1999 20:10:08 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.1/8.9.1) id UAA66442; Sat, 30 Jan 1999 20:09:58 -0800 (PST) (envelope-from obrien) Date: Sat, 30 Jan 1999 20:09:58 -0800 From: "David O'Brien" To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Re: Even more interesting NFS problems.. Message-ID: <19990130200958.B66257@relay.nuxi.com> Reply-To: obrien@NUXI.com References: <91639.917702480@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <91639.917702480@zippy.cdrom.com>; from Jordan K. Hubbard on Sat, Jan 30, 1999 at 05:21:20AM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > errors on "current" and checked the amd.conf file it was using. > Version 3 of NFS seemed to be the default (!) for amd Yes, to be consistent with the state of world WRT NFS. Or at least with the leader -- Solaris. This has been the default in 3.0-C since the am-utils import. > it to version 2 and rebooted both boxes. Still no change. When You could easily still be using TCP rather than UDP. Using "proto=X" and "vers=Y" you can specify the version and protocol used, independent of each other. X={tcp,udp} and Y={2,3} "nfsv2" is an synonym for "proto=udp,vers=2". Any bugs you expose would be of interested, of course. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message