Difference between revisions of "Installation"
Line 12: | Line 12: | ||
The '''crtools''' utility itself is hosted at [https://github.com/cyrillos/crtools github]. | The '''crtools''' utility itself is hosted at [https://github.com/cyrillos/crtools github]. | ||
− | Clone this repo to test new functionality. | + | Clone this repo to test new functionality. Anything but '''master''' branch are development |
+ | ones, don't refer on them. | ||
Also '''crtools''' requires some additional patches to be applied on the linux kernel. | Also '''crtools''' requires some additional patches to be applied on the linux kernel. |
Revision as of 07:18, 9 February 2012
What CRtools is
CRtools is an utility to checkpoint/restore process tree. Unlike checkpoint/restore implemented completely in kernel space, it tries to achieve the same target operating in user space. Since the tools and overall concept are still under heavy development stage there are some known limitations applied
- Only pure x86-64 environment is supported, no IA32 emulation allowed.
- There is no way to use cgroups freezer facility yet.
- No IPC checkpoint/restore supported, and network is under hard development stage.
Download crtools
The crtools utility itself is hosted at github. Clone this repo to test new functionality. Anything but master branch are development ones, don't refer on them.
Also crtools requires some additional patches to be applied on the linux kernel.
So clone linux-2.6-crtools.git, checkout crtools-3.3-rc2 branch and compile the kernel.
Configure the linux kernel
Make sure you have the following options turned on
- General setup -> Checkpoint/restore support (
CONFIG_CHECKPOINT_RESTORE
) - Networking support -> Networking options -> Unix domain sockets -> UNIX: socket monitoring interface (
CONFIG_UNIX_DIAG
) - Networking support -> Networking options -> TCP/IP networking -> INET: socket monitoring interface (
CONFIG_INET_DIAG
) - Processor type and features -> Enable generic object ID infrastructure (
CONFIG_GENERIC_OBJECT_ID
)
Note you might have to enable
- General setup -> Configure standard kernel features (expert users) (
CONFIG_EXPERT
)
option, which depends on
- General setup -> Embedded system (
CONFIG_EMBEDDED
)
(welcome to Kconfig reverse chains hell).
Using CR tools
Please see running CR tools article.
CR tools mailing list
If you're interested in CR tools development don't hesitate to subscribe to the CRtools mailing list which can be found here [1].