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

Thread: GPG Ubuntu Jaunty Archive Error

  1. #1
    Join Date
    Dec 2007
    Location
    Philippines, ASEAN Union
    Beans
    204
    Distro
    Lubuntu 12.04 Precise Pangolin

    Question GPG Ubuntu Jaunty Archive Error

    Error:
    GPG error: http://archive.canonical.com jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    What I have tried so far:
    Code:
    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 437D05B5
    sudo apt-get update
    Code:
    sudo apt-get update -o Acquire::http::No-Cache=True
    Code:
    sudo apt-get update -o Acquire::BrokenProxy=true
    Any help much appreciated, thank you!! ^_^

  2. #2
    Join Date
    May 2009
    Beans
    1

    Re: GPG Ubuntu Jaunty Archive Error

    I have the same problem...
    bumped

  3. #3
    Join Date
    Mar 2008
    Beans
    3

    Re: GPG Ubuntu Jaunty Archive Error

    Same problem here.

    W: GPG error: http://archive.canonical.com jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://security.ubuntu.com jaunty-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://us.archive.ubuntu.com jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://us.archive.ubuntu.com jaunty-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

  4. #4
    Join Date
    May 2009
    Beans
    1

    Re: GPG Ubuntu Jaunty Archive Error

    Quote Originally Posted by Laibcoms View Post
    Error:


    What I have tried so far:
    Code:
    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 437D05B5
    sudo apt-get update
    Code:
    sudo apt-get update -o Acquire::http::No-Cache=True
    Code:
    sudo apt-get update -o Acquire::BrokenProxy=true
    Any help much appreciated, thank you!! ^_^
    It seams you missed the command

    Code:
    gpg --export --armor 40976EAF437D05B5 | sudo apt-key add
    I have the same problem, no more errors after i tried the following commands

    Code:
    apt-get clean
    cd /var/lib/apt
    mv lists lists.old
    mkdir -p lists/partial
    apt-get clean
    apt-get update
    Sources: http://ohioloco.ubuntuforums.org/sho...d.php?t=803585
    Last edited by nqminh; May 27th, 2009 at 03:53 PM.

  5. #5
    Join Date
    Jul 2009
    Location
    .za
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GPG Ubuntu Jaunty Archive Error

    yip, the above worked for me to (though had to sudo them...)
    apt-get clean
    cd /var/lib/apt
    mv lists lists.old
    mkdir -p lists/partial
    apt-get clean
    apt-get update
    many thanks !

  6. #6
    Join Date
    Jul 2009
    Location
    .za
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GPG Ubuntu Jaunty Archive Error

    aarg ! spoke too soon...
    once the above ran through, still got error (in synaptic and cl)

    W: GPG error: http://security.ubuntu.com jaunty-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com

  7. #7
    Join Date
    Jul 2009
    Location
    .za
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: GPG Ubuntu Jaunty Archive Error

    the next day (following overnight shutdown etc)... refreshing / updating the repository ran through OK. maybe i needed a restart following the commends entered 2 posts back ? something has worked.

  8. #8
    Join Date
    Aug 2009
    Beans
    2

    Re: GPG Ubuntu Jaunty Archive Error

    I tried the above command 'mv lists lists.old', but it said 'mv: cannot move `lists' to `lists.old': Permission denied'. I am a new user, obviously, so any advice you might have would be greatly appreciated.

    Thanks.

  9. #9
    Join Date
    Apr 2008
    Location
    Wokingham
    Beans
    32
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GPG Ubuntu Jaunty Archive Error

    sudo in front of the command and it should work

  10. #10
    Join Date
    Apr 2010
    Beans
    2

    Exclamation Re: GPG Ubuntu Jaunty Archive Error

    i did everything but i got the following errors on the terminal:

    terminal:
    ________________________________________________

    ...
    Fetched 11.1MB in 1min 45s (105kB/s)
    W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...6/Packages.bz2
    Hash Sum mismatch

    W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...ce/Sources.bz2 Hash Sum mismatch

    W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...6/Packages.bz2 Hash Sum mismatch

    E: Some index files failed to download, they have been ignored, or old ones used instead.
    khaled@ubuntu:/var/lib/apt$ _
    ________________________________________________

    what is the solution ..?

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •