|
|
在论坛里面搜索到别人的解决方法都不使用,只好再问问大家了
系统时间总是多8个小时,hwclock --show显示的时间ok的
首先/etc/conf.d/clock里面已经设了“local”
而且/etc/localtime 指向/usr/share/zoneinfo/Asia/shanghai
但是时间不对,所以我就又在/etc/conf.d/clock里面写了timezone="Asia/Shanghai",时间依然不对。然后我看到clock文件里面的
注释说如果自己设置了localtime那么timezone就可以是空的,但是这样我的
时间仍然不对,于是我就保留timezone,然后删除了链接localtime,执行了一次
date,发现时间居然对了,然后我重新添加链接,时间有不对了。ft了
这个是什么问题呢?
第二个我的emerge不知道从什么时候就无法工作了,换了几个mirror还是不行,错误如下:
>>> Starting rsync with rsync://140.110.123.9/gentoo-portage...
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(276)
er=2.6.9]
>>> Retrying... |
|