I’m on Fedora 43 KDE and want to try system-upgrading to Fedora 44 Beta.
command used:
sudo dnf system-upgrade download –-releasever=44
I’m having these types of hang ups (Note on the real run, there were many more mirrors tried but I shortened the below for brevity):
[ 189/4536] NetworkManager-wifi-1:1.56.0-1.fc44.x86_64 100% | 179.3 KiB/s | 136.5 KiB | 00m01s
[ 190/4536] NetworkManager-wwan-1:1.56.0-1.fc44.x86_64 100% | 51.2 KiB/s | 58.6 KiB | 00m01s
[ 191/4536] LibRaw-0:0.21.5-3.fc44.x86_64 100% | 49.0 B/s | 236.0 B | 00m05s
Status code: 404 for https://d2lzkl7pfhq30w.cloudfront.net/pub/fedora/linux/development/44/Everything/x86_64/os/Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm (IP: 54.230.21.6) - https://d2lzkl7pfhq
Status code: 404 for https://dl.fedoraproject.org/pub/fedora/linux/development/44/Everything/x86_64/os/Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm (IP: 38.145.32.23) - https://dl.fedoraproject.or
Status code: 404 for https://dl.fedoraproject.org/pub/fedora/linux/development/44/Everything/x86_64/os/Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm (IP: 38.145.32.23) - https://dl.fedoraproject.or
Curl error (7): Could not connect to server for https://ftp.uni-stuttgart.de/fedora/development/44/Everything/x86_64/os/Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm [Failed to connect to ftp.uni-s
Curl error (7): Could not connect to server for http://ftp.uni-stuttgart.de/fedora/development/44/Everything/x86_64/os/Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm [Failed to connect to ftp.uni-st
No more mirrors to try - All mirrors were already tried without success
Not finished - interrupted by error: Cannot download Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm: All mirrors were tried
[ 193/4536] kernel-modules-core-0:6.19.6-300.fc44.x86_64 22% | 3.4 MiB/s | 16.5 MiB | 00m05s
Not finished - interrupted by error: Cannot download Packages/l/LibRaw-0.21.5-3.fc44.x86_64.rpm: All mirrors were tried
When I look in the dl.fedoraproject.org “development” repo for “l” packages for 44 directly with a browser I see the obvious problem, the browser shows the LibRaw rpm is really:
LibRaw-0.22.0-1.fc44.x86_64.rpm 2026-03-03 21:32 484K
So dnf system-upgrade to “44” is trying to get LibRaw version 0.21.5-3 but it really should be 0.22.0-1
Is this a case where the repo server simply has stale xml repodata files and trying later would probably fix that?