Pages

Bài đăng phổ biến

Tuesday, May 8, 2012

[Solved] libvirtError: Unable to read from monitor: Connection reset by peer

Problem :
Error starting domain: Unable to read from monitor: Connection reset by peer

Solution:

 virsh edit <domainname>

Search these word:  <graphics type='vnc' port='-1' autoport='yes'/>
Delete it and save .

After that start vm again is ok.
Good luck :) !

Nguyen Si Nhan




2 comments:

  1. This did not fix the problem for me. However this did:

    $ su -c 'virsh managedsave-remove NameOfDomain'


    from here:
    http://johnpoelstra.com/resuming-corrupted-suspended-guests/

    ReplyDelete

Thanks for your join,we will be reply to you asap.