0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ansible Towerで「cannot re-exec process to join the existing user namespace」が出た

Posted at

環境

  • ESXi上のVM
  • Red Hat Enterprise Linux release 9.4 (Plow)
  • Ansible Automation Platform Controller 4.3.2

「cannot re-exec process to join the existing user namespace」が出た

ある日、ジョブを実行したところ失敗
以下のエラーが出ていた。

Error: cannot re-exec process to join the existing user namespace
image.png

ChatGPT等や過去のナレッジなどを簡単に調べてみたところ、
Podmanで使用している「Pause.pid」が残置され、これが悪さしてるらしい。

pause.pidがどこに配置されているのかが不明だったので探すことに

[root@ansibletower ~]# find / -name pause.pid
/tmp/podman-run-975/libpod/tmp/pause.pid

あったので、消してみた。

動いた!
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?