[LON-CAPA-admin] yum update of centos 6

Stuart Raeburn raeburn at msu.edu
Thu Jul 28 13:47:59 EDT 2016


H.K.,

The libipa_hbac RPM is not installed on any CentOS LON-CAPA instances  
I manage, so you must have a package installed that is not expected,  
based on a minimal CentOS 6 install followed by installation of the  
LONCAPA-prerequisites rpm.

It appears that libipa_hbac is a dependency of sssd, so my guess is  
that you have sssd installed.

Anyway, looking at: http://mirrors.kernel.org/centos/6.8/updates/ I see

python-libipa_hbac-1.13.3-22.el6_8.4.x86_64.rpm
python-libipa_hbac-1.13.3-22.el6_8.4.i686.rpm

which suggests that libipa_hbac-python was renamed python-libipa_hbac  
between CentOS 6.7 and 6.8.

If I do:

yum install libipa_hbac-python

on CentOS 6.8 I find that python-libipa_hbac is actually installed.


So one thing to try would be:

yum remove libipa_hbac-python
yum clean all
yum update

followed by

yum install python-libipa_hbac


Stuart Raeburn
LON-CAPA Academic Consortium


Quoting "H. K. Ng" <hkng at fsu.edu>:

> Hi,
>
> Does anyone has trouble doing a yum update for centos 6.8? Seems that there
> is a dependence resolution problem - see output below.. This has been going
> on from over a month. Some on google has mentioned that the hbac-python etc
> has moved to another repo (rhel-6-workstation-optional-rpms channel) but I
> cannot find the repo. So any help is welcomed.
>
> Thanks,
> -hk
>
> --> Running transaction check
> ---> Package libipa_hbac.i686 0:1.12.4-47.el6_7.8 will be updated
> --> Processing Dependency: libipa_hbac = 1.12.4-47.el6_7.8 for package:
> libipa_hbac-python-1.12.4-47.el6_7.8.i686
> ---> Package libnl3.i686 0:3.2.21-8.el6 will be installed
> --> Finished Dependency Resolution
> Error: Package: libipa_hbac-python-1.12.4-47.el6_7.8.i686 (@updates)
>            Requires: libipa_hbac = 1.12.4-47.el6_7.8
>            Removing: libipa_hbac-1.12.4-47.el6_7.8.i686 (@updates)
>                libipa_hbac = 1.12.4-47.el6_7.8
>            Updated By: libipa_hbac-1.13.3-22.el6_8.4.i686 (updates)
>                libipa_hbac = 1.13.3-22.el6_8.4
>            Available: libipa_hbac-1.13.3-22.el6.i686 (base)
>                libipa_hbac = 1.13.3-22.el6
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest



More information about the LON-CAPA-admin mailing list