From owner-freebsd-stable@FreeBSD.ORG Thu Feb 20 13:33:43 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54115665 for ; Thu, 20 Feb 2014 13:33:43 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C728E1196 for ; Thu, 20 Feb 2014 13:33:42 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id c6so1333540lan.11 for ; Thu, 20 Feb 2014 05:33:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GyKQV+SPNM13agCBgxuYwT/l9a63G5kRFMaS7K6W2HU=; b=RcriQOliXXv9HgGdDLf+P5AycrW0vJVuLy3JprKzmS4bQvE4Ydd7Xyuk/LkCtbo9W9 1TCzzkQmBEcY3/QszbIeqxvJ23QtVEyb3Ts07r8/lOEBg4ctMo6GShO+gtykNA2v4PzB 1L2WS3hiSlFxyRUmbyXA4DvS4TVathP+2053W1hOSRH/QHhP0pP87D7Ss1XHh0nvDVT0 REv/NNzhB0yztnhkKPfK15pPPE638Y7rU/uyHLg29FzRPrtksdRGMaNDrt8onfj+cx6i MhTLS70UwqZyCDpsKcTbsvCa3Xb8dnpj+oxciYj8/RtAKP6qBsex9gHy1DMo45e323xc iCyQ== X-Received: by 10.152.219.37 with SMTP id pl5mr1236113lac.36.1392903220643; Thu, 20 Feb 2014 05:33:40 -0800 (PST) Received: from ?IPv6:2a02:6b8::408:111e:1292:e284:c8c7? ([2a02:6b8:0:408:111e:1292:e284:c8c7]) by mx.google.com with ESMTPSA id k1sm4031915lbc.5.2014.02.20.05.33.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Feb 2014 05:33:38 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: options timeout in resolv.conf does not work in stable/10 From: Dmitry Sivachenko In-Reply-To: <5304BADE.3040703@gmail.com> Date: Thu, 20 Feb 2014 17:33:35 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <40E84CA7-E815-4B5E-AF0F-4B29C8B58186@gmail.com> <5304B65C.1040500@gmail.com> <5304BADE.3040703@gmail.com> To: Vitaly Magerya X-Mailer: Apple Mail (2.1827) Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 13:33:43 -0000 On 19 =D1=84=D0=B5=D0=B2=D1=80. 2014 =D0=B3., at 18:08, Vitaly Magerya = wrote: > Dmitry Sivachenko wrote: >>> Are you using host(1) command for this? >>=20 >> I used drill(1), which probably also uses ldns and does not respect = optons? >=20 > Yup. This is a sad regression. Now nagios checks could produce false = warnings if first nameserver is down because drill does not honor option timeout like most other programs :( >=20 >> Also I noticed that drill(1) does not respect nameserver's order from = resolv.conf, and picks random one. >> Which is also strange and disappointing. >=20 > There's a '-z' option to turn this off. >=20 Thanks. I have no idea why do they randomize it after all...=