Hi!<br><br>Yesterday I started trying to backup my VMs, using "virsh save /path/to/VMmemory", rsyncing the memory and the hard disk file and after the copy typing "virsh restore /path/to/VMmemory". But my first test was unsucessful, the VM didn't shutoff after "virsh save", as expected. Now I can't restore the machine, it's kinda locked. I googled the issue, and found this page: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=676205">https://bugzilla.redhat.com/show_bug.cgi?id=676205</a><br>

<br>It says the problem was solved in libvirt 0.9, so tonight, after business time, i'll try to update the system (ubuntu 10.04 lts). But the VM is paused and I am unable to put it working again. My ldap server is running in this VM, it's in production, my boss isn't finding this situation any funny.... lol<br>

<br>How can I put this VM back running? The machine was paused, and I was unable to restore or shutdown it. So I did these commands: <br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

killall -9 libvirtd
</blockquote><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">rm /var/run/libvirtd.pid
</blockquote><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">/etc/init.d/libvirt-bin restart<br></blockquote><pre class="bz_comment_text"><br>

Libvirt restarted, now my VM is shown in virt-manager as "running", but I cant open it, ssh it or shutdown it. If I try <br>"virsh destroy machine", I get the following message:<br><br></pre><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

virsh # destroy ldapdebian<br>erro: Falha ao destruir o domínio ldapdebian<br>erro: Timed out during operation: cannot acquire state change lock<br></blockquote><br>If I try to shutdown it using virt-manager, I get this error message: <br>

<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Error shutting down domain: Timed out during operation: cannot acquire state change lock<br>

Details: <br>Traceback (most recent call last):<br>  File "/usr/local/share/virt-manager/virtManager/engine.py", line 911, in _do_destroy_domain<br>    vm.destroy()<br>  File "/usr/local/share/virt-manager/virtManager/domain.py", line 1154, in destroy<br>

    self._backend.destroy()<br>  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 346, in destroy<br>    if ret == -1: raise libvirtError ('virDomainDestroy() failed', dom=self)<br>libvirtError: Timed out during operation: cannot acquire state change lock<br>

</blockquote><br>Thanks in advance for any help. =D<br>