Bug 865916
| Summary: | Please update chrony to sync hardware RTC as soon as a time fix has been made | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lennart Poettering <lpoetter> | 
| Component: | chrony | Assignee: | Miroslav Lichvar <mlichvar> | 
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | kay, lpoetter, mlichvar | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-15 08:46:35 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| 
        
          Description
        
        
          Lennart Poettering
        
        
        
        
        
          2012-10-12 19:41:17 UTC
        
       Note that this bug is probably not of highest priority since this currently only affects systems with clocks off for more than 30min, and an easy work-around exists (hwclock -w). I think we need to reach a conclusion in the bug #816752, before we start patching every program which can set the system clock. Some points: - chrony includes a code which tracks the RTC drift, but it obviously can't work when the kernel 11-minute sync is enabled - with the 11-minute mode, setting the RTC only once on the first sync may be not enough if there are long periods of time when the computer is not synced via NTP - chrony needs to be told whether the RTC is in LOCAL or UTC too - the RTC tracking feature in chrony is considered obsolete, since hwclock does a better job at this as its measurements include the time when the machine was powered down and the drift was different due to lower temperature of the crystal - there is probably a better place for the hwclock -w service or cron job than every package which can set the clock *** This bug has been marked as a duplicate of bug 816752 *** |