Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: (Was) Re: [gentoo-user] emerge --update behavior
Date: Tue, 03 Jan 2012 17:40:26
Message-Id: 201201031739.13919.michaelkintzios@gmail.com
In Reply to: Re: (Was) Re: [gentoo-user] emerge --update behavior by Michael Mol
1 On Tuesday 03 Jan 2012 16:18:20 Michael Mol wrote:
2
3 > Mick, yours gives me the same error:
4 >
5 > gpg command line and output:
6 > C:\Program Files (x86)\GNU\GnuPG\gpg.exe
7 > gpg: Signature made 01/03/12 11:01:03 using DSA key ID 792968B6
8 > gpg: Can't check signature: public key not found
9 >
10 > Though trying querying for 8D16461C or 792968B6 at
11 > pool.sks-keyservers.net or subkeys.pgp.net gives me "no key found" errors.
12
13 Ahh ... that's probably different then, because my public key has been knocking
14 around for a while.
15
16 $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys
17 "michaelkintzios@×××××.com"
18 gpg: enabled debug flags: memstat
19 gpg: searching for "michaelkintzios@×××××.com" from hkp server keys.gnupg.net
20 (1) Michael Kintzios (Mick) <michaelkintzios@×××××.com>
21 1024 bit DSA key 792968B6, created: 2009-04-25
22 ... [snip]
23
24
25 While Hinnerk's key is not found:
26
27
28 $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys
29 "h.v.bruinehsen@×××××××××.de"
30 gpg: enabled debug flags: memstat
31 gpg: searching for "h.v.bruinehsen@×××××××××.de" from hkp server
32 keys.gnupg.net
33 gpg: key "h.v.bruinehsen@×××××××××.de" not found on keyserver
34
35
36 Have you specified a keyserver to be used as a default in your setup? I use
37 hkp://keys.gnupg.net which operates a round robin function on each connection
38 so as to not over-burden individual servers.
39 --
40 Regards,
41 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: (Was) Re: [gentoo-user] emerge --update behavior Michael Mol <mikemol@×××××.com>
Re: (Was) Re: [gentoo-user] emerge --update behavior Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>