From owner-freebsd-questions@FreeBSD.ORG Sun Aug 23 00:11:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BAFC106568B for ; Sun, 23 Aug 2009 00:11:02 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 509948FC0C for ; Sun, 23 Aug 2009 00:11:01 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 3so914617qwe.7 for ; Sat, 22 Aug 2009 17:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=q5bfN9TeIWNAyKZZ2+XKRItGmFphQNEPpZYv93V+pyw=; b=s3igY/wL8sb1YYPEvMYdG7ho1sZ95h/1LT7D+cv9qCgIyY6smEIe5bSp+k6Vo3pI8v iqGivYwxB/qwKYInIdIR0na83y4wksj+XDRBP8uEZ5foO1RlxTLFZmwshHXqabq9jCfX KYFlDb6BZ4NVQoFD74j5VqWqymJw/U6yM8dAY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gYajhAD+KHFb07qiKMmnKXQFiela2qKV3Gez2xHT9B8ouhdU7pwHI/gzHwApjgi2gt 5VIHnTFj5LmfSIrMfY88SFV/mVXrLFmCXfU1jqzlnvF+Av4aDbk9+xze7cUG0VR1S4L+ bFjOMRbXluR7RsvXGsLh74nZBH5Xkyj7Z+O7Q= MIME-Version: 1.0 Received: by 10.229.1.200 with SMTP id 8mr631551qcg.64.1250986261350; Sat, 22 Aug 2009 17:11:01 -0700 (PDT) In-Reply-To: <4A9083AD.4080305@rcn.com> References: <560f92640908212137s376f1dc8vaba59618a6b71d67@mail.gmail.com> <20090822164219.1d439ae4@gumby.homeunix.com> <560f92640908221213p2e426650x3bcad3b93de4d4a3@mail.gmail.com> <560f92640908221226o5da22c8frae08de57520d98be@mail.gmail.com> <560f92640908221614vacd66ega4a56b79d3a59db6@mail.gmail.com> <4A9083AD.4080305@rcn.com> Date: Sat, 22 Aug 2009 17:11:01 -0700 Message-ID: <560f92640908221711u2d7f93b7sc8f0d5df24e087d2@mail.gmail.com> From: Nerius Landys To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: RW , freebsd-questions@freebsd.org Subject: Re: /etc/rc.d/named dilemma X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2009 00:11:02 -0000 > =A0 =A0 =A0 =A0I don't remember the original description, but any time I = hear about > a 30 second "gap" during startup, I think of the well-known DNS reverse > look-up issue. =A0Are you sure this is not the case here? Indeed, I have forgotten to have the PTR record set up for my new IP addres= s. However the original description is that when I issue a "ping -c 100 x.y.z.w" to a well-known IP address, only the last 70 packets get returned, not the first 30 (hence 30 seconds). This ping command is issued very early in the rc.d scripts, after NETWORK and before named, and the script does not exit until a ping request is successful.