Guest User

Untitled

a guest
Jan 23rd, 2018
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. yum update
  2.  
  3. Downloading Packages:
  4. warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
  5. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
  6.  
  7. 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.
  8. Check that the correct key URLs are configured for this repository.
  9.  
  10. rpm -q --queryformat "%{SUMMARY}n" gpg-pubkey
  11.  
  12. gpg(CentOS-6 Key (CentOS 6 Official Signing Key) <centos-6-key@centos.org>)
  13. gpg(EPEL (6) <epel@fedoraproject.org>)
  14. gpg(Atomic Rocket Turtle <admin@atomicrocketturtle.com>)
  15. gpg(New Relic <support@newrelic.com>)
  16.  
  17. wget https://www.atomicorp.com/RPM-GPG-KEY.atomicorp.txt
  18. mv RPM-GPG-KEY.atomicorp.txt /etc/pki/rpm-gpg/RPM-GPG-KEY.atomicorp.txt
  19. rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY.atomicorp.txt
  20.  
  21. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
  22.  
  23. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
  24. file:///etc/pki/rpm-gpg/RPM-GPG-KEY.atomicorp.txt
  25.  
  26. rpm -q --queryformat "%{SUMMARY}n" gpg-pubkey
  27.  
  28. rpm -import RPM-GPG-KEY.art.txt >/dev/null 2>&1
  29.  
  30. wget http://updates.atomicorp.com/channels/atomic/centos/7/x86_64/repodata/repomd.xml.key
  31.  
  32. sudo rpm --import repomd.xml.key
Add Comment
Please, Sign In to add comment