Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong ISO name in SHA256 checksum files #55

Open
nodeg opened this issue Jul 9, 2021 · 0 comments
Open

Wrong ISO name in SHA256 checksum files #55

nodeg opened this issue Jul 9, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@nodeg
Copy link
Member

nodeg commented Jul 9, 2021

Whe trying to verify my downloaded image of Leap 15.3 I got the following error:

$ sha256sum -c openSUSE-Leap-15.3-DVD-x86_64-Current.iso.sha256
sha256sum: openSUSE-Leap-15.3-DVD-x86_64.iso: No such file or directory
openSUSE-Leap-15.3-DVD-x86_64.iso: FAILED open or read
sha256sum: WARNING: 1 listed file could not be read

The content of this file is the following:

$ cat openSUSE-Leap-15.3-DVD-x86_64-Current.iso.sha256
0deae0b74953acd951150ae9567e098d450f2ae91b2d0c0a610b9d934f91c7b1  openSUSE-Leap-15.3-DVD-x86_64.iso

The name of the mentioned ISO in the checksum file is not matching the actual filename of the ISO. There is a -Current missing at the end of the filename in the checksum file. When adjusting it, the check succeeds:

$ cat openSUSE-Leap-15.3-DVD-x86_64-Current.iso.sha256
0deae0b74953acd951150ae9567e098d450f2ae91b2d0c0a610b9d934f91c7b1  openSUSE-Leap-15.3-DVD-x86_64-Current.iso

$ sha256sum -c openSUSE-Leap-15.3-DVD-x86_64-Current.iso.sha256
openSUSE-Leap-15.3-DVD-x86_64-Current.iso: OK
sha256sum -c openSUSE-Leap-15.3-DVD-x86_64-Current.iso.sha256  20.57s user 1.46s system 99% cpu 22.083 total

This should also be the case of the other Leap images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants