Gentoo Archives: gentoo-user

From: "Γιώργος Κωστόπουλος" <giorgosk67@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ISO verification question.
Date: Thu, 24 Dec 2020 02:30:44
Message-Id: CABhBvQu_fb00DvKue2C0wzo=dKn1gEQ_azm6R0iL9kjpmd5XFw@mail.gmail.com
In Reply to: Re: [gentoo-user] ISO verification question. by Michael
1 Στις Πέμ, 24 Δεκ 2020 στις 2:34 π.μ., ο/η Michael
2 <confabulate@××××××××.com> έγραψε:
3 >
4 > Hi Γιώργος,
5 >
6 > On Wednesday, 23 December 2020 20:00:28 GMT Γιώργος Κωστόπουλος wrote:
7 > > Hi! :-)
8 > >
9 > > I just downloaded the minimal installation ISO and I was trying the
10 > > verification instructions.
11 > > I admit that I'm not any kind of gpg expert, so the results are
12 > > somewhat confusing to me.
13 > > Can someone shed some light on them?
14 > >
15 > > Here's console's output:
16 > > >gpg --verify install-amd64-minimal-20201222T005811Z.iso.DIGESTS.asc
17 > >
18 > > gpg: Signature made Tue Dec 22 17:01:06 2020 EET
19 > > gpg: using RSA key 534E4209AB49EEE1C19D96162C44695DB9F6043D
20 > > gpg: Good signature from "Gentoo Linux Release Engineering (Automated
21 > > Weekly Release Key) <releng@g.o>" [unknown]
22 >
23 > This is telling you the 'install-amd64-
24 > minimal-20201222T005811Z.iso.DIGESTS.asc' file which contains hashes of the
25 > various files listed in it, has a valid signature - i.e. the hashes of these
26 > files have not been tampered with and they have been signed by the owner of
27 > the Gentoo Release Engineering key.
28 >
29 > Have a look here for the published developer keys:
30 >
31 > https://wiki.gentoo.org/wiki/Project:RelEng
32 >
33 >
34 > > gpg: WARNING: This key is not certified with a trusted signature!
35 >
36 > This is telling you the above public key has not been marked as trusted in
37 > your own gpg keyring.
38 >
39 >
40 > > gpg: There is no indication that the signature belongs to the
41 > > owner.
42 >
43 > This is to be expected, unless you have checked the fingerprint of the
44 > imported key yourself against the keys published in the URL I provided above
45 > and thereafter edited the key's level of trust to mark it as trusted in your
46 > gpg keyring; e.g. you'd need to run:
47 >
48 > gpg --edit-key <KEY ID>
49 >
50 > and follow the options available for this gpg subcommand to edit the key's
51 > trust level. This is not necessary for a key you'll only use once, as long as
52 > you satisfy yourself the key fingerprint below matches what is published on
53 > the RelEng project page.
54 >
55 >
56 > > Primary key fingerprint: 13EB BDBE DE7A 1277 5DFD B1BA BB57 2E0E
57 > > 2D18 2910 Subkey fingerprint: 534E 4209 AB49 EEE1 C19D 9616 2C44 695D B9F6
58 > > 043D gpg: WARNING: not a detached signature; file
59 > > 'install-amd64-minimal-20201222T005811Z.iso.DIGESTS' was NOT verified!
60 > >
61 > > and:
62 > > >sha512sum -c install-amd64-minimal-20201222T005811Z.iso.DIGESTS.asc
63 > >
64 > > install-amd64-minimal-20201222T005811Z.iso: OK
65 > > install-amd64-minimal-20201222T005811Z.iso: FAILED
66 > > install-amd64-minimal-20201222T005811Z.iso.CONTENTS.gz: OK
67 > > install-amd64-minimal-20201222T005811Z.iso.CONTENTS.gz: FAILED
68 > > sha512sum: WARNING: 14 lines are improperly formatted
69 > > sha512sum: WARNING: 2 computed checksums did NOT match
70 > >
71 > >
72 > > TIA! :-)
73 > > Giorgos.
74 > > .
75 >
76 > So the above output checked the sha512 hashes of all listed files and found
77 > some to be correct - you can use 'install-amd64-minimal-20201222T005811Z.iso'
78 > for your installation. The failed checks above refer to a different hash e.g.
79 > sha256.
80 >
81 > HTH.
82
83 THANKS Michael for your help!!!
84
85 What confused me, was the "failed" results and the warnings of the
86 sha512sum command.
87
88 THANKS AGAIN for the clarification!!! :-)
89 G.

Replies

Subject Author
Re: [gentoo-user] ISO verification question. bobwxc <bobwxc@××.com>
Re: [gentoo-user] ISO verification question. Michael <confabulate@××××××××.com>