|
redhat 9.0 启动ntpd服务,在/etc/ntp.conf末尾加上
server time.asia.apple.com
然后我把机器时间调到 2008-08-08 08:08:08
在 重新启动ntpd服务器的时候成功了,但是无法同步时间 时间还是2008-08-08 08:08:08 这是为什么???
[root@d root]# service ntpd restart
ntpd: Removing firewall opening for time.asia.apple.com por[ OK ]
Shutting down ntpd: [ OK ]
ntpd: Opening firewall for input from time.asia.apple.com p[ OK ]
Starting ntpd: [ OK ]
[root@d root]# |
|