Author Topic: apt-get error  (Read 2536 times)

yaseenkriel

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
apt-get error
« on: April 15, 2009, 11:39:28 am »
hi

when u use apt-get update i get the following error:

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

how do i fix this, please?


klausengelmann

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: apt-get error
« Reply #1 on: April 15, 2009, 04:08:30 pm »
Hello everybody...

I have the same problem. I found many topics on this forum about this problem and none of them really help.

After finishing a ebox installation using the CD I would like to upgrade the firewall (which is 1.0.0 and there is a 1.0.3 version available).

I hope someone knows a solution to this problem.

Klaus

newuser44

  • Zen Apprentice
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: apt-get error
« Reply #2 on: April 15, 2009, 04:34:05 pm »

Sam Graf

  • Guest
Re: apt-get error
« Reply #3 on: April 15, 2009, 07:26:55 pm »
There is also information on obtaining keys at the Launchpad Help site. The correct fingerprint can be found in the error message.

klausengelmann

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: apt-get error
« Reply #4 on: April 15, 2009, 08:50:35 pm »

Thanks newuser44 !!!

In fact, your help really worked !!! The only thing I did is to stop the firewall at all and now I see the the new updates (firewall, and so on) being installed.

The official repository I used successfully is:

deb http://ppa.launchpad.net/ebox/ubuntu hardy main


Thanks for your help.

Klaus




I had a similar problem with various repositories.

The only way I could get it to work was to setup a service with tcp destination port 11371 enabled. Then I setup to the firewall to allow my server and internal machines to access this service/port.

Then I followed this to update the key:

.......................................
http://ubuntuforums.org/archive/index.php/t-587936.html

gpg --keyserver hkp://subkeys.pgp.net --recv-keys $GPGKEY
gpg --export --armor $GPGKEY | sudo apt-key add -

You need to replace $GPGKEY with the key in the error message
..........................................