cclerget
cclerget
@jscook2345 Not a big deal, will put that in the todo list.
@GodloveD I'm reopening it, this is to restore `singularity mount` command like 2.x but for root user only
@bauerm97 Regarding 1, while it give flexibility is rather dangerous and could make Singularity behave in unexpected ways, the only use case I see where 1 could be required is...
Hi @shawarden , did it also happen with 3.7/3.6 ... ? It would help to determine is there was a regression at some point. At first glance this is really...
@shawarden What do you use to manage user accounts ? sssd, nis ... ?
@jscook2345 There is two way thanks to https://github.com/opencontainers/runtime-tools/blob/7125f1d443b030fde561b45bd0f81528f396e0dc/validation/util/container.go#L173. If you run a shell a PID 1 or args like `/bin/sh -c "sleep infinity"`, termination signals are ignored and KILL is...
@jscook2345 Checking the code, `KILL` take precedence over `TERM` for the last syntax
@georgiastuart What's the value returned by `cat /sys/module/loop/parameters/max_loop` on those nodes ?
@PaulCharlton tests for #40 were introduced by #121
The issue with `/bin` would need to be fixed, this is a side effect of distribution replacing it with a symlink to `/usr/bin`, currently not handled, so far those location...