Lame Server Resolving Message (name server issue)
When the named always log the message , “lame server resolving ……”.
We may add the following to the /etc/named.conf file
logging {
// ignore all “lame server”
// servers belong to you;
category lame-servers{ null; };
};
