• 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

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