named hourly issue

bjseiler

Verified User
Joined
Jun 19, 2003
Messages
197
Every hour at :29 I am seeing the logs below in /var/log/messages. I am running FreeBSD 4.8.

I looked through some similar posts and I am wondering if my hosts file is wrong. That wasn't clear to me.

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.leadasp.com localhost
66.243.176.57 www5.leadasp.com


Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.57].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [66.243.176.57].53
Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.58].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [66.243.176.58].53
Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.59].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [66.243.176.59].53
Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.60].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [66.243.176.60].53
Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.61].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [66.243.176.61].53
Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.62].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [66.243.176.62].53
Jul 29 08:29:06 www5 named[13767]: bind(dfd=20, [127.0.0.1].53): Address already in use
Jul 29 08:29:06 www5 named[13767]: deleting interface [127.0.0.1].53
Jul 29 08:29:06 www5 named[13767]: not listening on any interfaces
Jul 29 09:24:03 www5 sshd[50685]: fatal: Timeout before authentication for 24.215.163.50
Jul 29 09:24:43 www5 su: nags to bjseiler on /dev/ttyp0
Jul 29 09:24:47 www5 su: bjseiler to root on /dev/ttyp0
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.57].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [66.243.176.57].53
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.58].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [66.243.176.58].53
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.59].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [66.243.176.59].53
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.60].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [66.243.176.60].53
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.61].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [66.243.176.61].53
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [66.243.176.62].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [66.243.176.62].53
Jul 29 09:29:06 www5 named[13767]: bind(dfd=20, [127.0.0.1].53): Address already in use
Jul 29 09:29:06 www5 named[13767]: deleting interface [127.0.0.1].53
Jul 29 09:29:06 www5 named[13767]: not listening on any interfaces
 
Several.

hostname="www5.leadasp.com"
ifconfig_em0="inet 66.243.176.57 netmask 255.255.255.224"
ifconfig_em0_alias0="66.243.176.58 netmask 0xffffffff"
ifconfig_em0_alias1="66.243.176.59 netmask 0xffffffff"
ifconfig_em0_alias2="66.243.176.60 netmask 0xffffffff"
ifconfig_em0_alias3="66.243.176.61 netmask 0xffffffff"
ifconfig_em0_alias4="66.243.176.62 netmask 0xffffffff"
 
Just to add something. I don't actually use BIND on my DirectAdmin servers. I have my nameservers running tinydns on other machines. So......I don't even know if this is a real problem or just filling up my logs unnecessarily because I am not using BIND properly.
 
I am not really catching your question.

I have two nameservers - ns1.leadasp.com, ns2.leadasp.com. These are both on different machines (not where I have directadmin). All of the domains I have set up in DA have the domains marked as ns1.leadasp.com and ns2.leadasp.com so there should never actually be DNS queries to the DA server and I have never had any problems before. I just saw these log errors and I wanted to figure out what was going on..
 
Last edited:
Back
Top