• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved error update RPM-GPG-KEY-city-fan.org

david82

New Pleskian
Server operating system version
7.9.2009
Plesk version and microupdate number
18.0.48
hello, for a while I can't update because it throws several key errors from: city-fan.org
What could it be?
I can't find anything in plesk help


thanks.

log:

error de actualización.
  • 2022-12-13 12:39:13 INFO: pum is called with arguments: ['--update', '--json', '--', 'curl']
  • Repository base is listed more than once in the configuration
  • Repository updates is listed more than once in the configuration
  • Repository extras is listed more than once in the configuration
  • Repository centos-kernel is listed more than once in the configuration
  • 2022-12-13 12:39:16 INFO: updating packages: curl libcurl
  • warning: /var/cache/yum/x86_64/7/city-fan.org/packages/curl-7.86.0-4.0.cf.rhel7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 98*****: NOKEY
  • 2022-12-13 12:39:16 ERROR: The GPG keys listed for the "city-fan.org repository for Red Hat Enterprise Linux (and clones) 7 (x86_64)" 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: curl-7.86.0-4.0.cf.rhel7.x86_64
  • GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-city-fan.org

  • 2022-12-13 12:39:16 ERROR: Exited with returncode 1
 
It looks like you have to update the GPG key:

Bash:
rpm --import https://mirror.city-fan.org/ftp/contrib/GPG-KEYS/RPM-GPG-KEY-city-fan.org-rhel-7
 
It looks like you have to update the GPG key:

Bash:
rpm --import https://mirror.city-fan.org/ftp/contrib/GPG-KEYS/RPM-GPG-KEY-city-fan.org-rhel-7

Thanks a lot!
Super easy and I have already been able to update without problems!


great help!
 
Back
Top