Ferenc Wagner writes:
> I admittedly didn't test running lxc-start in the background, but it
> blocks SIGTTOU, so it should be unaffected...
Thinking again, maybe we could turn the table and change the process
group ID of lxc-start instead, thereby putting it into the background.
No, that sounds
Daniel Lezcano writes:
> On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
>
>> here are basically the same patches, with some obvious errors corrected
>> and some unrelated documentation added. It actually survived some
>> targeted testing in the past days and seems to behave as expected, ie.
>>
>>
On 06/10/2010 08:08 PM, Panagiotis H.M. Issaris wrote:
> Forgotten part of commit d674be08d4b282bb4717c51440811e39d3c2431e
>
> Signed-off-by: Panagiotis H.M. Issaris
>
Right, thanks for the fix.
--
ThinkGeek and WIRED
On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
> Signed-off-by: Ferenc Wagner
>
Great, Thanks ! +1
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
luc
Daniel Lezcano writes:
> On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
>
>> @@ -509,6 +510,22 @@ int lxc_spawn(struct lxc_handler *handler)
>> }
>> }
>>
>> +if (setpgid(handler->pid, 0)) {
>> +SYSERROR("failed to create new process group");
>> +goto ou
On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
> Signed-off-by: Ferenc Wagner
>
+1
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.
On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
> Signed-off-by: Ferenc Wagner
> ---
> src/lxc/start.c |9 -
> src/lxc/utils.h | 29 ++---
> 2 files changed, 2 insertions(+), 36 deletions(-)
>
Yeah, cleanup ! +1
> diff --git a/src/lxc/start.c b/src/lxc/s
On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
> Signed-off-by: Ferenc Wagner
> ---
> src/lxc/start.c | 17 +
> 1 files changed, 17 insertions(+), 0 deletions(-)
>
> diff --git a/src/lxc/start.c b/src/lxc/start.c
> index b69ac88..7bbcf5a 100644
> --- a/src/lxc/start.c
> +++ b/src
On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
> Signed-off-by: Ferenc Wagner
>
+1
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.
Forgotten part of commit d674be08d4b282bb4717c51440811e39d3c2431e
Signed-off-by: Panagiotis H.M. Issaris
---
templates/lxc-sshd.in |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/lxc-sshd.in b/templates/lxc-sshd.in
index d474206..6b223ec 100644
--- a/templat
On 06/09/2010 07:56 PM, Ferenc Wagner wrote:
> Hi,
>
> here are basically the same patches, with some obvious errors corrected
> and some unrelated documentation added. It actually survived some
> targeted testing in the past days and seems to behave as expected, ie.
>
> # lxc-start -n s -- sh -c
Signed-off-by: Ferenc Wagner
---
src/lxc/conf.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/lxc/conf.c b/src/lxc/conf.c
index 5968882..66c60a8 100644
--- a/src/lxc/conf.c
+++ b/src/lxc/conf.c
@@ -547,7 +547,7 @@ static int setup_rootfs_pivot_root(const char *roo
Hi,
The documentation part of this depends on my previous rootfs documentation
patch.
Cheers,
Feri.
Ferenc Wagner (2):
change pivotdir default to mnt
fix comment
doc/lxc.conf.sgml.in |2 +-
src/lxc/conf.c |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
The mnt directory has a good chance to already exist in the new root
filesystem, so creation and removal can be avoided. This also eases
use of read only root filesystems (no configuration necessary).
Signed-off-by: Ferenc Wagner
---
doc/lxc.conf.sgml.in |2 +-
src/lxc/conf.c |2 +
14 matches
Mail list logo