System Clock Synchronization Client and Server
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.
- Developed at network:time
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/chrony && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
chrony-3.4.tar.gz | 0000453056 442 KB | |
chrony-3.4.tar.gz.sig | 0000000163 163 Bytes | |
chrony-config.patch | 0000002161 2.11 KB | |
chrony-dnssrv@.service | 0000000207 207 Bytes | |
chrony-dnssrv@.timer | 0000000138 138 Bytes | |
chrony-logrotate.patch | 0000000310 310 Bytes | |
chrony-service-helper.patch | 0000000393 393 Bytes | |
chrony-tmpfiles | 0000000032 32 Bytes | |
chrony.changes | 0000019234 18.8 KB | |
chrony.dhclient | 0000000405 405 Bytes | |
chrony.helper | 0000004836 4.72 KB | |
chrony.keyring | 0000007307 7.14 KB | |
chrony.spec | 0000008430 8.23 KB | |
chrony.sysconfig | 0000000467 467 Bytes | |
clknetsim-cdf5e85.tar.gz | 0000042027 41 KB |
Revision 15 (latest revision is 44)
- Update the keyring and uncomment it in the spec file - Comment out bad signature - Added %{_tmpfilesdir}/%{name}.conf - Updated clknetsim - Update to version 3.4 * Enhancements + Add filter option to server/pool/peer directive + Add minsamples and maxsamples options to hwtimestamp directive + Add support for faster frequency adjustments in Linux 4.19 + Change default pidfile to /var/run/chrony/chronyd.pid to allow chronyd without root privileges to remove it on exit + Disable sub-second polling intervals for distant NTP sources + Extend range of supported sub-second polling intervals + Get/set IPv4 destination/source address of NTP packets on FreeBSD + Make burst options and command useful with short polling intervals + Modify auto_offline option to activate when sending request failed + Respond from interface that received NTP request if possible + Add onoffline command to switch between online and offline state according to current system network configuration + Improve example NetworkManager dispatcher script * Bug fixes + Avoid waiting in Linux getrandom system call + Fix PPS support on FreeBSD and NetBSD
Comments 0