- 05 Nov, 2008 1 commit
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> CONTRIBUTING file give the guidelines to submit patches to this project. MAINTAINERS contains the maintainer name and mailing list to send the patches. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 04 Nov, 2008 3 commits
-
-
dlezcano authored
Remove the CAP_SYS_BOOT capability from the bouding set, so we can poweroff, halt, reboot the container safely without shutting down the real host. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
To allow user to properly configure the location of lxcpath (/var/lxc), it should be build based on variable 'localstatedir' instead of 'prefix'. By default, localstatedir=$prefix/var localstatedir can be set by the user during configure: ./configure --localstatedir=/var Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
Exit instead of returning in child process. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 28 Oct, 2008 3 commits
- 26 Oct, 2008 1 commit
-
-
dlezcano authored
the installation prefix and by adding some extra path to search for the 'setcap' command.
-
- 24 Oct, 2008 7 commits
-
-
dlezcano authored
-
dlezcano authored
-
dlezcano authored
-
dlezcano authored
-
dlezcano authored
-
dlezcano authored
relies on the file capabilities, when the lxc commands are installed, the sys/net admin capabilities are given to these files. These capabilities are not available for the application running inside the container.
-
dlezcano authored
path of the child will be wrong in case of error.
-
- 23 Oct, 2008 2 commits
- 20 Oct, 2008 1 commit
-
-
dlezcano authored
compiled the kernel. It relies on /proc/config.gz, if it is not compiled, the command will simply fail. If a feature is missing but not mandatory, "disabled" keyword will appear in yellow, if it is mandatory, it will appear in "red", otherwise the key word "enabled" will appear in green.
-
- 18 Oct, 2008 1 commit
-
-
dlezcano authored
several readers can attend the events from one or several containers. The syntax of the command has been enhanced to interpret regular expressions. If you want to monitor foo, lxc-monitor -n foo is the right command. If you want to monitor foo and bar, you should specify lxc-monitor -n "foo|bar", if you want to monitor all containers with the name beginning with 'foo', you have to specify lxc-monitor -n "foo.*". More complex regexp can be specified in accordance with the POSIX definitions, man regex (7).
-
- 15 Oct, 2008 1 commit
-
-
dlezcano authored
-
- 09 Oct, 2008 2 commits
- 08 Oct, 2008 4 commits
- 07 Oct, 2008 3 commits
- 06 Oct, 2008 3 commits
- 04 Oct, 2008 2 commits
- 25 Sep, 2008 1 commit
-
-
dlezcano authored
-
- 24 Sep, 2008 1 commit
-
-
dlezcano authored
-
- 23 Sep, 2008 3 commits
- 19 Sep, 2008 1 commit
-
-
dlezcano authored
-