×
Back to ITRS Internal Only FAQ
Internal documentation only
This page has been marked as draft.
Error: GPG check FAILED
When running yum clean all && yum update, you may encounter an error - Error: GPG check Failed.
Whole error:
GPG key at https://downloads.opsview.com/OPSVIEW-RPM-KEY.asc (0x0FC6984B) is already installed
The GPG keys listed for the "Infrastructure Agent" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.. Failing package is: infrastructure-agent-1.2.41088-1.el8.x86_64
GPG Keys are configured as: https://downloads.opsview.com/OPSVIEW-RPM-KEY.asc
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: GPG check FAILED
Solution:
Debian and Ubuntu On Debian and Ubuntu, run:
## OPSVIEW-APT-KEY-2024.asc GPG fingerprint:
## CFA2 67C2 38CD BAD6 AD3D 762B 37AC 7AE6 B4B6 9A0B
sudo apt-get update && sudo apt-get install gnupg
wget -q https://downloads.opsview.com/OPSVIEW-APT-KEY-2024.asc
echo 'f095452e85790a0e1d3382468fced72fba1632da14a0e9ca649a888a0c38db12 OPSVIEW-APT-KEY-2024.asc' | sha256sum -c && cat OPSVIEW-APT-KEY-2024.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/opsview-repo-2024.gpg > /dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/opsview-repo-2024.gpg] https://downloads.opsview.com/infrastructure-agent/apt $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/infrastructure-agent.list
sudo apt-get update && sudo apt-get install infrastructure-agent
Alternatively, you can download the ITRS Infrastructure Agent from Agent Downloads and then run:
sudo apt install /path/to/downloaded/infrastructure-agent*.deb
RHEL, OL, and CentOS On RHEL, OL, and CentOS run:
## OPSVIEW-RPM-KEY-2024.asc GPG fingerprint:
## CFA2 67C2 38CD BAD6 AD3D 762B 37AC 7AE6 B4B6 9A0B
cat <<EOF | sudo tee /etc/yum.repos.d/infrastructure-agent.repo
[infrastructure-agent]
name = Infrastructure Agent
baseurl = https://downloads.opsview.com/infrastructure-agent/yum/rhel/\$releasever/\$basearch/
enabled = 1
gpgcheck = 1
gpgkey = https://downloads.opsview.com/OPSVIEW-RPM-KEY-2024.asc
EOF
sudo yum install infrastructure-agent
Alternatively, you can download the ITRS Infrastructure Agent from Agent Downloads and then run:
sudo yum install /path/to/downloaded/infrastructure-agent*.rpm
Windows:
You can download the ITRS Infrastructure Agent from Agent Downloads and run the Windows Infrastructure Agent installer MSI file.
For more information, you may refer to this link: Installation and operation (itrsgroup.com)
["Geneos"]
["FAQ"]