TrueNAS Scale Electric Eel Nvidia problems

There seems to be a few issues with my upgrade. I have to Unset my Pool under Applications and Reset to get the Apps to show up.

nvidia-smi is not found

Install NVIDIA Drivers under Applications results in the following:


[EFAULT] Command apt update failed (code 1): Package management tools are disabled on TrueNAS appliances. Attempting to update SCALE with apt or methods other than the SCALE web interface can result in a nonfunctional system.

Traceback (most recent call last):

File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run

await self.future

File "/usr/lib/python3/dist-packages/middlewared/job.py", line 535, in __run_body

rv = await self.middleware.run_in_thread(self.method, *args)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread

return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor

return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run

result = self.fn(*self.args, **self.kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/plugins/nvidia.py", line 56, in install

with self._install_packages(

File "/usr/lib/python3.11/contextlib.py", line 137, in __enter__

return next(self.gen)

^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/plugins/nvidia.py", line 89, in _install_packages

subprocess.run(["apt", "update"], **kwargs)

File "/usr/lib/python3.11/subprocess.py", line 571, in run

raise CalledProcessError(retcode, process.args,

subprocess.CalledProcessError: Command '['apt', 'update']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run

await self.future

File "/usr/lib/python3/dist-packages/middlewared/job.py", line 533, in __run_body

rv = await self.method(*args)

^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 49, in nf

res = await f(*args, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 179, in nf

return await func(*args, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3/dist-packages/middlewared/plugins/docker/update.py", line 106, in do_update

await (

File "/usr/lib/python3/dist-packages/middlewared/job.py", line 436, in wait

raise self.exc_info[1]

File "/usr/lib/python3/dist-packages/middlewared/job.py", line 492, in run

raise handled

middlewared.service_exception.CallError: [EFAULT] Command apt update failed (code 1):

Package management tools are disabled on TrueNAS appliances.

Attempting to update SCALE with apt or methods other than the SCALE web

interface can result in a nonfunctional system.

Any help would be appreciated.