Re: Off-Topic: how do I trace a PID over double-forks?

Doug McNaught (doug@wireboard.com)
21 Jan 2001 12:54:11 -0500


Jesse Pollard <pollard@tomcat.admin.navo.hpc.mil> writes:

> Ummm ... basicly a "respawn" entry in the inittab is enough for that.

Nope, see below.

> If you wanted sendmail then:
>
> sndm:234:respawn:/usr/lib/sendmail -bd -q15m
>
> Will restart sendmail whenever it aborts in runleves 2,3, or 4.

Sendmail in daemon mode forks right away, and the child is the
daemon. All init will know is that the process it started exited
right away, and you'll get a "respawning too fast" message.

I don't recall if there's an option to sendmail that says "be a
daemon, but run in the foreground." Probably is, for debugging.

-Doug
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/