Attached the output of

    for p in `pidof libvirtd`; do
     echo -n "$p: "
     cat /proc/$p/cmdline
     cat /proc/$p/cgroup
     cat /proc/$p/status
   done
   for p in `pidof kvm`; do
      echo -n "$p: "
     cat /proc/$p/cmdline
     cat /proc/$p/cgroup
     cat /proc/$p/status
   done

** Attachment added: "LP-882579-pidof.txt"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/882579/+attachment/2575222/+files/LP-882579-pidof.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/882579

Title:
  Some Commands return: "Timed out during operation: cannot acquire
  state change lock"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/882579/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to