• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Error: Multilib version problems found.

acscomputer

Basic Pleskian
Hello

Cent OS 6.5
Plesk 12.5.30

I can not update plesk


[root@va-2a01-01 ~]# yum clean all
Loaded plugins: fastestmirror
Cleaning repos: atomic base epel extras openvz-kernel-rhel6 openvz-utils plesk-php-5.3 plesk-php-5.4 plesk-php-5.5 plesk-php-5.6 updates vz-base
: vz-updates webtatic
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@va-2a01-01 ~]# yum update -y
Loaded plugins: fastestmirror
Setting up Update Process
Determining fastest mirrors
epel/metalink | 22 kB 00:00
* atomic: www4.atomicorp.com
* base: mirror.switch.ch
* epel: mirror.switch.ch
* extras: mirror.switch.ch
* openvz-kernel-rhel6: mirror.23media.de
* openvz-utils: mirror.23media.de
* updates: mirror.switch.ch
* webtatic: uk.repo.webtatic.com
atomic | 3.4 kB 00:00
atomic/primary_db | 1.1 MB 00:00
base | 3.7 kB 00:00
base/primary_db | 4.7 MB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.8 MB 00:00
extras | 3.4 kB 00:00
extras/primary_db | 37 kB 00:00
openvz-kernel-rhel6 | 2.8 kB 00:00
openvz-kernel-rhel6/primary_db | 9.1 kB 00:00
openvz-utils | 2.5 kB 00:00
openvz-utils/primary_db | 27 kB 00:00
plesk-php-5.3 | 2.9 kB 00:00
plesk-php-5.3/primary_db | 14 kB 00:00
plesk-php-5.4 | 2.9 kB 00:00
plesk-php-5.4/primary_db | 14 kB 00:00
plesk-php-5.5 | 2.9 kB 00:00
plesk-php-5.5/primary_db | 14 kB 00:00
plesk-php-5.6 | 2.9 kB 00:00
plesk-php-5.6/primary_db | 14 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 1.4 MB 00:00
vz-base | 951 B 00:00
vz-base/primary | 1.3 kB 00:00
vz-base 3/3
vz-updates | 951 B 00:00
vz-updates/primary | 2.2 kB 00:00
vz-updates 8/8
webtatic | 3.6 kB 00:00
webtatic/primary_db | 169 kB 00:00
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package nss-softokn-freebl.i686 0:3.14.3-23.el6_7 will be updated
---> Package nss-softokn-freebl.i686 0:3.14.3-23.3.el6_8 will be an update
---> Package tar.x86_64 2:1.23-14.el6 will be updated
---> Package tar.x86_64 2:1.23-15.el6_8 will be an update
--> Finished Dependency Resolution
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 nss-softokn-freebl which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of nss-softokn-freebl 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 nss-softokn-freebl.otherarch ... this should give you an error
message showing the root cause of the problem.

2. You have multiple architectures of nss-softokn-freebl 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 nss-softokn-freebl 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: nss-softokn-freebl-3.14.3-23.3.el6_8.i686 != nss-softokn-freebl-3.14.3-23.el6_7.x86_64





How can i fix this?
 
Instead of yum use plesk installer for Plesk update:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
 
Thank you. But yum update do not work


Code:
Last login: Mon Aug 29 12:53:06 2016 from 31.10.131.203
[root@va-2a01-01 ~]# yum update
Loaded plugins: fastestmirror
Setting up Update Process
Loading mirror speeds from cached hostfile
* atomic: www4.atomicorp.com
* base: mirror.switch.ch
* epel: mirror.switch.ch
* extras: mirror.switch.ch
* openvz-kernel-rhel6: mirror.23media.de
* openvz-utils: mirror.23media.de
* updates: mirror.switch.ch
* webtatic: uk.repo.webtatic.com
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-comp                                                                                                                                                             lete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.

So how can I complete these transactions?
 
Hi acscomputer,

actually, if you would read the message at the bottom, you should have found the solution by yourself:

Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-comp lete-transaction first to finish them. The program yum-complete-transaction is found in the yum-utils package.

Code:
yum install yum-utils
yum-complete-transaction
 
Back
Top