Timothée Ravier
Timothée Ravier
I need to re-do testing with all variants
(Still planning to do a last round of testing but haven't had the time yet).
I've tested that with 4 variants and it worked so far. Will merge on Monday to be able to do follow-up changes as needed.
To help you here we would probably need: - Output of `podman version` - Output of `podman info --debug` - Package info (e.g. output of `rpm -q podman` or `apt...
Is there anything specific that requires that you rebuild the cosa container? If not, maybe you can start with the builds from quay.io until this is resolved. Otherwise I would...
Note: AWS only refreshes the console output after shutdown, after termination, and 5 minutes after boot thus polling would need to start around this time (thanks @bgilbert). I don't think...
The new serial console support in AWS for Nitro instances might help move this issue forward: https://aws.amazon.com/blogs/aws/troubleshoot-boot-and-networking-issues-with-new-ec2-serial-console/
Is `/dev/kvm` o+rw on Debian? ``` $ ls -alh /dev/kvm crw-rw-rw-. 1 root kvm 10, 232 Oct 18 19:52 /dev/kvm ```
When running rootless container with podman, the root user inside the container will be mapped to the current user outside the container and non-root users inside will be mapped according...
> Is that statement accurate when doing `--uidmap=1000:0:1 --uidmap=0:1:1000 --uidmap 1001:1001:64536` in the podman invocation? Please see my initial post for context. My understanding is that maps UID 1000 in...