ClearFoundation Tracker - ClearOS
View Issue Details
0007021ClearOSapp-date - Date and Timepublic2016-01-13 13:322016-02-16 12:54
dloper 
user2 
lowminoralways
closedno change required 
6.7.0 
6.7.0 Updates 
0007021: NTP sometimes fails to update
NTP can sometimes fail to synchronize under ClearOS. This can be the result of a block on the firewall or the ISP firewall. When this happens, updates from time.clearsdn.com will fail.

[root@gateway2 ~]# ntpdate time.clearsdn.com
13 Jan 15:22:39 ntpdate[21169]: no server suitable for synchronization found

A workaround is to use an unprivileged port

[root@gateway2 ~]# ntpdate -u time.clearsdn.com
13 Jan 15:22:44 ntpdate[21171]: adjust time server 132.163.4.101 offset -0.000106 sec

If the update to time should fail, this other method should be used or at least attempted.

No tags attached.
Issue History
2016-01-13 13:32dloperNew Issue
2016-01-13 13:45user2Note Added: 0002551
2016-01-13 13:45user2Assigned To => user2
2016-01-13 13:45user2Statusnew => feedback
2016-02-16 12:54user2Note Added: 0002591
2016-02-16 12:54user2Statusfeedback => closed
2016-02-16 12:54user2Resolutionopen => no change required

Notes
(0002551)
user2   
2016-01-13 13:45   
The ntpdate call already uses -u.

https://github.com/clearos/app-date/blob/6f067e130bd026cbd7bd8fbdf1f8bd941fdeb1d9/libraries/NTP_Time.php#L290 [^]

(0002591)
user2   
2016-02-16 12:54   
No feedback. Closing.