|
|

楼主 |
发表于 2006-12-20 12:51:16
|
显示全部楼层
Post by 林文清
看看/etc/conf.d/clock文件,是不是设置的CLOCK="local",如果是UTC就改成local。
#rc-update show查看一下启动服务列表,看看里面有没有clock rc-update show
alsasound | boot
bootmisc | boot
checkfs | boot
heckroot | boot
clock | boot
cpufreqd | default
hostname | boot
keymaps | boot
local | default nonetwork
localmount | boot
modules | boot
my-readahead | default
net.eth0 | default
net.lo | boot
rmnologin | boot
splash | default
syslog-ng | default
Gentoo ~ #
# /etc/conf.d/clock
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time). If your clock is set to the local time, then
# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
CLOCK="local"
# If you wish to pass any other arguments to hwclock during bootup,
# you may do so here.
CLOCK_OPTS=""
# If you want to set the Hardware Clock to the current System Time
# during shutdown, then say "yes" here.
CLOCK_SYSTOHC="yes"
### ALPHA SPECIFIC OPTIONS ###
# If your alpha uses the SRM console, set this to "yes".
SRM="no"
# If your alpha uses the ARC console, set this to "yes".
ARC="no"
Gentoo ~ #
这两个文件设置似乎没问题,而且以前这样用都正常的。。。只是最近几天,也不记得是升级什么包了,还有内存有点问题清过cmos一次。。。设置过cpuspeed。重新ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 后,似乎还是有问题,快了几十分钟,而且进gentoo重启后biso时间都会被修改,进windows没有任何问题!郁闷 |
|