From owner-freebsd-current@FreeBSD.ORG Tue May 11 16:28:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A95416A4CE; Tue, 11 May 2004 16:28:54 -0700 (PDT) Received: from ioskeha.hittite.isp.9tel.net (ioskeha.hittite.isp.9tel.net [62.62.156.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3256D43D1F; Tue, 11 May 2004 16:28:53 -0700 (PDT) (envelope-from clefevre-lists@9online.fr) Received: from pc2k (unknown [81.185.165.68]) by ioskeha.hittite.isp.9tel.net (Postfix) with SMTP id D337017B537; Wed, 12 May 2004 01:29:36 +0200 (CEST) Message-ID: <140701c437af$b7e6d7a0$7890a8c0@dyndns.org> From: "Cyrille Lefevre" To: "Crist J. Clark" , , References: <0cc701c43704$fe189fc0$7890a8c0@dyndns.org><200405110321.i4B3LFGI073037@bunrab.catwhisker.org><20040511093634.GA41727@gits.dyndns.org> <20040511212611.GA84917@blossom.cjclark.org> Date: Wed, 12 May 2004 01:28:49 +0200 Organization: ACME MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: bind timeouts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 23:28:54 -0000 "Crist J. Clark" 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