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.

56 questions
0
votes
1 answer

Chrony Configuration to Accept Radio Time Signals

Is there a way to have Chrony accept an externally generated clock pulse ? For example, I want to use the Canadian radio time source CHU to provide ticks on the second. Assume that I have the required hardware to receive the signal and have a fast C…
wbg
  • 103
  • 4
0
votes
1 answer

What does 0.0.0.0/0 mean?

For example in an 'allow' statement in BIND or in Chrony config files. Does allow 0.0.0.0/0 mean allowing any clients or allowing no clients? My question isn't about the specific programs, but just generally what is the correct interpretation of…
madacoda
  • 185
  • 7
0
votes
0 answers

firewalld: outgoing NTP connection will be logged as blocked, but isn't blocked

I have configure firewalld on CentOS7 so it blockes all outgoing connections. Only the needed connections are white listed by adding some rules. Also I have add rules to enable logging of blocked connections (outgoing direction). The current…
Steffen
  • 929
  • 3
  • 13
  • 28
0
votes
1 answer

Chrony allow only 2 IP clients

OS: Debian 10.4 Chrony: 3.1 I search how declare 2 IP ADD on /etc/etc/chrony.conf in "allow" option: ';' ',' with: " ' Example: allow "192.168.1.1,192.168.1.2" But this say: Fatal error: Could not parse allow directive...
CH06
  • 13
  • 5
0
votes
1 answer

chrony startup marks all sources as falseticker

I start chronyd (3.4) with 4 initial servers, 2 remote (from a pool) and 2 local hosts on the same subnet, for example: initstepslew 1 0.xxx.pool.ntp.org 1.xxx.pool.ntp.org 192.168.63.114 192.168.63.121 makestep 1 3 It may be that the system is not…
awy
  • 61
  • 4
0
votes
0 answers

Chronyd inside LXC conatiner

It seems like chronyd doesn't work in lxc containers. The containers running are not unprivileged. Following is showing up with systemd: ● chronyd.service - NTP client/server Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled;…
Lorem ipsum
  • 852
  • 3
  • 13
0
votes
1 answer

Programmatically detect Chrony time sync events

I am working on a sensor system, which runs on an embedded Linux platform and doesn't have access to the internet. An external GPS time server device is connected to provide time synchronization using the chrony daemon. My c++ application reads…
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
  • 7,830
  • 11
  • 72
  • 114
-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