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 DD019138334 for ; Sat, 7 Jul 2018 01:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D87E0A81; Sat, 7 Jul 2018 01:42:59 +0000 (UTC) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (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 E97A4E08FA for ; Sat, 7 Jul 2018 01:42:58 +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 mx2.mailbox.org (Postfix) with ESMTPS id A1D1841920 for ; Sat, 7 Jul 2018 03:42:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id m81WuLEAlH7N for ; Sat, 7 Jul 2018 03:42:54 +0200 (CEST) Date: Sat, 7 Jul 2018 03:42:42 +0200 From: Floyd Anderson To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] syncing via via git and signature failure Message-ID: <20180707014242.xdl4kh4mlhhh645a@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> <20180705160604.q5f2yo4ucflmnhsa@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 Content-Transfer-Encoding: 8bit In-Reply-To: X-Archives-Salt: 38d602bd-7164-43bc-bdb0-89aaa7839eec X-Archives-Hash: 13567da64627133106d41f1db2f5346c Hi Bill, On Sat, 07 Jul 2018 07:40:00 +0800 Bill Kenworthy wrote: > >I still have this error and  Ive tried a number of things including: > >gemato create -p ebuild -K /usr/share/openpgp-keys/gentoo-release.asc >/usr/portage/ > >next emerge --sync error-ed on a lot of private manifest files but >missing toot manifest error disappeared.  Deleted them and successfully >resynced. > >olympus /usr/portage # gemato verify -s -K >/usr/share/openpgp-keys/gentoo-release.asc /usr/portage/ >INFO:root:Refreshing keys from keyserver... >INFO:root:Keys refreshed. >ERROR:root:Top-level Manifest /usr/portage/Manifest is not OpenPGP signed >olympus /usr/portage # > >also did a "git reset --hard" > >still get: > >olympus /usr/portage # emerge --sync >>>> Syncing repository 'gentoo' into '/usr/portage'... >/usr/bin/git pull >Already up to date. > * 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?) >q: Updating ebuild cache in /usr/portage ... please be aware of the context of my response to Mick. He use *rsync* and so do I. It seems you are using Git and thus, a different tree verification mechanism. I don't know why you have gemato installed, because it comes usually only with sys-apps/portage[rsync-verify] set and is only related to *rsync* therefore. Have a look at: - [1] - [2] - [3] for some further information. Maybe: $ git status --untracked-files within your tree location can help to identify and sanitise the tree from any of your (with gemato) created files. -- Regards, floyd