Hello,
today i downloaded Rocky-8.4-x86_64-minimal.iso TWICE and checked its checksum. https://download.rockylinux.org/pub/rocky/8/isos/x86_64/CHECKSUM says that it should be 0de5f12eba93e00fefc06cdb0aa4389a0972a4212977362ea18bde46a1a1aa4f - but computed sha256sum is 1d182ca0da3e2ae4dcb20eed9e31af94a875debc981dfa23330a1fc6863a862c.
Checksum for minimal ISO: 1d182ca0da3e2ae4dcb20eed9e31af94a875debc981dfa23330a1fc6863a862c
Checksum for boot ISO: 112b261f21060b21ff95261a7bad24541550c1a81b81e6b66cf30de0df5674d5
The pre-installation media check fails on both ISO files.
Hello, I’m running a mirror and I’ve just double-checked what I’m seeing on the mirrors server disk by testing the checksums for the aarch64 and x86_64 isos:
mirror@mirror:x86_64$ sha256sum -c CHECKSUM
Rocky-8.4-x86_64-boot.iso: OK
Rocky-8.4-x86_64-boot.iso.manifest: OK
Rocky-8.4-x86_64-dvd1.iso: OK
Rocky-8.4-x86_64-dvd1.iso.manifest: OK
Rocky-8.4-x86_64-minimal.iso: OK
Rocky-8.4-x86_64-minimal.iso.manifest: OK
mirror@mirror:aarch64$ sha256sum -c CHECKSUM
Rocky-8.4-aarch64-boot.iso: OK
Rocky-8.4-aarch64-boot.iso.manifest: OK
Rocky-8.4-aarch64-dvd1.iso: OK
Rocky-8.4-aarch64-dvd1.iso.manifest: OK
Rocky-8.4-aarch64-minimal.iso: OK
Rocky-8.4-aarch64-minimal.iso.manifest: OK
I’m not seeing any issues with broken ISOs coming downstream. I’m really curious what happens here and if this is just related to a few mirrors.
aarch64$ gpg2 --verify CHECKSUM.sig CHECKSUM
gpg: Signature made Mon 21 Jun 2021 12:47:55 AM CEST
gpg: using EDDSA key BFC3D8F20D15F4FD46281D7FAA650F52D6C094FA
gpg: issuer "infrastructure@rockylinux.org"
gpg: Good signature from "Core Infrastructure <infrastructure@rockylinux.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: BFC3 D8F2 0D15 F4FD 4628 1D7F AA65 0F52 D6C0 94FA
x86_64$ gpg2 --verify CHECKSUM.sig CHECKSUM
gpg: Signature made Mon 21 Jun 2021 12:48:06 AM CEST
gpg: using EDDSA key BFC3D8F20D15F4FD46281D7FAA650F52D6C094FA
gpg: issuer "infrastructure@rockylinux.org"
gpg: Good signature from "Core Infrastructure <infrastructure@rockylinux.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: BFC3 D8F2 0D15 F4FD 4628 1D7F AA65 0F52 D6C0 94FA
haven’t seen any issues with the imported Rocky Linux public key.
I went ahead and downloaded all of the ISOs and CHECKSUM files from the links published on the download page of the main Rocky website just to be sure the links and any cache between my system on the website were good.
So… everything looks good from my end. If your CHECKSUM files don’t match these and / or you cannot verify checksums on ISOs and you ISOs test out correctly as valid ISOs please let us know.
Downloading the DVD ISO image from the main website still gives me wrong checksum. Have tried a couple of times today, and both times I got different checksums for the file. Downloading from @indigo’s mirror also gives me wrong checksum. Today is the first time I encounter the issue, though.
Thanks, @arehandoro for the feedback, I’ve just tried to verify the problem and did the following from one of my servers hosted on IONOS in Germany. I’ve just ran a recursive download for all ISO images for the x86_64 architecture with wget --recursive --no-parent https://mirror.informatik.hs-fulda.de/rocky/8/isos/x86_64/ and ran the sha256sum -c CHECKSUM without any issues.