Date: Sat, 30 Jan 1999 20:09:58 -0800 From: "David O'Brien" <obrien@NUXI.com> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: current@FreeBSD.ORG Subject: Re: Even more interesting NFS problems.. Message-ID: <19990130200958.B66257@relay.nuxi.com> In-Reply-To: <91639.917702480@zippy.cdrom.com>; from Jordan K. Hubbard on Sat, Jan 30, 1999 at 05:21:20AM -0800 References: <91639.917702480@zippy.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990130200958.B66257>