[lxc-devel] Fixed: lxc/lxc#639 (master - 4a7e5f4)

2014-08-15 Thread Travis CI
Build Update for lxc/lxc - Build: #639 Status: Fixed Duration: 1 minute and 15 seconds Commit: 4a7e5f4 (master) Author: Stéphane Graber Message: Fix typo in the previous commit... Signed-off-by: Stéphane Graber View the changeset: https://github.com/lxc/lxc

[lxc-devel] [lxc/lxc] 48e60d: doc: add lxc.console.logpath to Japanese lxc.conta...

2014-08-15 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 48e60dfeeff0f9c0841e263f4d70dcaf38f6b3c6 https://github.com/lxc/lxc/commit/48e60dfeeff0f9c0841e263f4d70dcaf38f6b3c6 Author: KATOH Yasufumi Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M doc/ja/lxc.c

[lxc-devel] Broken: lxc/lxc#638 (master - c08220e)

2014-08-15 Thread Travis CI
Build Update for lxc/lxc - Build: #638 Status: Broken Duration: 48 seconds Commit: c08220e (master) Author: Micahel J. Evans Message: Add extra debugging This is an hybrid between Micahel's original patch and me making the new debugging statements look like ou

[lxc-devel] [lxc/lxc] 4a7e5f: Fix typo in the previous commit...

2014-08-15 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 4a7e5f4f2043e28bcd28ce076543359b2eb8be0e https://github.com/lxc/lxc/commit/4a7e5f4f2043e28bcd28ce076543359b2eb8be0e Author: Stéphane Graber Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M src/lxc/sta

Re: [lxc-devel] [PATCH] lxc-test-unpriv: test lxc-clone -s

2014-08-15 Thread Stéphane Graber
On Thu, Aug 14, 2014 at 09:36:01PM +, Serge Hallyn wrote: > This would have caught a regression in Ubuntu's 3.16 kernel. > > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber > --- > src/tests/lxc-test-unpriv | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > dif

Re: [lxc-devel] [PATCH 2/2] coverity: malloc the right size for btrs_node tree

2014-08-15 Thread Stéphane Graber
On Mon, Aug 11, 2014 at 02:10:59PM +, Serge Hallyn wrote: > We were allocating sizeof(tree) instead of sizeof(*tree). > > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber > --- > src/lxc/bdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/lxc/bdev.c b

Re: [lxc-devel] [PATCH 1/2] coverity: don't use newname after null check

2014-08-15 Thread Stéphane Graber
On Mon, Aug 11, 2014 at 02:10:04PM +, Serge Hallyn wrote: > Actually, get rid of the temporary variables, and set newname > and lxcpath to usable values if they were NULL. > > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber > --- > src/lxc/lxccontainer.c | 16 +--- > 1 f

Re: [lxc-devel] [PATCH] doc: add lxc.console.logpath to Japanese lxc.container.conf(5)

2014-08-15 Thread Stéphane Graber
On Mon, Aug 11, 2014 at 07:49:26PM +0900, KATOH Yasufumi wrote: > Update for commit 96f15ca > > Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber > --- > doc/ja/lxc.container.conf.sgml.in | 22 ++ > 1 file changed, 18 insertions(+), 4 deletions(-) > > diff --git a/d

[lxc-devel] [lxc/lxc] 206a25: ubuntu: Check that btrfs is actually available

2014-08-15 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 206a255e17ab51f7fde49da0c286492398233167 https://github.com/lxc/lxc/commit/206a255e17ab51f7fde49da0c286492398233167 Author: Stéphane Graber Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M templates/l

Re: [lxc-devel] Starting lxc via systemd on openSUSE: "action: command not found"

2014-08-15 Thread Michael H. Warfield
This is going to be addressed in an upcoming patch. It was a failure in an earlier patch from another individual. On Wed, 2014-08-13 at 21:22 +0200, Johannes Kastl wrote: > Hi everyone, > > I tried to get some lxc containers to start on openSUSE, but could not > get the systemd-service to start:

Re: [lxc-devel] [PATCH 1/1] chmod container dir to 0750

2014-08-15 Thread Stéphane Graber
Sure, I'll update the subject. On Fri, Aug 15, 2014 at 08:41:19PM +, Serge Hallyn wrote: > So, Stéphane, when you apply this, can you change the subject to > '0770'? Or if you prefer I resend please let me know. > > Quoting Dwight Engen (dwight.en...@oracle.com): > > On Thu, 14 Aug 2014 18:2

Re: [lxc-devel] [PATCH 1/1] chmod container dir to 0750

2014-08-15 Thread Serge Hallyn
So, Stéphane, when you apply this, can you change the subject to '0770'? Or if you prefer I resend please let me know. Quoting Dwight Engen (dwight.en...@oracle.com): > On Thu, 14 Aug 2014 18:29:55 + > Serge Hallyn wrote: > > > This prevents u2 from going into /home/u1/.local/share/lxc/u1/r

Re: [lxc-devel] [PATCH 1/1] cgmanager get/set: clean up child (v2)

2014-08-15 Thread Dwight Engen
On Fri, 15 Aug 2014 19:22:02 + Serge Hallyn wrote: > (Thanks, Dwight, this one look right?) > > Make sure we reap our child at cgm_{s,g}et. > > Changelog: Fix change in behavior on empty read from the do_cgm_get() >helper that was spotted by Dwight. > > Signed-off-by: Serge Hal

[lxc-devel] [PATCH 1/1] cgmanager get/set: clean up child (v2)

2014-08-15 Thread Serge Hallyn
(Thanks, Dwight, this one look right?) Make sure we reap our child at cgm_{s,g}et. Changelog: Fix change in behavior on empty read from the do_cgm_get() helper that was spotted by Dwight. Signed-off-by: Serge Hallyn --- src/lxc/cgmanager.c | 30 +- 1 file

Re: [lxc-devel] [PATCH] cgmanager get/set: clean up child

2014-08-15 Thread Dwight Engen
On Fri, 15 Aug 2014 16:20:06 + Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > On Thu, 14 Aug 2014 21:56:04 + > > Serge Hallyn wrote: > > > > > Make sure we reap our child at cgm_{s,g}et. > > > > > > Not doing this resulted in a defunct child of Tycho's > > >

Re: [lxc-devel] [PATCH] cgmanager get/set: clean up child

2014-08-15 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Thu, 14 Aug 2014 21:56:04 + > Serge Hallyn wrote: > > > Make sure we reap our child at cgm_{s,g}et. > > > > Not doing this resulted in a defunct child of Tycho's > > lxc-restore. > > > > Signed-off-by: Serge Hallyn > > Acked-by: Dwight

Re: [lxc-devel] [PATCH 1/1] chmod container dir to 0750

2014-08-15 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Thu, 14 Aug 2014 18:29:55 + > Serge Hallyn wrote: > > > This prevents u2 from going into /home/u1/.local/share/lxc/u1/rootfs > > and running setuid-root applications to get write access to u1's > > container rootfs. > > Hey Serge, > > Sub

Re: [lxc-devel] [PATCH] lxc-autostart-helper working even if action is not available

2014-08-15 Thread Michael H. Warfield
On Fri, 2014-08-15 at 16:52 +0200, Johannes Kastl wrote: > On 14.08.2014 22:01 Johannes Kastl wrote: > > Basically, Martins patch just does an > > > > echo "..." "bindir"/lxc-autostart ... > > > > But it does not execute the lxc-autostart command itself. > The attached patch introduces an if-cl

[lxc-devel] [PATCH] lxc-autostart-helper working even if action is not available

2014-08-15 Thread Johannes Kastl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14.08.2014 22:01 Johannes Kastl wrote: > Basically, Martins patch just does an > > echo "..." "bindir"/lxc-autostart ... > > But it does not execute the lxc-autostart command itself. The attached patch introduces an if-clause, and if action is n

Re: [lxc-devel] [PATCH] cgmanager get/set: clean up child

2014-08-15 Thread Dwight Engen
On Thu, 14 Aug 2014 21:56:04 + Serge Hallyn wrote: > Make sure we reap our child at cgm_{s,g}et. > > Not doing this resulted in a defunct child of Tycho's > lxc-restore. > > Signed-off-by: Serge Hallyn Acked-by: Dwight Engen (with one question below) > --- > src/lxc/cgmanager.c | 29 ++

Re: [lxc-devel] [PATCH 1/1] chmod container dir to 0750

2014-08-15 Thread Dwight Engen
On Thu, 14 Aug 2014 18:29:55 + Serge Hallyn wrote: > This prevents u2 from going into /home/u1/.local/share/lxc/u1/rootfs > and running setuid-root applications to get write access to u1's > container rootfs. Hey Serge, Subject says 0750 but the code is 0770. I assume we can't just make cho

Re: [lxc-devel] [PATCH 3/3] fuse: Allow mounts from user namespaces

2014-08-15 Thread Seth Forshee
On Sat, Jul 26, 2014 at 06:27:36PM +0200, Miklos Szeredi wrote: > On Fri, Jul 25, 2014 at 9:46 PM, Seth Forshee > wrote: > > > > > I'd appreciate it if you could take a look at these branches and let me > > know which way you want to go so I'll know where to focus my time. > > I'll be offline fo