From owner-freebsd-questions@FreeBSD.ORG Sun May 30 20:39:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69BF116A4CE for ; Sun, 30 May 2004 20:39:02 -0700 (PDT) Received: from terpsi.otenet.gr (terpsi.otenet.gr [195.170.0.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B939343D49 for ; Sun, 30 May 2004 20:39:01 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a112.otenet.gr [212.205.215.112]) by terpsi.otenet.gr (8.12.10/8.12.10) with ESMTP id i4V3cwpf016322; Mon, 31 May 2004 06:38:59 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i4V3cwpR003363; Mon, 31 May 2004 06:38:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i4V3cwm1003362; Mon, 31 May 2004 06:38:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 31 May 2004 06:38:58 +0300 From: Giorgos Keramidas To: adp Message-ID: <20040531033857.GB3260@gothmog.gr> References: <036501c44668$3b35ef30$6501a8c0@yourqqh4336axf> <20040531031209.GA3089@gothmog.gr> <016f01c446bf$29bdf7f0$6501a8c0@yourqqh4336axf> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <016f01c446bf$29bdf7f0$6501a8c0@yourqqh4336axf> cc: freebsd-questions@freebsd.org Subject: Re: Can I specify the resolver timeout? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 03:39:02 -0000 On 2004-05-30 22:26, adp wrote: >"Giorgos Keramidas" wrote: >>On 2004-05-30 12:04, adp wrote: >>> Is there a way to override this timeout value? I know it is possible >>> on other UNIX systems, such as AIX. >>> >>> Basically, we want to get a response within 3 seconds or the resolver >>> should try the second DNS server. >> >> Look at resolv.conf(5). More specifically at the "options timeout" option. > > I did in fact look at the manpage and did not find that option. I just > looked again and I still can't find it. > > # man resolv.conf | grep -i timeout > # uname -r > 4.10-BETA > > Are you running FreeBSD 5.x perhaps? > > If the option is available and my manpage is wrong then that's fine. > Just let me know. :) Hmmm, I *am* running 5.X. Looking at the manpage source I see that this option's missing from the 4.X sources :( - Giorgos