Too many application events!

Kevin D. Quitt KQuitt at IEEInc.com
Fri Jan 14 00:28:15 UTC 2000


Every 15 minutes, I get:

Err/TO getting serial# for "174.197.63.in-addr.arpa"    

[63.194.241.32] not authoritative for 174.197.63.in-addr.arpa, SOA query
got rcode 0, aa 0, ancount 0, aucount 9  

(xfer for 174.197.63.in-addr.arpa failed) (child = 132) - rescheduling!  

Help!

named.boot-------------
;
;    File:       named.boot
;    Purpose:    give the DNS its startup parameters and
;                list of startup files.
 
Directory d:\\var\\named
 
;
 
check-names primary fail
check-names secondary warn
check-names response ignore
 
;
;
;    establish a loopback entry for this machine, and tell
;    it to load its identity from db.127.0.0
 
primary 0.0.127.IN-ADDR.ARPA db.127.0.0
 
;    XFRNETS parameter limits the transfer of zone information
;    to machines matching the subnet wildcard/mask entries listed.
;    WARNING: I have also added myself so that I can help test out
;             peoples configs that are having problems.
 
;XFRNETS 199.72.93.0 127.0.0.0 63.197.174.42
 
;    set ourselves up as secondary for our domain with data
;    for the domain coming from the file 'db.zoneinfo'
;    which is empty by default, but is filled in with site-
;    specific information as appropriate.
 
secondary quitt.net 63.194.241.32 db.zoneinfo
secondary 174.197.63.in-addr.arpa 63.194.241.32 db.inaddr
secondary castleinfinity.com 63.194.241.32 db.castleinfo
;
; prime the DNS with root server 'hint' information
 
 
cache . db.cache
 
db.127.0.0------------------
;
;    File:      db.127.0.0 file
;    Purpose:   This file establishes the identity of this DNS.
;               SOA stands for 'start of authority' and sets the
;               default parameters for information this DNS is 
;               authoritative for:
;
@        IN SOA    ns2.quitt.net. postmaster.quitt.net. (
        1999123102   ; serial  [yyyyMMddNN]
              7200   ; refresh [6h]
              3600   ; retry   [1h]
            691200   ; expire  [8d]
             86400)  ; minimum [1d]
;
         IN NS    ns2.quitt.net. 
1        IN PTR    localhost.net.
;

db-castleinfo-----------------------
; BIND version named 4.9.7-Rel-Monday-18-January-99
; BIND version GregSchueman-LarryKahn-VirajBais-LeonMcCalla
; zone 'castleinfinity.com'   last serial 2000010201
; from 63.194.241.32   at Tue Jan 04 19:40:16 2000
$ORIGIN com.
castleinfinity	IN	SOA	castleinfinity.com.
postmaster.castleinfinity.com. (
		2000010401 7200 3600 691200 86400 )
		IN	NS	ns1.quitt.net.
		IN	NS	ns2.quitt.net.
		IN	NS	hugh.nettel.com.
		IN	A	63.197.174.46
		IN	MX	0 mailhost.quitt.net.
$ORIGIN castleinfinity.com.
vortico		IN	A	63.197.174.43
fred		IN	CNAME	castleinfinity.com.
www		IN	A	63.197.174.46
ns1		IN	A	63.197.174.46
ftp		IN	CNAME	www.castleinfinity.com.

db.zoneinfo----------------------
; BIND version named 4.9.7-Rel-Monday-18-January-99
; BIND version GregSchueman-LarryKahn-VirajBais-LeonMcCalla
; zone 'quitt.net'   last serial 1999123140
; from 63.194.241.32   at Sat Jan 01 21:40:12 2000
$ORIGIN net.
quitt		IN	SOA	ns1.quitt.net. postmaster.quitt.net. (
		2000010110 7200 3600 691200 86400 )
		IN	NS	ns1.quitt.net.
		IN	NS	ns2.quitt.net.
		IN	NS	hugh.nettel.com.
		IN	MX	0 mailhost.quitt.net.
		IN	A	63.194.241.32
$ORIGIN quitt.net.
news		IN	CNAME	quitt.net.
foo		IN	CNAME	quitt.net.
andy		IN	CNAME	quitt.net.
family		IN	CNAME	quitt.net.
c8		IN	CNAME	quitt.net.
marissa		IN	CNAME	quitt.net.
chiun		IN	CNAME	quitt.net.
mailhost	IN	CNAME	quitt.net.
iee		IN	CNAME	ftp.quitt.net.
mail		IN	CNAME	quitt.net.
kevin		IN	CNAME	quitt.net.
localhost	IN	A	127.0.0.1
www		IN	CNAME	quitt.net.
andrea		IN	CNAME	quitt.net.
dandylion	IN	CNAME	quitt.net.
alleypup	IN	CNAME	quitt.net.
ns1		IN	A	63.194.241.32
ftp		IN	A	63.197.174.42
ns2		IN	A	63.197.174.42

-- 
#include <standard.disclaimer>
 _
Kevin D Quitt  USA 91351-4454           96.37% of all statistics are made up
Per the FCA, this email address may not be added to any commercial mail list



More information about the bind-users mailing list