• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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