From owner-freebsd-questions@freebsd.org Tue Aug 28 19:05:48 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8D54109567F for ; Tue, 28 Aug 2018 19:05:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD5992AF1 for ; Tue, 28 Aug 2018 19:05:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wr1-x42d.google.com with SMTP id u12-v6so2542091wrr.4 for ; Tue, 28 Aug 2018 12:05:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=q08+Zl3O78tLkn/lAQkC+k+0Rb8ApPJjEBsylcq0g+g=; b=SMGo0GXJ3ksrkqCNDLeLYGYuRGO8UieIH273wLTtX1XwEp8cB9646V4SJTpKR959Qk qFv4Xru+ABgvkzaDJHnUodJ6UeFNag8b/nGhXWDqaFpG3de/z5vMYJEPsuU+zFcW0B4d +xEk2JJKYuB0pKdpb7Ak3MeuoB7QaTQmI0LxwiTRCHJPRf2RD1WPp3e/IMWdTTsbvV/R rKRAqbcMRRzceNeRdOuN4w+UE/KC0xf+sN62JQPHEqidskz8WFFHOzbDkXjCK/3fdO62 BFZuObSjdnhX6+WpxasWjgEY/xjLnrksfGfYOn3n3zj5fb6kNc3yir7v8mTNw8l9BRgh 4tUQ== X-Gm-Message-State: APzg51Dq/gzFF2Ms1H/cNtvnOCFePaG83kXqAYucwfiPiPg9COH77AAa 1KNRNfgkgrduPdqxZ9EOGArPGNCB X-Google-Smtp-Source: ANB0VdakC1YA/SqnB7MLngJbP1aFc0xlIHC8B5qhAxwu7x+dceu8iMLj0WhSn4O0WuYhN/L2wERhoQ== X-Received: by 2002:a5d:4648:: with SMTP id j8-v6mr2025454wrs.52.1535483147060; Tue, 28 Aug 2018 12:05:47 -0700 (PDT) Received: from gumby.homeunix.com ([2.125.49.83]) by smtp.gmail.com with ESMTPSA id u40-v6sm3654883wrc.43.2018.08.28.12.05.45 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Aug 2018 12:05:46 -0700 (PDT) Date: Tue, 28 Aug 2018 20:05:42 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: named and ntpd start order in rc.d Message-ID: <20180828200542.261d5ea8@gumby.homeunix.com> In-Reply-To: <2a9b79b1-2b57-98d3-9b4e-53eb4a9768b8@netfence.it> References: <20180827.172100.2296091074664550273.yasu@utahime.org> <2a9b79b1-2b57-98d3-9b4e-53eb4a9768b8@netfence.it> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 19:05:49 -0000 On Tue, 28 Aug 2018 16:36:53 +0200 Andrea Venturoli wrote: > Any other way to insert some pause? You could write a simple rc script that depends on NETWORKING and runs before ntpdate. There are couple of workarounds. You could add a second nameserver to resolv.conf, e.g. 8.8.8.8. You could restart ntpd from a crontab @reboot line.