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 8398F138334 for ; Thu, 5 Jul 2018 16:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A33B3E09CE; Thu, 5 Jul 2018 16:06:11 +0000 (UTC) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 169FCE098E for ; Thu, 5 Jul 2018 16:06:10 +0000 (UTC) Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 301D8464B7 for ; Thu, 5 Jul 2018 18:06:08 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id 4ooNFlnl-xWe for ; Thu, 5 Jul 2018 18:06:06 +0200 (CEST) Date: Thu, 5 Jul 2018 18:06:04 +0200 From: Floyd Anderson To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] syncing via via git and signature failure Message-ID: <20180705160604.q5f2yo4ucflmnhsa@31c0.net> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <496335eb-11e1-fd01-0609-4780dfc73210@iinet.net.au> <2931123.A1fGm12rzv@dell_xps> <35604617.Q5ejeX2fDg@dell_xps> <20180704230629.4is3zxbduxtozisn@31c0.net> 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; format=flowed Content-Disposition: inline In-Reply-To: X-Archives-Salt: e2979f7f-d907-4633-b8dc-a64c690b98eb X-Archives-Hash: 04b449343b85c46c42f55af30ed3645b On Wed, 04 Jul 2018 22:57:05 -0400 John Covici wrote: > >I got the following when running your command: >gemato verify -K /tmp/gentoo-release.asc.20180703 /usr/portage/ >INFO:root:Refreshing keys from keyserver... >INFO:root:Keys refreshed. To be more specific, I wasn't interested in verifying the tree. My main goal was to get: INFO:root:Keys refreshed. because my sync/update script hung at: INFO:root:Refreshing keys from keyserver... all the time, caused by: gpg: Can't check signature: No public key result, so I wasn't able to update. >ERROR:root:Top-level Manifest not found in /usr/portage/ > >How can I fix, or do I need to fix? I've no idea why your portage tree doesn't have a top-level Manifest file (assuming "/usr/portage" is the location of your tree), but it should be created/updated on next syncing. -- Regards, floyd