Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to adjust Hardware RTC clock

23 bytes added, 10:05, 14 November 2013
m
ntpdate program
=== ntpdate program ===
Ntpdate program is not installed into firmware by default, use zypper program to download and install the package:
* Uninstall ntp deamon:
<pre> zypper rm ntp</pre>
* Install ntpdate
<pre>zypper in ntpdate </pre>
Once you installed the programfinished it, make sure that IGEP is connected to Internet.
* Synchronize system clock and hardware clockwith NTP server:
<pre> ntpdate pool.ntp.org; hwclock --systohc </pre>
* Compare offset between ntp server and your system clock:
<pre> ntpdate -q pool.ntp.org && date </pre>
If your the result is positive, it means that your system clock is delayed and viceversa.
=== ntpd deamon ===
4,199
edits