This adds -P/--lxcpath to the various python scripts.
Signed-off-by: Stéphane Graber
---
src/lxc/lxc-device| 6 +-
src/lxc/lxc-ls| 7 +--
src/lxc/lxc-start-ephemeral.in| 14 +++---
src/python-lxc/lxc/__init__.py.in | 6 --
4 files ch
Quoting Stéphane Graber (stgra...@ubuntu.com):
> This adds -P/--lxcpath to the various python scripts.
>
> Signed-off-by: Stéphane Graber
thanks.
Acked-by: Serge E. Hallyn
> ---
> src/lxc/lxc-device| 6 +-
> src/lxc/lxc-ls| 7 +--
> src/lxc/lxc-s
From: Jäkel, Guido
Allow for an additional --host parameter to lxc-ps hiding all processes running
in containers.
Signed-off-by: Guido Jäkel
Signed-off-by: Stéphane Graber
---
doc/lxc-ps.sgml.in | 13 +
src/lxc/lxc-ps.in | 15 ++-
2 files changed, 23 insertions(+), 5
got link error liblxc.so: undefined reference to `clock_gettime'
clock_gettime is used by lxclock.c and is indeed in librt.
Signed-off-by: Dwight Engen
---
src/lxc/Makefile.am | 4
1 file changed, 4 insertions(+)
diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am
index aba2e67..5497fab
this makes "make rpm" work again
Signed-off-by: Dwight Engen
---
hooks/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hooks/Makefile.am b/hooks/Makefile.am
index 4fc20ac..196e632 100644
--- a/hooks/Makefile.am
+++ b/hooks/Makefile.am
@@ -3,3 +3,5 @@ hooksdir=@LXCHOOKDIR@
hook
On 02/21/2013 04:37 PM, Dwight Engen wrote:
> got link error liblxc.so: undefined reference to `clock_gettime'
> clock_gettime is used by lxclock.c and is indeed in librt.
>
> Signed-off-by: Dwight Engen
> ---
> src/lxc/Makefile.am | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/sr
On Thu, 21 Feb 2013 16:58:36 -0500
Stéphane Graber wrote:
> On 02/21/2013 04:37 PM, Dwight Engen wrote:
> > got link error liblxc.so: undefined reference to `clock_gettime'
> > clock_gettime is used by lxclock.c and is indeed in librt.
> >
> > Signed-off-by: Dwight Engen
> > ---
> > src/lxc/Ma
On 02/21/2013 05:26 PM, Dwight Engen wrote:
> On Thu, 21 Feb 2013 16:58:36 -0500
> Stéphane Graber wrote:
>
>> On 02/21/2013 04:37 PM, Dwight Engen wrote:
>>> got link error liblxc.so: undefined reference to `clock_gettime'
>>> clock_gettime is used by lxclock.c and is indeed in librt.
>>>
>>> Si
On 02/21/2013 04:57 PM, Dwight Engen wrote:
> this makes "make rpm" work again
>
> Signed-off-by: Dwight Engen
Acked-by: Stéphane Graber
And pushed to staging. Thanks
> ---
> hooks/Makefile.am | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/hooks/Makefile.am b/hooks/Makefile.am
>