synaptic error occurred during the signature verification

Asked by Ash Goodman

Binary package hint: synaptic

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://packages.medibuntu.org karmic Release: The following signatures were invalid: BADSIG 2EBC26B60C5A2783 Medibuntu Packaging Team <email address hidden>

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 karmic-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <email address hidden>

W: Failed to fetch http://packages.medibuntu.org/dists/karmic/Release

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/karmic-security/Release

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/karmic-updates/universe/binary-i386/Packages.bz2 Hash Sum mismatch

W: Some index files failed to download, they have been ignored, or old ones used instead.

ProblemType: Bug
Architecture: i386
Date: Tue Dec 15 09:43:28 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: synaptic 0.62.7ubuntu6
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: synaptic
Uname: Linux 2.6.31-15-generic i686

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu synaptic Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ash Goodman (ash-ashdezign) said :
#1
Revision history for this message
Ash Goodman (ash-ashdezign) said :
#2

I didnt tick the "this affects security' option but I think maybe I should have as one of the things affected is "http://archive.ubuntu.com/ubuntu/dists/karmic-security/Release"

Revision history for this message
Chris Coulson (chrisccoulson) said :
#3

Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https://answers.launchpad.net/ubuntu if you are uncertain if they are bugs. For help on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs#When%20not%20to%20file%20a%20bug.

Revision history for this message
Ash Goodman (ash-ashdezign) said :
#4

OK, if synaptic failing to update because something is wrong with the repositories, where exactly should I report this and if its not a bug what is it exactly???

I know its nothing wrong with my installation and this problem or problems similar to this has been ongoing ever since I updated top this new version of ubuntu.

I would classify not being able to update and a security repository not working properly as a bug.

Bottom line, this is forcing me to consider leaving ubuntu (after 3 years of being a rabid ubuntu fan) as I actually need a computer to run without bugs.

Revision history for this message
zvacet (ivicakolic) said :
#5

sudo apt-get update && sudo apt-get upgrade

Revision history for this message
Ash Goodman (ash-ashdezign) said :
#6

Thanks but I wouldnt have posted this if it was that simple: I get the same
error

2009/12/15 zvacet <email address hidden>

> Your question #94110 on synaptic in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/synaptic/+question/94110
>
> Status: Open => Answered
>
> zvacet proposed the following answer:
> sudo apt-get update && sudo apt-get upgrade
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/synaptic/+question/94110/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/synaptic/+question/94110
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Ebben Feagan (sir-mud) said :
#7

You should try adding the Medibuntu repository's keyring using the command:

sudo apt-get install medibuntu-keyring

Make sure your repository information is up to date with:

sudo apt-get update
sudo apt-get upgrade

The error about hash sum mismatch could be caused by a couple of reasons, but I usually see it when I am using WIFI. If you are not using WIFI then try:

sudo apt-get purge

Then repeat the update and upgrade as above.

Revision history for this message
zvacet (ivicakolic) said :
#8

sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

Revision history for this message
Nik (nik-english) said :
#9

Fix for me (Karmic) eventually

   > sudo apt-get update -o Acquire::http::No-Cache=true
   > sudo apt-get update
   {all good}
This was after...
  Removed Ubuntu key from Synaptic[Sourcess>Authentication], then ...

   > sudo apt-get clean
   > cd /var/lib/apt
   > sudo mv lists lists.old
   > sudo mkdir -p lists/partial
   > sudo apt-get clean

apt still had key failures so from another bug trail I got

   > gpg --keyserver keyserver.ubuntu.com --recv-keys 437D05B5 && gpg --export --armor 437D05B5 | sudo apt-key add

I'd probably skip this last one in hindsight it didn't appear to help but have included it for reference, might help someone else.

Apparently this issue has been around for quite awhile (c2006) as I dug through a few bug reports and relates to a sync failure in the repository mirrors so the rebuilding the local cache is probably the best way forward

sorry I haven't tracked bug history back properly here
Hope this helps others

Can you help with this problem?

Provide an answer of your own, or ask Ash Goodman for more information if necessary.

To post a message you must log in.