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 18:13:56
Message-Id: 201201031812.37437.michaelkintzios@gmail.com
In Reply to: Re: (Was) Re: [gentoo-user] emerge --update behavior by Hinnerk van Bruinehsen
1 On Tuesday 03 Jan 2012 17:52:19 Hinnerk van Bruinehsen wrote:
2 > On 03.01.2012 18:39, Mick wrote:
3 > > On Tuesday 03 Jan 2012 16:18:20 Michael Mol wrote:
4 > >> Mick, yours gives me the same error:
5 > >>
6 > >> gpg command line and output: C:\Program Files
7 > >> (x86)\GNU\GnuPG\gpg.exe gpg: Signature made 01/03/12 11:01:03
8 > >> using DSA key ID 792968B6 gpg: Can't check signature: public key
9 > >> not found
10 > >>
11 > >> Though trying querying for 8D16461C or 792968B6 at
12 > >> pool.sks-keyservers.net or subkeys.pgp.net gives me "no key
13 > >> found" errors.
14 > >
15 > > Ahh ... that's probably different then, because my public key has
16 > > been knocking around for a while.
17 > >
18 > > $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys
19 > > "michaelkintzios@×××××.com" gpg: enabled debug flags: memstat gpg:
20 > > searching for "michaelkintzios@×××××.com" from hkp server
21 > > keys.gnupg.net (1) Michael Kintzios (Mick)
22 > > <michaelkintzios@×××××.com> 1024 bit DSA key 792968B6, created:
23 > > 2009-04-25 ... [snip]
24 > >
25 > >
26 > > While Hinnerk's key is not found:
27 > >
28 > >
29 > > $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys
30 > > "h.v.bruinehsen@×××××××××.de" gpg: enabled debug flags: memstat
31 > > gpg: searching for "h.v.bruinehsen@×××××××××.de" from hkp server
32 > > keys.gnupg.net gpg: key "h.v.bruinehsen@×××××××××.de" not found on
33 > > keyserver
34 > >
35 > >
36 > > Have you specified a keyserver to be used as a default in your
37 > > setup? I use hkp://keys.gnupg.net which operates a round robin
38 > > function on each connection so as to not over-burden individual
39 > > servers.
40 >
41 > It seems like the 'Upload key' function of my enigmail doesn't work. I
42 > uploaded the key manually and now I can find it.
43
44 Kewl, now it works fine:
45
46 $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys
47 "h.v.bruinehsen@×××××××××.de"
48 gpg: enabled debug flags: memstat
49 gpg: searching for "h.v.bruinehsen@×××××××××.de" from hkp server
50 keys.gnupg.net
51 (1) Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
52 2048 bit RSA key 8D16461C, created: 2011-11-10
53 Keys 1-1 of 1 for "h.v.bruinehsen@×××××××××.de". Enter number(s), N)ext, or
54 Q)uit >
55 --
56 Regards,
57 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>