Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 23:06:21 +1000 (EST)
From:      Ian Smith <smithi@nimnet.asn.au>
To:        danny <danny@pentalpha.com.hk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: named.run
Message-ID:  <Pine.BSF.3.96.990531225857.11477A-100000@gaia.nimnet.asn.au>
In-Reply-To: <04f901beab48$d91ffda0$6f00000a@domain.pentalpha.com.hk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 May 1999, danny wrote:

 > I found a file named.run in /etc/namedb and the file size is very large. It
 > is the log file of all dns query. Did I set something wrong or I get a
 > attack?

More likely the former, hopefully.

kill -usr1 [named's pid] turns on debug logging - though here it's
written to /var/tmp/named.run (using the named with 2.2.6R)

Kill -usr1 [pid] again increases the debug level.  Level 2 is pretty
voluminous (though it does compress well :)

Kill -usr2 [pid] turns off debugging again.  Check for lines like:

  Debug turned ON, Level 1
  Debug turned ON, Level 2

Ian



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990531225857.11477A-100000>