Outils pour utilisateurs

Outils du site


tech:pb_podman_container_still_stopping

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:pb_podman_container_still_stopping [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:pb_podman_container_still_stopping [2026/06/02 11:08] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Pb docker podman CA}}
 +
 +# Pb Podman container still Stopping
 +
 +
 +After executing podman system migrate, the container status remained stopping.
 +
 +Voir [[Pb podman - podman system migrate]]
 +
 +~~~
 +$ podman ps -a
 +CONTAINER ID  IMAGE                                                                         COMMAND               CREATED       STATUS      PORTS       NAMES
 +c5c069775351  aap.acme.local/ExecEnv1:0.9.6  ssh-agent sh -c t...  20 hours ago  Stopping                ansib
 +le_runner_241060
 +b242fe99cb8f  aap.acme.local/ee-supported-rhel8:latest        ansible-playbook ...  11 hours ago  Stopping                ansib
 +le_runner_241722
 +
 +$ podman stop c5c069775351
 +ERRO[0000] Unable to clean up network for container c5c0697753515cb6ed3a2fdf76d9bcd5248160199dc9d26bfb7953f1de5e9e07: "unmounting network namespace for container c5c0697753515cb6ed3a2fdf76d9bcd5248160199dc9d26bfb7953f1de5e9e07: failed to unmount NS: at /tmp/podman-run-1000/netns/netns-ef973d33-1d85-2e00-b4fa-dc2ef6b6f811: invalid argument"
 +c5c069775351
 +
 +$ podman stop c5c069775351
 +c5c069775351
 +
 +$ podman stop c5c069775351
 +c5c069775351
 +
 +$ podman rm c5c069775351
 +Error: cannot remove container c5c069775351fca6e99d9b43354e615671cdf0d150def3259e9bc97399db3e96 as it is stopping - running or paused containers cannot be removed without force: container state improper
 +
 +$ podman rm -f c5c069775351
 +ERRO[0000] Free container lock: no such file or directory
 +c5c069775351
 +~~~
 +
 +
 +
 +
 +ou encore
 +~~~bash
 +#podman container kill -a
 +podman container rm -fa
 +~~~
 +
 +
 +
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki