[Swan-dev] testing machinery tries to download Fedora 36 ISO but it has moved

Andrew Cagney andrew.cagney at gmail.com
Tue Oct 24 14:48:08 EEST 2023


On Tue, 24 Oct 2023 at 02:51, D. Hugh Redelmeier <hugh at mimosa.com> wrote:
>
> Since Fedora no longer supports it, it has moved to their archive
>
> The new URL
> <https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/36/Server/x86_64/iso/Fedora-Server-dvd-x86_64-36-1.5.iso>

grep FEDORA_ISO_URL mk/kvm-targets.mk
KVM_FEDORA_ISO_URL ?=
https://download.fedoraproject.org/pub/fedora/linux/releases/$(KVM_FEDORA_RELEASE)/Server/x86_64/iso/Fedora-Server-dvd-x86_64-$(KVM_FEDORA_RELEASE)-$(KVM_FEDORA_BUILD).iso

and this:

https://libreswan.org/wiki/Test_Suite_-_KVM#Reviving_the_dead_OS

> Updates have moved too (I don't know if the scripts use the updates).
>
> Is it easy to move to Fedora 38 or (soon) 39?  I vaguely remember that
> there was a blocking problem.

I know about
https://github.com/libreswan/libreswan/issues/1332
which I think paul was looking at it

If you'd like to help, add:

KVM_FEDORA_RELEASE ?= 38
KVM_FEDORA_BUILD ?= 1.6

to your Makefile.inc.local and then run

./kvm demolish install check

it gets 100 vs 0 fails.

> Extract from log:
>
> wget --output-document
> /home/build/pool/Fedora-Server-dvd-x86_64-36-1.5.iso.tmp --no-clobber -- https://download.fedoraproject.org/pub/fedora/linux/releases/36/Server/x86_64/iso/Fedora-Server-dvd-x86_64-36-1.5.iso
> --2023-10-24 01:00:07--  https://download.fedoraproject.org/pub/fedora/linux/releases/36/Server/x86_64/iso/Fedora-Server-dvd-x86_64-36-1.5.iso
> Resolving download.fedoraproject.org (download.fedoraproject.org)... 152.19.134.142, 8.43.85.73, 38.145.60.20, ...
> Connecting to download.fedoraproject.org (download.fedoraproject.org)|152.19.134.142|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: https://d2lzkl7pfhq30w.cloudfront.net/pub/fedora/linux/releases/36/Server/x86_64/iso/Fedora-Server-dvd-x86_64-36-1.5.iso [following]
> --2023-10-24 01:00:07--  https://d2lzkl7pfhq30w.cloudfront.net/pub/fedora/linux/releases/36/Server/x86_64/iso/Fedora-Server-dvd-x86_64-36-1.5.iso
> Resolving d2lzkl7pfhq30w.cloudfront.net (d2lzkl7pfhq30w.cloudfront.net)... 18.245.101.72, 18.245.101.143, 18.245.101.196, ...
> Connecting to d2lzkl7pfhq30w.cloudfront.net (d2lzkl7pfhq30w.cloudfront.net)|18.245.101.72|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2023-10-24 01:00:08 ERROR 404: Not Found.
> _______________________________________________
> Swan-dev mailing list
> Swan-dev at lists.libreswan.org
> https://lists.libreswan.org/mailman/listinfo/swan-dev


More information about the Swan-dev mailing list