Questions tagged [chrony]

a pair of programs which are used to maintain the accuracy of the system clock on a computer.

chrony is a pair of programs which are used to maintain the accuracy of the system clock on a computer. The two programs are called chronyd and chronyc.

chronyd is a daemon which runs in background on the system. It obtains measurements via the network of the system clock’s offset relative to time servers on other systems and adjusts the system time accordingly. For isolated systems, the user can periodically enter the correct time by hand (using chronyc). In either case, chronyd determines the rate at which the computer gains or loses time, and compensates for this. chronyd implements the NTP protocol and can act as either a client or a server.

chronyc provides a user interface to chronyd for monitoring its performance and configuring various settings. It can do so while running on the same computer as the chronyd instance it is controlling or a different computer.

64 questions
0
votes
2 answers

Can I use both pool and server configurations in ntp?

For a ntp demon, what happens if I have this configuation in ntp.conf: pool 0.pool.ntp.org burst iburst minpoll 4 server europe.pool.ntp.org ? How will ntp be configured? I don't know there to be any way to query ntp for its active configuration -…
0
votes
0 answers

How can I sync external servers to point to an AWS ec2 server running aws time sync chrony

I have setup an EC2 to use the time sync and want to use it as an 'NTP' server. I have setup the security group to allow all traffic in on 80,443, and 123 for now to test the configuration. It's in a public subnet with an elastic IP. There is also a…
Hau Vong
  • 1
  • 1
0
votes
1 answer

Chrony "root dispersion" keeps rising steadly over time, despite accurate time sync

I have a Debian 10 system that uses chronyd to keep its clock in sync. The config is pretty simple: pool 2.debian.pool.ntp.org offline iburst bindaddress ::1 bindaddress 127.0.0.1 bindcmdaddress 127.0.0.1 allow 127 deny keyfile…
growse
  • 8,020
  • 13
  • 74
  • 115
-1
votes
1 answer

chrony time synchronization problems

We have a cluster where exact time synchronization is very important. We use Ubuntu 20.04 servers and and chrony. Unfortunately there are always problems with time synchronization. No other known time synchronization service is running. I can also…
tom
  • 29
  • 1
  • 1
  • 2
1 2 3 4
5