Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: a problem whit update

  1. #1
    Join Date
    Nov 2008
    Location
    Iran , Mashhad
    Beans
    3
    Distro
    Kubuntu 8.10 Intrepid Ibex

    a problem whit update

    alis313@Tux:~$ sudo apt-get update

    Hit http://ir.archive.ubuntu.com intrepid-backports/multiverse Packages
    Hit http://ir.archive.ubuntu.com intrepid-backports/main Sources
    Hit http://ir.archive.ubuntu.com intrepid-backports/restricted Sources
    Hit http://ir.archive.ubuntu.com intrepid-backports/universe Sources
    Hit http://ir.archive.ubuntu.com intrepid-backports/multiverse Sources
    Fetched 3400B in 37s (90B/s)
    Reading package lists... Done
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60D11217247D1CFF
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FE8956A73C5EE1C9
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 978228591BD3A65C
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E6A5ED249AD24C
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 632D16BB0C713DA6
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9BDB3D89CE49EC21
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4874D3686E80C6B7
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 665F9AEFE1098513
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5DC4E17435661D98
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 28A8205077558DD0
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CA1F91146F087E5A
    W: You may want to run apt-get update to correct these problems
    Last edited by alis313; January 31st, 2009 at 12:51 AM.

  2. #2
    Join Date
    Jul 2007
    Beans
    174
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: a problem whit update

    I get the same thing. Seems to be with the openoffice Repo, Do not get this message when I disable it.
    Last edited by odinb; January 30th, 2009 at 05:28 PM.

  3. #3
    Join Date
    Sep 2008
    Beans
    28

    Re: a problem whit update

    I have same problem

  4. #4
    Join Date
    Apr 2008
    Beans
    1

    Re: a problem whit update

    same problem here

  5. #5
    Join Date
    Mar 2008
    Location
    Cairo
    Beans
    89
    Distro
    Ubuntu

    Re: a problem whit update

    i think something is new with the way ppas work and they all have to be signed now or something. i'm trying to map the pub_keys to their ppa pages so i could import their keys individually. this really sucks cause i have a lot of ppas in my list, but the message is really annoying since i "sudo apt-get update" a lot.

  6. #6
    Join Date
    Dec 2008
    Beans
    13

    Re: a problem whit update

    I'm having the same problem. When I try to check synaptic package manager or update manager, I get the following:

    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60D11217247D1CFF

  7. #7
    Join Date
    May 2005
    Location
    Sydney
    Beans
    365
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: a problem with update

    Someone has written a script which fixes the problem for me. You can find it here.

  8. #8
    Join Date
    Dec 2008
    Beans
    13

    Re: a problem with update

    Quote Originally Posted by Zeedok View Post
    Someone has written a script which fixes the problem for me. You can find it here.
    That didn't do anything. Besides, I've been able to update since then -- I think that issue was fixed a while back.

  9. #9
    Join Date
    Jul 2007
    Beans
    174
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: a problem with update

    If you have not found a solution yet, here is some info:

    Launchapad has added keys to all PPAs: http://news.launchpad.net/ppa/adding...-key-to-ubuntu

    Solution found elsewhere in these forums:

    Issues with missing Public Keys?
    Enter this command, replacing 247D1CFF with your NO_PUBKEY-key last eight digits from the error-message to import the key:
    gpg --keyserver keyserver.ubuntu.com --recv 247D1CFF

    Then add the key to your software sources, again, replace 247d1cff with the keynumber used in above command:
    gpg --export --armor 247D1CFF | sudo apt-key add -

    Then update your software sources:
    sudo apt-get update

    Done!

  10. #10
    Join Date
    Feb 2009
    Beans
    2

    Re: a problem with update

    Quote Originally Posted by odinb View Post
    If you have not found a solution yet, here is some info:

    Launchapad has added keys to all PPAs: http://news.launchpad.net/ppa/adding...-key-to-ubuntu

    Solution found elsewhere in these forums:

    Issues with missing Public Keys?
    Enter this command, replacing 247D1CFF with your NO_PUBKEY-key last eight digits from the error-message to import the key:
    gpg --keyserver keyserver.ubuntu.com --recv 247D1CFF

    Then add the key to your software sources, again, replace 247d1cff with the keynumber used in above command:
    gpg --export --armor 247D1CFF | sudo apt-key add -

    Then update your software sources:
    sudo apt-get update

    Done!
    Awesome - thank you

Page 1 of 3 123 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
  •