Helpful Information
 
 
Category: Apache Development
named[322]: sysquery: findns error (NXDOMAIN) on host.mysite.com

I am getting this error in my /var/log/messages and want to know what I can do to fix the problem. I am not sure which Bind I have but I also do not know how to upgrade it. I a sure I sound like an idiot...If someone else can give me a hand I would be very thankful.

>>I am getting this error in my /var/log/messages and want to know what I can do to fix the problem

That could be a missing A record for your host.mysite.com or a missing zone for your domain.

i.e.

host.mysite.com. IN A ip.address.of.host

i.e.

zone "mysite.com" in {
type master;
file "db.mysite.com";
};










privacy (GDPR)