From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E213138334 for ; Wed, 4 Jul 2018 03:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07756E09BE; Wed, 4 Jul 2018 03:21:25 +0000 (UTC) Received: from icp-osb-irony-out3.external.iinet.net.au (icp-osb-irony-out3.external.iinet.net.au [203.59.1.153]) by pigeon.gentoo.org (Postfix) with ESMTP id B2C74E09AD for ; Wed, 4 Jul 2018 03:21:23 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2AEcwCrPDxb/16i0HZcHQEBBQELAYNJZ?= =?us-ascii?q?VUnhCGIBl2NPQiMe4NHhQmBeQsTg1iDHCE/DQECAQEBAQEBAm0EGQtCDgGFDw8?= =?us-ascii?q?BXw8NAiYCUwwNCAEBgxyBf4x3jGWOY4IcGgKEP4N1gTqBC4k4P4E2DIpXglUCj?= =?us-ascii?q?TqMEQmPGQaBMoZgEwOFL5IJgSNMCoFSTR8ZgyWBbAEBAY5vMoYoixkBAQ?= X-IPAS-Result: =?us-ascii?q?A2AEcwCrPDxb/16i0HZcHQEBBQELAYNJZVUnhCGIBl2NPQi?= =?us-ascii?q?Me4NHhQmBeQsTg1iDHCE/DQECAQEBAQEBAm0EGQtCDgGFDw8BXw8NAiYCUwwNC?= =?us-ascii?q?AEBgxyBf4x3jGWOY4IcGgKEP4N1gTqBC4k4P4E2DIpXglUCjTqMEQmPGQaBMoZ?= =?us-ascii?q?gEwOFL5IJgSNMCoFSTR8ZgyWBbAEBAY5vMoYoixkBAQ?= X-IronPort-AV: E=Sophos;i="5.51,306,1526313600"; d="scan'208";a="91697478" Received: from unknown (HELO mail.vm.localdomain) ([118.208.162.94]) by icp-osb-irony-out3.iinet.net.au with ESMTP; 04 Jul 2018 11:21:19 +0800 Received: from localhost (mail.vm.localdomain [127.0.0.1]) by mail.vm.localdomain (Postfix) with ESMTP id 8721C5E3E6 for ; Wed, 4 Jul 2018 11:21:19 +0800 (AWST) X-Virus-Scanned: amavisd-new at localdomain Received: from mail.vm.localdomain ([127.0.0.1]) by localhost (mail.vm.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16_7nLpbi8Ao for ; Wed, 4 Jul 2018 11:20:59 +0800 (AWST) Received: from [192.168.45.3] (bunyip.vpn.localdomain [192.168.45.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: wdk) by mail.vm.localdomain (Postfix) with ESMTPSA id 600DF5E3DA for ; Wed, 4 Jul 2018 11:17:37 +0800 (AWST) From: Bill Kenworthy Subject: [gentoo-user] syncing via via git and signature failure To: "gentoo-user@lists.gentoo.org" Message-ID: <496335eb-11e1-fd01-0609-4780dfc73210@iinet.net.au> Date: Wed, 4 Jul 2018 11:16:58 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-AU X-Archives-Salt: cccd76b8-71ff-4ef1-8fb6-674c34d1b10f X-Archives-Hash: 0ff201161fa09cab0172ad729a819bd9 I am using git to sync portage and have added  the enabling line to repos.conf: "sync-git-verify-commit-signature = true" but only ever get (been enabled for a week now): * Using keys from /usr/share/openpgp-keys/gentoo-release.asc  * Refreshing keys from keyserver ...                                    [ ok ]  * No valid signature found: unable to verify signature (missing key?) Is there something else needed?  I do have app-crypt/openpgp-keys-gentoo-release installed and updated. BillK