Hi @dusty_nv, @DaneLLL and anyone
I finally got around to upgrade to Jetpack 51.2 (which we talked about some time ago on “Nvidia-util-515 and nvidia-utils-525 error” ) .
I followed the instructions on 1.3.2
How to Install JetPack :: NVIDIA JetPack Documentation exactly and no error after. I rebooted and everything looks normal. But then I tried to access my working containers and I get:
docker start 06ecd0ca2743 (or same if using the docker’s name)
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as ‘legacy’
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown
Error: failed to start containers: 06ecd0ca2743
how can I solve this?
Some output that might be relevant:
nvidia-smi
Failed to initialize NVML: Driver/library version mismatch
cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX Open Kernel Module for aarch64 35.2.1 Release Build (buildbrain@mobile-u64-6348-d7000) Tue Jan 24 15:26:51 PST 2023
cat /sys/module/nvidia/version
35.2.1
sudo dmesg | grep NVRM
[ 15.219716] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 35.2.1 Release Build (buildbrain@mobile-u64-6348-d7000) Tue Jan 24 15:26:51 PST 2023
[ 23.274017] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080013f result 0x56:
[ 23.275197] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080017e result 0x56:
[ 23.279964] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x2080014a result 0x56:
[ 23.360821] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 23.361384] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x730190 result 0x56:
[ 25.747613] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 26.047019] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:
[ 782.127642] NVRM: failed to register with the ACPI subsystem!
[ 782.127690] NVRM: API mismatch: the client has the version 525.125.06, but
NVRM: this kernel module has the version 35.2.1. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
[ 782.127705] NVRM: failed to unregister from the ACPI subsystem!
[ 857.083045] NVRM: failed to register with the ACPI subsystem!
[ 857.083090] NVRM: API mismatch: the client has the version 525.125.06, but
NVRM: this kernel module has the version 35.2.1. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
[ 857.083105] NVRM: failed to unregister from the ACPI subsystem!
[ 884.532646] NVRM: failed to register with the ACPI subsystem!
[ 884.532694] NVRM: API mismatch: the client has the version 525.125.06, but
NVRM: this kernel module has the version 35.2.1. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
[ 884.532712] NVRM: failed to unregister from the ACPI subsystem!
[ 942.045591] NVRM: failed to register with the ACPI subsystem!
[ 942.045636] NVRM: API mismatch: the client has the version 525.125.06, but
NVRM: this kernel module has the version 35.2.1. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
[ 942.045651] NVRM: failed to unregister from the ACPI subsystem!
[ 1006.224437] NVRM: failed to register with the ACPI subsystem!
[ 1006.224488] NVRM: API mismatch: the client has the version 525.125.06, but
NVRM: this kernel module has the version 35.2.1. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
[ 1006.224502] NVRM: failed to unregister from the ACPI subsystem!
but what do I do with this output?