From /var/log/messages when it started:
Code: Select all
Oct 26 08:37:36 jupiter ntpd[8737]: ntpd 4.2.2p3@1.1577-o Wed Sep 20 10:13:50 UTC 2006 (1)
Oct 26 08:37:36 jupiter ntpd[8871]: precision = 1.000 usec
Oct 26 08:37:36 jupiter ntpd[8871]: Listening on interface wildcard, 0.0.0.0#123 Disabled
Oct 26 08:37:36 jupiter ntpd[8871]: Listening on interface lo, 127.0.0.1#123 Enabled
Oct 26 08:37:36 jupiter ntpd[8871]: Listening on interface eth0, 172.16.68.110#123 Enabled
Oct 26 08:37:36 jupiter ntpd[8871]: kernel time sync status 0040
Oct 26 08:37:37 jupiter ntpd[8871]: frequency initialized -42.056 PPM from /var/lib/ntp/ntp.drift
Code: Select all
# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
mars.hemma 193.10.7.246 2 u 621 1024 0 0.000 0.000 0.000
Code: Select all
# ps aux | grep ntp
ntp 8871 0.0 0.1 4304 1268 ? Ss 08:37 0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -u ntp:ntp
Code: Select all
# cat /etc/ntp.conf
# Generated by dhcpcd for interface eth0
restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict 172.16.68.1 nomodify notrap noquery
server 172.16.68.1
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log
Code: Select all
# cat /etc/conf.d/ntpd
# /etc/conf.d/ntpd
# Options to pass to the ntpd process
# Most people should leave this line alone ...
# however, if you know what you're doing, feel free to tweak
NTPD_OPTS="-u ntp:ntp"

