Re: [lxc-devel] [PATCH] handle unprivileged user calls more gracefully (v2)

2014-01-18 Thread Stéphane Graber
On Sat, Jan 18, 2014 at 01:31:14PM -0500, S.Çağlar Onur wrote: > On Sat, Jan 18, 2014 at 12:38 AM, S.Çağlar Onur wrote: > > On Sat, Jan 18, 2014 at 12:12 AM, Stéphane Graber > > wrote: > >> On Sat, Jan 18, 2014 at 12:03:19AM -0500, S.Çağlar Onur wrote: > >>> On Sat, Jan 18, 2014 at 12:00 AM, Sté

[lxc-devel] [lxc/lxc] c3f0f1: lxc-start: fix the container leak when daemonize

2014-01-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: c3f0f139e155f53c83e0a81f14094e9d0f40e8e9 https://github.com/lxc/lxc/commit/c3f0f139e155f53c83e0a81f14094e9d0f40e8e9 Author: Qiang Huang Date: 2014-01-18 (Sat, 18 Jan 2014) Changed paths: M src/lxc/lxccont

Re: [lxc-devel] [PATCH 2/2] daemon: remove pidfile when daemon container is stopped

2014-01-18 Thread Stéphane Graber
On Sat, Jan 18, 2014 at 03:00:00PM +0800, Qiang Huang wrote: > This is for bug: https://github.com/lxc/lxc/issues/89 > > When start container with daemon model, the daemon process's > father will return back to main in start time, and pidfile > is removed then, that's not right. > So we store pidf

Re: [lxc-devel] [PATCH 1/2] lxc-start: fix the container leak when daemonize

2014-01-18 Thread Stéphane Graber
On Sat, Jan 18, 2014 at 02:59:58PM +0800, Qiang Huang wrote: > When start container with daemon model, we'll have a new daemon > process in lxcapi_start, whose c->numthreads is 2, inherited > from his father. Even his father return to main(), the > lxc_container_put won't affect son's numthreads. >

Re: [lxc-devel] [PATCH] handle unprivileged user calls more gracefully (v2)

2014-01-18 Thread S . Çağlar Onur
On Sat, Jan 18, 2014 at 12:38 AM, S.Çağlar Onur wrote: > On Sat, Jan 18, 2014 at 12:12 AM, Stéphane Graber wrote: >> On Sat, Jan 18, 2014 at 12:03:19AM -0500, S.Çağlar Onur wrote: >>> On Sat, Jan 18, 2014 at 12:00 AM, Stéphane Graber >>> wrote: >>> > On Fri, Jan 17, 2014 at 11:58:17PM -0500, S.

[lxc-devel] [lxc/lxc] 7a49a0: plamo: Improve template

2014-01-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 7a49a081dd1d4f92e3c82df344709e3206457e46 https://github.com/lxc/lxc/commit/7a49a081dd1d4f92e3c82df344709e3206457e46 Author: KATOH Yasufumi Date: 2014-01-18 (Sat, 18 Jan 2014) Changed paths: M templates/lx

Re: [lxc-devel] [PATCH] plamo: Improve template

2014-01-18 Thread Stéphane Graber
On Sat, Jan 18, 2014 at 10:32:35PM +0900, KATOH Yasufumi wrote: > * make simple > * change default download site to http://ftp.ring.gr.jp > > Signed-off-by: TAMUKI Shoichi > Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber > --- > templates/lxc-plamo.in | 107 > +++---

[lxc-devel] [lxc/lxc] 33ddfc: Deprecate lxc-checkpoint, lxc-kill and lxc-restart

2014-01-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 33ddfc2adef00e3571137ef60d20de328e32d299 https://github.com/lxc/lxc/commit/33ddfc2adef00e3571137ef60d20de328e32d299 Author: Stéphane Graber Date: 2014-01-18 (Sat, 18 Jan 2014) Changed paths: M .gitignore

Re: [lxc-devel] templates and "common.conf"

2014-01-18 Thread Stéphane Graber
On Sat, Jan 18, 2014 at 06:44:24AM +0100, l...@zitta.fr wrote: > Hi, > > I was starting conversion to common.conf style for gentoo template. > I understand why ubuntu which has more than one template need factoring. > > I don't understand the point to do it for other "mono-template" distro : >

[lxc-devel] [PATCH] plamo: Improve template

2014-01-18 Thread KATOH Yasufumi
* make simple * change default download site to http://ftp.ring.gr.jp Signed-off-by: TAMUKI Shoichi Signed-off-by: KATOH Yasufumi --- templates/lxc-plamo.in | 107 +++-- 1 file changed, 41 insertions(+), 66 deletions(-) diff --git a/templates/lxc-pla