Radostin Stoyanov

Results 187 comments of Radostin Stoyanov
trafficstars

@adrianreber I believe this problem is related to the migration to v2 shim (https://github.com/moby/moby/pull/41546) and the implementation is similar to the `CheckpointContainer` function introduced with https://github.com/containerd/containerd/pull/6965. I am not sure...

> my app crashes in first few milliseconds, so it is not very convenient to pause the app, get its pid and feed it to ciru. > i used this...

@Luap99 This seems to be related to - https://github.com/checkpoint-restore/criu/pull/2625 - https://github.com/checkpoint-restore/criu/issues/2626

@Luap99 There is a patch in 6.16 that breaks CRIU (https://github.com/checkpoint-restore/criu/issues/2694). We plan to release a new version of CRIU with a fix soon (https://github.com/checkpoint-restore/criu/pull/2701).

Hi @giuseppe, thank you so much for your help! I've updated the pull request to fix the build failures. I am working with Adrian (@adrianreber) on enabling container checkpointing with...

> How would that be fixed? Avoiding the entire dlopen part for libcriu? Wouldn't be easier if libcriu is installed as well on the system? The error appears when libcriu...

>For some reason, CentOS Stream 10 still has criu-3.19. I believe @adrianreber updated the CRIU package to v4.1 recently in https://gitlab.com/redhat/centos-stream/rpms/criu/-/merge_requests/25