- 08 Jan, 2009 1 commit
-
-
dlezcano authored
From: Amy Griffis <amy.griffis@hp.com> Add error handling similar to remove_lxc_directory(). Signed-off-by:
Amy Griffis <amy.griffis@hp.com> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 05 Jan, 2009 7 commits
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Fix rpmlint warnings. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Increment minor version Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> For some distros (eg. opensuse), when installing with "make install", the localstatedir is not created. This modification makes this directory to be created at the install time. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Ignore files copied by libtool Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Different interface exists for the freezer, "RUNNING" or "THAWED" should be written to the freezer file, so in case "THAWED", we fall back to "RUNNING". That allows to support older freezer kernel interface for 2.6.27. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Remove the files which are provided by libtool and automake. libtoolize has been added to 'bootstrap' command. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 14 Dec, 2008 2 commits
-
-
dlezcano authored
From: Michel Normand <michel.mno@free.fr> I do not understand the purpose of this file in the doc/ subdir seems to be useless. Signed-off-by:
Michel Normand <michel.mno@free.fr> Signed-off-by:
Daniel Lezcano <daniel.lezcano@free.fr>
-
dlezcano authored
From: Michel Normand <michel.mno@free.fr> Add FAQ to the dist tarball. Signed-off-by:
Michel Normand <michel.mno@free.fr> Signed-off-by:
Daniel Lezcano <daniel.lezcano@free.fr>
-
- 13 Dec, 2008 2 commits
-
-
dlezcano authored
From: Michel Normand <michel_mno@laposte.net> Add more files to .cvsignore, especially the new created files. Signed-off-by:
Michel Normand <michel_mno@laposte.net> Signed-off-by:
Daniel Lezcano <daniel.lezcano@free.fr>
-
dlezcano authored
From: Michel Normand <michel_mno@laposte.net> Add an entry in the FAQ about libtool problem on Ubuntu 8.10 Signed-off-by:
Michel Normand <michel_mno@laposte.net> Signed-off-by:
Daniel Lezcano <daniel.lezcano@free.fr>
-
- 09 Dec, 2008 8 commits
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Enforce selinux to disabled Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Check the libpcap devel is installed Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Changed the lxc-debian script to accept empty password for ssh connection, and to not share the /dev directory with the system. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Changed to access the console to the rootfs directly. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added /dev/ptmx to the devices.allow list. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Use the list_add_tail function to add the elements at the end of the list so when the cgroup elements are setup, they will be stored in the file in the right order. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the list_add_tail function to add an element at the end of the list. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added thed cgroup whitelist configuration for a debian container. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 08 Dec, 2008 1 commit
-
-
dlezcano authored
From: Michel Normand <michel_mno@laposte.net> The FAQ file to be filled. Signed-off-by:
Michel Normand <michel_mno@laposte.net> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 03 Dec, 2008 1 commit
-
-
dlezcano authored
-
- 01 Dec, 2008 2 commits
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Expand the configure variable specifying the directories in order to use them directly in the scripts. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Fix some typos. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 30 Nov, 2008 3 commits
- 28 Nov, 2008 1 commit
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added a directory called 'scripts' where is stored two helpers. The first one allows to create a mini debian container and the second one to create a sshd container. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 27 Nov, 2008 1 commit
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the script lxc-debian to the package. This command allows to debootstrap a debian minimal and configure a container to run it. Several debian can be installed by invoking the command with a different container name. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 26 Nov, 2008 7 commits
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the plugin header for the checkpoint/restart. That will allow to integrate different CR solutions. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Make the script to call itself, so we can unshare the mount points safely, they will be automatically unmounted when the command finish. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> lt-lxc-unshare <options> [command] Options are: -f : fork and unshare (automatic when unsharing the pids) -m : unshare the mount points -p : unshare the pids -h : unshare the utsname -i : unshare the sysv ipc -n : unshare the network -u <id> : unshare the users and set a new id if -f or -p is specified, <command> is mandatory) Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Add sys admin capability to lxc-netstat to mount /proc/net. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Remove annoying compilation message Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Remove ';' symbol at the end of the macro. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Remove annoying compilation messages and fix tty for the restart. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 25 Nov, 2008 4 commits
-
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> When an user tries to look at the pids or network information belonging to a container not owned by the user. The command silently fails, I changed that to check the read permission, display an error and exit. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Add the readonly and noexec options for the mount points. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
dlezcano authored
From: Cedric Le Goater <clg@fr.ibm.com> Plugin for columbia CR. Signed-off-by:Cedric Le Goater <clg@fr.ibm.com>
-
dlezcano authored
From: Daniel Lezcano <dlezcano@fr.ibm.com> Retrieve the ttyname and pass it to the lxc_setup function. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-