apt-get update multimedia et GPG error

2007-04-23 Thread Gilles MISSONNIER

hello happy etcher,

désolé si j'ai loupé un thread,
mais je n'ai jamais eu l'erreur suivante :
___
Reading package lists... Done
W: GPG error: http://debian-multimedia.org etch Release: The following 
signatures couldn't be verified because the public key is not available: 
NO_PUBKEY 07DC563D1F41B907

W: You may want to run apt-get update to correct these problems
¯¯¯

le "run apt-get update to correct these problems" n'a rien arrangé...

une idée ?

si ça a voir avec "http://keyring.debian.org/";
et ben, merci si qqu'un pouvait faire une traduc en "commande debian"

Re: apt-get update multimedia et GPG error

2007-04-23 Thread djellel(deb)


Bonjour,

fait un apt-get install debian-multimedia-keyring pour régler cela.

Une petite lecture de leur FAQ peut toujours aider! ;)  
http://debian-multimedia.org/faq.html

Bonne après-midi! 
 
Djellel


Le lundi 23 avril 2007, Gilles MISSONNIER a écrit :
> hello happy etcher,
>
> désolé si j'ai loupé un thread,
> mais je n'ai jamais eu l'erreur suivante :
> ___
> Reading package lists... Done
> W: GPG error: http://debian-multimedia.org etch Release: The following
> signatures couldn't be verified because the public key is not available:
> NO_PUBKEY 07DC563D1F41B907
> W: You may want to run apt-get update to correct these problems
> ¯¯¯
>
> le "run apt-get update to correct these problems" n'a rien arrangé...
>
> une idée ?
>
> si ça a voir avec "http://keyring.debian.org/";
> et ben, merci si qqu'un pouvait faire une traduc en "commande debian"


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update multimedia et GPG error

2007-04-23 Thread François Boisson
Le Mon, 23 Apr 2007 12:41:53 +0200 (CEST)
Gilles MISSONNIER <[EMAIL PROTECTED]> a écrit:

> hello happy etcher,
> 
> désolé si j'ai loupé un thread,
> mais je n'ai jamais eu l'erreur suivante :
> ___
> Reading package lists... Done
> W: GPG error: http://debian-multimedia.org etch Release: The following 
> signatures couldn't be verified because the public key is not available: 
> NO_PUBKEY 07DC563D1F41B907
> W: You may want to run apt-get update to correct these problems
> ¯¯¯
> 
(À mettre dans une FAQ)
1) 
# gpg --keyserver pgpkeys.mit.edu --recv-key 1F41B907
2)
# gpg -a --export 1F41B907 > /tmp/clef
3)
# apt-key add /tmp/clef

Ça marche...

François Boisson


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get update multimedia et GPG error

2007-04-23 Thread mx
François Boisson a écrit :
> Le Mon, 23 Apr 2007 12:41:53 +0200 (CEST)
> Gilles MISSONNIER <[EMAIL PROTECTED]> a écrit:
>
>   
>> hello happy etcher,
>>
>> désolé si j'ai loupé un thread,
>> mais je n'ai jamais eu l'erreur suivante :
>> ___
>> Reading package lists... Done
>> W: GPG error: http://debian-multimedia.org etch Release: The following 
>> signatures couldn't be verified because the public key is not available: 
>> NO_PUBKEY 07DC563D1F41B907
>> W: You may want to run apt-get update to correct these problems
>> ¯¯¯
>>
>> 
> (À mettre dans une FAQ)
>   
c'est déjà dans la FAQ sur debian-multimedia
> 1) 
> # gpg --keyserver pgpkeys.mit.edu --recv-key 1F41B907
> 2)
> # gpg -a --export 1F41B907 > /tmp/clef
> 3)
> # apt-key add /tmp/clef
La clé est désormais un paquet debian sur les dépôts debian-multimedia :

~$ apt-cache search debian multimedia
debian-multimedia-keyring - GnuPG archive key of the debian-multimedia
repository

mx


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]