Bug 1231578 - No valid SHA1 checksums in checksum file
Summary: No valid SHA1 checksums in checksum file
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora Documentation
Classification: Fedora
Component: install-guide
Version: devel
Hardware: Unspecified
OS: Mac OS
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Bokoc
QA Contact: Fedora Docs QA
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-14 21:52 UTC by Matthew Whillock
Modified: 2024-05-21 09:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-05-21 09:21:52 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.