Hi everyone,
we are using
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant...
together with
http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/ini... http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vml...
to create a vm inside a container. (Why we are doing this would be a longer story BTW)
During the process of configuring the VM we are installing kernel-modules
dnf install -y "kernel-modules-$(uname -r)"
This has worked until around yesterday afternoon.
Now it's failing with
No match for argument: kernel-modules-5.14.0-210.el9.x86_64 Error: Unable to find a match: kernel-modules-5.14.0-210.el9.x86_64
What we noticed was that this occurred after the kernel had changed from 5.14.0-205. I suspect that this might be related to vmlinuz and/or initrd.img updates, since I've seen those having changed on 9th / 12th of Dec 2022.
Does someone have an idea on how we can fix this in the short run? Or do we need to wait for "someone" to fix it, and who would that be?
Thanks in advance, Daniel Hiller
Nevermind, it just seemed to have healed itself :-/
Am Mi., 14. Dez. 2022 um 12:40 Uhr schrieb Daniel Hiller < daniel.hiller.1972@gmail.com>:
Hi everyone,
we are using
https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant...
together with
http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/ini...
http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vml...
to create a vm inside a container. (Why we are doing this would be a longer story BTW)
During the process of configuring the VM we are installing kernel-modules
dnf install -y "kernel-modules-$(uname -r)"
This has worked until around yesterday afternoon.
Now it's failing with
No match for argument: kernel-modules-5.14.0-210.el9.x86_64 Error: Unable to find a match: kernel-modules-5.14.0-210.el9.x86_64
What we noticed was that this occurred after the kernel had changed from 5.14.0-205. I suspect that this might be related to vmlinuz and/or initrd.img updates, since I've seen those having changed on 9th / 12th of Dec 2022.
Does someone have an idea on how we can fix this in the short run? Or do we need to wait for "someone" to fix it, and who would that be?
Thanks in advance, Daniel Hiller