PDA

View Full Version : GPG error?


theplatypus
October 14th, 2005, 07:45 AM
W: GPG error: http://us.archive.ubuntu.com hoary-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>


Any ideas?

A-star
October 14th, 2005, 07:59 AM
Same problem here.
No solution yet.

1sy8
October 14th, 2005, 05:10 PM
Same here .. but with breezy-updates ??
W: GPG error: http://archive.ubuntu.com breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

kudu
October 16th, 2005, 03:23 AM
Same here, Breezy updates:

BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

What the heck ?

kudu

moopere
October 16th, 2005, 11:08 AM
Same here, Breezy updates:

BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

What the heck ?

kudu

Try this:

http://www.ubuntuforums.org/showthread.php?p=416599&posted=1#post416599

andril
October 16th, 2005, 05:12 PM
Add another user - scratching his head. I get the same error!

joshmachine
October 19th, 2005, 02:30 AM
Sometimes it's just a bug, and not your fault. I have created a bug at:

https://bugzilla.ubuntu.com/show_bug.cgi?id=18088

Cheers,
Josh

rumix
October 20th, 2005, 07:38 AM
Same problem here...

kiwibird
October 20th, 2005, 03:37 PM
Is there a fix for this yet? Getting the same thing myself...

bryan986
October 20th, 2005, 09:37 PM
Another here
W: GPG error: http://archive.ubuntu.com breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

jklick
October 20th, 2005, 09:43 PM
I'm also getting the same error.

W: GPG error: http://archive.ubuntu.com breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

jgaynor
October 23rd, 2005, 08:02 PM
me as well:

W: GPG error: http://archive.ubuntu.com breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

mapman
October 23rd, 2005, 09:59 PM
Yes, myself as well. Then I run another sudo apt-get update soon after and I don't get the error.:confused:

ivago
October 25th, 2005, 01:38 PM
same prob here... tired switchin' my sources.list and such without luck.. running apt-get update a few times is not the solution... this bug keeps comin back and back and back... :( man i wish i'd found the holy distro :wink:

billiejoex
October 25th, 2005, 01:57 PM
It seems to be a repository server problem not regarding the distro itself.

heyanowut
October 25th, 2005, 07:46 PM
Try this from

http://www.linuxquestions.org/questions/showthread.php?s=&threadid=373441&highlight=GPG

1) Restore the default keys in Synaptic (settings > repositories > authentication > restore desault keys

2)

code:

sudo apt-get clean



3) Change the repositories (/etc/apt/sources from http://us.archive.ubuntu.com to http://archive.ubuntu.com This actually got rid of one of the BADSIG instances but I still had one......

4) Commented out the cd in /etc/apt/sources

Finally::

5) I found on another forum, the suggestion to create a new /var/lib/apt/lists folder. (you also need a new lists/partial folder...) I renamed my old lists folder then created a new one with:

code:

:/var/lib/apt$ sudo mkdir -p lists/partial



Then one more

code:

sudo apt-get clean


code:

apt-get update

This worked for me (so far) but I don't seem to be getting many updates. Thanks to jkmb111.

thepete
November 23rd, 2009, 11:10 PM
heyanowut... it's four years later and your advice fixed things for me! Thank you!! I've been looking for a solution for days and following the process you detail above from 1-3 solved my problem. I can now install. YES!

devilgate
January 16th, 2010, 11:34 AM
Like thepete, it's years later, I'm on Jaunty, yet the solution here worked for me. I had to remove "gb.", rather than "us.", since I'm in the UK, but otherwise the same.

cadaverousmob
June 11th, 2010, 04:38 AM
Using Lucid 10.04 and jkmb111's (per heyanowut) solution still works!

addroof
September 27th, 2010, 10:41 PM
It still works for me
Thank you

bobnn
December 10th, 2010, 12:58 PM
Try this from

Finally::

5) I found on another forum, the suggestion to create a new /var/lib/apt/lists folder. (you also need a new lists/partial folder...) I renamed my old lists folder then created a new one with:

code:

:/var/lib/apt$ sudo mkdir -p lists/partial



Then one more

code:

sudo apt-get clean


code:

apt-get update

This worked for me (so far) but I don't seem to be getting many updates. Thanks to jkmb111.

This part, by itself, worked for me on Ubuntu 10.04 LTS. And it's 5 years later - why don't they fix this thing? It's still the exact same message: "BADSIG 40976EAF437D05B5..."

samic130
January 13th, 2011, 08:51 AM
Worked for me after 6 years!!

aloyr
August 31st, 2011, 09:48 PM
this worked for me, but i had to ADD the 'us.' to the sources.list...

euroford
December 20th, 2011, 11:07 PM
The most easy way is remove the temp file in /var/lib/apt/lists/partial, and sudo apt-get update.