[16273] in Athena Bugs
Re: olcd spewing
daemon@ATHENA.MIT.EDU (Albert Dvornik)
Mon Aug 31 00:15:29 1998
To: Matt Braun <matt@MIT.EDU>
Cc: bug-olc@MIT.EDU, ops@MIT.EDU
From: Albert Dvornik <bert@MIT.EDU>
In-Reply-To: Matt Braun's message of "Tue, 25 Aug 1998 17:33:32 -0400 (EDT)"
Date: Mon, 31 Aug 1998 00:15:20 EDT
Matt Braun <matt@MIT.EDU> writes:
> The olcd was spewing:
>
> Aug 25 17:22:23 matisse olcd[6387]: user abelenky has *no* permissions (not even 'olc')
[...]
> as a result of abelenky trying to run 'olc' with ZONE.MIT.EDU tickets. Per
> Aaron, he ran olc and then control-c'd out of it.
Yep, I discovered that olcd was vastly over-eager about complaining
about this; it generated one mesage per knuckle per incoming request
(whether related or not). The following changes were made in the
source, and will be placed on the server when I'm done fixing another
bug (so I don't have to do server binary tricks at 2am twice).
[1] olcd will only complain when creating the knuckle or when altering
its value.
[2] if the principal's realm is not ATHENA.MIT.EDU, it will go to
syslog at `notice', but not to Zephyr.
[3] the message will include the realm of the principal sending the request.
As always, thanks for reporting.
--bert