On Thu, Jan 21, 2010 at 12:56 PM, Adam Megacz <[email protected]> wrote: > > Hi, lately I've been encountering a lot of situations where a process > seems to block for a really long time trying to access something in > /afs; it usually succeeds, but only after several minutes. This seems > to happen only on MacOS (1.4.11, although I saw it with 1.4.10 too). > > Can anybody give me some advice on how to go about discovering exactly > which file access is blocked, and perhaps why? I have control of the > fileserver in this situation.
cmdebug the client and see if it's blocking on a lock. tcpdump port 7001 with some useful flags (maybe -n -vv -s 1500) and see what it's trying to talk to. maybe fstrace. _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
