Don> It is rather difficult for me to debug this sort of hang,
Don> since I telecommute from Tucson and the machines are located
Don> in Phoenix. Anyone have any suggestions?
cat /proc/<pid>/wchan for the process in question. "echo t > /proc/sysrq-trigger"
will produce copious output that might help as well.
- R.