[bind] lame server

Tired seeing lame server error on your BIND (DNS server) log?

Dec 14 17:26:29 ns named[14961]: lame server resolving
'163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?):
85.120.66.98#53
Dec 14 17:26:36 ns named[14961]: lame server resolving
'163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?):
85.120.66.100#53
Dec 14 17:26:36 ns named[14961]: lame server resolving
'163.98.42.89.in-addr.arpa'(in '98.42.89.in-addr.arpa'?):
85.120.66.100#53

Those lines can make your /var/log/message file big pretty easily and consume your harddisk space.  So edit your named.conf (/etc/named.conf or /var/named/chroot/etc/named.conf) and create a new logging section and add below lines:

# vi /etc/named.conf

logging {   category "lame-servers" {
     "null";
   };
};

# service named restart

You can put it between options and zone sections.

Info from: Web Hosting Talk and Linux Questions

SocialTwist Tell-a-Friend

Related posts:

  1. hdd partition for cpanel server Simple Harddisk partition, assume only for vps and have or...

Leave a Reply