Re: More on Seeing NFS saturation 'loop' when installworld'ing to NFS / and /usr

1999-02-05 Thread Matthew Dillon
I think I've found the general area where the problem is occuring. It appears to some sort of weird write()/remove() interaction. In the make install, the problem appears to only occurs when install -s ( install and strip binary ) is used. This causes an NFS file to be writt

More on Seeing NFS saturation 'loop' when installworld'ing to NFS / and /usr

1999-02-05 Thread Matthew Dillon
Here's more. I seem to be getting stale NFS handle replies on the NFS-V3 commits and writes. I am guessing that the problem is due, somehow, to install's writing or renaming over of the original file, probably after stat'ing the original file. doing a mount -u -o acdirmin