ii apt 0.6.42.1 Advanced front-end for dpkg
ii apt-utils 0.6.42.1 APT utility programs
W: GPG error: http://security.debian.org stable/updates Release: Les
signatures suivantes n'ont pas pu Ítre vÈrifiÈes car la clÈ publique
n'est pas disponible†: NO_PUBKEY 010908312D
230C5F
W: Vous pouvez lancer ´†apt-get update†ª pour corriger ces problËmes.
I have got this bug fixed, as follows, similar to
http://www.linuxquestions.org/questions/showthread.php?threadid=340003
libs:/etc/apt# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys
010908312D230C5F
gpg: requesting key 2D230C5F from hkp server wwwkeys.eu.pgp.net
gpg: key 2D230C5F: public key "Debian Archive Automatic Signing Key
(2006) <[EMAIL PROTECTED]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
libs:/etc/apt# apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024R/1DB114E0 2004-01-15 [expired: 2005-01-27]
uid Debian Archive Automatic Signing Key (2004) <[EMAIL PROTECTED]>
pub 1024D/4F368D5D 2005-01-31 [expired: 2006-01-31]
uid Debian Archive Automatic Signing Key (2005) <[EMAIL PROTECTED]>
libs:/etc/apt# gpg --armor --export 2D230C5F |apt-key add -
gpg: no ultimately trusted keys found
OK
libs:/etc/apt# apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024R/1DB114E0 2004-01-15 [expired: 2005-01-27]
uid Debian Archive Automatic Signing Key (2004) <[EMAIL PROTECTED]>
pub 1024D/4F368D5D 2005-01-31 [expired: 2006-01-31]
uid Debian Archive Automatic Signing Key (2005) <[EMAIL PROTECTED]>
pub 1024D/2D230C5F 2006-01-03 [expires: 2007-02-07]
uid Debian Archive Automatic Signing Key (2006) <[EMAIL PROTECTED]>
But
why the import of the keys is not done automatically by apt ?
why the old expired and replaced keys remain in the ring ?