Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Update Key error

  1. #1
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Update Key error

    I get this error when I update my system. I still can get updates but not the ones from these repositories, apparently.

    W: GPG error: http://archive.canonical.com hardy Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://security.ubuntu.com hardy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://gb.archive.ubuntu.com hardy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: You may want to run apt-get update to correct these problems
    Could somebody explain if it's important or not and if I need to fix it and how?

    Thanks.

    .

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update Key error

    Quote Originally Posted by Sealbhach View Post
    Could somebody explain if it's important or not and if I need to fix it and how?
    .
    The error message is telling you that there are some authentication errors for some of the repositories in synaptic/sources.list

    You can try to clear the errors by running what it says in the message:
    Code:
    sudo apt-get update
    In simple terms, some respositories issue 'keys' to verify that the files are actually coming from their repository. Apparently at some point the keys changed and now your computer isn't sure it's talking to the correct source.
    Last edited by drs305; June 7th, 2008 at 02:24 AM. Reason: added

  3. #3
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Update Key error

    Thanks, but this is actually the error I got after

    Code:
    sudo apt-get update
    which I copied and pasted from the terminal.

    I also ran

    Code:
    sudo aptitude update
    and got the same.

    Just wondering if it's a general message everybody gets or if it's something I need to fix.

    Is there a way for me to update the keys?


    .

  4. #4
    Join Date
    Dec 2006
    Beans
    1,807
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Update Key error

    try.

    sudo apt-get update
    sudo apt-get upgrade

    It may help.

  5. #5
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: Update Key error

    Execute the commands below on your terminal:

    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 && sudo apt-get upgrade
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  6. #6
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Update Key error

    Thanks, that cleared some of them, there's just this one left.

    Code:
    W: GPG error: http://security.ubuntu.com hardy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    I really appreciate your help.


    .

  7. #7
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: Update Key error

    Try to change directory to /etc/apt and locate if you have a folder name sources.list.d, try to remove the files present inside the folder and redo the command below:

    Code:
    sudo apt-get update && sudo apt-get upgrade
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  8. #8
    Join Date
    May 2008
    Beans
    5

    Talking Re: Update Key error

    WHITH My Respect 2 all above solutions

    only this solution here

    http://ubuntuforums.org/showpost.php...1&postcount=10

    SOLVE my same problem PERMENANTELY

    >>
    Last edited by NeQaSh; June 7th, 2008 at 10:31 AM.

  9. #9
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Update Key error

    Quote Originally Posted by NeQaSh View Post
    WHITH My Respect 2 all above solutions

    only this solution here

    http://ubuntuforums.org/showpost.php...1&postcount=10

    SOLVE my same problem PERMENANTELY

    >>
    Yes, that worked. Thannk you very much.

    Sealbhach.


    .

  10. #10
    Join Date
    May 2009
    Location
    UAE
    Beans
    5
    Distro
    Ubuntu 10.04 Lucid Lynx

    Talking Re: Update Key error

    Yes the last solution solved my problem too, no more errors...

    Thanks.

Page 1 of 2 12 LastLast

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
  •