Nvidia-container-cli: mount error:

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) A6000
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi, i was running my deepstream application using docker compose and is working fine for the past 6 months. However, i just recently encountered below error:

Error response from daemon: failed to create task for container: 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: mount error: open failed: /var/lib/docker/overlay2/7d1f0df72c2442d9ae2a9b4774c5fc0590e98db4a50f7e38a6ce00a55ca69708/merged: no such file or directory: unknown

I understand is not a deepstream issue, but related with docker. Does anyone has experienced in what causing this issue and any suggestions to fix this would be appreciated.

It seems that the file is damaged. Does /var/lib/docker/overlay2/7d1f0df72c2442d9ae2a9b4774c5fc0590e98db4a50f7e38a6ce00a55ca69708/merged still exist?

sudo ls -l /var/lib/docker/overlay2/7d1f0df72c2442d9ae2a9b4774c5fc0590e98db4a50f7e38a6ce00a55ca69708/merged

Are you restarting an exited status container? What happens if you run a new container?

Try to restart docker

sudo systemctl restart docker

WARNING:This will remove all unused containers, networks, images, and caches.

docker system prune -a

It does not exist anymore.

I have tried restarting or run a new container and neither of this work. Besides, restarting the docker also cannot work as well. We have havent tried pruning unused container as previously i restarted the docker services and some of the containers are unable to start as well. I am afraid pruning it will lose our data within the container

If you only just run an Ubuntu image? Do not include the parameter --gpus all ?

Consider reinstalling the docker/nvidia-container-toolkit

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.