INN 2.5, inn-CURRENT-20090103 Issues
Alexander Bartolich
alexander.bartolich at gmx.at
Mon Jan 5 14:14:27 UTC 2009
William Kronert wrote:
> [---]
> When running: news.daily expireover lowmark I receive the following
> message:
> - Use of uninitialized value in string eq at (eval 139) line 3
> I don't know what that message means.
This message is written by Perl.
AFAIK the only Perl script run by news.daily is innreport.
> In the newsdaily report I don't see some stats that use to be reported
> and suspect a problem:
Innreport can generate output in plain text or HTML.
Which one are you looking at?
Do you see the copyright notice at the end of the HTML, i.e. did innreport
finish or did it abort?
> - INND perl filter stats. Perl is enabled and running the same
> Cleanfeed as before. I do see rejects for the various Cleanfeed filters
> in news log.
The perl RE used by innreport_inn.pm for this is
^rejecting\[perl\] <[^>]+> \d+ (.*)
So
grep 'innd: rejecting\[perl\] <[^>]\{1,\}> [0-9]\{1,\}' /var/log/news/news.notice | head
should give you reasonable output.
If that's the case and you don't get section "INND Perl filter [Top 100]:"
in the innreport there is either some bug (in innreport or innreport_inn.pm)
or you configuration has switched that off.
Do you have a "section innd_perl" in /etc/news/innreport.conf?
> - NNRP readership statistics (by domain): appear in newsdaily but the
> size, groups, etc are empty and the NNRP readership statistics: are missing
> along with the NNRP total resource statistics.
> - Newsgroup request counts (by newsgroup) stats are missing.
> - NNRP no permission clients: is missing
> I don't know if this has to do with the error message I get when running
> newsdaily or not. Though I have noted in the news log when a reader
> connects to the server it is missing these various readership stats - I
> don't see the various newsgroups entered by a reader in the news log.
What's the setting for "nnrpdoverstats" in /etc/news/inn.conf?
Ciao
Alexander.
More information about the inn-workers
mailing list