Comment 1 for bug 14907

Revision history for this message
Matt Zimmerman (mdz) wrote :

This typically means that one of the system calls hal makes is hanging. Try:

strace -p <pid>

where <pid> is the process ID for hald, and see where it is hung up.