[CRIU] CRIU in ArchLinux
Andrew Grigorev
andrew at ei-grad.ru
Wed Oct 17 10:26:00 EDT 2012
Vote for https://bugs.archlinux.org/task/32029 :-)
Is there something else required for CRIU to work somehow on vanilla linux?
ps. restorer.c is not compiling under GCC 4.7.2 and glibc 2.16:
restorer.c: In function ‘__export_restore_task’:
restorer.c:318:20: error: assignment from incompatible pointer type
[-Werror]
I applied the following ugly patch on crtools-0.2/include/types.h:
90,91c90,92
< struct siginfo;
< typedef void rt_signalfn_t(int, struct siginfo *, void *);
---
> #include <signal.h>
>
> typedef void rt_signalfn_t(int, siginfo_t *, void *);
Is it ok?
ps2. Which branch on
http://git.kernel.org/?p=linux/kernel/git/gorcunov/linux-cr.git;a=summary is
actual now? http://criu.org/Installation says that 3.6-rc5 should be
used, but crtools-3.6 is the most recent...
--
Andrew
More information about the CRIU
mailing list