I start podman as following command.
podman --log-level=debug run --rm --env-host --env-file envfile --userns=keep-id
--network=host --pid=host --ipc=host --privileged -v ./Dmyjob:/Dmyjob:z -w /Dmyjob
abacus:3.1.0 ./myjob.sh
But sometimes it output error "runc start xxxxx failed: exit status 1".
time="2023-02-24T14:29:21+08:00" level=error msg="remove
/export/myuser/14234/podman-run-1253/runc/b714ab8d87af579aea314ee36964e49a807ab5025099ff3b3e140df715bf914a/exec.fifo:
no such file or directory"
time="2023-02-24T14:29:21+08:00" level=error msg="remove
/export/myuser/14234/podman-run-1253/runc/58a04ffff99f6769136a36676ff69e3631f29e8353fc155b4a211c6a496ab58d/exec.fifo:
no such file or directory"
time="2023-02-24T14:29:21+08:00" level=debug msg="unable to remove
container b714ab8d87af579aea314ee36964e49a807ab5025099ff3b3e140df715bf914a after failing
to start and attach to it"
time="2023-02-24T14:29:21+08:00" level=debug msg="unable to remove
container 58a04ffff99f6769136a36676ff69e3631f29e8353fc155b4a211c6a496ab58d after failing
to start and attach to it"
time="2023-02-24T14:29:21+08:00" level=debug msg="ExitCode msg:
\"`/export/home/myuser/.local/container/sbin/runc start
b714ab8d87af579aea314ee36964e49a807ab5025099ff3b3e140df715bf914a` failed: exit status
1\""
time="2023-02-24T14:29:21+08:00" level=debug msg="ExitCode msg:
\"`/export/home/myuser/.local/container/sbin/runc start
58a04ffff99f6769136a36676ff69e3631f29e8353fc155b4a211c6a496ab58d` failed: exit status
1\""
Error: `/export/home/myuser/.local/container/sbin/runc start
58a04ffff99f6769136a36676ff69e3631f29e8353fc155b4a211c6a496ab58d` failed: exit status 1
Error: `/export/home/myuser/.local/container/sbin/runc start
b714ab8d87af579aea314ee36964e49a807ab5025099ff3b3e140df715bf914a` failed: exit status 1
Show replies by date