$ podman run -it --rm quay.io/centos/centos:stream9 [root@5a60bfec416f /]# yum install -y centos-release-nfv-openvswitch <snip> [root@5a60bfec416f /]# yum list CentOS Stream 9 - NFV OpenvSwitch 916 B/s | 3.0 kB 00:03 Errors during downloading metadata for repository 'centos-nfv-openvswitch': - Downloading successful, but checksum doesn't match. Calculated: a0898eb5ec407553a28821d486e5635b512ea30dd5a170ac76843e8139908887d7773e08d76346e069cebf2e24730648ecdc10595ba5aa6173884fef3d76f4e9(sha512) Expected: 19f066708fc1f00703fa6514d39edebc74fd3aaff9488a2e1fc2599485fdb8775b8af2a912913a2131f6529fe92d60efa1051a4e14fe32eb01d357a1e51c3a86(sha512) Error: Failed to download metadata for repo 'centos-nfv-openvswitch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
On Thu, Dec 5, 2024 at 7:49 AM kfox1111@gmail.com wrote:
$ podman run -it --rm quay.io/centos/centos:stream9 [root@5a60bfec416f /]# yum install -y centos-release-nfv-openvswitch
<snip> [root@5a60bfec416f /]# yum list CentOS Stream 9 - NFV OpenvSwitch 916 B/s | 3.0 kB 00:03 Errors during downloading metadata for repository 'centos-nfv-openvswitch': - Downloading successful, but checksum doesn't match. Calculated: a0898eb5ec407553a28821d486e5635b512ea30dd5a170ac76843e8139908887d7773e08d76346e069cebf2e24730648ecdc10595ba5aa6173884fef3d76f4e9(sha512) Expected: 19f066708fc1f00703fa6514d39edebc74fd3aaff9488a2e1fc2599485fdb8775b8af2a912913a2131f6529fe92d60efa1051a4e14fe32eb01d357a1e51c3a86(sha512)
Error: Failed to download metadata for repo 'centos-nfv-openvswitch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
nfv-openvswitch is a CentOS SIG thing, not an EPEL thing. Here is their documentation: https://sigs.centos.org/nfv/ With ways to contact them: https://sigs.centos.org/nfv/#contact-points
Troy
Hi,
I think it was a temporary issue with your mirrorlist. It's working fine now, at least from my machine it looks ok.
$ podman run -it --rm quay.io/centos/centos:stream9 dnf install -y centos-release-nfv-openvswitch [...] Importing GPG key 0x1D997668: Userid : "CentOS Extras SIG ( https://wiki.centos.org/SpecialInterestGroup) security@centos.org" Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 [...] Installed: centos-release-nfv-common-1-5.el9s.noarch centos-release-nfv-openvswitch-1-5.el9s.noarch
Joel
On Thu, Dec 5, 2024 at 5:34 PM Troy Dawson tdawson@redhat.com wrote:
On Thu, Dec 5, 2024 at 7:49 AM kfox1111@gmail.com wrote:
$ podman run -it --rm quay.io/centos/centos:stream9 [root@5a60bfec416f /]# yum install -y centos-release-nfv-openvswitch
<snip> [root@5a60bfec416f /]# yum list CentOS Stream 9 - NFV OpenvSwitch 916 B/s | 3.0 kB 00:03 Errors during downloading metadata for repository 'centos-nfv-openvswitch': - Downloading successful, but checksum doesn't match. Calculated: a0898eb5ec407553a28821d486e5635b512ea30dd5a170ac76843e8139908887d7773e08d76346e069cebf2e24730648ecdc10595ba5aa6173884fef3d76f4e9(sha512) Expected: 19f066708fc1f00703fa6514d39edebc74fd3aaff9488a2e1fc2599485fdb8775b8af2a912913a2131f6529fe92d60efa1051a4e14fe32eb01d357a1e51c3a86(sha512)
Error: Failed to download metadata for repo 'centos-nfv-openvswitch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
nfv-openvswitch is a CentOS SIG thing, not an EPEL thing. Here is their documentation: https://sigs.centos.org/nfv/ With ways to contact them: https://sigs.centos.org/nfv/#contact-points
Troy
devel mailing list -- devel@lists.centos.org To unsubscribe send an email to devel-leave@lists.centos.org