Re: [gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread Zac Medico
On 11/18/18 1:21 AM, M. J. Everitt wrote: > On 18/11/18 09:18, Michał Górny wrote: >> On Sun, 2018-11-18 at 09:04 +, M. J. Everitt wrote: >>> On 18/11/18 08:53, Michał Górny wrote: Signed-off-by: Michał Górny --- bin/pid-ns-init| 25 + lib/p

Re: [gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread Zac Medico
On 11/18/18 12:53 AM, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > bin/pid-ns-init| 25 + > lib/portage/process.py | 11 ++- > 2 files changed, 31 insertions(+), 5 deletions(-) > create mode 100644 bin/pid-ns-init > > diff --git a/bin/pid-ns-

Re: [gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread Michał Górny
On Sun, 2018-11-18 at 09:21 +, M. J. Everitt wrote: > On 18/11/18 09:18, Michał Górny wrote: > > On Sun, 2018-11-18 at 09:04 +, M. J. Everitt wrote: > > > On 18/11/18 08:53, Michał Górny wrote: > > > > Signed-off-by: Michał Górny > > > > --- > > > > bin/pid-ns-init| 25 +++

Re: [gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread M. J. Everitt
On 18/11/18 09:18, Michał Górny wrote: > On Sun, 2018-11-18 at 09:04 +, M. J. Everitt wrote: >> On 18/11/18 08:53, Michał Górny wrote: >>> Signed-off-by: Michał Górny >>> --- >>> bin/pid-ns-init| 25 + >>> lib/portage/process.py | 11 ++- >>> 2 files ch

Re: [gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread Michał Górny
On Sun, 2018-11-18 at 09:04 +, M. J. Everitt wrote: > On 18/11/18 08:53, Michał Górny wrote: > > Signed-off-by: Michał Górny > > --- > > bin/pid-ns-init| 25 + > > lib/portage/process.py | 11 ++- > > 2 files changed, 31 insertions(+), 5 deletions(-) >

Re: [gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread M. J. Everitt
On 18/11/18 08:53, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > bin/pid-ns-init| 25 + > lib/portage/process.py | 11 ++- > 2 files changed, 31 insertions(+), 5 deletions(-) > create mode 100644 bin/pid-ns-init > > diff --git a/bin/pid-ns-init

[gentoo-portage-dev] [PATCH v2 3/3] Introduce a tiny init replacement for inside pid namespace

2018-11-18 Thread Michał Górny
Signed-off-by: Michał Górny --- bin/pid-ns-init| 25 + lib/portage/process.py | 11 ++- 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 bin/pid-ns-init diff --git a/bin/pid-ns-init b/bin/pid-ns-init new file mode 100644 index