[Solved] Re: Cannot execute any container using podman run

2024-07-02 Thread Jörg Kastning
On 02.07.24 19:36, CToID wrote: On 7/2/24 22:38, Jörg Kastning wrote: :~$ podman run --rm hello-world conmon: option parsing failed: Unknown option --full-attach Error: write child: broken pipe Maybe try run with `podman --log-level=debug run --rm hello-world` to get more information? Than

Re: Cannot execute any container using podman run

2024-07-02 Thread didier gaumet
Le 02/07/2024 à 16:38, Jörg Kastning a écrit : [...] :~$ podman run --rm hello-world conmon: option parsing failed: Unknown option --full-attach Error: write child: broken pipe [...] Hello, please be aware that I never used podman nor conmon so what I say may be totally irrelevant the above

Re: Cannot execute any container using podman run

2024-07-02 Thread CToID
On 7/2/24 22:38, Jörg Kastning wrote: :~$ podman run --rm hello-world conmon: option parsing failed: Unknown option --full-attach Error: write child: broken pipe Maybe try run with `podman --log-level=debug run --rm hello-world` to get more information? -- Best, ID

Re: Cannot execute any container using podman run

2024-07-02 Thread john doe
On 7/2/24 16:38, Jörg Kastning wrote: Dear Debian users, I have installed Podman via `sudo apt install podman` on Debian 12 (Bookworm) and setup subuids and subgids for my user to use rootless podman. However my host seems to have some issue as I'm not able to run (instantiate) any container us

Cannot execute any container using podman run

2024-07-02 Thread Jörg Kastning
Dear Debian users, I have installed Podman via `sudo apt install podman` on Debian 12 (Bookworm) and setup subuids and subgids for my user to use rootless podman. However my host seems to have some issue as I'm not able to run (instantiate) any container using the `podman run` command. Plea