Re: [lxc-devel] [PATCH] Call dbus_threads_init_default before doing any other dbus calls

2014-03-05 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Otherwise concurrent start/stop operations fails > > Signed-off-by: S.Çağlar Onur I believe you nacked this yourself in the other thread right? > --- > src/lxc/cgmanager.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/lxc/cgmanager

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > On Wed, Mar 5, 2014 at 11:16 PM, S.Çağlar Onur wrote: > > On Wed, Mar 5, 2014 at 11:08 PM, Serge Hallyn > > wrote: > >> Quoting S.Çağlar Onur (cag...@10ur.org): > >>> On Wed, Mar 5, 2014 at 3:58 PM, Stéphane Graber > >>> wrote: > >>> > On Wed, Mar 05,

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread S . Çağlar Onur
On Wed, Mar 5, 2014 at 11:16 PM, S.Çağlar Onur wrote: > On Wed, Mar 5, 2014 at 11:08 PM, Serge Hallyn wrote: >> Quoting S.Çağlar Onur (cag...@10ur.org): >>> On Wed, Mar 5, 2014 at 3:58 PM, Stéphane Graber wrote: >>> > On Wed, Mar 05, 2014 at 10:38:49AM -0500, Stéphane Graber wrote: >>> >> On Tue

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread S . Çağlar Onur
On Wed, Mar 5, 2014 at 11:08 PM, Serge Hallyn wrote: > Quoting S.Çağlar Onur (cag...@10ur.org): >> On Wed, Mar 5, 2014 at 3:58 PM, Stéphane Graber wrote: >> > On Wed, Mar 05, 2014 at 10:38:49AM -0500, Stéphane Graber wrote: >> >> On Tue, Feb 25, 2014 at 07:53:06PM -0500, Stéphane Graber wrote: >>

[lxc-devel] [PATCH] Call dbus_threads_init_default before doing any other dbus calls

2014-03-05 Thread S . Çağlar Onur
Otherwise concurrent start/stop operations fails Signed-off-by: S.Çağlar Onur --- src/lxc/cgmanager.c | 4 1 file changed, 4 insertions(+) diff --git a/src/lxc/cgmanager.c b/src/lxc/cgmanager.c index e7407d8..b4abb47 100644 --- a/src/lxc/cgmanager.c +++ b/src/lxc/cgmanager.c @@ -94,6 +94,1

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > On Wed, Mar 5, 2014 at 3:58 PM, Stéphane Graber wrote: > > On Wed, Mar 05, 2014 at 10:38:49AM -0500, Stéphane Graber wrote: > >> On Tue, Feb 25, 2014 at 07:53:06PM -0500, Stéphane Graber wrote: > >> > Hello, > >> > > >> > Ideally, I'd like to have LXC 1.0

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread S . Çağlar Onur
On Wed, Mar 5, 2014 at 3:58 PM, Stéphane Graber wrote: > On Wed, Mar 05, 2014 at 10:38:49AM -0500, Stéphane Graber wrote: >> On Tue, Feb 25, 2014 at 07:53:06PM -0500, Stéphane Graber wrote: >> > Hello, >> > >> > Ideally, I'd like to have LXC 1.0.1 out in the next week or so with all >> > of the fi

[lxc-devel] [lxc/lxc] b711e4: add missing return false on error path

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: b711e4af87ba196e2c4e17335319c909b312a5c8 https://github.com/lxc/lxc/commit/b711e4af87ba196e2c4e17335319c909b312a5c8 Author: Serge Hallyn Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M src/lxc/cgmana

[lxc-devel] [lxc/lxc] 1da0ad: fix console stdin,stdout,stderr fds

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 1da0ad1e0adff18c6d588772146eb054440db95b https://github.com/lxc/lxc/commit/1da0ad1e0adff18c6d588772146eb054440db95b Author: Dwight Engen Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M src/lxc/consol

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread Stéphane Graber
On Wed, Mar 05, 2014 at 10:38:49AM -0500, Stéphane Graber wrote: > On Tue, Feb 25, 2014 at 07:53:06PM -0500, Stéphane Graber wrote: > > Hello, > > > > Ideally, I'd like to have LXC 1.0.1 out in the next week or so with all > > of the fixes we stacked since the 1.0 release last month. > > > > On t

Re: [lxc-devel] [PATCH] fix console stdin,stdout,stderr fds

2014-03-05 Thread Stéphane Graber
On Wed, Mar 05, 2014 at 03:48:39PM -0500, Dwight Engen wrote: > The fds for stdin,stdout,stderr that we were leaving open for /sbin/init > in the container were those from /dev/tty or lxc.console (if given), which > wasn't right. Inside the container it should only have access to the pty > that lxc

[lxc-devel] [PATCH] fix console stdin,stdout,stderr fds

2014-03-05 Thread Dwight Engen
The fds for stdin,stdout,stderr that we were leaving open for /sbin/init in the container were those from /dev/tty or lxc.console (if given), which wasn't right. Inside the container it should only have access to the pty that lxc creates representing the console. This was noticed because busybox's

[lxc-devel] [PATCH RFC] apparmor: auto-generate the blacklist rules

2014-03-05 Thread Serge Hallyn
This uses the generate-apparmor-rules.py script I sent out some time ago to auto-generate apparmor rules based on a higher level set of block/allow rules. Add apparmor policy testcase to make sure that some of the paths we expect to be denied (and allowed) write access to are in fact in effect in

Re: [lxc-devel] Priorities for LXC 1.0.1

2014-03-05 Thread Stéphane Graber
On Tue, Feb 25, 2014 at 07:53:06PM -0500, Stéphane Graber wrote: > Hello, > > Ideally, I'd like to have LXC 1.0.1 out in the next week or so with all > of the fixes we stacked since the 1.0 release last month. > > On top of those, the following issues have been mentioned a few times > and we prob