DNS/BIND log

From: Warren Liang (warren.liang@cox.net)
Date: Wed Apr 18 2007 - 15:44:19 EDT


Hello:
We have BIND 8.2.2-P5 on a Solaris 8 box. The named.conf is:
options {
         directory "/usr/dns";
        };
logging {
        channel named_debug {file "/var/log/named.debug" ;
                             severity dynamic;
                             print-category yes;
                             print-severity yes;
                             print-time yes; };
        category default { named_debug; };
        category xfer-in { named_debug; };
        category xfer-out { named_debug; };
        category queries { named_debug; };
        category lame-servers { null; };
b&
# cd /var
# ls bal
b&
drwxr-xr-x 2 root sys 512 Feb 4 03:10 log
b&
# ls bal /var/log/named.debug
-rw-r--r-- 1 root other 0 Apr 26 2006 named.debug
The log file /var/log/named.debug does not record anything. What is the proper
way to configure BIND to enable its log to a file?
Thanks in advance.
Warren
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:41:53 EDT