Date: Thu, 14 Nov 2013 16:56:56 +0200 From: Lena@lena.kiev.ua To: freebsd-questions@freebsd.org Cc: Gerard Seibert <jerry@seibercom.net> Subject: Re: unbound and ntp in FreeBSD 10 Beta 3 Message-ID: <20131114145656.GL786@lena.kiev> In-Reply-To: <20131113144937.089e8a2a@gumby.homeunix.com> References: <mailman.707.1384439401.45746.freebsd-questions@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: RW <rwmaillists@googlemail.com>
> This looks like the cause of the problem:
>
> $ rcorder /etc/rc.d/* | grep -E "ntp|unbound"
> /etc/rc.d/ntpdate
> /etc/rc.d/ntpd
> /etc/rc.d/local_unbound
> Alternately you might try adding an extra rc file with:
>
> # PROVIDE: ORDERUNBOUND
> # REQUIRE: ntpd ntpdate
> # BEFORE: local_unbound
/etc/rc.d/ntpdate contains:
# REQUIRE: NETWORKING syslogd named
I think that "unbound local_unbound" should be included into this line.
I use unbound as local recursive resolver in 8.4-RELEASE. I added that,
and "sleep 1" before "${ntpdate_program:-ntpdate} $rc_flags $ntpdate_hosts".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131114145656.GL786>
