You just create a new
user with name __vmware_user__ is all ok:
net user __vmware_user__ /add
Nguyen Si Nhan
Sunday, May 20, 2012
Monday, May 14, 2012
[Solved] Trouble shoot kvm virsh hang
Problem: When you type virsh list or virsh ... it's not return anything such as it's hanging
Solution: You just remove libvirtd and install it again ,Problem will be solved.
Nguyen Si Nhan
Solution: You just remove libvirtd and install it again ,Problem will be solved.
Nguyen Si Nhan
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'/>
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 :) !
Good luck :) !
Nguyen Si Nhan
Subscribe to:
Comments (Atom)