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 E0AA313877A for ; Sat, 26 Jul 2014 19:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3269E0CB7; Sat, 26 Jul 2014 19:34:53 +0000 (UTC) Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7805E09E7 for ; Sat, 26 Jul 2014 19:34:52 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id z12so5579324wgg.0 for ; Sat, 26 Jul 2014 12:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0aACJjxcGjvZsVyRA62UVQfh9fHOSyZIgWvu+IVC+Os=; b=J1b1qGte8Zxsmq3xFDaKBi327JJmI3f2PWA5aEkQr1HNPVYm3z0woJTqtMyjR9hU7r hdHWaqoVOoecRQRHTLa9viuzRZh0Cc1U/frNvfF1S/xLnrwgjEQAobGz4pAwC5SEW2i6 lyTPOssEpHpeX6uMuwWJHynEN6GRkBit066LRnjNsEsyAkwaC94Tfufowgt8pxtyFcHv ZNK5nqITqCm/FH1cXxxI+iHf/iKimZzhPG7uc46K7A2qv5LOG5qOEZ4CRIJQDTk5A33Z h6Jx1skWQbNzJmjbZiyYZH4WwSaeigr4XzIAVOxe+jmV0BJSECmjq9l72VGQXr8FTmxm sGkA== X-Received: by 10.180.20.105 with SMTP id m9mr15996794wie.6.1406403291336; Sat, 26 Jul 2014 12:34:51 -0700 (PDT) Received: from [192.168.1.3] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id 10sm35748037wjr.22.2014.07.26.12.34.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jul 2014 12:34:50 -0700 (PDT) Message-ID: <53D402D9.3020607@gmail.com> Date: Sat, 26 Jul 2014 22:34:49 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: re: which NTPd package to use? References: <53D39983.8050706@gmail.com> <53D3EFEC.1060100@gmail.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 66a66381-952d-4d0f-aa73-b2f8782aea32 X-Archives-Hash: 3359621389950460e2a6ed98edf3d477 On 07/26/2014 09:38 PM, Holger Hoffstätte wrote: > On Sat, 26 Jul 2014 21:14:04 +0300, Alexander Kapshuk wrote: > >> Is this gentoo wiki article still relevant when it comes to configuring >> chrony on gentoo? >> http://www.gentoo-wiki.info/Chrony >> >> Or should I stick to the instructions given here: >> /usr/share/doc/chrony-1.29.1/chrony.txt.bz2 > The wiki article is from 2008 and doesn't seem "too wrong", > but the current ebuilds are a bit more up to date wrt. > default config and init script. The current template config also > contains very detailed instructions and is probably the best way > to get started. How much you need to set up depends on your specific > use case - pure client, steady/interrupted connectivity, server for > other machines on the LAN.. > > If you only want to be a client just add one or multiple servers > to the config and you are good to go; chrony works well pretty much > out of the box. > > -h > > Understood. Thanks. For the time being, I just want to be a client.These are the options I've got enabled in the config: grep '^[a-z][a-z]*' /etc/chrony/chrony.conf server 0.pool.ntp.org iburst server 1.pool.ntp.org iburst server 2.pool.ntp.org iburst maxupdateskew 5 driftfile /var/lib/chrony/drift keyfile /etc/chrony/chrony.keys commandkey 1 logdir /var/log/chrony log measurements statistics tracking