Iago López Galeiras
Iago López Galeiras
`net_cls`, `net_prio` and `perf_event` have the same hierarchy (`0`) and so `rkt` will try to mount them together. However, on the host `net_cls` and `net_prio` seem to be mounted together...
Needs a rebase.
Sorry for the late response. I've been reading up on this for some time and the current state of things is confusing and untangling it seems complicated. Implementing native OCI...
This week has been very busy, I'll get back to you next week.
Since rkt is daemon-less and, when running a container, it does an `exec` there's no rkt code running when the container is running so there's no way for rkt to...
Let's try to update to v242
I can reproduce this reliably on Container Linux: ``` core@core-01 ~ $ sudo rkt run --dns=host kinvolk.io/aci/busybox Error: Mounting "/etc/rkt-resolv.conf" on "/opt/stage2/busybox/rootfs//etc/resolv.conf" failed: No such file or directory core@core-01 ~...
The error comes from rkt trying to parse `/proc/self/cgroup` to find the CPU controller and not finding it. Which seems to suggest you don't have the CPU controller enabled in...
Hi! I've tried to reproduce this problem but I couldn't, here's what I did. Starting from a clean system: ``` core@core-01 ~ $ ip a 1: lo: mtu 65536 qdisc...
I'm using 1.29.0 too: ``` core@core-01 ~ $ rkt version rkt Version: 1.29.0 appc Version: 0.8.11 Go Version: go1.9.4 Go OS/Arch: linux/amd64 Features: -TPM +SDJOURNAL ``` > Whereas I have...