Chrony synchronisiert nicht richtig

Alles was in keine andere Systemkategorie passt
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Chrony synchronisiert nicht richtig

Post by adjustman »

Hallo,

In unregelmäßigen Abständen stimmt meine Serverzeit nicht mehr.
Abweichungen von über einer Std. + sind dann das Resultat. :(

Ich habe diese Seite benutzt:
http://www.sc-delphin-eschweiler.de/chrony/
um alles anzupassen. Kann jemand Tips zur noch effktivere
Anpassung geben? Braucht ihr configs? Danke.
~# chronyc tracking
Reference ID : 130.149.17.21 (ntps1-0.cs.tu-berlin.de)
Stratum : 2
Ref time (UTC) : Wed Nov 26 23:50:12 2008
System time : 4229.910352 seconds fast of NTP time
Frequency : 40.572 ppm slow
Residual freq : 29.854 ppm
Skew : 3.988 ppm
Root delay : 0.019333 seconds
Root dispersion : 0.008575 seconds

OS Debian Lenny und Chrony (als Daemon) version 1.23.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Chrony synchronisiert nicht richtig

Post by Joe User »

Code: Select all

cat > /etc/cron.hourly/ntpdate << "EOF"
#!/bin/sh

/usr/sbin/ntpdate -b -s -p 4 -t 0.1 ptbtime1.ptb.de
EOF
chmod 0755 /etc/cron.hourly/ntpdate
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Chrony synchronisiert nicht richtig

Post by adjustman »

@Joe User
wie jetzt? Zusätzlich oder als Altenative? Eher doch letzteres!?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Chrony synchronisiert nicht richtig

Post by Joe User »

Letzteres und es ist zuverlässiger...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Chrony synchronisiert nicht richtig

Post by adjustman »

Joe User wrote:Letzteres und es ist zuverlässiger...
.. sprichst du aus Erfahrung? :wink:
User avatar
rudelgurke
Posts: 409
Joined: 2008-03-12 05:36
 

Re: Chrony synchronisiert nicht richtig

Post by rudelgurke »

adjustMan wrote:.. sprichst du aus Erfahrung? :wink:
Denke schon - ntpdate synchronisiert sehr zuverlässig auf verschiedenen Systemen - aus Erfahrung ;)
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Chrony synchronisiert nicht richtig

Post by Joe User »

adjustMan wrote:
Joe User wrote:Letzteres und es ist zuverlässiger...
.. sprichst du aus Erfahrung? :wink:
Läuft seit 8 Jahren auf unterschiedlichen Systemen/Distributionen sehr zuverlässig ;)
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.