Re: [systemd-devel] [PATCH] nspawn: check the pid in SIGCHLD handler before terminating the container

2015-05-13 Thread Lennart Poettering
On Sun, 10.05.15 19:29, Alban Crequy (alban.cre...@gmail.com) wrote: From: Alban Crequy al...@endocode.com When a process starts systemd-nspawn with exec*() without fork(), systemd-nspawn can be the parent process of children processes unknown to systemd-nspawn. It can then receive the

Re: [systemd-devel] [PATCH] nspawn: check the pid in SIGCHLD handler before terminating the container

2015-05-10 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1431278952-28662-1-git-send-email-alban%40endocode.com -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel mailing

[systemd-devel] [PATCH] nspawn: check the pid in SIGCHLD handler before terminating the container

2015-05-10 Thread Alban Crequy
From: Alban Crequy al...@endocode.com When a process starts systemd-nspawn with exec*() without fork(), systemd-nspawn can be the parent process of children processes unknown to systemd-nspawn. It can then receive the signal SIGCHLD for both the container leader process and the previously started