$ sudo dnf repolist -v Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync DNF version: 4.10.0 cachedir: /var/cache/dnf CentOS Stream 9 - AppStream 8.2 MB/s | 7.3 MB 00:00 Errors during downloading metadata for repository 'appstream': - Status code: 404 for http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/repodata/2d8dd62365a32dfe9438d5b1145804c8545d3447b979f0ee17f5e81adf8b7a33-modules.yaml.xz (IP: 64.251.25.238) Error: Failed to download metadata for repo 'appstream': Yum repo downloading error: Downloading error(s): repodata/2d8dd62365a32dfe9438d5b1145804c8545d3447b979f0ee17f5e81adf8b7a33-modules.yaml.xz - Cannot download, all mirrors were already tried without success
But download works fine for the above file:- curl -O http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/repodata/2d8dd62365a32dfe9438d5b1145804c8545d3447b979f0ee17f5e81adf8b7a33-modules.yaml.xz
to NOTE: Not seeing the issue when using metalink instead of baseurl.
Other reproducer:- sudo dnf repoquery --repofrompath=tmp,http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/ --disablerepo=* --enablerepo=tmp --location buildah Added tmp repo from http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/ tmp 6.4 MB/s | 7.3 MB 00:01 Errors during downloading metadata for repository 'tmp': - Status code: 404 for http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/repodata/2d8dd62365a32dfe9438d5b1145804c8545d3447b979f0ee17f5e81adf8b7a33-modules.yaml.xz (IP: 67.222.128.246) Error: Failed to download metadata for repo 'tmp': Yum repo downloading error: Downloading error(s): repodata/2d8dd62365a32dfe9438d5b1145804c8545d3447b979f0ee17f5e81adf8b7a33-modules.yaml.xz - Cannot download, all mirrors were already tried without success
Can someone check what's the issue with repo, seems related to recent removal of modules.
Metadata Update from @humaton: - Issue tagged with: centos-stream
<< to NOTE: Not seeing the issue when using metalink instead of baseurl.
Checked further on this, when metalink is used, the missing modules yaml file get's downloaded from other mirrors where it's available, mirror.0xem.ma[1] and download.cf.centos.org have that available as those keeping older metadata.
[1] http://mirror.0xem.ma/stream/9-stream/AppStream/x86_64/os/repodata/
Just to update here this was fixed same day ykarel: sending a fix to the mirrors now, it'll take a bit to propagate
Not sure what caused the issue, but there were couple of more mirror related issue after this, may be worth to add resolution details in ticket itself if similar issues happen again.
@ykarel : per stream policy, all bugs (including infra) related to stream should be reported to bugzilla.redhat.com (see https://wiki.centos.org/ReportBugs) so closing this one for now :-)
Metadata Update from @arrfab: - Issue close_status updated to: Wrong tracker - Issue status updated to: Closed (was: Open)
Thanks @arrfab will take care for reporting to bugzilla from next time.
Log in to comment on this ticket.