-
Notifications
You must be signed in to change notification settings - Fork 367
Correct sha256sum invocation #663
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
Conversation
Avoid formatting error message when performing SHA256 check
|
Still needs work. |
|
@alansill Not sure why you closed this... I was in the process of checking it and you are correct that the checksum does not display with the command included in the document and that your command syntax does, in fact, display the checksum. Both commands generate a syntax error of sorts on my Ubuntu machine... (yes, I know... Ubuntu)... Your command: The original command: |
|
@alansill please comment back... I'll hold this open until you respond. Thanks! |
|
It works if you just leave off the iso name: sha256sum -c CHECKSUM --ignore-missing |
Well, it may... but not for me! |
|
This works however: |
|
Actually, I was taking this all out of context... that's my fault for not first looking at the document in its entirety. Once the checksum is downloaded the original command returns: Which still returns that annoying last line after properly checking the checksum. |
|
I think if you leave the iso file name off of the command it will check everything it can find as listed in the CHECKSUM file, so no need to include the file name. |
Do you have both the CHECKSUM file and the ISO file in the directory from which you issued the command? It works for me without the file name as I mentioned above if both files are present in the same directory. |
|
In other words, this works for me: v="8.5"; wget https://download.rockylinux.org/pub/rocky/$v/isos/x86_64/Rocky-$v-x86_64-minimal.iso; wget https://download.rockylinux.org/pub/rocky/$v/isos/x86_64/CHECKSUM; sha256sum -c CHECKSUM --ignore-missing |
|
Closed and replaced by #664 |
Avoid formatting error message when performing SHA256 check
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)