LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
[stats]
From: Alan Kennington <akenning@dog.topology.org>
To : Michael Kratz <michael_kratz@hotmail.com>
Date: Sat, 24 Feb 2001 01:01:26 +1030
Re: Log file questions and issues
On Sat, Feb 24, 2001 at 12:50:56AM +1030, Michael Kratz wrote:
>
> I have a few questions about some entries which keep poping up in my log
> files.
[....]
> -------------
> Feb 18 05:30:00 <hostname> named[27547]: Cleaned cache of 3 RRsets
> Feb 18 05:30:00 <hostname> named[27547]: USAGE 982436400 982432800 CPU=0u/0s
> CHILDCPU=0u/0s
> Feb 18 05:30:00 <hostname> named[27547]: NSTATS 982436400 982432800 A=3 MX=1
> ANY=1
> Feb 18 05:30:00 <hostname> named[27547]: XSTATS 982436400 982432800 RR=10
> RNXD=0 RFwdR=2 RDupR=0 RFail=0 RFErr=0 RErr=6 RAXFR=0 RLame=0 ROpts=0
> SSysQ=5 SAns=5 SFwdQ=2 SDupQ=3 SErr=0 RQ=5 RIQ=0 RFwdQ=2 RDupQ=0 RTCP=0
> SFwdR=2 SFail=0 SFErr=0 SNaAns=3 SNXD=0 RUQ=0 RURQ=0 RUXFR=0 RUUpd=0
> -------------
>
> Above: NAMED spews all this crap into my log files and bloats them, how can
> I get rid of it all?? and what does it mean anyway??
>
Well, I'll try to just answer this one.
I got this when changing from RedHat to SuSE.
Er, maybe it was when I changed from sendmail 4.x.y to 8.x.y
or something.
Anyway, to get rid of it I put a whole load of stuff in the
/etc/named.conf file:
===========================================================
// Logging options.
logging {
category default { default_syslog; default_debug; };
category panic { default_syslog; default_stderr; };
category packet { default_debug; };
category eventlib { default_debug; };
// ak's additions.
category statistics { default_debug; };
category maintenance { default_debug; };
};
===========================================================
I think that's how I got rid of the garbage.
It's something like that anyway.
Cheers,
Alan Kennington.
--
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
[stats]
Return to the LinuxSA Mailing List Information Page