Skip to content

Conversation

@AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Jan 22, 2021

rootlesskit --pidns had been broken due to incomplete implementation of reaper (#129):

$ rootlesskit --pidns /bin/true
[rootlesskit:child ] error: command [/bin/true] exited: waitid: no child processes
[rootlesskit:parent] error: child exited: exit status 1

This commit disables reaper by default for rootlesskit --pidns.

The reaper can be still enabled by specifying --reaper flag.

`rootlesskit --pidns` had been broken due to incomplete implementation of reaper:
```
$ rootlesskit --pidns /bin/true
[rootlesskit:child ] error: command [/bin/true] exited: waitid: no child processes
[rootlesskit:parent] error: child exited: exit status 1
```

This commit disables reaper by default for `rootlesskit --pidns`.

The reaper can be still enabled by specifying `--reaper` flag.

Signed-off-by: Akihiro Suda <[email protected]>
@AkihiroSuda
Copy link
Member Author

cc @ibuildthecloud This partially reverts #99 (only for CLI).

@AkihiroSuda
Copy link
Member Author

replaced by proper fix #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant