[1218] in testers
Re: rt 7.2A: kernel NFS
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Nov 29 10:12:20 1990
To: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: Your message of Wed, 28 Nov 90 21:59:28 -0500.
Date: Thu, 29 Nov 90 10:11:56 EST
From: Ezra Peisach <epeisach@ATHENA.MIT.EDU>
I tracked the bug - nfs_portmon was enabled in the kernel requiring the use of
proper port numbers. (adb on a running kernel will show this to be the case)
However, in trying to modify nfsping to work with this problem, I find:
saddr.sin_port = htons(2049);
If I change that to any other number, nfsping fails. What's so special about
2049?
Ezra