Comment 16 for bug 14907

Revision history for this message
Martin Pitt (pitti) wrote :

Sorry for the delay...

(In reply to comment #15)
> Should I try the previous command - sudo strace /usr/sbin/hald $(pidof hald)
> 2>&1 | tee hang-trace.txt - BEFORE plugging the card reader, and have it run
> while I plug?

Right. So, again:

 * detach your card reader
 * reboot your box to make sure you have a clean state
 * sudo strace /usr/sbin/hald $(pidof hald) 2>&1 | tee hang-trace.txt
 * attach your card reader
 * wait a bit until the messages settle down
 * attach hang-trace.txt to this bug report

> And this last command - pidof hald - ?
This is just to check whether hald is actually running, nevermind.