Closed poquirion closed 1 month ago
I get the same error on Almalinux9 :(
$ journalctl -fu puppet
[...]
Sep 11 14:06:50 gpu-a100-40-1.int.corbeau.dev-sd4h.ca puppet-agent[1077]: Execution of '/usr/bin/dnf -d 0 -e 1 -y install kmod-nvidia-latest-dkms' returned 1: Error: Unable to find a match: kmod-nvidia-latest-dkms
Sep 11 14:06:50 gpu-a100-40-1.int.corbeau.dev-sd4h.ca puppet-agent[1077]: (/Stage[main]/Profile::Gpu::Install::Passthrough/Package[kmod-nvidia-latest-dkms]/ensure) change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install kmod-nvidia-latest-dkms' returned 1: Error: Unable to find a match: kmod-nvidia-latest-dkms
[...]
I get the same thing with Rocky-9.3-x64-2023-11
. :cry:
This looks like https://github.com/ComputeCanada/puppet-magic_castle/issues/374
Got if fix by cherry picking gpu update in https://github.com/ComputeCanada/puppet-magic_castle/releases/tag/14.0.0-beta
Magic Castle: 13.5.0 image : "AlmaLinux-8.9-x64-2023-11" In compute node with gpu:
If I look for the package I find one with a similar name:
Maybe
kmod-nvidia-latest-dkms.x86_64
in on almalinux9?