Anonymous | Login | 2024-12-22 00:12 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0007021 | ClearOS | app-date - Date and Time | public | 2016-01-13 13:32 | 2016-02-16 12:54 | ||||
Reporter | dloper | ||||||||
Assigned To | user2 | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.7.0 | ||||||||
Target Version | 6.7.0 Updates | Fixed in Version | |||||||
Summary | 0007021: NTP sometimes fails to update | ||||||||
Description | 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
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. |
Issue History | |||
Date Modified | Username | Field | Change |
2016-01-13 13:32 | dloper | New Issue | |
2016-01-13 13:45 | user2 | Note Added: 0002551 | |
2016-01-13 13:45 | user2 | Assigned To | => user2 |
2016-01-13 13:45 | user2 | Status | new => feedback |
2016-02-16 12:54 | user2 | Note Added: 0002591 | |
2016-02-16 12:54 | user2 | Status | feedback => closed |
2016-02-16 12:54 | user2 | Resolution | open => no change required |