On Fri, 2008-03-28 at 16:27 -0700, Sandor W. Sklar wrote:
> [EMAIL PROTECTED] x86_64]# pwd
> /var/www/html/repo/sulair-openafs-1.4.6/RPMS/x86_64
> 
> [EMAIL PROTECTED] x86_64]# ls -1 openafs-kernel-1.4.6-*
> openafs-kernel-1.4.6-2.6.18_53.1.13.el5xen_1.x86_64.rpm
> openafs-kernel-1.4.6-2.6.18_53.1.14.el5_1.x86_64.rpm
> openafs-kernel-1.4.6-2.6.18_53.1.14.el5xen_1.x86_64.rpm
> openafs-kernel-1.4.6-2.6.18_53.1.6.el5_1.x86_64.rpm
> openafs-kernel-1.4.6-2.6.18_53.1.6.el5xen_1.x86_64.rpm
> openafs-kernel-1.4.6-2.6.18_53.el5_1.x86_64.rpm

> [EMAIL PROTECTED] uname -r
> 2.6.18-53.el5xen
> 
> ... I run:
> 
> Error: Missing Dependency: kernel-x86_64 = 2.6.18-53.1.14.el5 is  
> needed by package openafs-kernel

Well, at least one problem is that you don't have a module that matches
your specific kernel.  Your "ls" command listed three xen kernel
modules, one for 2.6.18_53.1.6, 2.6.18_53.1.13, and 2.6.18_53.1.14,
however, your guest has only the base 2.6.18_53 version so none of the
xen modules are an excact match.  You might want to upgrade the guest
kernel to the latest revision before attempting to install the
openafs-kernel.

> If, like the man page says, I try to specify the actual version of the  
> RPM I want, I get ...
>
> [EMAIL PROTECTED] yum install openafs-kernel-1.4.6-2.6.18_53.1.14.el5xen
> ( ... snip ... )

I think you typoed, these package names are quite long and it seems you
didn't include the _1 on the end of the package name.  Why not just use
RPM to install the package you want directly:

rpm -Uvh openafs-kernel-1.4.6-2.6.18_53.1.14.el5xen_1.x86_64.rpm

Of course, as stated above I suspect that this will still fail since you
don't actually have the 53.1.14 kernel revision installed.

Later,
Tom


_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to