首页 > 其他 > 详细

Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or director

时间:2016-07-04 12:01:42      阅读:387      评论:0      收藏:0      [点我收藏+]

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

原文:http://smoke520.blog.51cto.com/9256117/1795527

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!