[351] in Zephyr_Bugs
Re: syslog file
daemon@ATHENA.MIT.EDU (lwvanels@Athena.MIT.EDU)
Tue Mar 31 09:29:37 1992
From: lwvanels@Athena.MIT.EDU
Date: Tue, 31 Mar 92 09:28:26 -0500
To: caspidel@cap.cca.cr.rockwell.com ("J. R." Clyde A. Spidell)
Cc: zephyr-bugs@Athena.MIT.EDU
In-Reply-To: [350]
Reply-To: lwvanels@mit.edu
Hello-
One thing to check is that the constant CACHED_ACLS in acl_files.c is set
to a number at least two lower than the maximum number of files open per
process configured in your kernel.
If this problem only happens after zephyrd has been running for a while,
another thing to verify is that the brain dump socket is in fact being
closed after it is used. Compiling it with -DDEBUG and running it with the
-d flag should make it syslog "bd_offer" when it first offers a brain dump,
and either "sbd connected" or "bdump avail" if the brain dump takes place,
or "bdump not used" if it doesn't. If there are unmatched "bd_offer"'s in
the syslog, that is a clue to the problem, although I do not see any
clues to potential leaks after looking through the code. Having OLC running
at the same time should not affect this, btw.
-Lucien