it doesn't seem to me that ntp is working. i installed ntp-4.2.0 from source, and it installed ntpd in /usr/local/bin. i added /usr/local/bin/ntpd to /etc/rc.d/rc.local, and the daemon appears to start at startup:
Code:
[1] sero:~ $ ps ax |grep ntpd
447 ? SLs 0:00 /usr/local/bin/ntpd
my /etc/ntp.conf is:
Code:
restrict default noquery notrust nomodify
restrict 127.0.0.1
fudge 127.127.1.0 stratum 3
server sundial.columbia.edu
server ntp0.cornell.edu
driftfile /etc/ntp.drift
logfile /var/log/ntp.log
when i run ntpq -p i get:
Code:
remote refid st t when poll reach delay offset jitter
==============================================================================
filbert.cc.colu .RSTR. 16 u - 64 0 0.000 0.000 4000.00
cudns.cit.corne .RSTR. 16 u - 64 0 0.000 0.000 4000.00
should those read exactly the same? i get those same numbers no matter what servers i put in there. when i manually set my time back a few minutes, it doesn't get updated even a day later. i even tried ntpdate as a last resort, it said, "no servers can be used, exiting."

how can i get this working?
~~~~~~~~~~~~~~~~~~~
Code:
[8] sero:~ $ man ntpd
No manual entry for ntpd
[9] sero:~ $ man ntp
No manual entry for ntp
[10] sero:~ $ man ntp.conf
No manual entry for ntp.conf