From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-133279-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Ri8Ph-0003kZ-HL
	for garchives@archives.gentoo.org; Tue, 03 Jan 2012 17:44:41 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4F3DD21C127;
	Tue,  3 Jan 2012 17:44:33 +0000 (UTC)
Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 79A2721C083
	for <gentoo-user@lists.gentoo.org>; Tue,  3 Jan 2012 17:43:20 +0000 (UTC)
Received: by iakk12 with SMTP id k12so34201219iak.40
        for <gentoo-user@lists.gentoo.org>; Tue, 03 Jan 2012 09:43:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=9okh68Qf50Htd2uZOQkT8BYN/3TMIuk0iiK6uSZEKG8=;
        b=CwrxLs6sneOi1SbP0u6OkFDhzFauHviu3dWtgG5EcU7S1YYOpHPHF7KQMpy5EVicsi
         fMdqWOaFERZv+CSWBEY4x1i9vxqw2SbcnyNI8ToaRsfptlWPE7sQp63LZ6kCum00WmuS
         w3QShvwQVo9zTnzsxhkgitDp6a5+CfvNgBB9g=
Received: by 10.42.155.136 with SMTP id u8mr42726239icw.12.1325612600053;
        Tue, 03 Jan 2012 09:43:20 -0800 (PST)
Received: from [192.168.9.92] (adsl-76-236-174-54.dsl.klmzmi.sbcglobal.net. [76.236.174.54])
        by mx.google.com with ESMTPS id rc7sm112226918igb.0.2012.01.03.09.43.18
        (version=SSLv3 cipher=OTHER);
        Tue, 03 Jan 2012 09:43:18 -0800 (PST)
Message-ID: <4F033E34.6060601@gmail.com>
Date: Tue, 03 Jan 2012 12:43:16 -0500
From: Michael Mol <mikemol@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20111221 Firefox/9.0.1 SeaMonkey/2.6.1
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: (Was) Re: [gentoo-user] emerge --update behavior
References: <4F00D521.1030702@orlitzky.com> <201201031601.03473.michaelkintzios@gmail.com> <4F032A4C.1000906@gmail.com> <201201031739.13919.michaelkintzios@gmail.com>
In-Reply-To: <201201031739.13919.michaelkintzios@gmail.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: df9f838d-deff-4b56-b5db-e92727339be0
X-Archives-Hash: 9f5588a65cd7bc05269afcff124f9514

Mick wrote:
> On Tuesday 03 Jan 2012 16:18:20 Michael Mol wrote:
> 
>> Mick, yours gives me the same error:
>>
>> gpg command line and output:
>> C:\Program Files (x86)\GNU\GnuPG\gpg.exe
>> gpg: Signature made 01/03/12 11:01:03 using DSA key ID 792968B6
>> gpg: Can't check signature: public key not found
>>
>> Though trying querying for 8D16461C or 792968B6 at
>> pool.sks-keyservers.net or subkeys.pgp.net gives me "no key found" errors.
> 
> Ahh ... that's probably different then, because my public key has been knocking 
> around for a while.
> 
> $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys 
> "michaelkintzios@gmail.com"
> gpg: enabled debug flags: memstat
> gpg: searching for "michaelkintzios@gmail.com" from hkp server keys.gnupg.net
> (1)	Michael Kintzios (Mick) <michaelkintzios@gmail.com>
> 	  1024 bit DSA key 792968B6, created: 2009-04-25
> ... [snip]
> 
> 
> While Hinnerk's key is not found:
> 
> 
> $ /usr/bin/gpg2 --keyserver hkp://keys.gnupg.net --search-keys 
> "h.v.bruinehsen@fu-berlin.de"
> gpg: enabled debug flags: memstat
> gpg: searching for "h.v.bruinehsen@fu-berlin.de" from hkp server 
> keys.gnupg.net
> gpg: key "h.v.bruinehsen@fu-berlin.de" not found on keyserver
> 
> 
> Have you specified a keyserver to be used as a default in your setup?  I use 
> hkp://keys.gnupg.net which operates a round robin function on each connection 
> so as to not over-burden individual servers.

As noted, got it working. Using pool.sks-keyservers.net. Thanks. :)