• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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