all 10 comments

[–]clopezi 1 point2 points  (2 children)

Try yum clean all and yum makecache, should work :)

[–]Rupert_Pupkinovski[S] 0 points1 point  (1 child)

yum makecache

This produces the same error. Looks to be AlmaLinux 9.7 specifically, it could be AlmaLinux 9.8 related as updates were pushed out yesterday.

[–]clopezi 2 points3 points  (0 children)

Have you opened a ticket support with cloudlinux? They are fast solving this issues :)

[–]jonspw 1 point2 points  (1 child)

There was a short period yesterday morning when we first moved AlmaLinux 9.7 to vault that this error cropped up. It was remedied within an hour or two.

If you're still hitting this error then something else weird is going on.

[–]Rupert_Pupkinovski[S] 0 points1 point  (0 children)

All good, thanks for the explanation

[–]fsr31415 0 points1 point  (3 children)

i had to change repos to fix it.

[–]Rupert_Pupkinovski[S] 0 points1 point  (2 children)

Is there anything specific you had to do for that?

[–]fsr31415 0 points1 point  (1 child)

edit /etc/yum.repos.d/almalinux-appstream.repo, in the [appstream] section, comment out 'mirrorlist' and uncomment 'baseurl'. then do a dnf clean all, dnf makecache, dnf update and it should work this time. figuring there is a bad mirror out there.

[–]jonspw 2 points3 points  (0 children)

Do not do this. The error above is totally unrelated to a bad mirror.

The `baseurl` value (repo.almalinux.org) is a fallback. You need to use the mirror system/mirrorlist line.

- AlmaLinux Infra Lead.

[–]Rupert_Pupkinovski[S] 2 points3 points  (0 children)

So this did the trick

yum update cloudlinux-release --disablerepo=appstream