Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to adjust Hardware RTC clock

64 bytes added, 15:22, 5 August 2014
m
no edit summary
You should configure "/etc/ntp.conf" with appropriated Internet ntp server (for example: "server pool.ntp.org")
To force time synchronization, it could be used [http://manpages.ubuntu.com/manpages/maverick/man8/ntpd.8.html ntpd daemon with "-q" option ] (This behavior mimics that of the ntpdate(8) program)
<pre>ntpd -d -c /etc/ntp.conf -q</pre>