Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Server system date synchronizaion
Date: Fri, 26 Apr 2013 14:09:56
Message-Id: 20130426141011.GH24932@syscon7.inet
In Reply to: [gentoo-user] Server system date synchronizaion by Nick Khamis
1 On 04/25/13 10:33, Nick Khamis wrote:
2 >Hello Everyone,
3 >
4 >We are trying to sync our server's time with an accurate ntp
5 >server, and was wondering which of the many solutions are
6 >considered viable. I did see the
7 >http://en.gentoo-wiki.com/wiki/Time_Synchronization.
8 >Our services are quite time sensitive.
9 >
10 >Thanks in Advance,
11 >
12 >N.
13
14 put this script on a cron and enjoy :-)
15
16 #!/bin/sh
17 /usr/bin/rdate -s 128.138.140.44
18 /sbin/hwclock --systohc
19
20 --
21 Joseph

Replies

Subject Author
Re: [gentoo-user] Server system date synchronizaion Jarry <mr.jarry@×××××.com>