当我尝试使用 virsh 启动域时,出现以下错误字符串:
virsh # start vimes
error: Failed to start domain vimes
error: End of file while reading data: Input/output error
error: Failed to reconnect to the hypervisor
在这种情况下跟踪日志文件,我得到以下输出:
/var/log/libvirt/libxl/vimes.log
libxl: debug: libxl_create.c:1362:do_domain_create: ao 0x7f4e1c0017e0: create: how=(nil) callback=(nil) poller=0x7f4e1c0019c0
dmesg
[ 852.559719] libvirtd[2187]: segfault at ffffffffffffffff ip 00007f4e45472614 sp 00007f4e3e6b60d8 error 7 in libc-2.19.so[7f4e453ed000+19e000]
/var/log/libvirt/libxl/libxl-driver.log
xc: debug: hypercall buffer: cache current size:4
xc: debug: hypercall buffer: cache hits:13 misses:4 toobig:1
xc: debug: hypercall buffer: total allocations:18 total releases:18
xc: debug: hypercall buffer: current allocations:0 maximum allocations:4
xc: debug: hypercall buffer: cache current size:4
xc: debug: hypercall buffer: cache hits:13 misses:4 toobig:1
xc: debug: hypercall buffer: total allocations:18 total releases:18
xc: debug: hypercall buffer: current allocations:0 maximum allocations:4
xc: debug: hypercall buffer: cache current size:4
xc: debug: hypercall buffer: cache hits:13 misses:4 toobig:1
我对如何进行有点不知所措。从错误消息中不清楚实际出了什么问题。主机和来宾都在运行 OpenSuse 13.2,
在我看来,我们面临着同样的问题。
请查看 Bugzilla – Bug 909547 https://bugzilla.opensuse.org/show_bug.cgi?id=909547
和opensuse论坛https://forums.opensuse.org/showthread.php/502307-openSUSE-13-1-gt-13-2-upgrade-issues-with-xen中描述的临时部分解决方法(直到主机重新启动!!) -libvirt-and-virt-manager
解决方法:
以 root 身份确保虚拟机管理器中没有列出任何内容,并使用
xl list
或确认没有正在运行的虚拟机virsh list
。转到Yast> Software> Software Management,搜索
libvirt
。删除libvirt
、libvirt-daemon
、libvirt-glib-1_0-0
、libvirt-python
和perl-Sys-Virt
,当提示冲突时,使用第一个选项来卸载冲突。/usr/share/virt-manager
,它的内容。(该文件夹将在重新安装时重新创建。)在Yast> Virtualization>Install Hypervisor和工具中只勾选 xen 工具,然后确定。
如果此时您会碰巧重新启动。它会破坏系统,并且您在尝试安装虚拟机时会收到 EOF 错误。
转到Launcher> Applications> System> Virtualization> Virtual Machine Manager。除了本地主机 (xen) 之外,不应列出任何内容。
virt-install
,或者单击按钮旁边的箭头,然后单击vm-install
。(我一直在使用后者)以 root 身份运行 vm-install --use-xl
13.2 中的错误。阅读https://bugzilla.opensuse.org/show_bug.cgi?id=909547