Re: [lxc-devel] Mailing-list move on Sunday 8th of December

2013-12-05 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): Hello, You are receiving this e-mail because you are currently subscribed to: lxc-devel@lists.sourceforge.net On this coming Sunday (8th of December), all LXC mailing-lists will be moved to a new home at: http://lists.linuxcontainers.org

[lxc-devel] [lxc/lxc] a02656: Make lxc-user-nic use mkifname

2013-12-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: a0265685269fa24387a8871151db84199028c715 https://github.com/lxc/lxc/commit/a0265685269fa24387a8871151db84199028c715 Author: Stéphane Graber stgra...@ubuntu.com Date: 2013-12-05 (Thu, 05 Dec 2013) Changed

[lxc-devel] [PATCH] Add support for new create=(dir, file) mount option

2013-12-05 Thread Stéphane Graber
Just like we already had optional, this adds two new LXC-specific mount flags: - create=dir (will do a mkdir_p on the path) - create=file (will do a mkdir_p on the dirname + a fopen on the path) This was motivated by some of the needed bind-mounts for the unprivileged containers.

[lxc-devel] [PATCH] conffile.c: Also clear text entries with no value

2013-12-05 Thread Stéphane Graber
Signed-off-by: Stéphane Graber stgra...@ubuntu.com --- src/lxc/confile.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 835153b..5f25e08 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -216,8 +216,12 @@ static int

[lxc-devel] [PATCH] Move some common Ubuntu config

2013-12-05 Thread Stéphane Graber
This introduces a new /usr/share/lxc/config directory containing common configuration snippets. The two Ubuntu templates are then simplified to just include the relevant entries avoiding a whole lot of hardcoded cgroup, capabilities and mount points configuration. An extra comment is also added

[lxc-devel] [PATCH] doc: Update Japanese lxc.conf(5)

2013-12-05 Thread KATOH Yasufumi
translate the untranslated paragraph Signed-off-by: KATOH Yasufumi ka...@jazz.email.ne.jp --- doc/ja/lxc.conf.sgml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ja/lxc.conf.sgml.in b/doc/ja/lxc.conf.sgml.in index ec24e2a..52b4fc8 100644 --- a/doc/ja/lxc.conf.sgml.in +++