|
|

楼主 |
发表于 2009-1-1 21:27:31
|
显示全部楼层
Post by Prife;1932667
兄弟把 /var/log/vbox-install.log文件中的内容贴出来。
同时把 rpm -qa | grep "kernel"的信息也贴出来。。
一、/var/log/vbox-install.log文件内容:
Attempting to install using DKMS
removing old DKMS module vboxdrv version 2.1.0
-------- Uninstall Beginning --------
Module: vboxdrv
Version: 2.1.0
Kernel: 2.6.27.9-159.fc10.x86_64 (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
Removing any linked weak-modules
vboxdrv.ko:
- Uninstallation
- Deleting from: /lib/modules/2.6.27.9-159.fc10.x86_64/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod......
DKMS: uninstall Completed.
------------------------------
Deleting module version: 2.1.0
completely from the DKMS tree.
------------------------------
Done.
Creating symlink /var/lib/dkms/vboxdrv/2.1.0/source ->
/usr/src/vboxdrv-2.1.0
DKMS: add Completed.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=2.6.27.9-159.fc10.x86_64 -C /lib/modules/2.6.27.9-159.fc10.x86_64/build M=/var/lib/dkms/vboxdrv/2.1.0/build..........
Running the post_build script:
cleaning build area....
DKMS: build Completed.
Running module version sanity check.
vboxdrv.ko:
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.27.9-159.fc10.x86_64/extra/
Adding any weak-modules
depmod.....
DKMS: install Completed.
Attempting to install using DKMS
removing old DKMS module vboxnetflt version 2.1.0
-------- Uninstall Beginning --------
Module: vboxnetflt
Version: 2.1.0
Kernel: 2.6.27.9-159.fc10.x86_64 (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
Removing any linked weak-modules
vboxnetflt.ko:
- Uninstallation
- Deleting from: /lib/modules/2.6.27.9-159.fc10.x86_64/
- Original module
- Archived original module found in the DKMS tree
- Moving it to: /lib/modules/2.6.27.9-159.fc10.x86_64/kernel/misc/
depmod......
Removing original_module from DKMS tree for kernel 2.6.27.9-159.fc10.x86_64 (x86_64)
DKMS: uninstall Completed.
------------------------------
Deleting module version: 2.1.0
completely from the DKMS tree.
------------------------------
Done.
Creating symlink /var/lib/dkms/vboxnetflt/2.1.0/source ->
/usr/src/vboxnetflt-2.1.0
DKMS: add Completed.
Kernel preparation unnecessary for this kernel. Skipping...
Running the pre_build script:
Building module:
cleaning build area....
make KERNELRELEASE=2.6.27.9-159.fc10.x86_64 -C /lib/modules/2.6.27.9-159.fc10.x86_64/build M=/var/lib/dkms/vboxnetflt/2.1.0/build..........
cleaning build area....
DKMS: build Completed.
Running module version sanity check.
vboxnetflt.ko:
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.27.9-159.fc10.x86_64/extra/
Adding any weak-modules
depmod......
DKMS: install Completed.
二、rpm -qa | grep "kernel"的信息
[root@localhost ]# rpm -qa | grep "kernel"
kernel-devel-2.6.27.9-159.fc10.x86_64
kerneloops-0.12-1.fc10.x86_64
kernel-firmware-2.6.27.9-159.fc10.noarch
kernel-2.6.27.5-117.fc10.x86_64
kernel-2.6.27.7-134.fc10.x86_64
kernel-headers-2.6.27.9-159.fc10.x86_64
kernel-2.6.27.9-159.fc10.x86_64
[root@localhost ]# |
|