Configuring and Managing MPE/iX Internet Services (MPE/iX 6.0)

166 Appendix C
BIND 8.1 Enhanced Features
BIND 8 Highlights
config High-level configuration file processing.
parser Low-level configuration file processing.
queries A short log message is generated for every query the
server receives.
lame-servers Messages like “Lame server on ...
statistics Statistics.
panic If the server has to shut itself down due to an internal
problem, it will log the problem in this category as well
as in the problem’s native category. If you do not define
the panic category, the following definition is used:
category panic { default_syslog;
default_stderr; };
update Dynamic updates.
ncache Negative caching.
xfer-in Zone transfers the server is receiving.
xfer-out Zone transfers the server is sending.
db All database operations.
eventlib Debugging info from the event system. Only one
channel may be specified for this category, and it must
be a file channel. If you do not define the eventlib
category, the following definition is used: category
eventlib { default_debug; };
packet Dumps of packets received and sent. Only one channel
may be specified for this category, and it must be a file
channel. If you do not define the packet category, the
following definition is used: category packet {
default_debug; };
notify The NOTIFY protocol.
cname Messages like “... points to a CNAME”.
security Approved/unapproved requests.
os Operating system problems.
insist Internal consistency check failures.
maintenance Periodic maintenance events.
load Zone loading messages.
response-checks Messages arising from response checking, such as
“Malformed response ...”, “wrong ans. name ...”,
“unrelated additional info ...”, “invalid RR type ...”, and
“bad referral ...”.