• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Update of Parallels Panel has failed (with atomicorp software installed)

VojkanC

Basic Pleskian
Hi,

I have Parallels Plesk Panel v.11.5.30 on CentOS (Linux version 2.6.32-431.3.1.el6.x86_64) and I get error message whenever Plesk tries autoupdates.
Problem started to appear just after I updated server with atomicorp
This is the topic that I followed: http://forum.parallels.com/showthread.php?302688-Update-PHP-and-MySQL-easiest-way&p=729623

When I try to update manually through console (yum update) I get following error:
Code:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt


The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

When I try to update any component manually through panel I get following error (This is for Apache web server support):
Code:
Installation started in background
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: mirror.checkdomain.de
* extras: mirror.checkdomain.de
* updates: mirror.checkdomain.de
202 packages excluded due to repository priority protections
+ mysql-server
+ httpd
+ mysql
+ mod_ssl
+ httpd-tools
+ mysql-libs

Installing packages
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: ftp.hosteurope.de
* extras: ftp.hosteurope.de
* updates: ftp.hosteurope.de
202 packages excluded due to repository priority protections
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
Fatal error during packages installation: The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
YumBaseError: The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository. 
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.

Can someone please troubleshoot this problem, so that I can update successfully, either manually or automatically?
 
Hello,

Can you please try to upgrade atomic-release on your server with the following command.

Code:
yum upgrade atomic-release
 
Hello,

Can you please try to upgrade atomic-release on your server with the following command.

Code:
yum upgrade atomic-release

I've tried that but it still has error regarding certificate.
Do you use atomic on some server?
Did you do some certificate configuration?

Code:
[root@myhosting ~]# yum upgrade atomic-release                               
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * atomic: www7.atomicorp.com
 * base: mirror.checkdomain.de
 * extras: mirror.checkdomain.de
 * updates: mirror.checkdomain.de
199 packages excluded due to repository priority protections
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package atomic-release.noarch 0:1.0-18.el6.art will be updated
---> Package atomic-release.noarch 0:1.0-19.el6.art will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package               Arch          Version                Repository     Size
================================================================================
Updating:
 atomic-release        noarch        1.0-19.el6.art         atomic        8.5 k

Transaction Summary
================================================================================
Upgrade       1 Package(s)

Total size: 8.5 k
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt


The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
[root@myhosting ~]#
 
Back
Top