Giuseppe Scrivano

Results 310 comments of Giuseppe Scrivano

for containers we report back the original name that was used in the request (`RawInput`), e.g.: ```go // ContainerStartReport describes the response from starting // containers from the cli type...

/override 'Total Success'

/override "Total Success"

> * Will this create any issue? yes that won't work. You are creating the mount in the wrong namespace. You need first to open the mount on the host,...

let's continue the discussion and close the issue as it appears to be something specific to your configuration

thanks, I think this is just something broken in composefs. I'll take a look

> [Failing rootless](https://api.cirrus-ci.com/v1/artifact/task/6219406760476672/html/int-podman-rawhide-rootless-host-sqlite.log.html): > > ``` > Error: configure storage: composefs is not supported in user namespaces > ``` > > This is with c-storage @ main as of this...

I think the root cause is the same, and the network file system doesn't work well with local capabilities. Please do a test like: ``` # mount -t efs -o...

please strace the command and report the failing syscall. You can do it by running `strace -o /tmp/podman.log -f -v -s 1000 -Z podman images` and attach the `/tmp/podman.log` file...

``` 100 openat(AT_FDCWD, "/var/lib/mycontainers/overlay-images/images.lock", O_RDONLY|O_CREAT|O_CLOEXEC, 0644) = -1 EACCES (Permission denied) ``` This error depends on your file system, it looks like it doesn't honor CAP_DAC_OVERRIDE, and the look up...