Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-07-19 Thread Ferenc Wagner
Daniel Lezcano writes: > On 07/15/2010 10:07 PM, Ferenc Wagner wrote: > >> 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 actual

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-07-15 Thread Daniel Lezcano
On 07/15/2010 10:07 PM, Ferenc Wagner wrote: > 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

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-07-15 Thread Ferenc Wagner
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. >> >>

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-07-12 Thread Daniel Lezcano
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

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-16 Thread Ferenc Wagner
atp writes: >>> Interestingly, it stays in S state until >>> I kill the container. I'm afraid the console functionality (is there >>> any documentation for it?) may make lxc-start unsuitable for pushing >>> into the background. After all, it is an interactive foreground process >>> in that case,

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-15 Thread atp
Hi, Apologies if this is the wrong list. > > Interestingly, it stays in S state until > > I kill the container. I'm afraid the console functionality (is there > > any documentation for it?) may make lxc-start unsuitable for pushing > > into the background. After all, it is an interactive foregro

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-15 Thread Daniel Lezcano
On 06/15/2010 02:13 PM, Ferenc Wagner wrote: Daniel Lezcano writes: On 06/10/2010 11:47 PM, Ferenc Wagner wrote: If you provide me with an example (and some description of lxc.console), I can give it some testing and concretize this pure guesswork. lxc-create -n ubuntu -f

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-15 Thread Daniel Lezcano
On 06/15/2010 04:47 PM, Ferenc Wagner wrote: > Daniel Lezcano writes: > >> On 06/15/2010 02:13 PM, Ferenc Wagner wrote: >> >>> Daniel Lezcano writes: >>> On 06/10/2010 11:47 PM, Ferenc Wagner wrote: > If you provide me with an example (and some description of > lxc.console), I

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-15 Thread Ferenc Wagner
Daniel Lezcano writes: > On 06/15/2010 02:13 PM, Ferenc Wagner wrote: > >> Daniel Lezcano writes: >> >>> On 06/10/2010 11:47 PM, Ferenc Wagner wrote: >>> If you provide me with an example (and some description of lxc.console), I can give it some testing and concretize this pu

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-15 Thread Ferenc Wagner
Daniel Lezcano writes: > On 06/10/2010 11:47 PM, Ferenc Wagner wrote: > >> If you provide me with an example (and some description of >> lxc.console), I can give it some testing and concretize this pure >> guesswork. > > lxc-create -n ubuntu -f ~/mynetwork.conf -t ubuntu > lxc-start -n ubuntu -s

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-10 Thread Ferenc Wagner
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

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-10 Thread Ferenc Wagner
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. >> >>

Re: [lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-10 Thread Daniel Lezcano
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

[lxc-devel] [PATCH 0/5] Signal stuff v2 and some documentation

2010-06-09 Thread Ferenc Wagner
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 "trap 'echo TERM' TERM; sleep 10" can be interrupted by