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.5.1.tar.gz | 0000459902 449 KB | |
chrony-3.5.1.tar.gz.sig | 0000000195 195 Bytes | |
chrony-config.patch | 0000002161 2.11 KB | |
chrony-dnssrv@.service | 0000000209 209 Bytes | |
chrony-dnssrv@.timer | 0000000138 138 Bytes | |
chrony-logrotate.patch | 0000000310 310 Bytes | |
chrony-service-helper.patch | 0000000486 486 Bytes | |
chrony-service-ordering.patch | 0000000421 421 Bytes | |
chrony-test-fix-util-unit-test-for-NTP-era-split.p |
0000001301 1.27 KB | |
chrony-test-update-processing-of-packet-log.patch | 0000001007 1007 Bytes | |
chrony-tmpfiles | 0000000033 33 Bytes | |
chrony.changes | 0000024192 23.6 KB | |
chrony.dhclient | 0000000405 405 Bytes | |
chrony.helper | 0000004835 4.72 KB | |
chrony.keyring | 0000007307 7.14 KB | |
chrony.spec | 0000010459 10.2 KB | |
chronyd.sysconfig | 0000000185 185 Bytes | |
clknetsim-79ffe44.tar.gz | 0000045700 44.6 KB | |
pool.conf.opensuse | 0000000036 36 Bytes | |
pool.conf.suse | 0000000032 32 Bytes |
Revision 26 (latest revision is 44)
- Adjust and rename the sysconfig file, so that it matches the expectations of chronyd.service (bsc#1173277). - Update to 3.5.1: * Create new file when writing pidfile (CVE-2020-14367, bsc#1174911)
Comments 0