[rhos-list] Dependency issue while installing openstack (nova) preview in rhel6.4

Perry Myers pmyers at redhat.com
Thu Dec 27 17:51:08 UTC 2012


On 12/27/2012 05:50 AM, anu.bhaskar.babu at accenture.com wrote:
> Hi,
> 
> We are getting below dependency error while trying to install nova component of Redhat openstack preview. Please help
> 
> OS Version: Red Hat Enterprise Linux Server release 6.4 Beta (Santiago)
> 
> 
> Error message:
> 
> --> Processing Dependency: openssh = 5.3p1-81.el6_3 for package: openssh-clients-5.3p1-81.el6_3.x86_64
> --> Processing Dependency: /usr/lib64/libkdb5.so.5 for package: 1:libguestfs-1.16.19-1.el6.x86_64
> --> Finished Dependency Resolution
> Error: Package: 1:libguestfs-1.16.19-1.el6.x86_64 (rhel-x86_64-server-6)
>            Requires: /usr/lib64/libkdb5.so.5

.19 is from RHEL 6.3.z repos.  RHEL 6.4 beta has .32 for libguestfs

> Error: Package: openssh-clients-5.3p1-81.el6_3.x86_64 (rhel-x86_64-server-6)
>            Requires: openssh = 5.3p1-81.el6_3
> 
> 
> [root at rhopenstack ~]# rpm -qa | grep openssh
> openssh-5.3p1-83.el6.x86_64
> openssh-server-5.3p1-83.el6.x86_64

-83 is from the RHEL 6.4 Beta.  -81 is from the RHEL 6.3.z updates
stream.  So it looks like openssh-clients -81 is being installed, which
of course requires the same exact version of openssh and openssh-server

This makes me think that you currently have RHEL 6.4 beta packages
installed, but you do not currently have access to a RHEL 6.4 beta
package repository and instead are only able to pull new packages from
the RHEL 6.3 repos

> [root at rhopenstack ~]# rpm -qa | grep krb
> krb5-libs-1.10.3-6.el6.x86_64
> [root at rhopenstack ~]#

Can you provide the output of:
yum repolist
subscription-manager list --installed
And the contents of /etc/yum.repos.d/redhat.repo

I think from the above it's likely that you just need to enable access
to the RHEL 6.4 beta content mirrors (RHN/CDN) to resolve this issue.

For reference, on a RHEL 6.4 Beta VM with access to the 6.4 Beta channel
in RHN/CDN, I was able to successfully install openstack-nova w/ the
libguestfs and openssh-clients dependencies.

Thanks!

Perry




More information about the rhos-list mailing list