Re: Problems with package verification

2006-06-07 Thread [EMAIL PROTECTED]
Hi Aaron,

sorry I didn't take a look into the gpg man-page due to missing linux
system at work.

Please try this:

gpg --keyserver sks.keyserver.penguin.de --recv-keys 010908312D230C5F
gpg --armor --export 010908312D230C5F | apt-key add -


Kind regards,
Marko

P.S.: I would prefer if you just answer to the list since I do read this
list.



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



Re: Problems with package verification

2006-06-07 Thread Aaron Stromas

On 6/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi Aaron,

sorry I didn't take a look into the gpg man-page due to missing linux
system at work.

Please try this:

gpg --keyserver sks.keyserver.penguin.de --recv-keys 010908312D230C5F
gpg --armor --export 010908312D230C5F | apt-key add -



Thanks for helping out.  I can't get to sks.keyserver.penguin.de, so I
tried other servers and they don't seem to have that key:

velo# gpg --keyserver keyserver.veridis.com --recv-keys 010908312D230C5F
gpg: requesting key 2D230C5F from hkp server keyserver.veridis.com
gpg: Total number processed: 0

Is this a valid key?

TIA.


Kind regards,
Marko

P.S.: I would prefer if you just answer to the list since I do read this
list.


Sorry, I normally do. Fogot to edit the To/CC after doing Reply All


Regards,

-a


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



Re: Problems with package verification

2006-06-07 Thread [EMAIL PROTECTED]
You could also get the Release.gpg file of that ftp mirror and import it
into your keyring with gpg. Then you use my second command(gpg --armor
--export...) 

Kind regards,
Marko



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



Re: Problems with package verification

2006-06-07 Thread Ben Stewart
On Wed, June 7, 2006 10:59, Aaron Stromas wrote:
 Thanks for the advice but it seems that key isn't found. For example,

 velo# gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add

Tack a '-' onto the end of apt-key add to ensure it grabs the key from
standard input, as follows:

gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add -

Regards



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



Re: Problems with package verification

2006-06-07 Thread Aaron Stromas
On 6/7/06, helices [EMAIL PROTECTED] wrote:
* Aaron Stromas [EMAIL PROTECTED] [2006:06:07:07:04:57-0400] scribed: velo# gpg --keyserver keyserver.veridis.com --recv-keys 010908312D230C5F
 gpg: requesting key 2D230C5F from hkp server keyserver.veridis.com gpg: Total number processed: 0 Is this a valid key?# gpg --keyserver hkp://subkeys.pgp.net --recv-keys 010908312D230C5F
gpg: requesting key 2D230C5F from hkp server subkeys.pgp.netgpg:
key 2D230C5F: public key Debian Archive Automatic Signing Key (2006)
[EMAIL PROTECTED] importedgpg: no ultimately trusted keys foundgpg: Total number processed: 1gpg: imported: 1

That worked! What a relief... Thanks, everybody.

-a
--Best Regards,helices-Dare to fix things before they break . . .
-Our capacity for understanding is inversely proportional to how muchwe think we know.The more I know, the more I know I don't know . . .---BEGIN PGP SIGNATURE-Version: GnuPG v1.4.3
 (GNU/Linux)iD8DBQFEhtOuLUOEaCtUQpwRArd3AJ9wQHBMCijnKTZcrojUHmWe+6MD2ACgvnLlS49bmEpKicrtt1wjcEtgMb4==+JrZ-END PGP SIGNATURE-


Re: Problems with package verification

2006-06-06 Thread [EMAIL PROTECTED]
Hi,

get the key 010908312D230C5F
 from a keyserver with gpg --recv-keys 010908312D230C5F  and import it
with apt-key add.

So use the following command:
gpg --recv-keys 010908312D230C5F sks.keyserver.penguin.de | apt-key add
-

Replace the keyserver with a more suitable server inside the U.S.
And after that you shouldn't bother anymore with missing keys.

Kind regards,
Marko Kaiser



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



Re: Problems with package verification

2006-06-06 Thread Aaron Stromas

On 6/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi,

get the key 010908312D230C5F
 from a keyserver with gpg --recv-keys 010908312D230C5F  and import it
with apt-key add.

So use the following command:
gpg --recv-keys 010908312D230C5F sks.keyserver.penguin.de | apt-key add
-

Replace the keyserver with a more suitable server inside the U.S.
And after that you shouldn't bother anymore with missing keys.


Thanks for the advice but it seems that key isn't found. For example,

velo# gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add
gpg: can't open `': No such file or directory
gpg: keyserver.pgp.com not a key ID: skipping
gpg: requesting key 2D230C5F from hkp server subkeys.pgp.net
gpg: key 2D230C5F: Debian Archive Automatic Signing Key (2006)
[EMAIL PROTECTED] not changed
gpg: Total number processed: 1
gpg:  unchanged: 1

I tries a couple other keyservers with the same results. What else can
I try? TIA,

-a


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