Re: [lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

2010-06-07 Thread Daniel Lezcano
On 06/07/2010 03:27 PM, Ferenc Wagner wrote: > Daniel Lezcano writes: > >> On 06/07/2010 12:37 PM, Ferenc Wagner wrote: >> >>> there's another failure I get on my work machine (with my original >>> patchset with the above errors corrected): >>> >>> gcc -I../../src -g -O2 -g -Wall -O2 -Wall -Wl,-E

Re: [lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

2010-06-07 Thread Ferenc Wagner
Daniel Lezcano writes: > On 06/07/2010 12:37 PM, Ferenc Wagner wrote: > >> there's another failure I get on my work machine (with my original >> patchset with the above errors corrected): >> >> gcc -I../../src -g -O2 -g -Wall -O2 -Wall -Wl,-E -Wl,-rpath -Wl,/usr/lib/lxc >> -o lxc-attach lxc_att

Re: [lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

2010-06-07 Thread Daniel Lezcano
On 06/07/2010 12:37 PM, Ferenc Wagner wrote: > Daniel Lezcano writes: > > >> On 06/06/2010 11:07 PM, Ferenc Wagner wrote: >> >> >>> The first part is some tinkering to make lxc compile under Debian Lenny. >>> >>> The "dangerous" part is the signal forwarding and the process group >>> bus

Re: [lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

2010-06-07 Thread Ferenc Wagner
Daniel Lezcano writes: > On 06/06/2010 11:07 PM, Ferenc Wagner wrote: > >> The first part is some tinkering to make lxc compile under Debian Lenny. >> >> The "dangerous" part is the signal forwarding and the process group >> business I was playing with recently. It contains Greg's idea about >>

Re: [lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

2010-06-07 Thread Daniel Lezcano
On 06/06/2010 11:07 PM, Ferenc Wagner wrote: > Hi, > > The first part is some tinkering to make lxc compile under Debian Lenny. > > The "dangerous" part is the signal forwarding and the process group > business I was playing with recently. It contains Greg's idea about > setting the foreground pro

[lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

2010-06-06 Thread Ferenc Wagner
Hi, The first part is some tinkering to make lxc compile under Debian Lenny. The "dangerous" part is the signal forwarding and the process group business I was playing with recently. It contains Greg's idea about setting the foreground process group and also inverts the signal selection logic.