Difference between revisions of "What software is supported"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
|- | |- | ||
| make and gcc || works || checked make -j kernel sources compilation | | make and gcc || works || checked make -j kernel sources compilation | ||
| + | |- | ||
| + | | tar and bz2 || works || checked creation of a pseudo-random tree archive | ||
|- | |- | ||
| git || in progress || - | | git || in progress || - | ||
Revision as of 11:23, 12 April 2012
This page describes what big and famous opensource software is checked to work with criu (i.e. -- can be dumped and restored).
| name | status | details |
|---|---|---|
| make and gcc | works | checked make -j kernel sources compilation |
| tar and bz2 | works | checked creation of a pseudo-random tree archive |
| git | in progress | - |
| sendmail | partially | tested without active connection |
| apache | planned | - |
| mysql | planned | this one seem to use CLONE_VM and thus requires object IDs and shared mm support |
| ssh and sshd | planned | sshd requires TCP listening sockets support, ssh -- connected and terminals |
| crond | planned | this one uses inotify, need to implement support |