in

Keeping TIME locked in the UK.

Last post 12-23-2007 10:41 AM by andy.harris. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 12-23-2007 10:41 AM

    Keeping TIME locked in the UK.

    Here's some notes to using a NTP client on the HGA or Gateway on a Linux based system.

    First:

      Ensure that the system cab see the internet, try something like:

         ping www.google.com to see that you get a return.
     

    Configure the NTP client

       This is done by editing the /etc/ntp.cong file:

         nano /etc/ntp.conf

    in the UK, the contents should look like:

    driftfile /etc/ntp.drift
    logfile /var/log/ntp.log
    server 0.uk.pool.ntp.org
    server 1.uk.pool.ntp.org
    server 2.uk.pool.ntp.org
    server 3.uk.pool.ntp.org

    Now restart the ntpd daemon using:

    /etc/init.d/ntpd restart

    Is it working?

    use:

       cat /var/log/ntp.log

    after some time, you'll see something like:

    23 Dec 10:37:25 ntpd[4079]: synchronized to 194.238.48.3, stratum 2
    23 Dec 10:39:02 ntpd[4079]: time reset +97.622654 s
    23 Dec 10:39:02 ntpd[4079]: kernel time sync status change 0001

     


     

Page 1 of 1 (1 items)
(c) WebBrick Systems