2012-10-21 75 views
0

我有RaspberryPI模型B与Fedora Raspberry Remix 17 RC2(安装在2012年9月)。 昨天,我确实尝试了百胜的更新。但我做不到。为什么?yum更新内核冲突

[[email protected] ~]# yum update raspberrypi-kernel 
Loaded plugins: langpacks, presto, refresh-packagekit 
Resolving Dependencies 
--> Running transaction check 
---> Package raspberrypi-kernel.armv5tel 0:3.2.27-1.20120926git9245b4c.rpfr17 will be installed 
--> Finished Dependency Resolution 

Dependencies Resolved 

============================================================================ 
Package Arch Version Repository Size 
============================================================================ 
Installing: 
raspberrypi-kernel armv5tel 3.2.27-1.20120926git9245b4c.rpfr17 rasp-pi 12 M 

Transaction Summary 
============================================================================ 
Install 1 Package 

Total size: 12 M 
Installed size: 37 M 
Is this ok [y/N]: y 
Downloading Packages: 
Running Transaction Check 
Running Transaction Test 


Transaction Check Error: 
file /boot/kernel.img from install of raspberrypi-kernel-3.2.27-1.20120926git9245b4c.rpfr17.armv5tel conflicts with file from package raspberrypi-kernel-3.1.9-11.20120727gitf958199.rpfr17.armv5tel 

Error Summary 
------------- 

更新

[[email protected] opt]# rpm -qa raspberrypi-kernel\* 
raspberrypi-kernel-3.1.9-11.20120727gitf958199.rpfr17.armv5tel 

[[email protected] opt]# uname -a 
Linux rberry 3.1.9 #1 PREEMPT Mon Jul 30 14:50:41 EDT 2012 armv6l armv6l armv6l GNU/Linux 

[[email protected] opt]# yum install raspberrypi-kernel-3.2.27-1.20120926git9245b4c.rpfr17.armv5tel 
..... 
Transaction Check Error: 
    file /boot/kernel.img from install of raspberrypi-kernel-3.2.27-1.20120926git9245b4c.rpfr17.armv5tel conflicts with file from package raspberrypi-kernel-3.1.9-11.20120727gitf958199.rpfr17.armv5tel 

[[email protected] opt]# rpm -qf /boot/kernel.img 
raspberrypi-kernel-3.1.9-11.20120727gitf958199.rpfr17.armv5tel 

对不起,我英文不好))

+0

你在哪里找到的Fedora树莓混音17 RC2? –

+0

http://scotland.proximity.on.ca/raspberrypi/test-releases/raspberrypi-fedora-remix-17/latest/rpfr-17-xfce-RC2.zip –

+0

http://zenit.senecac.on.ca /wiki/index.php/Raspberry_Pi_Fedora_Remix_17 –

回答

0

有可能的是,其中两个内核封装“拥有”一组共同文件(在这种情况下,包装问题, /boot/kernel.img被这两个包声明,但它们不能同时安装)

你现在安装了哪些内核?尝试

rpm -qa raspberry-kernel\* 

如果你有3.1.9-11之外的另一个核心是造成问题,启动它,去除麻烦之一,然后安装新的内核更新。

如果做不到这一点,只需更新一切,但内核:

yum update --exclude=raspberry-kernel\*