Electric Eel with Jailmaker and nVidia

@HoneyBadger I think I figured out the issue.

After reading your posts I got to thinking that it was Jailmaker that was grabbing the nVidia card and preventing the install of the driver. I configured the Plex jail to NOT use nVidia and restarted the jail. After that I then restarted the server to clear everything out. After the restart I went in to Apps → Configure → Settings and checked the box and low and behold it installed just fine as shown below from the kernal log and the nvidia-smi app. I then reconfigured the Plex jail to allow the nVidia pass in and restarted it. However at this time it appears to give a new error that it can’t find the nvidia-current-nvm in /lib/modules/6.6.44-production+truenas but the jails starts now.

Blockquote
Oct 31 12:54:08 nas01…com kernel: VFIO - User Level meta-driver version: 0.3
Oct 31 12:54:09 nas01…com kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Oct 31 12:54:09 nas01…com kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 550.127.05 Tue Oct 8 03:22:07 UTC 2024
Oct 31 12:54:09 nas01…com kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Oct 31 12:54:09 nas01…com kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Oct 31 12:54:09 nas01…com kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 550.127.05 Tue Oct 8 02:56:05 UTC 2024
Oct 31 12:54:09 nas01…com kernel: [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
Oct 31 12:54:09 nas01…com kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:07:00.0 on minor 1
Oct 31 12:54:09 nas01…com kernel: [drm] [nvidia-drm] [GPU ID 0x00000700] Unloading driver
Oct 31 12:54:09 nas01…com kernel: nvidia-modeset: Unloading
Oct 31 12:54:09 nas01…com kernel: nvidia-uvm: Unloaded the UVM driver.
Oct 31 12:54:09 nas01…com kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 238
Oct 31 12:54:43 nas01…com kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Oct 31 12:54:43 nas01…com kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 550.127.05 Tue Oct 8 03:22:07 UTC 2024
Oct 31 12:54:43 nas01…com kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 550.127.05 Tue Oct 8 02:56:05 UTC 2024
Oct 31 12:54:43 nas01…com kernel: [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
Oct 31 12:54:43 nas01…com kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:07:00.0 on minor 1
^C

Blockquote
root@nas01[/var/log]# nvidia-smi
Thu Oct 31 12:55:25 2024
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.127.05 Driver Version: 550.127.05 CUDA Version: 12.4 |
|-----------------------------------------±-----------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 Tesla P4 Off | 00000000:07:00.0 Off | 0 |
| N/A 48C P0 23W / 75W | 0MiB / 7680MiB | 2% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+
±----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
±----------------------------------------------------------------------------------------+

1 Like