今天重新安装了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又是从哪里来的呢?
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.