Results 1 to 5 of 5

Thread: apt key validation fails for Ubuntu repository

  1. #1

    apt key validation fails for Ubuntu repository

    hello

    i am receiving this error

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

    and i wonder if this is something that is 'correct'

    i wonder if the repo is not being has not being compromised.

    i tried solving this by:

    Code:
    gpg --recv-keys 40976EAF437D05B5
    gpg --export --armor 40976EAF437D05B5 | sudo apt-key add -
    but it does not solve the problem - so are these packages signed by someone other then Ubuntu?

    thanks,
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

  2. #2
    Join Date
    Jan 2008
    Location
    USA
    Beans
    971
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: apt key validation fails for Ubuntu repository

    Are you trying to download a specific package? If so, which one?
    Occam's Razor for computers: Viruses must never be postulated without necessity -- nevius

    My Blog

  3. #3

    Re: apt key validation fails for Ubuntu repository

    thanks

    no a package in particular.

    just running:

    Code:
    apt-get update
    which refreshes the whole thing but at the end fails with the message mentioned earlier
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

  5. #5

    Re: apt key validation fails for Ubuntu repository

    thanks

    the following commands cleared this problem, as suggested:

    Code:
    sudo apt-get clean 
    cd /var/lib/apt 
    sudo mv lists lists.old 
    sudo mkdir -p lists/partial 
    sudo apt-get clean 
    sudo apt-get update
    but why does it arise in the first place - is there a theory?

    thanks,
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •