Hi,
I am trying to update OS for nagios VM using yum update command. Unfortunately, I am getting below error message when trying to install the updates.
Transaction Summary
==========================================================================================================================================================================================
Install 29 Package(s)
Upgrade 417 Package(s)
Total size: 312 M
Is this ok [y/N]: Y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID c62934a0: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-NAGIOS
The GPG keys listed for the "Nagios XI Dependencies" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
Can you please let me know how to resolve this issue?
Thanks,
Khawar Syed
Updating OS of Nagios Vm
-
kyang
Re: Updating OS of Nagios Vm
Hello,
You would need to update the GPG keys for /etc/pki/rpm-gpg/RPM-GPG-KEY-NAGIOS
Try:
To replace the old GPG key with the newer one.
https://repo.nagios.com/GPG-KEY-NAGIOS-V2
or go to: https://repo.nagios.com/?repo=rpm-centos and install the new rpm.
After that, proceed with the OS update.
Let us know if you have any more questions.
You would need to update the GPG keys for /etc/pki/rpm-gpg/RPM-GPG-KEY-NAGIOS
Try:
To replace the old GPG key with the newer one.
https://repo.nagios.com/GPG-KEY-NAGIOS-V2
or go to: https://repo.nagios.com/?repo=rpm-centos and install the new rpm.
After that, proceed with the OS update.
Let us know if you have any more questions.
-
computerone
- Posts: 21
- Joined: Thu Jan 03, 2013 9:04 pm
Re: Updating OS of Nagios Vm
It worked. Thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Updating OS of Nagios Vm
Great! Lockingcomputerone wrote:It worked. Thanks