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.3.tar.gz | 0000443571 433 KB | |
chrony-3.3.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 | 0000000386 386 Bytes | |
chrony.changes | 0000017618 17.2 KB | |
chrony.dhclient | 0000000405 405 Bytes | |
chrony.helper | 0000004836 4.72 KB | |
chrony.keyring | 0000001672 1.63 KB | |
chrony.spec | 0000008207 8.01 KB | |
chrony.sysconfig | 0000000467 467 Bytes | |
clknetsim-42b693b.tar.gz | 0000041933 41 KB |
Revision 14 (latest revision is 44)
- Update clknetsim to revision 42b693b * Drop not needed chrony-fix-open.patch - Build tests with optflags as well - Do not run tests on i586 - Enable signd - Mention all sources as such in spec file - Fix formatting of changelog - Drop reference to change is not present - Update to version 3.3 * Enhancements: + Add burst option to server/pool directive + Add stratum and tai options to refclock directive + Add support for Nettle crypto library + Add workaround for missing kernel receive timestamps on Linux + Wait for late hardware transmit timestamps + Improve source selection with unreachable sources + Improve protection against replay attacks on symmetric mode + Allow PHC refclock to use socket in /var/run/chrony + Add shutdown command to stop chronyd + Simplify format of response to manual list command + Improve handling of unknown responses in chronyc * Bug fixes: + Respond to NTPv1 client requests with zero mode + Fix -x option to not require CAP_SYS_TIME under non-root user + Fix acquisitionport directive to work with privilege separation + Fix handling of socket errors on Linux to avoid high CPU usage + Fix chronyc to not get stuck in infinite loop after clock step
Comments 0