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

Thread: Update Manager Error

  1. #1
    Join Date
    May 2006
    Beans
    13

    Update Manager Error

    Hello,

    When i run update manager an error occurred:

    W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6E871C4A881574DE
    W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3AD52A40B98E84D3

  2. #2
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Update Manager Error

    Try going to: System -> Administration -> Software Sources, and changing the download server.
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

  3. #3
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Update Manager Error

    Here you need the keys imported:

    Code:
    for i in `sudo aptitude update 2>&1 | grep NO_PUBKEY | awk '{print $NF;}'`; do sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $i; done

  4. #4
    Join Date
    May 2006
    Beans
    13

    Re: Update Manager Error

    Hi,

    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 --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 6E871C4A881574DE
    gpg: requesting key 881574DE from hkp server keyserver.ubuntu.com
    gpgkeys: HTTP fetch error 7: couldn't connect to host
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0
    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 --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 3AD52A40B98E84D3
    gpg: requesting key B98E84D3 from hkp server keyserver.ubuntu.com
    gpgkeys: HTTP fetch error 7: couldn't connect to host
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0

  5. #5
    Join Date
    May 2006
    Beans
    13

    Re: Update Manager Error

    Quote Originally Posted by wojox View Post
    Here you need the keys imported:

    Code:
    for i in `sudo aptitude update 2>&1 | grep NO_PUBKEY | awk '{print $NF;}'`; do sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $i; done
    I have this result:

    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 --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 6E871C4A881574DE
    gpg: requesting key 881574DE from hkp server keyserver.ubuntu.com
    gpgkeys: HTTP fetch error 7: couldn't connect to host
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0
    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 --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 3AD52A40B98E84D3
    gpg: requesting key B98E84D3 from hkp server keyserver.ubuntu.com
    gpgkeys: HTTP fetch error 7: couldn't connect to host
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0

  6. #6
    Join Date
    May 2006
    Beans
    13

    Re: Update Manager Error

    Quote Originally Posted by WorMzy View Post
    Try going to: System -> Administration -> Software Sources, and changing the download server.
    Not work, ty anyway

  7. #7
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Update Manager Error

    Well I've never had to run that but I saw it in launchpad one time and it looked cool.

    Copy and paste these two commands into the terminal:

    Code:
    gpg --keyserver subkeys.pgp.net --recv 6E871C4A881574DE
    Code:
    gpg --export --armor 6E871C4A881574DE | sudo apt-key add -

    Then do it for the other one but substitute the numbers.

  8. #8
    Join Date
    May 2006
    Beans
    13

    Re: Update Manager Error

    Quote Originally Posted by wojox View Post
    Well I've never had to run that but I saw it in launchpad one time and it looked cool.

    Copy and paste these two commands into the terminal:

    Code:
    gpg --keyserver subkeys.pgp.net --recv 6E871C4A881574DE

    Code:
    gpg --export --armor 6E871C4A881574DE | sudo apt-key add -

    Then do it for the other one but substitute the numbers.


    gpg --keyserver subkeys.pgp.net --recv 6E871C4A881574DE
    gpg: requesting key 881574DE from hkp server subkeys.pgp.net
    gpgkeys: key 6E871C4A881574DE not found on keyserver
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0


    omg...

  9. #9
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Update Manager Error

    Quote Originally Posted by Morganza View Post


    gpg --keyserver subkeys.pgp.net --recv 6E871C4A881574DE
    gpg: requesting key 881574DE from hkp server subkeys.pgp.net
    gpgkeys: key 6E871C4A881574DE not found on keyserver
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0


    omg...
    Wow okay one more

    Code:
    gpg --keyserver subkeys.pgp.net --recv-keys 881574DE ; gpg --export 881574DE | apt-key add -

  10. #10
    Join Date
    May 2006
    Beans
    13

    Re: Update Manager Error

    Quote Originally Posted by wojox View Post
    Wow okay one more

    Code:
    gpg --keyserver subkeys.pgp.net --recv-keys 881574DE ; gpg --export 881574DE | apt-key add -
    bhaaaaaaaaaaa

    gpg --keyserver subkeys.pgp.net --recv-keys 881574DE ; gpg --export 881574DE | apt-key add -
    gpg: requesting key 881574DE from hkp server subkeys.pgp.net
    gpgkeys: key 881574DE not found on keyserver
    gpg: no valid OpenPGP data found.
    gpg: Total number processed: 0
    gpg: WARNING: nothing exported
    gpg: no valid OpenPGP data found.



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
  •