- 06 Jul, 2010 2 commits
-
-
Tushar Gohad authored
Signed-off-by:
Tushar Gohad <tgohad@mvista.com> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
If the pdeath signal is set after the synchro we have a window where the parent exits with the pdeath signal not set. In order to avoid that, we have to move the prctl before the synchro with the parent so if the parent exits before we can set the pdeath signal, the synchro will fail in any case and the container startup will be aborted. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 24 Jun, 2010 3 commits
-
-
Daniel Lezcano authored
Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Remove this options as by default container console goes to the tty or /dev/null if not available. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ciprian Dorin, Craciun authored
Hello all! This bug stalked me for a while, but only now it bit me quite badly... (Lost about an hour of work...) So the culprit: inside the fstab file for the `lxc.mount` option I can use options like `ro` together with `bind`. Unfortunately the kernel just laughs in my face and ignores any options I've put in there... :) But not any more: I've updated `./src/lxc/conf.c` (`mount_file_entries` function) so that when it encounters a `bind` option it executes it twice (one without any extra options, and a second time with the remount flag set.) I've marginally (as in my particular case) tested it and it works. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 22 Jun, 2010 2 commits
-
-
Daniel Lezcano authored
Mount some systemm fs for the container. By default, /proc is no longer mounted in debian. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Fix default console output fall into the current tty. Otherwise fall to /dev/null if no tty is available. Fix at the same time, Xorg take 100% cpu. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 17 Jun, 2010 5 commits
-
-
Daniel Lezcano authored
We change the initial pointer when parsing the line, the address we are trying to free is modified in case there are blanks before an option. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Fixed the sshd template example. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Finally, I did it :) Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Changed the directory location for documents. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Add missing documenation about the console output. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 16 Jun, 2010 4 commits
-
-
Panagiotis H.M. Issaris authored
Forgotten part of commit d674be08Signed-off-by:
Panagiotis H.M. Issaris <takis@issaris.org> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Fix bad comparison. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 14 Jun, 2010 1 commit
-
-
Andrew Phillips authored
Improve resiliency of utmp.c to removal of /var/run/utmp Add shutdown timer as we transition to shutdown from running to check for the number of tasks remaining. Improve container state handling. We can't rely on the previous runlevel being maintained properly. Signed-off-by:
Andrew Phillips <Andrew.Phillips@lmax.com> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 11 Jun, 2010 3 commits
-
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
The mnt directory has a good chance to already exist in the new root filesystem, so creation and removal can be avoided. This also eases use of read only root filesystems (no configuration necessary). Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 07 Jun, 2010 14 commits
-
-
Daniel Lezcano authored
Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Return a negative instead of a positive value. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Pointer comparison is buggy as they are never null. For an ipv6 address configuration, we always zeroed the structure, hence the bcast and acast structure are equal to in6addr_any. Any change of this value means the user specified something different in the configuration file, so we fail gracefully. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Ferenc Wagner authored
Signed-off-by:
Ferenc Wagner <wferi@niif.hu> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Update the fedora template in order to call it from the lxc-create script. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Let's do like the ubuntu template and generate locales automatically. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
The default ssh upstart configuration makes the daemon to respawn either if we are shutdowning. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Wilhelm Meier authored
Improved and cleanup the ubuntu template. Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by:
Wilhelm Meier <wilhelm.meier@fh-kl.de>
-
Daniel Lezcano authored
At present the lxc-{template} scripts are installed in the $bindir. This is not the right place as specified by the FHS, so they go to $libdir/lxc/templates. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Added console login Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Andrew Phillips authored
After I resynced to git head I noticed that this commit; http://lxc.git.sourceforge.net/git/gitweb.cgi?p=lxc/lxc;a=commit;h=d674be08d4b282bb4717c51440811e39d3c2431e broke the rpm build. This patch fixes this. Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by:
Andrew Phillips <Andrew.Phillips@lmax.com>
-
- 02 Jun, 2010 3 commits
-
-
Willem Meier authored
- Make /var/run not a tmpfs - Generate and update locales - Be less verbose - Remove apt-utils package Signed-off-by:
Willem Meier <wilhelm.meier@fh-kl.de> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Greg Kurz authored
Signed-off-by:
Greg Kurz <gkurz@fr.ibm.com> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
Michel Normand authored
so rewrite it to its minimum Signed-off-by:
Michel Normand <normand@fr.ibm.com> Signed-off-by:
Daniel Lezcano <dlezcano@fr.ibm.com>
-
- 01 Jun, 2010 3 commits
-
-
Daniel Lezcano authored
Fix various bug with the busybox template: * add a warning when busybox is not statically linked * delete the password for root (chpasswd is not available for all busybox) * add the new pts option Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
Change default root password to 'root' and generate locales automatically Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-
Daniel Lezcano authored
- Fixed rootfs path. - Removed network section, it should to be passed to the lxc-create configuration option in order to concatenate the configuration files - Generate en_US local instead of de_DE Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
-