User contributions
12 April 2013
Simple loop
no edit summary
+527
Simple loop
Created page with " $ cat > test.sh <<-EOF #!/bin/sh while :; do sleep 1 date done EOF $ chmod +x test.sh $ setsid ./test.sh < /dev/null &> test.log & [2] 2220 [2]+ Done ..."
1 April 2013
26 March 2013
20 February 2013
25 January 2013
21 January 2013
17 January 2013
How to submit patches
An example of patch message
How to submit patches
Signing your work
+9
SubmittingPatches
Avagin moved page SubmittingPatches to How to submit patches into the CRIU
How to submit patches
Avagin moved page SubmittingPatches to How to submit patches into the CRIU
mHow to submit patches
no edit summary
+17
How to submit patches
no edit summary
-210
6 January 2013
5 December 2012
4 December 2012
3 December 2012
30 October 2012
What software is supported
no edit summary
+43
What software is supported
no edit summary
-33
What software is supported
no edit summary
+56
What software is supported
no edit summary
+40
29 October 2012
COW
Avagin moved page COW to Copy-on-write memory
Copy-on-write memory
Avagin moved page COW to Copy-on-write memory
mCopy-on-write memory
no edit summary
+10
Copy-on-write memory
no edit summary
+203
Copy-on-write memory
no edit summary
+19
Copy-on-write memory
Created page with "=How it works now= ==Restoring== We have different ideas how to restore COW memory. In a moment we even thought to use KSM (Kernel Shared Memory) for that. As result we found ..."
File:Cow.png
A scheme of restoring copy-on-write memory
File:Cow.svg
A scheme of restoring copy-on-write memory
18 September 2012
Usage scenarios
Container live migration
+78
LXC
Example
+2
LXC
Prepare a Linux Container (CT)
+48
LXC
Example
+724
LXC
Installation
+194
LXC
Installation
-24
LXC
Installation
+2
LXC
Dump/Restore a Linux Container
-249
Installation
no edit summary
+218
LXC
Dump/Restore a Linux Container
+355
LXC
no edit summary
+36
LXC
no edit summary
+551
10 September 2012
4 September 2012
31 August 2012
16 August 2012
LXC
Created page with "=Requirements= * A console should be disabled (lxc.console = none) * udev should not run in CT ($ mv /sbin/udevd{,.bcp}) =Example= $ cat ~/test-lxc.conf lxc.console=none lxc...."
Todo
no edit summary
+219