Radostin Stoyanov

Results 163 comments of Radostin Stoyanov

> If I issue a command with criu dump, I can see the logs clearly on the shell. But if I issue a command with docker checkpoint create, I can't...

Rebased on criu-dev branch and updated PR.

> Tests on CentOS7 stil fail with "TypeError: must be unicode, not str". @avagin Thanks for pointing it out. I fixed this error by adding the following import to all...

@Snorch Thank you for the comment. I removed `ldd.wait()` and changed `import builtins` to `from builtins import ...`

Thank you for catching this @Snorch! It looks like most of these were changes from other patches (e.g., https://github.com/checkpoint-restore/criu/pull/1642) that I missed when rebasing this patch. I have updated the...

@NoobTracker Following the steps above, I'm not able to replicate this error on Fedora 36 ([restore.log](https://github.com/checkpoint-restore/criu/files/9262869/restore.log)).

@NoobTracker from the messages in gitter it looks like the VNC example works on Fedora. If you have any further questions, please ask in gitter or to create a new...

> Probably we can instead don't allow --inherit-fd on 0-2 standard io fds? I remember having a similar discussion in https://github.com/checkpoint-restore/criu/pull/681

@PavloMykhailyshyn could you try adding `--tcp-close` to the dump command as well? (We recently [enabled](https://github.com/checkpoint-restore/criu/pull/1579) this option for dump as well.)

> #11 0x00007f01cac05b47 in SSL_read () from target:/lib/x86_64-linux-gnu/libssl.so.1.1 It looks like the process is stuck on `SSL_read()` reading from closed TCP socket. https://www.openssl.org/docs/man1.1.1/man3/SSL_read.html