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
Bài đăng phổ biến
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
-
With this error: hudson.remoting.ProxyException: io.fabric8.kubernetes.client.KubernetesClientException: No httpclient implementations found...
Monday, May 14, 2012
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
Deny all IP access to port assigned exclude my IP
In my exaple is port 25 and my ip is 1.2.3.4:
iptables -A INPUT -p tcp --dport 25 -s 1.2.3.4 -j ACCEPT
iptables -A INPUT -p tcp --dport 25 -s 1.2.3.4 -j ACCEPT
iptables -A INPUT -p tcp --dport 25 -j DROP
Finish!
Nguyen Si Nhan
Subscribe to:
Posts (Atom)