[7980] in Athena Bugs
RS/6000 NFS problem
daemon@ATHENA.MIT.EDU (ckclark@ATHENA.MIT.EDU)
Tue Aug 20 14:55:44 1991
From: ckclark@ATHENA.MIT.EDU
Date: Tue, 20 Aug 91 14:56:01 -0400
To: testers@ATHENA.MIT.EDU
Reply-To: ckclark@mit.edu
I kept getting RPC timeout errors when trying to grep though files on an
NFS filesystem mounted from aphrodite. Changing the rsize to be 1024
seemed to improve the situation. The line was:
grep G /mit/username/.*
where .* expands to 34 files.
After failing repeatedly with the rsize at 1400 (the default), I managed
to succeed by changing rsize to 1024. After that, I changed rsize back
1400 and it worked sometimes and failed sometimes.
-Calvin