• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Error updating to 12.5.30

Jamie_Davies

New Pleskian
Hello,

I'm running CentOS release 5.11 (Final) on a VPS and have just tired to update to 12.5.30 through the web interface. I got the following error. This has now broken the plesk admin page and I'm having to go through SSH to try to update.

When running the auto installer from SSH the following fatal error is given:

Code:
Running rpm_check_debug

Fatal error during packages installation: Test Transaction Errors:   package libarchive-2.8.4-14042917.x86_64 (which is newer than libarchive-2.8.4-6.el5.i386) is already installed

YumTestTransactionError: Test Transaction Errors:   package libarchive-2.8.4-14042917.x86_64 (which is newer than libarchive-2.8.4-6.el5.i386) is already installed

ERROR: Failed to run the Yum utility.

The Yum utility failed to install the required packages.

Attention! Your software might be inoperable.

Please, contact product technical support.

Any advice would be gratefully received. I have been googling for the last hour and haven't found anything of use. I did find one post on here, but it did not have any impact on my issue.

All the best,

Jamie
 
Hi Jamie_Davies,

please have a look at this post:
I was able to install libarchive using yum (epel repo was already installed), but this didn't create the missing library. At the moment of your post I had someone from Odin support on my server and couldn't mess with it anymore.
They did this to solve it:

Code:
# ldd /usr/bin/sw-engine | grep -i libarchive.so.2
libarchive.so.2 => not found
# rpm -Uvh libarchive-2.8.4-14042917.x86_64.rpm --force
# ldd /usr/bin/sw-engine | grep -i libarchive.so.2
libarchive.so.2 => /usr/lib64/libarchive.so.2 (0x00002afc12bd2000)
#

Source: http://talk.plesk.com/threads/upgrade-to-12-5-failed.334970/
 
Hi Jamie_Davies,

consider to provide ALL informations, so that suggestions and investigations are not useless. If you did some manual commands over your command line, please do tell us, WHAT you did, WHICH commands you were using and WHAT the output over the command line looked like.

In addition, please note that Plesk 12.5 comes with a bunch of repair utilities, which help to solve issues.


Please consider as well to provide log - entries from installation/update/upgrade/repair logs, to help you to investigate your issue. The specific log and its path is always mentioned, when using autoinstaller, bootstrapper or repair - utilities.
 
Back
Top