Originally posted by: SystemAdmin
Nobody needs the crout file. We didn't even know it existed until it filled up /tmp. The crout file contains a subset of my error log.
My error log, which is not in /tmp, contains:
Mon Jun 4 12:58:03 2012: FOSENTSVR275 is reachable
Mon Jun 4 12:58:14 2012: FOSENTSVR275 is reachable
Mon Jun 4 12:58:25 2012: FOSENTSVR275 is reachable
Mon Jun 4 12:58:36 2012: FOSENTSVR275 is reachable
Mon Jun 4 12:58:48 2012: FOSENTSVR275 is reachable
The crout file in /tmp contains:
FOSENTSVR275 is reachable
FOSENTSVR275 is reachable
FOSENTSVR275 is reachable
FOSENTSVR275 is reachable
FOSENTSVR275 is reachable
I think I found the culprit. We have a routine that we call for logging errors. It optionally writes to stdout so there's more usefull info in the mail message that the system sends when a detached process dies. I removed that optional parameter and now an empty crout file is created, but not written to.
Thanks.