You are not logged in.
Pages: 1
http://en.wikipedia.org/wiki/CRIU:
Checkpoint/Restore In Userspace, or CRIU, is a software tool for Linux operating system. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.
Are there any chances that http://criu.org/Installation requirements for kernel configuration options would be satisfied in the default archlinux kernel? It require the following parameters to be turned on:
CONFIG_CHECKPOINT_RESTORE
CONFIG_UNIX_DIAG
CONFIG_INET_DIAG
CONFIG_PACKET_DIAG (looks like this one is still not in vanilla, but it is not very important though)
Offline
Why not check it ? I am not on my arch box, but it is simply
zcat /proc/config.gz and look for those parameters.
cheers
Last edited by cybertorture (2012-10-17 12:51:05)
O' rly ? Ya rly Oo
Offline
This parameters are not set in current config.gz on Archlinux. CRIU also require other parameters, like CONFIG_EPOLL, which are already turned on.
Offline
I mean, is it possible for guys who maintain the linux package to turn on this config options in it? I don't know would there be any side effects or not, and what policy the archlinux developers follow in the questions related to such experimental stuff in the kernel.
Offline
One way to find out - submit a feature request.
Offline
Hmm, yeah, I'm somehow forgot that there is a "Feature Request" feature in the bug tracker :-). Thanks.
Offline
Pages: 1