8 Apr
2005
8 Apr
'05
12:57 p.m.
But what parameter I SHOULD GIVE IT RUN TO foreground .I want to run syslog-ng of the forked pid not on the background plz help me Niraj On Thu, 2005-04-07 at 23:20, Balazs Scheidler wrote:
On Thu, 2005-04-07 at 10:38 +0530, niraj wrote:
I m facing problem with this code . When I execute this program it forks 2 process A zombie syslog-ng process on the forked ID syslog-ng on the next pid
but without while loop every thing is working properly
syslog-ng goes into background automatically, unless you specify the --foreground parameter. syslog-ng becomes a zombie as you don't wait() for it.