Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Oct 2013 19:29:12 -0500
From:      Mark Felder <feld@FreeBSD.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD 9.2-RELEASE stability?
Message-ID:  <1380673752.20677.28872921.50126320@webmail.messagingengine.com>
In-Reply-To: <6626ce0550512bd3f61892552c863763@ahhyes.net>
References:  <6626ce0550512bd3f61892552c863763@ahhyes.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 1, 2013, at 18:54, other@ahhyes.net wrote:
> 
> * I run powerdns recursor for resolution of domain names. Despite 
> having the recursor as being one of the first things
> in rc.conf to start (certainly before ntpdate), ntpdate decides to run 
> before the recursor has started. This causes the lookup of the ntp 
> server
> hostname to fail (using -b ip.ip.ip.ip as a flag to ntpdate rather than 
> a host is a way to work around the issue).
> 

Create in rc script in /usr/local/etc/rc.d that does nothing but set the
REQUIRE and BEFORE fields. You can use that to re-order the startup
scripts. Use the `service` command to see the new startup order --
there's a flag that will give you that output.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1380673752.20677.28872921.50126320>