标签:failed to connect socket to '/var/run/libvirt/libvirt-sock': no such file or director
error: Failed to reconnect to the hypervisor
error: no valid connection
error: Failed to connect socket to ‘/var/run/libvirt/libvirt-sock‘: No such file or directory
Further investigation found avahi was needed for this to work. The final fix was running
yum -y install avahi
/etc/init.d/messagebus restart
/etc/init.d/avahi-daemon restart
/etc/init.d/libvirtd restart
/sbin/chkconfig messagebus on
/sbin/chkconfig avahi-daemon on
本文出自 “尼古风锁丝愁过” 博客,请务必保留此出处http://smoke520.blog.51cto.com/9256117/1795527
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or director
标签:failed to connect socket to '/var/run/libvirt/libvirt-sock': no such file or director
原文地址:http://smoke520.blog.51cto.com/9256117/1795527