-
Notifications
You must be signed in to change notification settings - Fork 137
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
SHA256 sum failed Linux binary (no high priority or security implications) #359
Comments
I can't reproduce
|
This is why I did mention the hash itself is correct but if you use the automated check by: `_$ sha256sum -c grin-wallet-v3.1.0-linux-amd64-sha256sum.txt sha256sum: /home/vsts/work/1/a/grin-wallet-v3.1.0-linux-amd64.tar.gz: No such file or directory You will get an error because you did set a directory within the sha256sum file "/home/vsts/..." where the tar.gz file should be located. |
Oh i see what you mean, didn't know about the |
You can fix this by just change the grin-wallet-v3.1.0-linux-amd64-sha256sum.txt content to:
This allows us to check the file in the same directory. |
push, as its sill not fixed with latest release 3.1.2 |
When you automatically checking the SHA256 sum of a binary we encountered a problem. When checking with the usual "sha256sum" Linux tools you will receive an error due to a directory in checksum file:
error:
sha256sum: /home/vsts/work/1/a/grin-wallet-v3.1.0-linux-amd64.tar.gz: No such file or directory /home/vsts/work/1/a/grin-wallet-v3.1.0-linux-amd64.tar.gz: FAILED open or read sha256sum: WARNING: 1 listed file could not be read
sha256 checksum file
SHA256(/home/vsts/work/1/a/grin-wallet-v3.1.0-linux-amd64.tar.gz)= bdc0ea8b8163bee7265ed63ee525720f3ad511b984987189a719427362b00313
Could you upload only the filename and the associate hash value in order to check this automatically?
The text was updated successfully, but these errors were encountered: