When I run rpm-ostree upgrade I’m getting this error. It has worked fine for over a year so I’m not sure if I did something or if something changed on nvidias side. Anyone have a suggestion on what I can do?
error: Updating rpm-md repo ‘nvidia-container-toolkit’: Failed to download gpg key for repo ‘nvidia-container-toolkit’: Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://nvidia.github.io/libnvidia-container/gpgkey [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt]
Have you tried removing and reinstalling the repo file.
sudo rm /etc/yum.repos.d/nvidia-container-toolkit.repo
Reinstall with the command from here
Configure the production repository:
curl -s -L https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo | sudo tee /etc/yum.repos.d/nvidia-container-toolkit.repo
The recent kernel updates are mostly due to security fixes for recently identified exploits, and this may be related.
Something weird is that I rebooted into a pinned version of fedora 43, ran rpm-ostree upgrade and it worked. When I reboot into the latest deploy, the command works and it says that nvidia-container-toolkit repo is cached.
I think perhaps the problem was at nvidias side. I checked the repo file you download from nvidia and it has now changed so I overwrote the one I had with this new one and it seems to work now.