I ended up with this when I tried to install kmod-ixgbe on x86_64:<br />
<br />
seepra ~]# yum install kmod-ixgbe<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
* epel: www.nic.funet.fi<br />
* extras: ftp.funet.fi<br />
Setting up Install Process<br />
Resolving Dependencies<br />
--> Running transaction check<br />
---> Package kmod-ixgbe.x86_64 0:3.4.8_k-3.el6_1 will be installed<br />
--> Processing Dependency: kernel(dcb_getapp) = 0x8e8c1e18 for package: kmod-ixgbe-3.4.8_k-3.el6_1.x86_64<br />
--> Finished Dependency Resolution<br />
Error: Package: kmod-ixgbe-3.4.8_k-3.el6_1.x86_64 (updates)<br />
Requires: kernel(dcb_getapp) = 0x8e8c1e18<br />
Installed: kernel-2.6.32-220.el6.x86_64 (@base)<br />
kernel(dcb_getapp) = 0x05e303b2<br />
Available: kernel-debug-2.6.32-220.el6.x86_64 (base)<br />
kernel(dcb_getapp) = 0x858fd4b5<br />
You could try using --skip-broken to work around the problem<br />
You could try running: rpm -Va --nofiles --nodigest<br />
<br />
[root@seepra ~]# uname -a<br />
Linux seepra.miuku.net 2.6.32-220.el6.x86_64 <a href="http://bugs.centos.org/view.php?id=1">0000001</a> SMP Tue Dec 6 19:48:22 GMT 2011 x86_64 x86_64 x86_64 GNU/Linux<br />
<br />
[root@seepra ~]# rpm -qa 'kernel*'<br />
kernel-firmware-2.6.32-220.el6.noarch<br />
kernel-2.6.32-220.el6.x86_64<br />
kernel-headers-2.6.32-220.el6.x86_64<br />
kernel-2.6.32-71.el6.x86_64<br />
<br />
---<br />
<br />
Installing kmod-ixgbe on i386 worked fine, or at least without any error messages. Obviously I don't have the proper hardware to actually test how it works, though..
↧