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 2024-04-30 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

  1. Run the ps -aux on the terminal to check the process.

  2. Run the kill -9 <pid> command to stop the process. Then, save the image again.