nifi 发表于 2003-8-30 23:39:31

还是关于CLOCK SKEW的问题

今天重新安装了RH9之后在启动的时候提示:
Starting sendmail make:***Warning file "sendmail.cf"has modification time in the future <2003-08-31 01:10:56> 2003-08-30 20:11:04,28704
make:warning:clock skew detected .Your build may be imcompleted.
在这之前由于我在win2000下改过系统时钟到2000年,导致在linux下编译内核时提示clock skew,后来在windows下把时间改回来以后已经可以正常编译。而起启动的时候也没有上边的这些提示,为什么重装之后又出现这样的提示呢?这是我今天下午(20030830PM)的记录,上边的08-31又是从哪里来的呢?

Dragonfly 发表于 2003-8-30 23:45:44

the clock skewed problem is mainly reported by make.
make detect the last modified time of a file to check if it need recompile the file or can skip it to reduce compile time. but when it meet a future time, it is confused and will report this warning.

can u run date command to check the linux time? try to adjust it to the acurrate time, and later these warning will disappear.

nifi 发表于 2003-9-1 11:36:23

我在2000下把时间往前改了几分钟就OK
邪了

Dragonfly 发表于 2003-9-1 23:05:27

u can change time under linux use date command as well.
页: [1]
查看完整版本: 还是关于CLOCK SKEW的问题