with the latest version of NagiosXI and wanted to do an update to the system as well.
I received a multilib version problem when I did this and wanted to know which could be removed.
Code: Select all
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for rrdtool which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of rrdtool of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude rrdtool.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of rrdtool installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of rrdtool installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: rrdtool-1.3.8-7.el6.i686 != rrdtool-1.4.7-1.el6.rfx.x86_64
Error: Protected multilib versions: php-mssql-5.3.3-4.el6.x86_64 != php-mssql-5.3.3-3.el6.i686I could start making assumption but would rather get an answer from support.
Prior to this I noticed a perl update problem with a dependency on lftp (Is lftp used nagiosxi ?) Currently I excluded the packages perl* and lftp from updates but it would probably also be best to update this as well.
Code: Select all
--> Running transaction check
---> Package kernel.x86_64 0:2.6.32-431.29.2.el6 will be erased
---> Package perl-IO-Compress.noarch 0:2.052-1.el6.rfx will be obsoleting
--> Processing Dependency: perl(Compress::Raw::Zlib) = 2.052 for package: perl-IO-Compress-2.052-1.el6.rfx.noarch
--> Finished Dependency Resolution
Error: Package: perl-IO-Compress-2.052-1.el6.rfx.noarch (rpmforge-extras)
Requires: perl(Compress::Raw::Zlib) = 2.052
Installed: 1:perl-Compress-Raw-Zlib-2.021-141.el6_7.1.x86_64 (@rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.021
Available: perl-Compress-Raw-Zlib-2.023-115.el6.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: perl-Compress-Raw-Zlib-2.023-119.el6.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: perl-Compress-Raw-Zlib-2.030-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.030
Available: perl-Compress-Raw-Zlib-2.033-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.033
Available: perl-Compress-Raw-Zlib-2.034-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.034
Available: perl-Compress-Raw-Zlib-2.035-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.035
Available: perl-Compress-Raw-Zlib-2.037-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.037
Available: perl-Compress-Raw-Zlib-2.051-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.051
Available: perl-Compress-Raw-Zlib-2.052-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.052
Available: 1:perl-Compress-Raw-Zlib-2.020-127.el6.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: 1:perl-Compress-Raw-Zlib-2.020-129.el6.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: 1:perl-Compress-Raw-Zlib-2.020-130.el6_4.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: 1:perl-Compress-Raw-Zlib-2.020-131.el6_4.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.020
Available: 1:perl-Compress-Raw-Zlib-2.021-136.el6.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.021
Available: 1:perl-Compress-Raw-Zlib-2.021-136.el6_6.1.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.021
Available: 1:perl-Compress-Raw-Zlib-2.021-141.el6.x86_64 (rhel-6-server-rpms)
perl(Compress::Raw::Zlib) = 2.021
You could try using --skip-broken to work around the problem