On 01/11/2013 11:17 PM, Serge Hallyn wrote:
> Quoting Stéphane Graber (stgra...@ubuntu.com):
>> The previous implementation of the openpty check was always returning
>> 'no' as openpty is typically defined in util.
>>
>> Signed-off-by: Stéphane Graber
>
> But if I read the docs right
> (http://ww
Quoting Stéphane Graber (stgra...@ubuntu.com):
> The previous implementation of the openpty check was always returning
> 'no' as openpty is typically defined in util.
>
> Signed-off-by: Stéphane Graber
But if I read the docs right
(http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoco
The previous implementation of the openpty check was always returning
'no' as openpty is typically defined in util.
Signed-off-by: Stéphane Graber
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index dd50701..d1f5ad9 100644
--- a/configure.ac
+++
The options are still supported in the lxc configuration file.
However they are stored only in local variables in src/lxc/log.c,
which can be read using two new functions:
int lxc_log_get_level(void);
const char *lxc_log_get_file(void);
Per discussions with Michael, this seems like
2013/1/12 Michael H. Warfield :
> Ok...
>
> My patch to deal with the MAKDEV and hook script stuff after discussion
> and valuable input from Serge.
>
> To reiterate - Does several things (that are closely intertwined so
> separate patches are not justified)...
>
> 1) Removes run_makedev() and the
Quoting Michael H. Warfield (m...@wittsend.com):
> Ok...
>
> My patch to deal with the MAKDEV and hook script stuff after discussion
> and valuable input from Serge.
>
> To reiterate - Does several things (that are closely intertwined so
> separate patches are not justified)...
>
> 1) Removes ru
Quoting Stéphane Graber (stgra...@ubuntu.com):
> Alright, so those are the changes required to get utmp watch on
> bionic/android.
>
> bionic doesn't have a utmpx.h implementation and only has utmp.h.
> This caused a bit of a problem because the utmp support in LXC is called
> utmp.c/utmp.h so it
On 01/10/2013 04:18 PM, Dwight Engen wrote:
>>From c6b906c3cb792c7d83ff7463a02dcd3073d31a55 Mon Sep 17 00:00:00 2001
> From: Dwight Engen
> Date: Thu, 10 Jan 2013 15:45:22 -0500
> Subject: [PATCH] use pkg-config to ensure python3-devel is installed
>
> The Python.h header varies in location by di
On 01/11/2013 12:36 PM, Stéphane Graber wrote:
> On 01/11/2013 12:34 PM, Stéphane Graber wrote:
>> On 01/11/2013 05:36 AM, Alexander Vladimirov wrote:
>>> This option allows user to control installation repository and options
>>> using alternative pacman configuration file.
>>> Also remove unnecess
On 01/11/2013 12:34 PM, Stéphane Graber wrote:
> On 01/11/2013 05:36 AM, Alexander Vladimirov wrote:
>> This option allows user to control installation repository and options
>> using alternative pacman configuration file.
>> Also remove unnecessary sed invocation during container configuration.
>
On 01/11/2013 05:36 AM, Alexander Vladimirov wrote:
> This option allows user to control installation repository and options
> using alternative pacman configuration file.
> Also remove unnecessary sed invocation during container configuration.
What did you base this diff on?
patching file templa
This avoids conflict with the system header utmp.h.
Signed-off-by: Stéphane Graber
---
src/lxc/Makefile.am | 2 +-
src/lxc/lxcutmp.c | 421
src/lxc/lxcutmp.h | 37 +
src/lxc/start.c | 2 +-
src/lxc/utmp.c | 421 --
Signed-off-by: Stéphane Graber
---
src/include/lxcmntent.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/include/lxcmntent.h b/src/include/lxcmntent.h
index 3f1d16f..528e8bc 100644
--- a/src/include/lxcmntent.h
+++ b/src/include/lxcmntent.h
@@ -1,5 +1,5 @@
-#ifndef _
Signed-off-by: Stéphane Graber
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0089f93..bd3f664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ AM_CONDITIONAL([IS_BIONIC], [test "x$is_bionic" = "xyes"])
AC_CH
Alright, so those are the changes required to get utmp watch on bionic/android.
bionic doesn't have a utmpx.h implementation and only has utmp.h.
This caused a bit of a problem because the utmp support in LXC is called
utmp.c/utmp.h so it was causing a conflict with the libc header name.
So the f
This adds a local implementation of the bits we need form timerfd.h and
utmpx.h so that the LXC utmp watch can be used with libc that don't implement
the same functions as eglibc.
Signed-off-by: Stéphane Graber
---
src/lxc/lxcutmp.c | 68 +++
s
On Fri, 2013-01-11 at 10:14 -0600, Serge Hallyn wrote:
> Quoting Michael H. Warfield (m...@wittsend.com):
> > On Thu, 2013-01-10 at 16:52 -0600, Serge Hallyn wrote:
> > > Quoting Michael H. Warfield (m...@wittsend.com):
> > >
> > > looks good, one comment (a "you were right" :)
> >
> > :-)=)
> >
Ok...
My patch to deal with the MAKDEV and hook script stuff after discussion
and valuable input from Serge.
To reiterate - Does several things (that are closely intertwined so
separate patches are not justified)...
1) Removes run_makedev() and the call to it from conf.c per discussion.
2) Adds
Quoting Michael H. Warfield (m...@wittsend.com):
> On Thu, 2013-01-10 at 16:52 -0600, Serge Hallyn wrote:
> > Quoting Michael H. Warfield (m...@wittsend.com):
> >
> > looks good, one comment (a "you were right" :)
>
> :-)=)
>
> [[ Snip ]]
>
> > Sorry - definately the scripts don't need to know
On Thu, 2013-01-10 at 16:52 -0600, Serge Hallyn wrote:
> Quoting Michael H. Warfield (m...@wittsend.com):
>
> looks good, one comment (a "you were right" :)
:-)=)
[[ Snip ]]
> Sorry - definately the scripts don't need to know LXC_LOGPATH. That's
> only to keep track (in memory) of the logfile
This option allows user to control installation repository and options
using alternative pacman configuration file.
Also remove unnecessary sed invocation during container configuration.
---
templates/lxc-archlinux.in | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/t
21 matches
Mail list logo