Radostin Stoyanov
Radostin Stoyanov
Hi @adityacloud This is not an issue with CRIU. See containerd/containerd#2053 It is not yet implemented in [docker:](https://github.com/moby/moby/blob/2b1a2b10afce6ba251d096cfdbd642fc436120ef/daemon/start.go#L115-L118) ```Go if checkpointDir != "" { // TODO(mlaventure): how would we support...
Hi @itay-grudev, thank you opening this issue! Is this specific to Mac users? `dev/ssl_linux.go`: ```go func TrustCert(cert string) error { fmt.Printf("! Add %s to your browser to trust CA\n", cert)...
This error is reported from this line [t4p4s.sh#L288](https://github.com/P4ELTE/t4p4s/blob/18e5fd67de8e43824d32c96bce630575aef93b05/t4p4s.sh#L288) Could you please check if t4p4s.service has been stopped (with `systemctl status t4p4s.service`)? Alternatively, you can disable the service and reboot. ```console...
> Error: Was asked to reserve 1024 hugepages, got only 693 (error code: 1) This error indicates that `t4p4s.sh` has failed to [reserve enough hugepages](https://doc.dpdk.org/guides/linux_gsg/sys_reqs.html#linux-gsg-hugepages). It is not related to...
> I am curious though why this limitation exists. Nicolas discussed this limitation at LPC: https://youtu.be/fSyr_IXM21Y?t=2928
@Aatrox00 do you see this error with CRIU 3.16 as well?
Hmm, interesting. We currently have a simple test for cross compilation (`.github/workflows/cross-compile.yml`), perhaps we need to extend it (or create one) to run zdtm tests as well.
https://lkml.org/lkml/2019/7/29/1699
@dineshputchala the patch series for time namespace is not merged upstream yet. The link above is to the latest version of this patch series.
> we used "dd" command to read the same image, it just takes 0.5 second `dd` would only read the image, `criu` needs to do more than that to restore...