• 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.

Resolved Error when updating openssl thought plesk system updates

helpchrisplz

Basic Pleskian
Hi. Plesk is showing an update for openssl 1.0.1e-42.el6_7.2 (updates) in the system updates page but when I update it it shows this error:

Update failed.
  • 2017-09-03 21:51:10 INFO: pum is called with arguments: ['--update', '--json', '--', 'openssl']
  • 2017-09-03 21:51:11 INFO: updating packages: openssl
  • 2017-09-03 21:51:11 ERROR: Test Transaction Errors: file /usr/share/man/man1/ca.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/ciphers.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/cms.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/ec.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/ocsp.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/openssl.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/req.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/s_client.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/s_server.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/s_time.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/smime.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/speed.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/ts.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/verify.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • file /usr/share/man/man1/x509.1ssl.gz from install of openssl-1.0.1e-57.el6.i686 conflicts with file from package openssl-1.0.1e-42.el6_7.2.x86_64
  • 2017-09-03 21:51:11 ERROR: Exited with returncode 1.

‪CentOS 6.9 (Final)‬
Plesk Onyx
Version 17.5.3 Update #20, last updated on Sept 3, 2017 08:15 PM

How can I fix this? Thanks.
 
Hi helpchrisplz,

you either added unsupported repos to yum, or did something else to update/upgrade OpenSSL on your server. Pls. keep in mind that even that you have the possibility to use Plesk to update/upgrade your third-party software on your server, it is not possible to "repair" your mistakes, which now results in the reported errors/issues/problems.

Pls. remember, that NON-PLESK - related threads should be opened at: => Home > Forum > General Discussion > Open Topics


You could try for example:
Code:
rpm -qa | grep openssl
... to list your current installed "openssl" package(s) and could remove it/them with for example:

Code:
rpm -e --justdb --nodeps YOUR-COMPLETE-PACKAGE-NAME

Afterwards, you would certainly re-install OpenSSL with the example command:
Code:
yum install openssl
 
Hi helpchrisplz,

you either added unsupported repos to yum, or did something else to update/upgrade OpenSSL on your server. Pls. keep in mind that even that you have the possibility to use Plesk to update/upgrade your third-party software on your server, it is not possible to "repair" your mistakes, which now results in the reported errors/issues/problems.

Pls. remember, that NON-PLESK - related threads should be opened at: => Home > Forum > General Discussion > Open Topics


You could try for example:
Code:
rpm -qa | grep openssl
... to list your current installed "openssl" package(s) and could remove it/them with for example:

Code:
rpm -e --justdb --nodeps YOUR-COMPLETE-PACKAGE-NAME

Afterwards, you would certainly re-install OpenSSL with the example command:
Code:
yum install openssl
Strange. Its a brand new server I haven't even logged into ssh yet on it.

Sent from my SM-G930F using Tapatalk
 
Back
Top