• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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