[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
Related posts:
- Install SSH (SFTP) server on Windows 2000 Below is step-by-step installation SSH (and SFTP) server on Windows...
Related posts brought to you by Yet Another Related Posts Plugin.
March 7th, 2010 at 1:07 am
oh cool, this information is really useful and definately is comment worthy! hehe. I’ll see if I can try to use some of this information for my own blog. Thanks!
April 23rd, 2010 at 12:05 pm
Just checking out your article on my brand new Blackberry , and I wanted to see if it would let me comment or if it made me go to a full pc to do that. Ill check back later to see if it worked.