Alexander Mikhalitsyn

Results 325 comments of Alexander Mikhalitsyn

Thanks @slimm609! I've workarounded it by adding `ulimit -n 1024000` just before `yum install ...` in the Dockerfile. It's more convenient rather than changing docker daemon service configuration at least...

Hi @mironov-stripe! Thanks for your detailed report! I'll take a look on this and see if we can support that as a common case. Couldn't you clarify, how you attached...

Hi, please provide dump.log and show how you issuing criu command (all arguments).

Looks like your process (pid=24987) have recieved SIGBUS signal: ``` $ cat mips/include/uapi/asm/signal.h | grep 10 #define SIGBUS 10 /* BUS error (4.2 BSD). */ ``` It may mean that...

It looks like victim process crashes here: ``` static int parasite_init_daemon(struct parasite_ctl *ctl) { ... if (prepare_tsock(ctl, pid, args)) goto err; /* after this we can catch parasite errors in...

@Aatrox00, couldn't you try to revert commit ("compel: don't mmap parasite as RWX"), rebuild CRIU (please use `make clean && make` to perform full rebuild including parasite blob) and run...

@Aatrox00 >As for providing access to the machine, since it doesn't own a public ip address, it cant be accessed through ssh. That's not a problem for us ;) We...

Ok then I will try to reproduce this on Qemu VM. Upd. @Aatrox00 which GNU/Linux distro you've used on your mips machine?

Hi @Aatrox00, I've experimented with MIPS in VM on amd64. Sigh. :) First of all, `qemu-system-mips64el -cpu Loongson-3A4000` doesn't work for me at all (it doesn't start kernel boot). Ok,...

Hi @Aatrox00, I've returned from vacation :) All fine. Sure, I'm ready to take a look. We can contact in our Gitter https://gitter.im/save-restore/CRIU or Google Hangouts, email and so on....