Comment 2 for bug 816460

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

In order to recover from this condition, I needed to do:
$ kill `ps auxww|grep [h]amster | awk '{print $2}'`
$ kill -9 `ps auxww|grep [h]amster | awk '{print $2}'`