Results 1 to 7 of 7

Thread: upgrade / public key issue

  1. #1
    Join Date
    Aug 2005
    Beans
    992

    Question upgrade / public key issue [solved]

    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 2BA7BC59D745C5EB
    W: You may want to run apt-get update to correct these problems


    how do I solve this?
    Last edited by bionnaki; January 24th, 2009 at 11:44 PM.

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

    Re: upgrade / public key issue

    Try this,

    Code:
    gpg --keyserver keyserver.ubuntu.com --recv 2BA7BC59D745C5EB
    Code:
    gpg --export --armor 2BA7BC59D745C5EB | sudo apt-key add -
    then
    Code:
    sudo apt-get update
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  3. #3
    Join Date
    Aug 2005
    Beans
    992

    Re: upgrade / public key issue

    this is what I get:


    gpg --keyserver keyserver.ubuntu.com --recv 2BA7BC59D745C5EB
    gpg: requesting key D745C5EB from hkp server keyserver.ubuntu.com
    gpg: can't open `/home/bionnaki/.gnupg/pubring.gpg'
    gpg: keydb_get_keyblock failed: eof
    gpg: no writable keyring found: eof
    gpg: error reading `[stream]': general error
    gpg: Total number processed: 0

    sudo gpg --keyserver keyserver.ubuntu.com --recv 2BA7BC59D745C5EB
    gpg: WARNING: unsafe ownership on configuration file `/home/bionnaki/.gnupg/gpg.conf'
    gpg: external program calls are disabled due to unsafe options file permissions
    gpg: keyserver communications error: general error
    gpg: keyserver receive failed: general error

  4. #4
    Join Date
    Aug 2005
    Beans
    992

    Re: upgrade / public key issue

    any ideas?

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

    Re: upgrade / public key issue

    Lets check the file permission
    Code:
    ls -l home/bionnaki/.gnupg/pubring.gpg
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  6. #6
    Join Date
    Dec 2008
    Location
    Greece
    Beans
    109
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: upgrade / public key issue


  7. #7
    Join Date
    Aug 2005
    Beans
    992

    Re: upgrade / public key issue

    Quote Originally Posted by blackgr View Post
    worked.
    thanks

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
  •