Bugzilla – Bug 1222214
[SlowRoll] Incorrect SHA sum for ISO current image
Last modified: 2024-04-02 05:36:43 UTC
http://download.opensuse.org/slowroll/iso/ There is Current ISO file and associated SHA sum file. However the sum file targets snapshot not Current. After changing the name within sum file, check is positive.
This is clearly 100% not a problem of the installer. If you don't know, please follow the instructions on the "New Bug" page and select component "Other", NOT "Installation".
INVALID The download https://download.opensuse.org/slowroll/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso links to the actuual snapshot https://download.opensuse.org/slowroll/iso/openSUSE-Tumbleweed-DVD-x86_64-Snapshot20240213-Media.iso The sha256 file is for the actual snapshot.
Proof that both provided sha256 files (which btw contains the same) work properly with the downloaded snapshot ISO: ch@laptopneu:~/Downloads/ISOs> sha256sum -c /home/ich/Downloads/ISOs/openSUSE-Tumbleweed-DVD-x86_64-Snapshot20240213-Media.iso.sha256 openSUSE-Tumbleweed-DVD-x86_64-Snapshot20240213-Media.iso: OK ich@laptopneu:~/Downloads/ISOs> sha256sum -c /home/ich/Downloads/ISOs/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256 openSUSE-Tumbleweed-DVD-x86_64-Snapshot20240213-Media.iso: OK
@hui, sure it works this way ONLY if you download entire directory. If you download "current" ISO at least I would expect that the associated sum would be for current was well (this is especially true because "Snapshot" ISO has its own sum file). There is no indication the current and snapshots are related (what's more DVD current for example is 4.4 GB, and snapshot is 4.3 GB, at least as they are listed at the web page).