Am 04.02.2022 um 12:10 schrieb Leon Fauster via CentOS centos@centos.org:
Am 04.02.22 um 14:25 schrieb Götz Reinicke:
Hi, is it still possible to migrating / upgrading CentOS Linux 8 to CentOS Stream release 8 ? Any hint is welcome! Right now I do get errors: dnf install centos-release-stream CentOS Linux 8 - AppStream 111 B/s | 38 B 00:00 Fehler: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
The repos are empty now. Try
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
Looks good and works :)
Thanks! /Götz