On Sun, Aug 07, 2005 at 02:37:51PM -0500, Randy McMurchy wrote: > > It reports that the daemon is running with such-and-such PID, but > that PID really doesn't exist except at the moment the status was > checked.
What it is reporting is the script itself, which I agree is a bug. You don't see ps output because as soon as the script is done it dies. Using status you should get a different PID each time. If the daemon is running, the PID of the script is appended to the list when doing a status or kill. -- Archaic Want control, education, and security from your operating system? Hardened Linux From Scratch http://www.linuxfromscratch.org/hlfs -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
