Cyrill Troxler
Cyrill Troxler
When trying to restore a container with a user namespace I run into the following issue: ``` [...] (00.000765) Warn (criu/namespaces.c:55): join-ns with user-namespace is not fully tested and dangerous...
I just tried to checkpoint a Go program with a simple HTTP server compiled with 1.24 and ran into this error: ``` (00.026522) Error (criu/sk-inet.c:130): inet: Unsupported proto 262 for...
When dumping a process with both `TCP_LISTEN` and `TCP_ESTABLISHED` sockets, it only dumps the `TCP_ESTABLISHED` one even though the flag `--tcp-established` is not set. The flags `--tcp-close` and also `--skip-in-flight`...