LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1095|回复: 4

修改系统时间后开机和关机时总出现很多的提示,该如何去掉?

[复制链接]
发表于 2010-9-16 13:32:38 | 显示全部楼层 |阅读模式
修改系统时间后,开机和关机问题出现:
[php]One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
has a modification time in the future!
Caching service dependencies...[/php]
还有编译程序时总是出现:
[php]make: Warning: File `Makefile' has modification time 2.1e+04 s in the future
make[1]: Warning: File `Makefile' has modification time 2.1e+04 s in the future
make[2]: Warning: File `.deps/support.Po' has modification time 2.1e+04 s in the future
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: Warning: File `Makefile' has modification time 2.1e+04 s in the future
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: Warning: File `Makefile' has modification time 2.1e+04 s in the future
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make: warning:  Clock skew detected.  Your build may be incomplete.[/php]
虽然对系统的正常运行没有影响,但是严重影响界面的美观!
求大家指点如何去掉这些讨厌的提示~
发表于 2010-9-16 13:37:06 | 显示全部楼层
修改前后时间差不太多的话可能明天就好了,差太多就只有touch一下,比如
find /etc/rc.d |xargs touch
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-9-16 14:27:17 | 显示全部楼层
Post by ziyouwaYJ;2112501
修改前后时间差不太多的话可能明天就好了,差太多就只有touch一下,比如
find /etc/rc.d |xargs touch


谢谢兄弟的指点,等重启后再看看吧~
回复 支持 反对

使用道具 举报

发表于 2010-9-16 16:14:43 | 显示全部楼层
提示修改时间在未来,如果这个未来不是太远的话,我一般都接受楼上的建议,不理。
回复 支持 反对

使用道具 举报

发表于 2010-9-27 00:31:40 | 显示全部楼层
touch /etc/conf.d/*
touch /etc/init.d/*
我每次都这么解决...
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表