Bug 1231578

Summary: No valid SHA1 checksums in checksum file
Product: [Fedora] Fedora Documentation Reporter: Matthew Whillock <misterfluff>
Component: install-guideAssignee: Petr Bokoc <pbokoc>
Status: CLOSED EOL QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: fredy, pbokoc, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Mac OS   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-05-21 09:21:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Whillock 2015-06-14 21:52:34 UTC
Description of problem:
Following the installation procedure for Fedora 22 the section in 3,3,2 (verifying checksums on Linux and OS X systems) fails.

Version-Release number of selected component (if applicable):
Fedora-Live-Scientific_KDE-x86_64-22-3.iso

How reproducible:
100%

Steps to Reproduce:
1. Download Fedora-Live-Scientific_KDE-x86_64-22-3.iso from spins page
2. Download Fedora-Spins-x86_64-22-CHECKSUM
3. shasum -a 256 -c *CHECKSUM

Actual results:
Fedora-Spins-x86_64-22-CHECKSUM: no properly formatted SHA1 checksum lines found

Expected results:
Success, of course...:)

Additional info:
Additional checksum file Fedora-Workstation-22-x86_64-CHECKSUM file gave same result.
Also performed "curl https://getfedora.org/static/fedora.gpg | gpg --import" with no change in eventual result.
Is the process the same for checking a spin install versus the regular workstation?

Comment 1 Fredy Muñoz 2015-11-27 01:50:44 UTC
The format of the `*-CHECKSUM` file is not recognized by `shasum` in Mac OS X. I solved this using the following one-liner in OS X Yosemite:

$ grep '^SHA256' *-CHECKSUM | awk -F '[()=]' '{ print $4 "  " $2 }' | shasum -a 256 -c

I also posted this solution at: https://ask.fedoraproject.org/en/question/74873/cant-verify-the-image-checksum-fedora-22/?answer=78954#post-id-78954

Comment 2 Petr Bokoc 2024-05-21 09:21:52 UTC
The install guide has been retired, therefore I'm closing this bug. 

If you would like to report Fedora docs bugs in the future, please use the "bug" icon on the top right of the affected page, it will take you directly to the appropriate issue tracker.