Re: [Openvpn-devel] [PATCH 1/4] Don't let openvpn_popen() keep zombies around

2014-09-06 Thread Gert Doering
Hi, On Fri, Sep 05, 2014 at 05:25:28PM +0200, dav...@redhat.com wrote: > From: David Sommerseth > > Commit 9449e6a9eba30c9ed054f57d630a88c9f087080f introduced the > openvpn_popen() function to support retrieving passwords via systemd. > > It was discovered that the child processes openvpn fork(

[Openvpn-devel] [PATCH 1/4] Don't let openvpn_popen() keep zombies around

2014-09-05 Thread davids
From: David Sommerseth Commit 9449e6a9eba30c9ed054f57d630a88c9f087080f introduced the openvpn_popen() function to support retrieving passwords via systemd. It was discovered that the child processes openvpn fork()ed would be lingering around until openvpn stopped. This was due to the lack of a