Giuseppe Scrivano
Giuseppe Scrivano
> Cc: @giuseppe @nalind @mheon > > But then again, would this impact plans for [containers/buildah#4010](https://github.com/containers/buildah/issues/4010) ? Do we instead need to start seriously caring? Cc: @sebsoto I am in...
can you share the result of: ``` podman unshare cat /proc/self/uid_map ``` does it reflect the configuration you've in `etc/subuid`? If not, please run `podman system migrate` and try again,...
try dropping `UIDMap=0:1:50` or adjust the size to have a bigger size, e.g. `UIDMap=0:1:4096`
@kolyshkin should we close this?
> In particular what I'd say here is I have a sense that if we're breaking compatibility on the compression side, we may as well also actually look at a...
yes, we need to use the new interface provided by libfuse. Unfortunately, it will work only for the root user, which is not a common use case for fuse-overlayfs
I think the reason is the one highlighted in the inline comment: ``` /* TODO: relax CAP_SYS_ADMIN once backing files are visible to lsof */ ``` The interface could be...
looks like it is being tracked in https://github.com/opencontainers/runc/issues/4798
what is the underlying filesystem on `/media/axet/2TB/Games/proton903`?
thanks. I am still not able to reproduce locally. Can you please share the output of `cat /proc/self/mountinfo`, then run `podman unshare strace -e symlinkat -s 1000 -o log -f...