Alexander Mikhalitsyn
Alexander Mikhalitsyn
>I've already tried moving the snapcraft/wappers/gpu-2404-custom-wrapper file to snapcraft/commands/gpu-2404-custom-wrapper and then updating the command-chanin to call commands/gpu-2404-custom-wrapper but that did not work as snapcraft is trying to find that in...
>I used docbook2X, not docbook-utils, so its not the same issue w\ https://github.com/lxc/lxc/issues/4240. weird, because in docbook2x there is no `docbook2man` binary. Instead there is a `docbook2x-man` binary. Are you...
For `security.privileged=true` case, a binfmt_misc virtualization won't work because binfmt_misc file system's superblock is associated with a user namespace (ref https://github.com/torvalds/linux/blob/de5cb0dcb74c294ec527eddfe5094acfdb21ff21/fs/binfmt_misc.c#L982 ) But for unprivileged containers (our main case) it...
Hi, Simon! Thanks for such a detailed report ;) I'll take care of this one.
Hi Radostin! Thanks a lot for looking into it! We had a call with Bhavik today and he wants to see if we can use pstree helpers to solve this...