On Wed, 18 May 2011 11:11:37 -0400
Jeff Blaine <[email protected]> wrote:

> > Does 'cmdebug<client>' return anything?
> 
> Nope.

As in, it hangs, or it exits without any output?

But okay, to see where in libafs you're hanging, you can

dtrace -s traceafs.d -c "ls -ld /afs"

(as root) and give the output, or at least around the spot where it
hangs. I'm assuming 'ls -ld /afs' hangs, though. Just put some other
command in there otherwise.

-- 
Andrew Deason
[email protected]
#pragma D option flowindent

fbt:afs::entry /pid == $target/ {}
fbt:afs::return /pid == $target/ {}

Reply via email to