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 t

Re: Problems with package verification

2006-06-07 Thread helices
* 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 h

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: gp

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 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 -

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 ans

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

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