Giuseppe Scrivano
Giuseppe Scrivano
created one: https://issues.redhat.com/browse/RUN-1262
Does it happen on exec or create/start? I am trying to understand where the race could happen, in both cases, but I don't see where it could be
hm.. the `create` itself does not start the container. The container runtime is expected to attach to the TTY before calling `start`. 1. create the socket 2. $RUNTIME create ......
could you take care of the build failures? ``` CC src/libcrun/libcrun_la-utils.lo src/restore.c: In function 'parse_opt': src/restore.c:133:30: error: this statement may fall through [-Werror=implicit-fallthrough=] 133 | cr_options.lsm_profile = argp_mandatory_argument (arg, state);...
@rst0git would you like that I take care of these build failures and push a fixed version? I'd like to cut a new release and I think it would be...
@rst0git using the static binary is a kind of a "hack" and crun should be better installed using a proper package manager. How would that be fixed? Avoiding the entire...
could you please rebase on top of https://github.com/containers/crun/pull/1580 ?
working on a fix in https://github.com/containers/podman/pull/23977
@haircommander FYI
revert in https://github.com/containers/crun/pull/1870