Subject: Re: NFS weirdness!
To: None <thorpej@nas.nasa.gov>
From: John Kohl <jtk@kolvir.arlington.ma.us>
List: tech-kern
Date: 09/19/1996 07:23:55
Your NFS weirdness seems to come from this part of the syscall trace:
  5693 pwd      CALL  getdirentries(0x3,0x140008000,0x2000,0x140006028)
  5693 pwd      RET   getdirentries 8192/0x2000
  5693 pwd      CALL  getdirentries(0x3,0x140008000,0x2000,0x140006028)
  5693 pwd      RET   getdirentries 0

It appears that you don't get any directory entries from NFS--a normal
pwd at this point starts seeking and  lstat()ing the entries it has
looked up.

I don't have any suggestions beyond that as to what really went wrong,
though....

==John