[OpenAFS] kmod rpm problem

Simon Wilkinson sxw@inf.ed.ac.uk
Tue, 13 Nov 2007 16:54:05 +0000


On 13 Nov 2007, at 16:44, Jim Green wrote:

> I get the following failed dependencies errors when trying to install
> kmod-openafs-1.4.5-1.2.6.22.9_61.fc6.i686.rpm on Fedora Core 6:
>
> error: Failed dependencies:
> 	kernel-i686 = 2.6.22.9-61.fc6 is needed by
> kmod-openafs-1.4.5-1.2.6.22.9_61.fc6.i686
> 	openafs-kmod-common >= 1.4.5 is needed by
> kmod-openafs-1.4.5-1.2.6.22.9_61.fc6.i686

First problem is that if you're using the kmod kernel modules, you  
need to use an openafs-client RPM that's been built to support them.  
Do you already have the FC6 1.4.5 openafs-client RPM installed? If  
not, you need to install it in the same transaction as you install  
the kmod.

Second problem is why it's thinking that the kernel-i686 dependency  
is unsatisfied. I assume that the kernel you have installed is the  
2.6.22.9-61.fc6 one, and that you've installed the i686 variant. Ca n  
you run:

rpm -q --whatprovides kernel-i686

and

rpm -q --provides kernel

and let me know the output.

Thanks,

Simon.