ntpd not starting at boot time

David Newman dnewman at networktest.com
Thu Apr 24 15:20:15 UTC 2008


On 4/24/08 7:47 AM, Daniel Bye wrote:

>> {
>>         rc_flags="-c ${ntpd_config} ${ntpd_flags}"
> 
> You need to set ntpd_config to the path to your config file - as it is
> now, you are also setting it in ntpd_flags, which the above line then
> expands to something like this:
> 
> rc_flags="-c /path/in/ntpd_config -c /etc/ntp.conf...."
> 
> So, remove it from your ntpd_flags definition and all should be well!
> 

Bingo. Thanks!

dn



More information about the freebsd-questions mailing list