On Fri, Jun 7, 2013 at 4:45 PM, Kenneth Edgar <[email protected]> wrote: > Protected multilib versions: libselinux-2.0.94-5.3.el6.i686 != > libselinux-2.0.94-5.3.el6_4.1.x86_64 > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest
Basically this indicates a problem with your yum configuration or repos. What it's refusing to do is to install differing versions of the same package for different architectures (i686 and x86_64) Particularly, the libselinux package has an issue. What this error means is that you attempted to install libselinux-2.0.94-5.3.el6.i686 but you have 2.0.94-5.3.el6_4.1.x86_64 already installed (or the other way around, I forget) If you're using the install media as a repo on an updated system, that would explain this. The el6_4 dist tag indicates an async errata (i.e. released between major RHEL releases) for RHEL6.4, while the .el6 is what gets shipped on install media (overly simplifying things here, you could have prior releases async errata, for example el6_3 in a minor release if there were no other changes) for a minor release. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
