glennzo
8th March 2011, 11:39 PM
OK everyone. For as long as I've been a member here and for as long as I've been playing with Linux I've downloaded and burned hundreds of CD and DVD ISO files. Rarely, extremely rarely, have I verified my downloads. So rarely that I'd need to find a how-to to be able to do it. Today I downloaded F15 Alpha and the checksum file. I followed the instructions here (https://fedoraproject.org/en/verify) and below is the result.
[glenn@server ~>$ curl https://fedoraproject.org/static/fedora.gpg | gpg --import
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13131 100 13131 0 0 17289 0 --:--:-- --:--:-- --:--:-- 20842
gpg: key E8E40FDE: "Fedora (13) <fedora@fedoraproject.org>" not changed
gpg: key 97A1071F: "Fedora (14) <fedora@fedoraproject.org>" not changed
gpg: key FDB36B03: "Fedora (14-s390x) <fedora@fedoraproject.org>" not changed
gpg: key 069C8460: "Fedora (15) <fedora@fedoraproject.org>" not changed
gpg: key 3AD31D0B: "Fedora-SPARC (15) <fedora@fedoraproject.org>" not changed
gpg: key 217521F6: "Fedora EPEL <epel@fedoraproject.org>" not changed
gpg: key 0608B895: "EPEL (6) <epel@fedoraproject.org>" not changed
gpg: Total number processed: 7
gpg: unchanged: 7
[glenn@server ~>$ gpg --verify *-CHECKSUM
gpg: Signature made Wed 02 Mar 2011 10:34:51 PM EST using RSA key ID 069C8460
gpg: Good signature from "Fedora (15) <fedora@fedoraproject.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 25DB B54B DED7 0987 F4C1 0042 B4EB F579 069C 8460
[glenn@server ~>$ sha256sum -c *-CHECKSUM
Fedora-15-Alpha-i386-DVD.iso: OK
sha256sum: Fedora-15-Alpha-i386-netinst.iso: No such file or directory
Fedora-15-Alpha-i386-netinst.iso: FAILED open or read
sha256sum: WARNING: 1 of 2 listed files could not be read
I'm thinking I'm good based on the red text and the fact that there is no netinstall ISO so I can ignore messages relating to that. The blue text raises some !!! though. I'm going ahead with burning the DVD anyhow. Just looking for input from those experienced with sha256sum.
[glenn@server ~>$ curl https://fedoraproject.org/static/fedora.gpg | gpg --import
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13131 100 13131 0 0 17289 0 --:--:-- --:--:-- --:--:-- 20842
gpg: key E8E40FDE: "Fedora (13) <fedora@fedoraproject.org>" not changed
gpg: key 97A1071F: "Fedora (14) <fedora@fedoraproject.org>" not changed
gpg: key FDB36B03: "Fedora (14-s390x) <fedora@fedoraproject.org>" not changed
gpg: key 069C8460: "Fedora (15) <fedora@fedoraproject.org>" not changed
gpg: key 3AD31D0B: "Fedora-SPARC (15) <fedora@fedoraproject.org>" not changed
gpg: key 217521F6: "Fedora EPEL <epel@fedoraproject.org>" not changed
gpg: key 0608B895: "EPEL (6) <epel@fedoraproject.org>" not changed
gpg: Total number processed: 7
gpg: unchanged: 7
[glenn@server ~>$ gpg --verify *-CHECKSUM
gpg: Signature made Wed 02 Mar 2011 10:34:51 PM EST using RSA key ID 069C8460
gpg: Good signature from "Fedora (15) <fedora@fedoraproject.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 25DB B54B DED7 0987 F4C1 0042 B4EB F579 069C 8460
[glenn@server ~>$ sha256sum -c *-CHECKSUM
Fedora-15-Alpha-i386-DVD.iso: OK
sha256sum: Fedora-15-Alpha-i386-netinst.iso: No such file or directory
Fedora-15-Alpha-i386-netinst.iso: FAILED open or read
sha256sum: WARNING: 1 of 2 listed files could not be read
I'm thinking I'm good based on the red text and the fact that there is no netinstall ISO so I can ignore messages relating to that. The blue text raises some !!! though. I'm going ahead with burning the DVD anyhow. Just looking for input from those experienced with sha256sum.