Hello everyone,
[TL;DR] - Cannot get my Nvidia GPU (1660 Super) to work after the update but it works fine on 24.10.0.2.
I’m a happy TrueNAS Scale user for about half a year. I started running docker containers in jails around August and transitioned to running them without jails after EE got released. I basically have custom yaml
compose files with all my apps so I can easily version and manage them.
I updated recently from 24.10.0.2 to 24.10.1 and encountered an issue with the Nvidia driver. I discovered this when my Plex and Immich containers failed to start due to missing Nvidia device.
I started debugging by running nvidia-smi
and it printed NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
. I also checked /dev
and there’s no dri
folder.
What I tried (and has not worked):
- Uncheck then Check
Install NVIDIA Drivers
in the Apps → Configure → Settings. Same result. - Many reboots.
- Unchecking driver install and running
nvidia-smi
resulted in it being an unrecognizable command. Checking it and runningnvidia-smi
resulted in the error above. - Booting back to 24.10.0.2, deleting the 24.10.1 update and updating again.
- Fresh install of 24.10.1 and restoring config.
- Fresh install of 24.10.1 without restoring config.
- Fresh installing 24.10.0.2, restoring config and updating to 24.10.1.
- Choosing/Unsetting the application pool.
Everything works fine while on 24.10.0.2, so I do not know what to try next.
Something that could interfere with the update process is that both of my pools are encrypted with a passphrase. So they are not automatically decrypted at boot, thus if anything is supposed to run on the apps pool, it might not. But this is just a hunch.
You can find my server info in my signature, but I’m happy to provide anything else if I missed it.
Please let me know what else I can try.
TIA!