-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A "--tcp-established" Error ? #2535
Comments
This sounds like a docker problem. You should submit a patch to get the You could try Podman which exposes the |
1、Sorry, docker containers must be used in my business environment. What should I do? Add tcp-established to the "/etc/criu/runc.conf" / "~/.criu/default.conf" / "/etc/criu/default.conf" file? 2、I have done these: master:/home/sufen/criu/criu-3.10 # cat /etc/criu/runc.conf master:/home/sufen/criu/criu-3.10 # cat ~/.criu/default.conf master:/home/sufen/criu/criu-3.10 # cat /etc/criu/default.conf 3、But I also got the error: 4、What should I do next to fix this error? |
You docker version is from 2020 and CRIU is from 2018. This just too old. Update to the latest versions. |
Unfortunately, my company uses Docker 18.09.0 as the container for the entire system, so I can't use the advanced Docker version. 1、my runc verion is 1.1.5, is that a runc problem? (1)command: 2、by the way, which criu version should I choose? Can you recommend a criu version to me? ty |
The latest |
1、Okay, is the latest version 4.0? When I use "make", I got an error. (1)command: (2)How can I solve this error? (3)by the way, Can you recommend a version mapping between docker and criu to me? i will try. ty |
Please let us know which OS you are using. You are making it really difficult without providing some information about your environment. But it seems like everything is just too old. |
im using SUSE 15 & 4.12.14-23-default |
(1)Can you recommend a linux system version + docker version + criu version mapping table to me? I will reinstall my linux system so that I can successfully use criu for my docker container? (2)And one more question, Do you know that the Euler system can use the CRIU function? For example, the 5.10.0-136.12.0.86.h1903.eulerosv2r12.x86_64 version |
I use it on Fedora. The combination with Podman works pretty good. |
A friendly reminder that this issue had no activity for 30 days. |
1、First try:
(1) command:
docker checkpoint create sufen-t-05 sufen-t-05-ck1
(2)Error:
Error response from daemon: Cannot checkpoint container sufen-t-04: runc did not terminate sucessfully: criu failed: type NOTIFY errno 0 path= /run/containerd/io.containerd.runtime.v1.linux/moby/c81365be49b12e82b367a98530cb6c03a6ffb39ecdbbd1e8947eb759d33fb4ac/criu-dump.log: unknown
(00.031195) Error (criu/sk-inet.c:181): Connected TCP socket, consider using --tcp-established option.
(00.031241) ----------------------------------------
(00.031255) Error (criu/cr-dump.c:1344): Dump files (pid: 13164) failed with -1
2、Second try:
(1)command:
docker checkpoint create --tcp-established sufen-t-05 sufen-t-05-ck1
(2)Error:
unknown flag: --tcp-established
See 'docker checkpoint create --help'.
3、env
docker version : 19.03.13
criu : 3.10
4、Question:how to solve this error or how to use "--tcp-established option"?
The text was updated successfully, but these errors were encountered: