From owner-freebsd-questions@freebsd.org Sun Aug 26 16:35:01 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 C0EB6107AC79 for ; Sun, 26 Aug 2018 16:35:01 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26EAA8609C for ; Sun, 26 Aug 2018 16:35:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id w7QGYhUr049418 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 26 Aug 2018 18:34:50 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu From: Andrea Venturoli To: freebsd-questions@freebsd.org Subject: named and ntpd start order in rc.d Message-ID: Date: Sun, 26 Aug 2018 18:34:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US 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: Sun, 26 Aug 2018 16:35:01 -0000 Hello. I'm in the same situation described in this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=129146 ntpd starts when named is not yet running, fails to resolve its peers and never works again until I restart it manually. That bug (of the 7.0 era) was closed as fixed, since /etc/rc.d/ntpd requires ntpdate, which in turn required named. However, the latest statement is not true anymore, today (probably due to the fact that named is no longer in base). I guess I'm not the only one who has this problem and I wonder how others are solving this issue. Also, should I add a comment to that bug or open a new one? bye & Thanks av.