📖 ~1 min read
Table of contents
Symptom & Impact
Clock drift breaks Kerberos, TLS validation, and distributed job scheduling reliability.
Environment & Reproduction
Detected on isolated VLANs or after firewall changes to NTP flows.
chronyc tracking && chronyc sources -v
Root Cause Analysis
NTP servers unreachable, chronyd disabled, or large initial drift requiring makestep policy.
Quick Triage
Confirm service status and recent sync attempts in logs.
sudo systemctl status chronyd && sudo journalctl -u chronyd --since -2h
Step-by-Step Diagnosis
Validate peer reachability and inspect /etc/chrony.conf for bad source or ACL settings.
sudo ss -ulpn | grep 123

Solution – Primary Fix
Correct chrony sources, allow initial makestep, and restart service.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
sudo sed -i 's/^pool/#pool/' /etc/chrony.conf && echo 'server time.cloudflare.com iburst' | sudo tee -a /etc/chrony.conf && sudo systemctl restart chronyd

Solution – Alternative Approaches
Use internal NTP stratum servers or PTP where sub-millisecond precision is required.
Verification & Acceptance Criteria
Offset stabilizes near zero and chronyc tracking reports normal state.
Rollback Plan
Restore previous chrony.conf and restart chronyd with earlier peer set.
Prevention & Hardening
Monitor time offset metrics and enforce firewall allowances for approved NTP endpoints.
Related Errors & Cross-Refs
Look for ntpdate conflicts, leap status alarms, and hardware clock drift anomalies.
Related tutorial: View the step-by-step tutorial for oracle-linux-10.
View all oracle-linux-10 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
RHEL time synchronization and chrony operations guide.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.