Comment 9 for bug 787091

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Thanks for the additional info. You're running with user and group root. I wonder if there is a bug in that path. Could you do

for i in `pidof kvm`; do
   echo $i >> statusinfo
   cat /proc/$i/status >> statusinfo
   echo >> statusinfo
done

and post statusinfo?