---------- Forwarded message ---------
From: Carlos E. R. <robin.listas@telefonica.net>
Date: Wed, Sep 14, 2022 at 2:58 PM
Subject: Re: checksum fails for downloaded ISO
To: oS-support <support@lists.opensuse.org>


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Wednesday, 2022-09-14 at 13:21 +0100, Dave Howorth wrote:
>> El 2022-09-14 a las 11:47 +0100, Dave Howorth escribió:
>>>> On Tuesday, 2022-09-13 at 17:22 -0600, Darryl Gregorash wrote:
>>>>> On 2022-09-13 16:26, Christian Boltz wrote:

...

>>>>>> Or if it's really that easy, just tell us what we need to
>>>>>> configure on the server, and we'll do it. With your instructions,
>>>>>> I'm sure it will even take us less than a minute.
>>>>>
>>>>> On the download page, https://get.opensuse.org/leap/15.4/
>>>>>
>>>>> For all platforms, the links to the ISO image files point to
>>>>> *Build243.2-Media.iso while the links to all the checksum files
>>>>> are for files without the "Build243.2" in them.
>>>>
>>>>
>>>> You have to be more specific. What exact URL?
>>>>
>>>> I try:
>>>>
>>>> - --> https://get.opensuse.org/leap/15.4/#download
>>>>
>>>> https://fastmirror.pp.ua/opensuse/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso
>>>
>>> I'm with Darryl on this one. *YOU* have to be more specific. You
>>> need to explain how you got that fastmirror link. If I simply do
>>> the obvious following Darryl's instructions, I don't see anything
>>> like it.
>>
>> Because the action is hidden, there is a rediretion to a mirror.
>>
>> Well, I simply clicked on download the file using firefox, then
>> aborted it, and right clicked on the partial file obtained to the the
>> actual download link that firefox was using. You get redirected to a
>> mirror each time, that's the normal working of the
>> download.opensuse.org server.
>>
>> Right click on the download icon, copy link in firefox, I obtain this
>> address:
>>
>>    https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Media.iso
>
> Agreed
>
>> I download the checksum files:
>>
>>    cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp> wget -v
>> https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-aarch64-Build243.2-Media.iso.sha256
>
> But where does that URL come from? It certainly doesn't come as you
> stated above from saving the URL from the right click (a) wrong
> architecture, (b) wrong file iso vs sha256 (c) presence of build ID

Typo, sorry.

Let's try again, then.

   cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> wget -v  https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256
   --2022-09-14 14:45:33--  https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256
   Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
   Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:443... connected.
   HTTP request sent, awaiting response... 200 OK
   Length: 105 [application/x-download]
   Saving to: ‘openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256’

   openSUSE-Leap-15.4-DVD-x86_64-Med 100%[==========================================================>]     105  --.-KB/s    in 0s

   2022-09-14 14:45:33 (46,8 MB/s) - ‘openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256’ saved [105/105]

   cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> wget -v  https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256
   --2022-09-14 14:46:21--  https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256
   Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
   Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:443... connected.
   HTTP request sent, awaiting response... 200 OK
   Length: 117 [application/x-download]
   Saving to: ‘openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256’

   openSUSE-Leap-15.4-DVD-x86_64-Bui 100%[==========================================================>]     117  --.-KB/s    in 0s

   2022-09-14 14:46:21 (35,6 MB/s) - ‘openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256’ saved [117/117]

   cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> ls -l
   total 16664
   -rw-r--r-- 1 cer users      117 Sep 14 14:46 openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256
   -rw-r--r-- 1 cer users 17055744 Sep 14 14:45 openSUSE-Leap-15.4-DVD-x86_64-Media.iso
   -rw-r--r-- 1 cer users      105 Sep 14 14:45 openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256
   cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2>


   cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> cat *sha256
   4683345f242397c7fd7d89a50731a120ffd60a24460e21d2634e783b3c169695  openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso
   4683345f242397c7fd7d89a50731a120ffd60a24460e21d2634e783b3c169695 openSUSE-Leap-15.4-DVD-x86_64-Media.iso
   cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2>


Both files contain the expected text.




> [snip]
>
>> I'm getting the non versioned file on each link :-?
>>
>> Let me try to download "checksum" using firefox.
>> I get "openSUSE-Leap-15.4-DVD-x86_64-Media.iso". It is correct.
>>
>> Let's try the main download, not the drop list.
>> I get "openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso"
>>
>> Bingo! There is the issue.
>
> So at last you agree there is a problem! We're getting somewhere :)

Yes.


>> Ok, but this is what the people in the
>> factory mail list are saying it is a firefox issue.
>
> Sorry, but I don't read the factory list, so posting a remark like that
> without a URL is not very helpful.

The problem is, the people that can solve this issue are on the factory
mail list, and Luna Jernberg is forwarding all these emails to the factory
mail, where people are reacting.

It is this same thread, but in factory. URL:

<https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/LVXXKRBIK5N6EETQ3ADFGC7O2SBZ4SN2/#YSZH2MBFCSZMRSRFGPN5CQQBIEGDEHZG>



> But I fail to see how it can be a
> Firefox issue. The URLs are supplied by opensuse. And even if it is a
> Firefox issue, the opensuse devs need to work around it. Don't use HTML
> that provokes the issue, if that really is the problem. Just make the
> page list the actual URLs in a straightforward text list. Or at worst
> detect the problem FF version, add words that explain the problem and
> suggest using another browser and point to the bug report.
>
> But having said that, I just tried in chromium and saw the same
> problem. So it's not an FF issue.

Me, I don't know, that's beyond me. They said that. You will have to argue
this with them ;-)

- --
Cheers,
        Carlos E. R.
        (from openSUSE 15.3 x86_64 at Telcontar)

-----BEGIN PGP SIGNATURE-----

iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCYyHP4Bwccm9iaW4ubGlz
dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVeRkAoIRHvf7Orx64L0JiwJA5
2rsBdeBPAJ9hyEsOgjYL5e0BqP3Xr58VMy0MUA==
=WrSY
-----END PGP SIGNATURE-----