We do use Satellite and this server is subscribed to 64bit repos. I found I was using the incorrect puppet labs repo, and installed the following one instead... however I still have the same issue. http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-7.noarch.rpm
What I found is that since we branch rhel's channels to "freeze" them at a certain level for quarterly updating, these puppetlabs rpm's must have had higher requirements that were not available using our "frozen" channels. I added the server to the default rhel 6 64 bit channel and updated it, then the packages installed properly. Thanks, Ken On Sunday, June 9, 2013 3:12:10 PM UTC-5, Jon Stanley wrote: > > On Fri, Jun 7, 2013 at 4:45 PM, Kenneth Edgar > <[email protected]<javascript:>> > 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. For more options, visit https://groups.google.com/groups/opt_out.
