From owner-freebsd-current@FreeBSD.ORG Sun Oct 22 12:08:52 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 E69B816A4A0; Sun, 22 Oct 2006 12:08:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD2443D97; Sun, 22 Oct 2006 12:08:31 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 7BC5F99FBE4; Sun, 22 Oct 2006 14:08:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id z+ZF24qh6azM; Sun, 22 Oct 2006 14:08:27 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 0167F99FBCD; Sun, 22 Oct 2006 14:08:26 +0200 (CEST) Message-ID: <453B5F3A.3030804@FreeBSD.org> Date: Sun, 22 Oct 2006 14:08:26 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Hajimu UMEMOTO References: <20061022095811.GA10743@zaphod.nitro.dk> <20061022132225.13299ae6@it.buh.tecnik93.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, "Ion-Mihai \"IOnut\" Tetcu" , "Simon L. Nielsen" Subject: Re: Resolver not always resolving hostnames X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 22 Oct 2006 12:08:53 -0000 Hajimu UMEMOTO wrote: > Hi, > > >>>>>> On Sun, 22 Oct 2006 13:22:25 +0300 >>>>>> Ion-Mihai "IOnut" Tetcu said: >>>>>> > > itetcu> It's like the resolver it is giving up to early, if after the "Name > itetcu> lookup failure ..." message I hit Ctrl+C and run it again immediately > itetcu> it resolves OK. > > The default retry count was reduced from 4 to 2 since March 6, as > BIND9 reduced it. It might bite you. > Please increase retry count by putting something like `options retry: 4' > into your resolv.conf, and see if it helps. > > options attempts: 4 is the correct form and it did help to me. Thanks. -- Cheers, Gabor