Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

GPG error when doing an apt-get update

Got problems with your B2 or B3? Share and get helped!
Post Reply
ryz
Posts: 183
Joined: 12 Feb 2009, 06:03

GPG error when doing an apt-get update

Post by ryz »

I now get an GPG error when I running an apt-get update in a bubba terminal. I guess it has to do with debian changing there signing key as can be found out at http://www.debian.org/News/2009/20090523. I do not think that I have changed any thing in the apt source.list.

This is the output I get from apt-get update is

Code: Select all

:~# apt-get  update
Get:1 http://ftp.se.debian.org etch Release.gpg [1032B]
Hit http://ftp.se.debian.org etch Release
Get:2 http://update.excito.org marielle Release.gpg [189B]
Get:3 http://update.excito.org upstream_etch Release.gpg [189B]
Hit http://update.excito.org marielle Release 
Err http://ftp.se.debian.org etch Release
  
Hit http://update.excito.org upstream_etch Release                 
Get:4 http://ftp.se.debian.org etch Release [67.8kB]               
Ign http://update.excito.org marielle/main Packages/DiffIndex                
Ign http://update.excito.org marielle/main Packages                          
Hit http://update.excito.org marielle/main Packages        
Ign http://update.excito.org upstream_etch/main Packages/DiffIndex
Ign http://update.excito.org upstream_etch/main Packages
Hit http://update.excito.org upstream_etch/main Packages
Ign http://ftp.se.debian.org etch Release
Ign http://ftp.se.debian.org etch/main Packages/DiffIndex
Ign http://ftp.se.debian.org etch/contrib Packages/DiffIndex
Ign http://ftp.se.debian.org etch/non-free Packages/DiffIndex
Hit http://ftp.se.debian.org etch/main Packages
Hit http://ftp.se.debian.org etch/contrib Packages
Hit http://ftp.se.debian.org etch/non-free Packages
Fetched 68.8kB in 0s (79.9kB/s)
Reading package lists... Done
W: GPG error: http://ftp.se.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: You may want to run apt-get update to correct these problems
shadowbox
Posts: 35
Joined: 07 Oct 2008, 20:17

Re: GPG error when doing an apt-get update

Post by shadowbox »

Try this:

Code: Select all

# gpg --keyserver pgpkeys.mit.edu --recv-key 9AA38DCD55BE302B
# gpg -a --export 9AA38DCD55BE302B | sudo apt-key add 
# apt-get update
replace the key with the one offered in the error message.
Post Reply