Anonymous | Login | 2024-11-21 01:41 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 | ||||
0001121 | ClearOS | app-date - Date and Time | public | 2013-04-26 09:22 | 2013-05-07 19:04 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | tweak | Reproducibility | sometimes | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Updates | Fixed in Version | 6.4.0 Updates | ||||||
Summary | 0001121: Hardware clock sync fails in some VM environments | ||||||||
Description | In some VM environments (including Amazon EC2), the hwclock command does not work. An example backtrace in /var/log/system: Apr 24 09:07:01 system engine: exception: error: /usr/clearos/apps/base/libraries/Shell.php (207): Cannot access the Hardware Clock via any known method. Apr 24 09:07:01 system engine: exception: debug backtrace: /usr/clearos/apps/date/libraries/NTP_Time.php (307): execute Apr 24 09:07:01 system engine: exception: debug backtrace: /usr/sbin/timesync (98): synchronize_hardware_clock Avoid throwing an exception since this is not really an exception in many cases. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000826) user2 2013-04-26 09:24 |
Source Code Changelog --------------------------------------------------- - Avoid throwing an exception on hardware clock sync (which is not always available) [fixed tracker 0001121] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5936 [^] U webconfig/apps/date/trunk/libraries/NTP_Time.php |