|
设置:
system-> administration-> date/time -> time zone取消 “UTC"选项,报错:
Failed to synchronize hardware clock. This may be because there is no hardware clock accessible, e.g. when running in a virtualized environment.
但是我不是虚拟机安装。
尝试在/etc/sysconfig/clock中添加
UTC=false
CLOCKPARS="--directisa“
还是失败~~~
#hwclock --debug --show
hwclock from util-linux-ng 2.13.1
Using /dev interface to clock.
Last drift adjustment done at 1225728038 seconds after 1969
Last calibration done at 1225728038 seconds after 1969
Hardware clock is on local time
Assuming hardware clock is kept in local time.
Waiting for clock tick...
select() to /dev/rtc to wait for clock tick timed out
...got clock tick |
|