NVIDIA problem w/ Fedora 32

The NVIDIA drivers have been working great for me for several months, but now upgrades are failing with:

Importing rpm-md… done
Resolving dependencies… done
Relabeling… done
Checking out packages… done
Running pre scripts… done
Running post scripts… done
error: Running %post for akmod-nvidia: Executing bwrap(/bin/sh): Child process killed by signal 1; run journalctl -t 'rpm-ostree(akmod-nvidia.post)' for more information

I don’t see anything suspect here:

– Logs begin at Mon 2019-10-21 20:12:53 CDT, end at Thu 2020-07-09 07:54:54 CDT. –
Mar 13 12:30:51 office rpm-ostree(akmod-nvidia.post)[2154]: Building /usr/src/akmods/nvidia-kmod-440.64-1.fc31.src.rpm for kernel 5.5.8-200.fc31.x86_64
Mar 13 12:31:40 office rpm-ostree(akmod-nvidia.post)[2154]: /tmp/akmods-post.gVb8jjt7/results/kmod-nvidia-5.5.8-200.fc31.x86_64-440.64-1.fc31.x86_64.rpm
Mar 13 12:31:47 office rpm-ostree(akmod-nvidia.post)[2154]: /lib/modules/5.5.8-200.fc31.x86_64/kernel/arch/x86/crypto/des3_ede-x86_64.ko.xz needs “des3_ede_expand_key”: /lib/modules/5.5.8-200.fc31.x86_64/kernel/lib/crypto/libdes.ko.xz
Mar 13 12:31:47 office rpm-ostree(akmod-nvidia.post)[2154]: /lib/modules/5.5.8-200.fc31.x86_64/kernel/arch/x86/crypto/blowfish-x86_64.ko.xz needs “blowfish_setkey”: /lib/modules/5.5.8-200.fc31.x86_64/kernel/crypto/blowfish_common.ko.xz
Mar 13 12:31:47 office rpm-ostree(akmod-nvidia.post)[2154]: /lib/modules/5.5.8-200.fc31.x86_64/kernel/arch/x86/crypto/twofish-x86_64.ko.xz needs “twofish_setkey”: /lib/modules/5.5.8-200.fc31.x86_64/kernel/crypto/twofish_common.ko.xz

But there are errors in the full journal: https://pastebin.com/LzETAf3d

Any ideas how to get past this? Are others hitting this?
Thanks

It could be an issue with the 5.7 kernel. Arch Linux apparently has a workaround patch.

It just seems strange to me that it’s building a module w/ the fc31 NVR. I assume that’s an aesthetic problem, but still odd.

Building /usr/src/akmods/nvidia-kmod-440.64-1.fc31.src.rpm for kernel 5.5.8-200.fc31.x86_64
/tmp/akmods-post.gVb8jjt7/results/kmod-nvidia-5.5.8-200.fc31.x86_64-440.64-1.fc31.x86_64.rpm

Indeed. I don’t know why your short journal log points to the 5.5.8 kernel but the full log you provided clearly points to a 5.7.7 kernel. You can try overriding the nvidia-kmod with a later update from nvidia-kmod | Package Info | koji.

Thanks for the idea. I plucked akmod-nvidia-3:440.100-1.fc32.x86_64 & deps from koji and it’s working so far, but the real test will be when a new update comes out if it can still apply. It will be interesting to see.
Cheers,

Apparently it got pushed to the updates repo so I think that should work for the next update.