On Oct 21, 2014 8:41 AM, "Paul Seymour" <[email protected]> wrote:

> Thanks. It's a little tricky to do as it always comes back with a "wait4"
call if attaching to the hung process. Will try and capture it.

`wait4` would indicate it's waiting for a child process; I would try to
figure out what the child is doing by having strace run with "-f" to follow
forks.

You could run facter from cron with strace prepended so it can strace from
the beginning. Use the "-o" to have strace send output to a file.

Wil

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAMmm3r7DA9a-BW25B%2BsaTRaJe5K4izyrsUtdqgG%3DsJkhKy4fbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to