Re: [lxc-devel] [PATCH 3/3] lxc: include sched.h to have a declaration of clone().

2012-11-12 Thread Diego Elio Pettenò
On 11/11/2012 08:28, Stéphane Graber wrote: > > This was proposed and discarded already a few weeks back as namespace.h > includes sched.h. Will have to see if it's now not required, but unless namespace.h has been added after -rc2, with that one it was really needed. -- Dieg

[lxc-devel] [PATCH 3/3] lxc: include sched.h to have a declaration of clone().

2012-11-10 Thread Diego Elio Pettenò
This avoids an implicit declaration. Signed-off-by: Diego Elio Pettenò --- src/lxc/namespace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/namespace.c b/src/lxc/namespace.c index 3e6fc3a..1f7684e 100644 --- a/src/lxc/namespace.c +++ b/src/lxc/namespace.c @@ -30,6 +30,7

[lxc-devel] [PATCH 1/3] build: use libtool for linking the library, and link lxc-init statically.

2012-11-10 Thread Diego Elio Pettenò
to manage. Signed-off-by: Diego Elio Pettenò --- configure.ac| 6 +- src/lxc/Makefile.am | 31 +++ 2 files changed, 8 insertions(+), 29 deletions(-) diff --git a/configure.ac b/configure.ac index 900e1e7..a9a88c5 100644 --- a/configure.ac +++ b/configure.ac

[lxc-devel] [PATCH 2/3] build: make sure to expand all variables that are substituted.

2012-11-10 Thread Diego Elio Pettenò
This fixes lxc-sshd still referring to '${libdir}'. Signed-off-by: Diego Elio Pettenò --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9a88c5..cf653ef 100644 --- a/configure.ac +++ b/configure.ac @@ -

[lxc-devel] [PATCH] build: make sure to expand all variables that are substituted.

2012-08-03 Thread Diego Elio Pettenò
This fixes lxc-sshd still referring to '${libdir}'. Signed-off-by: Diego Elio Pettenò --- configure.ac |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 0c8aa69..edb73ba 100644 --- a/configure.ac +++ b/configure.ac @@ -61

Re: [lxc-devel] Libvirt/LXC/SystemD/SELinux Hackfest at Linux Plumbers, San Diego

2012-07-20 Thread Diego Elio Pettenò
I don't think I'll have time to come down there :| -- Diego Elio Pettenò — Flameeyes flamee...@flameeyes.eu — http://blog.flameeyes.eu/ -- Live Security Virtual Conference Exclusive live event will cover all t

Re: [lxc-devel] liblxc api

2012-06-21 Thread Diego Elio Pettenò
rkaround requirement to use the realname of the block device; - get __NR_setns from asm/unistd.h rather than kernel source The last one is by Kevin Pyle, but as far as I can tell these have all been sent to the list. If you want I can resend. Please? -- Diego Elio Pettenò — Flameeye

Re: [lxc-devel] liblxc api

2012-06-09 Thread Diego Elio Pettenò
ake the library build happening with libtool rather than manually, and that would also be a good idea if you want to make it a library that is actually exposed as public. -- Diego Elio Pettenò — Flameeyes flamee...@flameeyes.eu — htt

[lxc-devel] [PATCH 1/3] build: use libtool for linking the library, and link lxc-init statically.

2012-03-23 Thread Diego Elio Pettenò
to manage. Signed-off-by: Diego Elio Pettenò --- configure.ac|6 +- src/lxc/Makefile.am | 31 +++ 2 files changed, 8 insertions(+), 29 deletions(-) diff --git a/configure.ac b/configure.ac index e8f0cb5..8c0864a 100644 --- a/configure.ac +++ b/configure.ac

[lxc-devel] [PATCH 3/3] Update .gitignore file.

2012-03-23 Thread Diego Elio Pettenò
Signed-off-by: Diego Elio Pettenò --- .gitignore | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8c84a23..725b9e9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,22 +24,30 @@ libtool lxc.spec lxc.pc +templates/lxc

[lxc-devel] [PATCH 2/3] build: use foreign automake flavor.

2012-03-23 Thread Diego Elio Pettenò
This allows to stop keeping 0-sized files around just for the sake of automake not complaining about them missing. Signed-off-by: Diego Elio Pettenò --- Makefile.am |5 + configure.ac |2 +- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 NEWS delete mode