如何处理此错误?在没有开启嵌套虚拟化的情况下,我在虚拟机中运行minishift start后得到了它吗?我现在已经打开了它,但一直看到看起来像文件损坏的错误。
error : virNetSocketReadWire:1806 : End of file while reading data: Input/output error我在/var/log/messages、sytemctl的libvirtd status输出以及我运行minishift start时看到了它。
发布于 2019-07-04 00:50:05
运行minishift delete清理环境,因为它只进行了部分设置,然后运行minishift start重新开始运行。
发布于 2019-07-28 01:22:04
可能缺少qemu驱动程序。
yum -y install libvirt-daemon-driver-qemu && systemctl restart libvirtdhttps://stackoverflow.com/questions/56874804
复制相似问题