Our local setup consists of a single ntp server which synchronizes time from asia pool of ntp.org ([0-2].asia.pool.ntp.org) and several ntp servers in the intranet which synchronizes from the above server. Googleローカルのセットアップには、 1つのNTPサーバーから時刻を同期させるアジアのプールをntp.org ( [ 0-2 ]です。 asia.pool.ntp.org )といくつかのNTPサーバーは、イントラネット上のサーバーを同期させますからです。 This setup ensures identical clock on all the machines on the intranet as well as reduces load on ntp.org servers.このセットアップ確実に時計を同じマシン上のすべてのイントラネットだけでなくntp.orgサーバーの負荷を軽減する。 However we faced with an infuriating problem in getting the clients to sysnchronize with the local server.しかし私たちの問題に直面して、腹立たしいsysnchronizeクライアントを取得すると、ローカルサーバーです。 In some machines we would get this error message in log ( /var/log/messages )during startup:私たちはいくつかのマシンとなるこのエラーメッセージが表示されるログ(の/ var / log / messages )にスタートアップ中:
“ntpdate[4933]: no server suitable for synchronization found” " ntpdate [ 4933 ] :いいえサーバーに適して同期が見つかりました"

Restarting ntpd would give this error message: ntpdを再起動すると、このエラーメッセージが表示:

 [root@jaguar ntp]# /sbin/service ntpd start ntpd: Synchronizing with time server:            [FAILED] Starting ntpd:                                   [  OK  ] [ルート@ジャガーのNTP ] # / sbin /サービススタート]ボタンをntpd ntpd :タイムサーバーと同期させる: [失敗しました]最低ntpd : [ OK ]を 

The second problem was that ntp server was taking a long time to come up (with failure message as described above) thereby slowing down booting time. 2番目の問題は、 NTPサーバーは、撮影に長い時間が表示されるまで(前述のようにエラーメッセージが表示)の起動時間が鈍化しています。 After much investigation and tinkering (not to mention futile searches with Google), I accidentally came across a simple solution.調査と調整した後くらい(無駄な検索をGoogleに言及しないように) 、偶然を間違えて、単純なソリューションです。

Open /etc/ntp/step-tickers and replace the list with the name of your local ntp server (from which you want to synchronize).オープン/等/のNTP /ステップ-ティッカーと交換してリストを作成してローカルのNTPサーバーの名前を(よりれている場合を同期する) 。

Note: You can also do the same with /etc/ntp/ntpservers for your satisfaction.注:同じにすることもできます。には、 /等/のNTP / ntpserversお客様の満足度です。 However I didn’t see the file being actually used in Fedora Core 6.しかし私は詳細については、ファイルが実際に使われていないにはFedora Core 6 。 ntp server also worked without this file being present. NTPサーバーにもこのファイルが存在します。

Changing /etc/ntp/step-tickers did the trick.変更/等/のNTP /ステップ-ティッカーは、トリックです。 Now ntp server comes up in a fraction of a second and without any error messages.今すぐNTPサーバーにアップさせず分数の2番目とエラーメッセージが表示されます。 Problem solved.問題を解決します。

The end result is:その結果は:

 [root@jaguar ntp]# /sbin/service ntpd restart Shutting down ntpd:                         [  OK  ] ntpd: Synchronizing with time server:       [  OK  ] Starting ntpd:                              [  OK  ] [ルート@ジャガーのNTP ] # / sbin /サービスをシャットダウン再起動ntpd ntpd : [ OK ]をntpd :タイムサーバーと同期させる: [ OK ]を起動ntpd : [ OK ]を