Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 1996 14:20:11 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        current@freebsd.org
Subject:   NFS over udp broken?
Message-ID:  <8701.832972811@time.cdrom.com>

next in thread | raw e-mail | index | archive | help
Try this:

Given:
	machine-a:/some/cvs/repository

Do:
	machine-b# mount_nfs -U machine-a:/some/cvs/repository /repo
	machine-b# setenv CVSROOT /repo
	machine-b# cvs co src

You'll get about 50 files into the checkout operation before machine-b
panics.

Now do:
	machine-b# mount_nfs -T machine-a:/some/cvs/repository /repo
	machine-b# setenv CVSROOT /repo
	machine-b# cvs co src

Using NFS over tcp instead of udp, the entire checkout operation succeeds.

Anyway, just some food for thought and perhaps known-problem #4381 in
-current's NFS.  Can anyone else reproduce?  This feature, at least,
sort of used to work. :-)

					Jordan



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