[lxc-devel] [lxc/lxc] 07520b: Update maintainers and URLs

2013-10-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 07520b2af5495cbde94645d09b523de73047542d https://github.com/lxc/lxc/commit/07520b2af5495cbde94645d09b523de73047542d Author: Stéphane Graber Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M MAINTAINERS

[lxc-devel] [lxc/lxc] 36b335: Fix typos identified by lintian

2013-10-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 36b33520f67cd1a83be8031fccc3c2d7d7255e06 https://github.com/lxc/lxc/commit/36b33520f67cd1a83be8031fccc3c2d7d7255e06 Author: Stéphane Graber Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M doc/ja/lxc-

[lxc-devel] [Not A Patch] [POC] Proof of concept code for using devtmpfs for autodev and more...

2013-10-19 Thread Michael H. Warfield
Ok all! I'm late/slow with this. What else is new. I thought I could hammer this out in a week or so after LinuxPlumbers but my day job just kept on getting in my face... Reality comes crashing in... This is what Serge and I were discussing there in NOLA with regards to using devtmpfs instead

Re: [lxc-devel] Strange problem (stray mounts) with lxc-create...

2013-10-19 Thread S . Çağlar Onur
I don't know whether it's a ubuntu bug or a feature but it looks like saucy version of busybox binary doesn't come with chpasswd enabled and that causes the failure in the first place. caglar@oOo:~/Projects/lxc(master)] /bin/busybox | grep chpasswd [caglar@oOo:~/Projects/lxc(master)] On Sat, Oc

[lxc-devel] [PATCH] umount $rootfs/lib on errors as well otherwise system ends up with stalled mounts

2013-10-19 Thread S . Çağlar Onur
Signed-off-by: S.Çağlar Onur --- templates/lxc-busybox.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index cbdaaf3..44f0a45 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -209,6 +209,7 @@ EOFF if [ \$? -ne 0

Re: [lxc-devel] Strange problem (stray mounts) with lxc-create...

2013-10-19 Thread S . Çağlar Onur
Hi, On Sat, Oct 19, 2013 at 1:43 PM, S.Çağlar Onur wrote: > Hey, > > I upgraded my ubuntu box to saucy (using do-release-upgrade tool) minutes > ago and I realized that this very same problem starts to happen on my > system as well (using lxc@master). > > Never mind this as it turns out to be a

Re: [lxc-devel] Strange problem (stray mounts) with lxc-create...

2013-10-19 Thread S . Çağlar Onur
Hey, I upgraded my ubuntu box to saucy (using do-release-upgrade tool) minutes ago and I realized that this very same problem starts to happen on my system as well (using lxc@master). [caglar@oOo:~] lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.10 Rele

[lxc-devel] [lxc/lxc] bc605a: Fix following compile error on ubuntu 12.10

2013-10-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: bc605ac6dd45b3fb52207c79b49e89ab8dfbd9e0 https://github.com/lxc/lxc/commit/bc605ac6dd45b3fb52207c79b49e89ab8dfbd9e0 Author: S.Çağlar Onur Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M src/tests/att

Re: [lxc-devel] [PATCH] Fix following compile error on ubuntu 12.10

2013-10-19 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > [...] > make[3]: Entering directory `/home/caglar/Projects/lxc/src/tests' > depbase=`echo attach.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -DHAVE_CONFIG_H -I. -I../../src-I../../src > -DLXCROOTFSMOUNT=\"/usr/lib/x86_64-linux-gnu/lxc/rootfs

[lxc-devel] [lxc/lxc] 93ea85: call lxc_container_put when needed in lxc_destroy....

2013-10-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 93ea85c71b50282d8761b376f6a1da9029d0759b https://github.com/lxc/lxc/commit/93ea85c71b50282d8761b376f6a1da9029d0759b Author: S.Çağlar Onur Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M src/lxc/lxc_d

Re: [lxc-devel] [PATCH] use snapshot_destroy in tests/snapshot.c and clean up containers after the test run

2013-10-19 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Signed-off-by: S.Çağlar Onur Acked-by: Serge E. Hallyn > --- > src/tests/snapshot.c | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff --git a/src/tests/snapshot.c b/src/tests/snapshot.c > index 8f16548..1f6d115 1006

Re: [lxc-devel] [PATCH] call lxc_container_put when needed in lxc_destroy.c

2013-10-19 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Signed-off-by: S.Çağlar Onur Acked-by: Serge E. Hallyn > --- > src/lxc/lxc_destroy.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/src/lxc/lxc_destroy.c b/src/lxc/lxc_destroy.c > index 9983241..1d1e687 100644 > ---

Re: [lxc-devel] [PATCH] introduce snapshot_destroy

2013-10-19 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Signed-off-by: S.Çağlar Onur Acked-by: Serge E. Hallyn > --- > src/lxc/lxccontainer.c | 33 + > src/lxc/lxccontainer.h | 7 +++ > 2 files changed, 40 insertions(+) > > diff --git a/src/lxc/lxccontainer.c b/src/lxc