<div dir="ltr">Thanks Stuart,<div><br></div><div>I normally do a minimal install per instruction. Then add local customization such as oracle driver, ldap and a few others. I guess one of them must install the package. Just removing the package without installing the renamed package seems to work fine. No complain about sssd requiring the package?? odd.</div><div><br></div><div>-hk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 28, 2016 at 1:47 PM, Stuart Raeburn <span dir="ltr"><<a href="mailto:raeburn@msu.edu" target="_blank">raeburn@msu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">H.K.,<br>
<br>
The libipa_hbac RPM is not installed on any CentOS LON-CAPA instances<br>
I manage, so you must have a package installed that is not expected,<br>
based on a minimal CentOS 6 install followed by installation of the<br>
LONCAPA-prerequisites rpm.<br>
<br>
It appears that libipa_hbac is a dependency of sssd, so my guess is<br>
that you have sssd installed.<br>
<br>
Anyway, looking at: <a href="http://mirrors.kernel.org/centos/6.8/updates/" rel="noreferrer" target="_blank">http://mirrors.kernel.org/centos/6.8/updates/</a> I see<br>
<br>
python-libipa_hbac-1.13.3-22.el6_8.4.x86_64.rpm<br>
python-libipa_hbac-1.13.3-22.el6_8.4.i686.rpm<br>
<br>
which suggests that libipa_hbac-python was renamed python-libipa_hbac<br>
between CentOS 6.7 and 6.8.<br>
<br>
If I do:<br>
<br>
yum install libipa_hbac-python<br>
<br>
on CentOS 6.8 I find that python-libipa_hbac is actually installed.<br>
<br>
<br>
So one thing to try would be:<br>
<br>
yum remove libipa_hbac-python<br>
yum clean all<br>
yum update<br>
<br>
followed by<br>
<br>
yum install python-libipa_hbac<br>
<br>
<br>
Stuart Raeburn<br>
LON-CAPA Academic Consortium<br>
<div><div class="h5"><br>
<br>
Quoting "H. K. Ng" <<a href="mailto:hkng@fsu.edu">hkng@fsu.edu</a>>:<br>
<br>
> Hi,<br>
><br>
> Does anyone has trouble doing a yum update for centos 6.8? Seems that there<br>
> is a dependence resolution problem - see output below.. This has been going<br>
> on from over a month. Some on google has mentioned that the hbac-python etc<br>
> has moved to another repo (rhel-6-workstation-optional-rpms channel) but I<br>
> cannot find the repo. So any help is welcomed.<br>
><br>
> Thanks,<br>
> -hk<br>
><br>
> --> Running transaction check<br>
> ---> Package libipa_hbac.i686 0:1.12.4-47.el6_7.8 will be updated<br>
> --> Processing Dependency: libipa_hbac = 1.12.4-47.el6_7.8 for package:<br>
> libipa_hbac-python-1.12.4-47.el6_7.8.i686<br>
> ---> Package libnl3.i686 0:3.2.21-8.el6 will be installed<br>
> --> Finished Dependency Resolution<br>
> Error: Package: libipa_hbac-python-1.12.4-47.el6_7.8.i686 (@updates)<br>
>            Requires: libipa_hbac = 1.12.4-47.el6_7.8<br>
>            Removing: libipa_hbac-1.12.4-47.el6_7.8.i686 (@updates)<br>
>                libipa_hbac = 1.12.4-47.el6_7.8<br>
>            Updated By: libipa_hbac-1.13.3-22.el6_8.4.i686 (updates)<br>
>                libipa_hbac = 1.13.3-22.el6_8.4<br>
>            Available: libipa_hbac-1.13.3-22.el6.i686 (base)<br>
>                libipa_hbac = 1.13.3-22.el6<br>
>  You could try using --skip-broken to work around the problem<br>
>  You could try running: rpm -Va --nofiles --nodigest<br>
<br>
</div></div>_______________________________________________<br>
LON-CAPA-admin mailing list<br>
<a href="mailto:LON-CAPA-admin@mail.lon-capa.org">LON-CAPA-admin@mail.lon-capa.org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin" rel="noreferrer" target="_blank">http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin</a><br>
</blockquote></div><br></div>