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 | 0000000391 391 Bytes | |
chrony-tmpfiles | 0000000033 33 Bytes | |
chrony.changes | 0000019999 19.5 KB | |
chrony.dhclient | 0000000405 405 Bytes | |
chrony.helper | 0000004835 4.72 KB | |
chrony.keyring | 0000007307 7.14 KB | |
chrony.spec | 0000008430 8.23 KB | |
chrony.sysconfig | 0000000467 467 Bytes | |
clknetsim-8b48422.tar.gz | 0000042144 41.2 KB |
Revision 17 (latest revision is 44)
- Read runtime servers from /var/run/netconfig/chrony.servers to fix bsc#1099272. - Move chrony-helper to /usr/lib/chrony/helper, because there should be no executables in /usr/share. - Make sure to generate correct sysconfig file (boo#1117147) - Update clknetsim to revision 8b48422
Comments 0