差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:podman [2025/03/31 06:43] – [参考文献] ともやん | linux:podman [2025/09/28 13:23] (現在) – [Error: cannot re-exec process to join the existing user namespace エラーが発生する💩🤪] ともやん | ||
|---|---|---|---|
| 行 2229: | 行 2229: | ||
| [[git> | [[git> | ||
| issues は閉じているが再現性はありそう...🤔\\ | issues は閉じているが再現性はありそう...🤔\\ | ||
| + | |||
| + | 原因のまとめ🤔 by [[https:// | ||
| + | 主な原因はルートレスPodmanの仕組み(ユーザーネームスペース、cgroup v2、OCIランタイムのcrun/ | ||
| + | * **pause.pidの残骸**: | ||
| + | * **systemdセッションの不整合**: | ||
| + | * **ユーザーネームスペースの無効化**: | ||
| + | * **ネストコンテナ環境**: | ||
| + | * **仕様変更の影響**: | ||
| + | |||
| + | 結論: pause.pidの残骸を削除する🤔\\ | ||
| + | <WRAP color_term> | ||
| + | <WRAP color_command>< | ||
| + | <font color="# | ||
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | Error: cannot re-exec process to join the existing user namespace | ||
| + | </ | ||
| + | <WRAP color_command>< | ||
| + | <font color="# | ||
| + | <font color="# | ||
| + | </ | ||
| + | <WRAP color_result_hlong>< | ||
| + | host: | ||
| + | arch: amd64 | ||
| + | buildahVersion: | ||
| + | cgroupControllers: | ||
| + | - cpu | ||
| + | - io | ||
| + | - memory | ||
| + | - pids | ||
| + | cgroupManager: | ||
| + | cgroupVersion: | ||
| + | conmon: | ||
| + | package: conmon-2.1.13-1.fc42.x86_64 | ||
| + | path: / | ||
| + | version: & | ||
| + | cpuUtilization: | ||
| + | idlePercent: | ||
| + | systemPercent: | ||
| + | userPercent: | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | === 古い対処の経緯🤕 === | ||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||