Skip to content

Instantly share code, notes, and snippets.

@gitowiec
Created June 24, 2019 13:59
Show Gist options
  • Save gitowiec/c2b62a4241e700516fb3ff8bb675fd70 to your computer and use it in GitHub Desktop.
Save gitowiec/c2b62a4241e700516fb3ff8bb675fd70 to your computer and use it in GitHub Desktop.
Qemu/kvm freezes running Ubuntu Budgie 19.04 guest on Ubuntu Budgie 18.04 host (5.1.4-050104-generic version of host kernel installed with ukuu)
Error pausing domain: Timed out during operation: cannot acquire state change lock (held by remoteDispatchDomainSuspend)
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 125, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 82, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line 1512, in suspend
self._backend.suspend()
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 2626, in suspend
if ret == -1: raise libvirtError ('virDomainSuspend() failed', dom=self)
libvirtError: Timed out during operation: cannot acquire state change lock (held by remoteDispatchDomainSuspend)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment