|
本人想安装kvm,使用下列命令:
sudo emerge kvm usbutils bridge-utils usermode-utilities iptables
运行后出错,提示:
Failed to emerge sys-fs/fuse-2.7.4, Log file:
>>> '/var/tmp/portage/sys-fs/fuse-2.7.4/temp/build.log'
* Messages for package sys-fs/fuse-2.7.4:
* You need to build the FUSE module from the kernel source, because your kernel is too new
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.
*
* ERROR: sys-fs/fuse-2.7.4 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_setup
* fuse-2.7.4.ebuild, line 29: Called linux-mod_pkg_setup
* linux-mod.eclass, line 579: Called linux-info_pkg_setup
* linux-info.eclass, line 846: Called check_extra_config
* linux-info.eclass, line 741: Called die
难道是我的内核太新了吗,本人内核linux-2.6.31-cjk-r1
kvm只认旧内核吗,为了能够安装kvm,我在package.keywords中加入:app-emulation/kvm ~amd64
app-emulation/kvm-kmod ~amd64
对了还有就是如果我在内核中配置了kvm模块,是不是我不用安装kvm-kmod,是吗?
还有我配好了内核,仅仅是添加了 Virtualization --->
--- Virtualization
<M> Kernel-based Virtual Machine (KVM) support
<M> KVM for Intel processors support
< > KVM for AMD processors support
结果开机后不能进入桌面连终端都进不去,只有个光标在一闪一闪的,是不是我需要先安装kvm然后在配置内核吗,安装成功的说一下阿,谢谢 |
|