The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key
35 Comments Published June 22nd, 2009 in Errors, Linux Tags: .Today I resumed my Linux laptop, after trying hard to use OSX for work...
Got this when updating the packages, after some weeks of abandon:
W: GPG error: http://archive.ubuntu.com jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing KeyW: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://archive.ubuntu.com jaunty-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://archive.ubuntu.com jaunty-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key W: GPG error: http://archive.canonical.com jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/Release W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-security/Release W: Some index files failed to download, they have been ignored, or old ones used instead. W: You may want to run apt-get update to correct these problems
How to fix:
apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update
Source: GPG Ubuntu Jaunty Archive Error
Search
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | Jul » | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||
Archives
Categories
- Android (3)
- Apple (26)
- Books (7)
- Eclipse (14)
- Errors (3)
- Firefox (7)
- Git (2)
- Hardware (16)
- Horror Code (8)
- Internet (18)
- Java (98)
- JavaScript (9)
- Life, universe and everything (45)
- Lifehacks (25)
- Linux (50)
- Opinions (25)
- OSX (4)
- Python (1)
- Software (27)
- Speeches and Conferences (8)
- Unix (3)
- Web (21)
- Windows (19)
Tag Cloud
Android apple architecture Bash colors configuration CSS Development Düsseldorf Eclipse germany Git Google Hardware hdr How-To Java JAXB job junit Karmic Linux MacBook music night Open Source Opinion oracle OSX patterns Pitfalls Practices Resume Security Software Suspend TDD Testing tip tonemapped Tricks Ubuntu video Web XML
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Blog License
Blogs I like
Books on the desk
Friends' Blogs
- Antonio Terreno & Valter Bernardini
- Bruno Bossola
- Daniele Galluccio
- Domenico Ventura
- Ed Schepis
- Fabrizio Gianneschi
- Luca Grulla
- Luigi Zanderighi
- Marcello Teodori
- Mida Boghetich
- Muralidharan Chandrasekaran
- Piero Ricca
- Renzo Borgatti
- Simone Bordet
- Simone Bruno
- Uberto Barbini
- Valvolog
- Webtide blogs (Greg Wilkins & Jan Bartel)
Links




















Thanks!! That’s fixed it..
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://archive.ubuntu.com jaunty-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://archive.ubuntu.com jaunty-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/Release
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-security/Release
W: Some index files failed to download, they have been ignored, or old ones used instead.
W: You may want to run apt-get update to correct these problems
Thanks.
It helped me.
I had this problem on EasyPeasy 1.05 (which is based on Ubuntu 9.04)
Also fixed it for me, many thanks!
PMB
Thank you very much, it worked well!
Thanks,it does work!
Yup, that fixed my Easypeasy 1.5 as well, thanks!
I made it for me too!!
thanks
I’m otally new to Ubuntu (but enjoying myself) and am also new to using the Terminal.
I am using easy peasy 1.5 which I installed on my eee900 just a few days ago.
I resolved an issue on Skype following advice on the geteasypeasy forum and am now hoping to resolve an issue described exactly as above.
I have tried entering using the terminal and entering the commands exactly as above (copy and paste) and appear to be stumbling at the first command.
ian@ian-eee:~$ apt-get clean
E: Could not open lock file /var/cache/apt/archives/lock – open (13 Permission denied)
E: Unable to lock the download directory
Full screenshot (though the rest is probably irrelevant) is as follows and any guidance in simple language) would be appreciated.
ian@ian-eee:~$ apt-get clean
E: Could not open lock file /var/cache/apt/archives/lock – open (13 Permission denied)
E: Unable to lock the download directory
ian@ian-eee:~$ cd /var/lib/apt
ian@ian-eee:/var/lib/apt$ mv lists lists.old
mv: cannot move `lists’ to `lists.old’: Permission denied
ian@ian-eee:/var/lib/apt$ mkdir -p lists/partial
ian@ian-eee:/var/lib/apt$ apt-get clean
E: Could not open lock file /var/cache/apt/archives/lock – open (13 Permission denied)
E: Unable to lock the download directory
ian@ian-eee:/var/lib/apt$ apt-get update
Thanks – with a promise to try harder.
Ian M
@ Ian…
you have to run the commands as root (su root) or with sudo .
Luigi,
This worked beautifully! Thanks so much!!!
Thank you. Those steps solved my problem.
Yup, that fixed my Easypeasy 1.5 as well, thanks! [2]
Marvelous – worked like a charm – Many Thanks !
Awesome, thanks. I had this problem on easypeasy 1.5 on a eeepc 900 and this fixed it.
An explaination of exactly what that sequence of commands did would be helpful.
thanks!
thanks for aid good work, solved for my eee700.
Great! It worked for me too!
Thanks a lot!
The easiest thing to try is to switch servers. Synaptic, Settings, Repositories, Download from…, Other, and select another server. Then Reload. Sometimes this happens during an update to the server.
Thanks.
How to fix: (modified, for Ubuntu 9.10)
sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
cd ~
sudo apt-get clean
sudo apt-get update
It works ;-)
Thanks David6, the Ubuntu 9.10 update really did the trick
thanks this did the trick for me too.
Tks dude!
It worked for my eee701 with Easy Peasy. Thank you sooo much
Perfect! Thanks.
Not for me…
i still got this:
W: GPG error: http://repos.zend.com server Release: The following signatures were invalid: BADSIG 2EAE1437F7D2C623 Infra team
I had the same issue here. Solved everything about BADSIGs. Thank You!
nice trick, helped me out on Ubuntu Meerkat!!!
Thanks.
graciass
Worked like a charm for me in ubuntu natty
Thanks! I just had to change the server to the Main server for it to work.
For new users, remember to give the “sudo su” command ;-)
Muchas gracias. Funcionó perfectamente.
For everyone still getting the same error after this procedure: please make sure that you try the manual way also:
wget http://repos.zend.com/zend.key -O- |apt-key add -
this will add the needed key to your lists. Hopefully it will help someone.
good!