侏儒盒开始启动,然后在我的帐户上崩溃。然而,我创建了另一个帐户和框加载良好。我试图删除~/..config和~/..share中的文件,但没有成功。
当我从CL启动时,会得到以下错误:
(gnome-boxes:13410): Libvirt.GObject-CRITICAL **: gvir_storage_vol_get_info: assertion 'GVIR_IS_STORAGE_VOL(vol)' failed
Segmentation fault (core dumped)\更新:gnome-boxes --checks的结果如下:
(gnome-boxes:2803): Boxes-WARNING **: util-app.vala:270: Failed to execute child process ?virsh? (No such file or directory)
(gnome-boxes:2803): Boxes-WARNING **: util-app.vala:250: Failed to execute child process ?restorecon? (No such file or directory)
• The CPU is capable of virtualization: yes
• The KVM module is loaded: yes
• Libvirt KVM guest available: no
• Boxes storage pool available: no
Could not get “gnome-boxes” storage pool information from libvirt. Make sure “virsh -c qemu:///session pool-dumpxml gnome-boxes” is working.
• The SELinux context is default: no
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-boxes>.
Boxes home page: <https://wiki.gnome.org/Apps/Boxes>.`预先感谢你对如何纠正这个问题的任何建议。
发布于 2017-08-24 19:28:19
我刚刚也有这个问题--每当我试图打开它的时候,侏儒盒子都会因为那个断层而崩溃。这是我为修复它所做的。
卸载gnome-boxes (sudo apt remove gnome-boxes && sudo apt autoremove)后,我运行sudo grep -rlI "gnome-boxes" ~来获取主目录中包含“gnome”词组的文件列表。它找到了几个文件,我特别删除了这些文件:
./.config/libvirt/qemu/boxes-unknown.xml
./.config/libvirt/qemu/boxes-unknown-2.xml
./.cache/libvirt/qemu/log/boxes-unknown.log
./.cache/libvirt/qemu/log/boxes-unknown-2.log
./.cache/libvirt/qemu/log/boxes-unknown-3.log(我猜您真正需要删除的只是xml文件)。
重新安装gnome盒(sudo apt install gnome-boxes)后,一切正常,gnome盒不再因seg故障而崩溃.
发布于 2021-02-04 18:12:59
对我来说,修复方法是从我的主目录中执行find | grep boxes,并删除我找到的所有目录,包括~/..config/libvirt。
https://askubuntu.com/questions/926714
复制相似问题