[20868] in Athena Bugs
/mit/ops/services/olc/scripts/stats-digest broken
daemon@ATHENA.MIT.EDU (Laura Baldwin)
Tue Oct 8 13:21:39 2002
Message-Id: <200210081721.NAA17129@geskekelud.mit.edu>
To: bugs@MIT.EDU
cc: athena-rcc@MIT.EDU
Date: Tue, 08 Oct 2002 13:21:37 -0400
From: Laura Baldwin <boojum@MIT.EDU>
So, as of August 7, the automatic scripts to track OLC usage no longer
correctly report the names of the consultants who grab the
questions.
None of the scripts have actually changed.
/mit/ops/services/olc/scripts/stats-digest/gen_olc_stats.pl
is the script which generates the stats.
I think the problem is in line 434:
local($name) = split(/[\.:]/, &hes_resolve($uid,'uid',''), 2);
where the &hes_resolve subroutine from hesiod.pl returns nothing.
In hesiod.pl, line 434,
@repl = &main'res_send($fh, $query);
which is coming from resolv.pl, and also returns nothing.
This is about the limit of my perl, I don't understand resolv.pl at
all.
-Laura