From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7EC071381F3 for ; Fri, 26 Apr 2013 14:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFFC0E09CE; Fri, 26 Apr 2013 14:09:50 +0000 (UTC) Received: from mail129c7.megamailservers.com (mail129c7-2520.megamailservers.com [69.49.98.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 821DDE09C3 for ; Fri, 26 Apr 2013 14:09:49 +0000 (UTC) X-POP-User: admin.sys-concept.com Received: from syscon7.localdomain (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail129c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id r3QE9k8I016627 for ; Fri, 26 Apr 2013 10:09:48 -0400 Received: by syscon7.localdomain (Postfix, from userid 1000) id 7E5EB200790; Fri, 26 Apr 2013 08:10:11 -0600 (MDT) Date: Fri, 26 Apr 2013 08:10:11 -0600 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Server system date synchronizaion Message-ID: <20130426141011.GH24932@syscon7.inet> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CSC: 0 X-CHA: v=1.1 cv=j/q5RCfQwzWIb/iL7CJW1IhCiIk6cTIJM12XsNnvQCA= c=1 sm=1 a=wom5GMh1gUkA:10 a=nvgywnV4OhwA:10 a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=c19Cxo7CAAAA:8 a=TWAzlqgvgBWXaMCcLpAA:9 a=wPNLvfGTeEIA:10 a=C3ZDv51cNVt4vJz/79I2xQ==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020203.517A8AAC.00E9,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Archives-Salt: 15607390-475c-4a0f-8bff-b92bfd83243f X-Archives-Hash: 5b7ca422bb4f39b1c893617fcd45512e On 04/25/13 10:33, Nick Khamis wrote: >Hello Everyone, > >We are trying to sync our server's time with an accurate ntp >server, and was wondering which of the many solutions are >considered viable. I did see the >http://en.gentoo-wiki.com/wiki/Time_Synchronization. >Our services are quite time sensitive. > >Thanks in Advance, > >N. put this script on a cron and enjoy :-) #!/bin/sh /usr/bin/rdate -s 128.138.140.44 /sbin/hwclock --systohc -- Joseph