Re: [lxc-devel] lxc staging branch on github

2012-09-10 Thread Stéphane Graber
On 12-09-07 04:47 PM, Stéphane Graber wrote: > Hello everyone, > > As you probably noticed Serge and I have been trying to keep up with all > the changes going to the lxc-users and lxc-devel mailing lists with some > varying success. > > For quite a while now Serge has been maintaining a separate

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Dwight Engen
On Mon, 10 Sep 2012 13:53:50 -0400 Stéphane Graber wrote: [...] > >>> diff --git a/configure.ac b/configure.ac > >>> index 70c74ec..b8d86e6 100644 > >>> --- a/configure.ac > >>> +++ b/configure.ac > >>> @@ -70,11 +70,11 @@ AC_ARG_WITH([rootfs-path], > >>> )], [], [with_rootfs_path=['${libdir}/l

Re: [lxc-devel] [PATCH 1/3] lxc-doc-synopsis-args

2012-09-10 Thread Stéphane Graber
On 12-09-10 04:49 PM, Dwight Engen wrote: > On Mon, 10 Sep 2012 11:10:24 -0400 > Stéphane Graber wrote: > > [...] >> >> I briefly tried applying this to the staging branch but it's failing >> because of some of the other changes we have in there (lxc-attach >> improvements being the first conflic

Re: [lxc-devel] [PATCH 1/3] lxc-doc-synopsis-args

2012-09-10 Thread Dwight Engen
On Mon, 10 Sep 2012 11:10:24 -0400 Stéphane Graber wrote: [...] > > I briefly tried applying this to the staging branch but it's failing > because of some of the other changes we have in there (lxc-attach > improvements being the first conflict). > > Any chance you can update this change to app

Re: [lxc-devel] [PATCH 1/2] fix gcc error: typedef redefinition (against git staging)

2012-09-10 Thread Stéphane Graber
On 12-09-10 02:26 PM, Dwight Engen wrote: > Fix gcc error confile.c:83: error: redefinition of typedef ‘config_cb’. > Its already defined the same way in confile.h. > > Signed-off-by: Dwight Engen > --- > src/lxc/confile.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff -

Re: [lxc-devel] [PATCH 2/2] fix compile without apparmor (against git staging)

2012-09-10 Thread Stéphane Graber
On 12-09-10 02:26 PM, Dwight Engen wrote: > Add a few missing #if's to fix compilation when configured without > AppArmor. > > Signed-off-by: Dwight Engen > --- > src/lxc/conf.c|2 ++ > src/lxc/confile.c |4 > 2 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/sr

[lxc-devel] [PATCH 1/2] fix gcc error: typedef redefinition (against git staging)

2012-09-10 Thread Dwight Engen
Fix gcc error confile.c:83: error: redefinition of typedef ‘config_cb’. Its already defined the same way in confile.h. Signed-off-by: Dwight Engen --- src/lxc/confile.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 0f4e11d..

[lxc-devel] [PATCH 2/2] fix compile without apparmor (against git staging)

2012-09-10 Thread Dwight Engen
Add a few missing #if's to fix compilation when configured without AppArmor. Signed-off-by: Dwight Engen --- src/lxc/conf.c|2 ++ src/lxc/confile.c |4 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index ecd89c1..1450ca6 100644 --

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Stéphane Graber
On 12-09-10 01:26 PM, Dwight Engen wrote: > On Mon, 10 Sep 2012 10:36:17 -0400 > Stéphane Graber wrote: > >> On 12-09-10 10:28 AM, Dwight Engen wrote: >>> Expand variables to get correct paths in man pages and fix building >>> of rpm by non-root user. Include templates in rpm, fix rpm path of >>>

Re: [lxc-devel] [PATCH 1/3] lxc-doc-synopsis-args

2012-09-10 Thread Stéphane Graber
On 12-09-10 10:28 AM, Dwight Engen wrote: > I was getting raw nroff ".SH DESCRIPTION" in my man pages. This fixes > the synopsis cmd args so that doesn't happen. Added replaceable to a few > arguments. > > Signed-off-by: Dwight Engen > --- > doc/lxc-attach.sgml.in | 11 +++ > doc/l

Re: [lxc-devel] [PATCH 2/3] lxc-pkgconfig-dir

2012-09-10 Thread Stéphane Graber
On 12-09-10 10:59 AM, Stéphane Graber wrote: > On 12-09-10 10:46 AM, Daniel P. Berrange wrote: >> On Mon, Sep 10, 2012 at 10:39:39AM -0400, Stéphane Graber wrote: >>> On 12-09-10 10:28 AM, Dwight Engen wrote: Put pkg-config .pc file in libdir. Signed-off-by: Dwight Engen --- >>

Re: [lxc-devel] [PATCH 2/3] lxc-pkgconfig-dir

2012-09-10 Thread Stéphane Graber
On 12-09-10 10:46 AM, Daniel P. Berrange wrote: > On Mon, Sep 10, 2012 at 10:39:39AM -0400, Stéphane Graber wrote: >> On 12-09-10 10:28 AM, Dwight Engen wrote: >>> Put pkg-config .pc file in libdir. >>> >>> Signed-off-by: Dwight Engen >>> --- >>> Makefile.am |2 +- >>> 1 files changed, 1 inse

Re: [lxc-devel] [PATCH 2/3] lxc-pkgconfig-dir

2012-09-10 Thread Daniel P. Berrange
On Mon, Sep 10, 2012 at 10:39:39AM -0400, Stéphane Graber wrote: > On 12-09-10 10:28 AM, Dwight Engen wrote: > > Put pkg-config .pc file in libdir. > > > > Signed-off-by: Dwight Engen > > --- > > Makefile.am |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/Ma

Re: [lxc-devel] [PATCH 2/3] lxc-pkgconfig-dir

2012-09-10 Thread Stéphane Graber
On 12-09-10 10:28 AM, Dwight Engen wrote: > Put pkg-config .pc file in libdir. > > Signed-off-by: Dwight Engen > --- > Makefile.am |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 887e300..c66ecc6 100644 > --- a/Makefile.am > +++ b

Re: [lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Stéphane Graber
On 12-09-10 10:28 AM, Dwight Engen wrote: > Expand variables to get correct paths in man pages and fix building of > rpm by non-root user. Include templates in rpm, fix rpm path of > lxc-init. > > Signed-off-by: Dwight Engen > --- > configure.ac |6 +++--- > lxc.spec.in | 18 -

[lxc-devel] [PATCH 3/3] lxc-rpm-build

2012-09-10 Thread Dwight Engen
Expand variables to get correct paths in man pages and fix building of rpm by non-root user. Include templates in rpm, fix rpm path of lxc-init. Signed-off-by: Dwight Engen --- configure.ac |6 +++--- lxc.spec.in | 18 -- 2 files changed, 15 insertions(+), 9 deletions(-)

[lxc-devel] [PATCH 2/3] lxc-pkgconfig-dir

2012-09-10 Thread Dwight Engen
Put pkg-config .pc file in libdir. Signed-off-by: Dwight Engen --- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 887e300..c66ecc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = src templates doc DIST_S

[lxc-devel] [PATCH 1/3] lxc-doc-synopsis-args

2012-09-10 Thread Dwight Engen
I was getting raw nroff ".SH DESCRIPTION" in my man pages. This fixes the synopsis cmd args so that doesn't happen. Added replaceable to a few arguments. Signed-off-by: Dwight Engen --- doc/lxc-attach.sgml.in | 11 +++ doc/lxc-cgroup.sgml.in |7 --- doc/lxc-checkpoint.s

Re: [lxc-devel] lxc-stop/start drops other lxc network connections

2012-09-10 Thread Jäkel , Guido
Dear Dusty, might be the well-known issue concerning the MAC of a bridge and the attached interfaces (here: veth's): If the MAC of the bridge isn't lower than the MAC of all of it's attached devices, the "outer world" will see a MAC change on plumbing this interface (see e.g. http://sourceforg