• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

error: GPG validation failed!

T

Tim Jakobi

Guest
BS Linux 2.6.25.18-0.2-default
Panel-Version 10.1.1

*** /etc/psa/plesk-cron.daily/50plesk-daily Completed ***
error: GPG validation failed!
The update downloaded successfully, but the GPG signature verification
failed.
channel: GPG validation failed, channel failed
*** /etc/psa/plesk-cron.daily/60sa-update Failed (code=4) ***

Above is the error I got daily by mail. Could somebody explain the issue and does somebody know a solution?

Many thanks in advanced,
Tim Jakobi
 
found solution
http://watsupport.blogspot.com/2010/02/error-gpg-validation-failed-update.html
Tuesday, February 23, 2010
error: GPG validation failed! The update downloaded successfully, but the GPG signature verification failed channel: GPG validation failed, channel f
# /usr/bin/sa-update
error: GPG validation failed!
The update downloaded successfully, but the GPG signature verification
failed.
channel: GPG validation failed, channel failed

I got this error while trying to update a system with the spam date bug.

==
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269
==

fix was fairly simply, just update the GPG key.

http://wiki.apache.org/spamassassin/SaUpdateKeyNotCrossCertified
==
Running this should fix it:

wget http://spamassassin.apache.org/updates/GPG.KEY
sa-update --import GPG.KEY
==


Once this is done, you should be able to update for the date bug

==
/usr/bin/sa-update
service spamassassin restart
==
Done.!
Posted by dexr99 at 1:45 PM Labels: plesk, Plesk Linux, spamassassin
 
Back
Top