Hi!
> named[18287]: sysquery: query(ns2.requestedhosting.com) All possible A
> RR's lame
You can't do anything about that... it's a problem of the upstream
nameserver.
You can configure named.conf to not report about lame servers:
----
// reduce log verbosity on issues outside our control
logging {
category lame-servers { null; };
};
----
Regards