Greetings,
I seem to have an issue with ntpd and was hoping someone could shed some light on the issue. I hope it is something simple/stupid that is mis-configured (probably is).
I am running FreeBSD 10.0 p12 and have the following in my /etc/rc.conf:
I also have the standard contents in /etc/ntp.conf. I will post if necessary but the contents are the defaults I believe:
I live in Pennsylvania and the time is currently 11:45PM EST (Friday Nov. 21). However when using the
I also tried to do a real-time
Any help would be greatly appreciated. Thanks!
I seem to have an issue with ntpd and was hoping someone could shed some light on the issue. I hope it is something simple/stupid that is mis-configured (probably is).
I am running FreeBSD 10.0 p12 and have the following in my /etc/rc.conf:
Code:
ntpd_enable="YES"
I also have the standard contents in /etc/ntp.conf. I will post if necessary but the contents are the defaults I believe:
Code:
server 0.freebsd.pool.ntp.org iburst
server 1.freebsd.pool.ntp.org iburst
server 2.freebsd.pool.ntp.org iburst
I live in Pennsylvania and the time is currently 11:45PM EST (Friday Nov. 21). However when using the
date command via the CLI I get:
Code:
mercury% date
Sat Nov 22 03:46:00 EST 2014
I also tried to do a real-time
ntpdate but get this:
Code:
mercury% ntpdate
22 Nov 03:47:29 ntpdate[49539]: no servers can be used, exiting
Any help would be greatly appreciated. Thanks!