Date: Wed, 12 May 2004 01:28:49 +0200 From: "Cyrille Lefevre" <clefevre-lists@9online.fr> To: "Crist J. Clark" <cjc@FreeBSD.org>, <david@catwhisker.org>, <freebsd-current@FreeBSD.org> Subject: Re: bind timeouts Message-ID: <140701c437af$b7e6d7a0$7890a8c0@dyndns.org> References: <0cc701c43704$fe189fc0$7890a8c0@dyndns.org><200405110321.i4B3LFGI073037@bunrab.catwhisker.org><20040511093634.GA41727@gits.dyndns.org> <20040511212611.GA84917@blossom.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Crist J. Clark" <cristjc@comcast.net> wrote: > On Tue, May 11, 2004 at 11:36:35AM +0200, Cyrille Lefevre wrote: > [snip] > > The only obvious problem I see is, > > [snip] > > > * /etc/namedb/named.soa > > > > @ IN SOA ns.gits.fr.invalid. root.gits.dyndns.org. ( changed to gits.gits.fr.invalid > > 2004051022 ; Serial > > 3H ; Refresh > > 1H ; Retry > > 1W ; Expire > > 1D ) ; Minimum > > IN NS ns.gits.fr.invalid. changed to gits.gits.fr.invalid > [snip] > > gits IN A 192.168.144.96 > [snip] > > ns IN CNAME gits > > A CNAME in an NS record is not a good idea, and I believe it is > technically incorrect. Having one can cause weirdness. nice try, but this doesn't fix anything :( # time host -r localhost 127.0.0.1 Using domain server 127.0.0.1: Host not found, try again. 60.23s real 0.00s user 0.05s system # time host -r localhost 127.0.0.1 Using domain server 127.0.0.1: localhost.gits.fr.invalid has address 127.0.0.1 10.07s real 0.01s user 0.02s system # time host -r localhost 127.0.0.1 Using domain server 127.0.0.1: localhost.gits.fr.invalid has address 127.0.0.1 5.10s real 0.00s user 0.06s system # time host -r localhost 127.0.0.1 Using domain server 127.0.0.1: localhost.gits.fr.invalid has address 127.0.0.1 0.06s real 0.00s user 0.04s system # time host -r localhost 127.0.0.1 Using domain server 127.0.0.1: (nothing!) 20.11s real 0.01s user 0.04s system the above times are the most common observed. thanks anyway. Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?140701c437af$b7e6d7a0$7890a8c0>