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

Thread: missing PUBKEY error

  1. #1
    Join Date
    Sep 2007
    Beans
    19

    missing PUBKEY error

    I added and removed some third party software sources and now Update Manager return this error below. What to do? Thanks.
    -JimW

    W: GPG error: http://us.archive.ubuntu.com jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
    W: GPG error: http://us.archive.ubuntu.com jaunty-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
    W: GPG error: http://us.archive.ubuntu.com jaunty-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5

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

    Re: missing PUBKEY error

    Run the following command, replacing the <key> with the last 8 alphanumeric characters in the error message:
    Code:
    gpg --keyserver keyserver.ubuntu.com --recv-keys <key> && gpg --export --armor <key> | sudo apt-key add -
    In your messages, since the keys are the same, you can run this:
    Code:
    gpg --keyserver keyserver.ubuntu.com --recv-keys 437D05B5  && gpg --export --armor 437D05B5 | sudo apt-key add -


    Please mark the thread solved via the Thread Tools link near the upper right of the original post when you no longer need assistance.
    Back to Xorg...

    Retired.

  3. #3
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: missing PUBKEY error

    open a terminal and type:
    Code:
    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 437D05B5
    sudo apt-get update

  4. #4
    Join Date
    Sep 2007
    Beans
    19

    Re: missing PUBKEY error

    I've got network problems that I don't have a clue how to solve. The above commands yield this:
    jim@jim-ubuntu:~$ gpg --keyserver keyserver.ubuntu.com --recv-keys 437D05B5 && gpg --export --armor 437D05B5 | sudo apt-key add -
    gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error
    jim@jim-ubuntu:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 437D05B5
    [sudo] password for jim:
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 437D05B5
    gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error
    jim@jim-ubuntu:~$

    Can you point me to a method to troubleshoot, or a forum that might be helpful? Thanks.
    -JimW

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

    Re: missing PUBKEY error

    jimwhitend,

    I tried importing the key but it appears the server isn't working. I was able to successfully import it via this one, although it took about a minute to complete.
    Code:
    gpg --keyserver subkeys.pgp.net --recv-keys 437D05B5
    Back to Xorg...

    Retired.

  6. #6
    Join Date
    Dec 2007
    Location
    Maastricht, netherlands
    Beans
    86
    Distro
    Ubuntu Development Release

    Re: missing PUBKEY error

    had the same problems a few days ago server seems down????

  7. #7
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: missing PUBKEY error

    Quote Originally Posted by junke1990 View Post
    had the same problems a few days ago server seems down????
    Looks like it.
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  8. #8
    Join Date
    Oct 2009
    Location
    Earth
    Beans
    42
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: missing PUBKEY error

    ok, so i've had this problem once before on my netbook, and i was able to fix it using the info on this forum. Now i've installed the same distribution (easy peasy 1.5) on a VM on my desktop, so i can try out some major changes before i commit, and I
    m running across the same issues, but this time I've hit all wall, these are some of the errors I get:

    on
    Code:
    $ sudo aptitude update
    everythings normal until:

    Hit http://us.archive.ubuntu.com jaunty Release
    Err http://us.archive.ubuntu.com jaunty Release

    and at the end

    W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://us.archive.ubuntu.com jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>



    and when i run some of the commands given in in this thread, i get weird things

    $ sudo apt-key adv --recv-keys --keyserver subkeys.pgp.net 437D05B5
    Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver subkeys.pgp.net 437D05B5
    gpg: requesting key 437D05B5 from hkp server subkeys.pgp.net
    gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" imported
    gpg: no ultimately trusted keys found
    gpg: Total number processed: 1
    gpg: imported: 1
    «ក្រអ្វីក្រចុះកុំឲ្យតែក្រគំនិត» "It's better to be poor than ignorant" Cambodian Proverb. May the FOSS be with you!http://brainstorm.ubuntu.com/idea/23000/image/1/

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

    Re: missing PUBKEY error

    beloved88,

    I just tried adding the key with the command from post 3. It took about a minute but it was imported successfully.

    Try opening synaptic and go to Settings, Repositories, Authentication tab. If you have a 437D0... key delete it and run the command again.
    Back to Xorg...

    Retired.

  10. #10
    Join Date
    Oct 2009
    Location
    Earth
    Beans
    42
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: missing PUBKEY error

    ok, it doesn't work, and I got mad and closed the terminal before posting the results, but it was the same. Did I mention this was a VM clone of my netbook on my desktop? Could i copy the repositories list and keys from my netbook to the VM?
    «ក្រអ្វីក្រចុះកុំឲ្យតែក្រគំនិត» "It's better to be poor than ignorant" Cambodian Proverb. May the FOSS be with you!http://brainstorm.ubuntu.com/idea/23000/image/1/

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
  •