[SOLVED]Update Manager, GPG error / BADSIG errors on Refresh

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JaguarNight
Level 3
Level 3
Posts: 121
Joined: Sat Feb 19, 2011 3:06 pm

[SOLVED]Update Manager, GPG error / BADSIG errors on Refresh

Post by JaguarNight »

LM10 64bit

Update Manager -> click Refresh button -> error box pops up with these 2 errors:

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

what the heck? both Ubuntu and removed keys are all original from the installation...
i'm connecting to main server, updates are listed and working ok...

what is the problems here ? keys need replacement ?

Regards.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Update Manager, GPG error / BADSIG errors on Refresh

Post by remoulder »

Try importing the keys again as per the instructions in this thread http://ubuntuforums.org/showthread.php?t=1669999
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
JaguarNight
Level 3
Level 3
Posts: 121
Joined: Sat Feb 19, 2011 3:06 pm

Re: Update Manager, GPG error / BADSIG errors on Refresh

Post by JaguarNight »

found the solution in some threads here:
http://ubuntuforums.org/showthread.php?t=803585
https://bugs.launchpad.net/ubuntu/+sour ... omments/24

looks like it's a minor bug...

basically running a series of these commands clears the errors:
sudo apt-get clean
sudo cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

Regards
bloodorange
Level 1
Level 1
Posts: 7
Joined: Sat Oct 29, 2011 11:26 am

Re: [SOLVED]Update Manager, GPG error / BADSIG errors on Ref

Post by bloodorange »

Thank you for posting this solution. I just had the same problem in Mint 12, and the commands you listed sorted it out.
connellc

Re: [SOLVED]Update Manager, GPG error / BADSIG errors on Ref

Post by connellc »

I ran the following commands in Terminal:
sudo apt-get clean
sudo cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

It still didn't fix my missing keys.

So, I just installed a program called "Y PPA Manager." In this program, there was an "Advanced" button that will help you find your missing PPA GPG keys. It worked for me!
Locked

Return to “Software & Applications”