[lxc-devel] [lxc/lxc] edfb9a: factor out networking configuration code

2013-09-21 Thread GitHub
Branch: refs/heads/stable-0.7.4 Home: https://github.com/lxc/lxc Commit: edfb9a57cf23369aeece9d829bb2930dfd404abc https://github.com/lxc/lxc/commit/edfb9a57cf23369aeece9d829bb2930dfd404abc Author: Daniel Lezcano Date: 2011-03-06 (Sun, 06 Mar 2011) Changed paths: M src/lx

Re: [lxc-devel] [PATCH] lxc-create: conside create succeed when container is already created

2013-09-21 Thread Qiang Huang
On 2013/9/17 21:41, Serge Hallyn wrote: > Quoting Qiang Huang (h.huangqi...@huawei.com): >> On 2013/9/17 11:27, Serge Hallyn wrote: >>> Quoting Qiang Huang (h.huangqi...@huawei.com): On 2013/9/16 12:23, Stéphane Graber wrote: > On Mon, Sep 16, 2013 at 11:37:02AM +0800, Qiang Huang wrote: >

[lxc-devel] [lxc/lxc]

2013-09-21 Thread GitHub
Branch: refs/heads/upstream-master Home: https://github.com/lxc/lxc -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint

[lxc-devel] [lxc/lxc]

2013-09-21 Thread GitHub
Branch: refs/heads/staging Home: https://github.com/lxc/lxc -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, S

[lxc-devel] [lxc/lxc]

2013-09-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQ

[lxc-devel] [PATCH 1/4] Consistently use for the API

2013-09-21 Thread Stéphane Graber
The API header was included in a variety of ways before, standardize those to "include " as this will always work both in tree and on a system with the headers installed. Signed-off-by: Stéphane Graber --- src/lxc/bdev.h | 2 +- src/lxc/console.c | 2 +- src/lxc/lxc_clone.c

[lxc-devel] [PATCH 3/4] doc: Make everything use the @docdtd@ variable

2013-09-21 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- doc/ja/legacy/lxc-ls.sgml.in | 2 +- doc/ja/lxc-attach.sgml.in | 2 +- doc/ja/lxc-cgroup.sgml.in | 2 +- doc/ja/lxc-checkconfig.sgml.in | 2 +- doc/ja/lxc-checkpoint.sgml.in | 2 +- doc/ja/lxc-clone.sgml.in | 2 +- doc/

[lxc-devel] [PATCH 4/4] doc: Fixed my first name

2013-09-21 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- doc/ja/lxc-checkconfig.sgml.in | 2 +- doc/ja/lxc-device.sgml.in | 2 +- doc/ja/lxc-info.sgml.in| 2 +- doc/ja/lxc-netstat.sgml.in | 2 +- doc/ja/lxc-start-ephemeral.sgml.in | 3 +-- doc/ja/lxc-version.sgml.in | 2 +- 6 f

[lxc-devel] [PATCH 2/4] Add some missing comments to configure.ac

2013-09-21 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- configure.ac | 4 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 6c74dcd..a523583 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,7 @@ esac AC_MSG_RESULT([$with_distro]) AM_CONDITIONAL([HAVE_DEBIAN], [test x"$wit

[lxc-devel] Proposal for use of config includes by templates

2013-09-21 Thread Stéphane Graber
Hey everyone, So one recuring problem we've had in Ubuntu is that changes to the distribution's userspace sometimes requires changes to the default LXC fstab. So far we've been updating the two Ubuntu templates every time that happened and told our users to add the new entries to their existing c

[lxc-devel] [PATCH] return the result of the lxcapi_want_close_all_fds call to the caller

2013-09-21 Thread S . Çağlar Onur
Signed-off-by: S.Çağlar Onur --- src/lxc/lxccontainer.c | 7 --- src/lxc/lxccontainer.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 727c680..5c49b8b 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.

Re: [lxc-devel] [PATCH] Expose underlying close_all_fds config value via API

2013-09-21 Thread S . Çağlar Onur
Actually I think there is no reason not to return a result to the caller, I'll send an incremental patch to do that. On Sat, Sep 21, 2013 at 12:47 AM, Serge Hallyn wrote: > Quoting S.Çağlar Onur (cag...@10ur.org): > > Being able to set close_all_fds via API would be usefull for the > > situatio

Re: [lxc-devel] [PATCH RFC 0/1] refactor AppArmor into LSM backend, add SELinux support

2013-09-21 Thread Dwight Engen
On Sat, 21 Sep 2013 00:32:42 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > This change proposes to add support to LXC for additional LSMs > > (Linux Security Module), namely SELinux. It does so by turning the > > existing > > Thanks, Dwight! > > I do some bikes