|
|
今天装vmware tools,在网上找了个教程,首先安装了C编译器,然后安装kernel-devel,这两步都成功了,然后更新内核的时候出现了下列问题,请问一下是什么原因,应该如何解决啊?
[root@localhost ~]# uname -r
2.6.18-1.2798.fc6xen
[root@localhost ~]# rpm -q kernel-devel
kernel-devel-2.6.22.2-42.fc6
[root@localhost ~]# yum -y upgrade kernel kernel-devel
Loading "installonlyn" plugin
Setting up Upgrade Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Could not find update match for kernel
Could not find update match for kernel-devel
No Packages marked for Update/Obsoletion
[root@localhost ~]# |
|