Help Center/ ModelArts/ Troubleshooting/ DevEnviron/ Save an Image Failures/ What If the Error Message "there are processes in 'D' status, please check process status using'ps -aux' and kill all the 'D' status processes" or "Buildimge,False,Error response from daemon,Cannot pause container xxx" Is Displayed When I Save an Image?
Updated on 2025-08-18 GMT+08:00
What If the Error Message "there are processes in 'D' status, please check process status using'ps -aux' and kill all the 'D' status processes" or "Buildimge,False,Error response from daemon,Cannot pause container xxx" Is Displayed When I Save an Image?
Symptom
- When an image is saved in a notebook instance, error "there are processes in 'D' status, please check process status using 'ps -aux' and kill all the 'D' status processes" is displayed.
- When an image is saved in a notebook instance, error "Buildimge,False,Error response from daemon: Cannot pause container xxx" is displayed.
Possible Causes
If there is a process in the D state in the notebook instance, saving an image will fail.
Solution
- Run the ps -aux on the terminal to check the process.

- Run the kill -9 <pid> command to stop the process. Then, save the image again.
Parent topic: Save an Image Failures
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.