Tuesday, July 27, 2004

Time sync

For some odd reason I've been having time issues when I halt the
machine. Simple fix by emerging ntp and updating configuration:

# emerge ntp

You need a time server, which can be obtained here:

http://www.eecis.udel.edu/~mills/ntp/clock2a.html


Uncomment the second statement and update the NTP server with your selection.

Add the service to default run-level to startup on boot:
# rc-update add ntp-client default

Start the service now for immediate sync
#/etc/init.d/ntp-client start

No comments: