码迷,mamicode.com
首页 > 其他好文 > 详细

ntpdate:no server suitable for synchronization found

时间:2016-07-03 13:10:55      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

Question:

  在使用ntpdate同步时间时,出现了no server suitable for synchronization found的报错。

  通过ntpdate -d s2m.time.edu.cn 使用debug模式没有出现异常。

Answer:

  解决办法是,使用ntpdate -ubv s2m.time.edu.cn 可以正常同步了。主要是-u选项的作用

  -u:Direct ntpdate to use an unprivileged port for outgoing packets. This is most useful when behind a firewall that blocks incoming traffic to privileged ports, and you want to synchronize with hosts beyond the firewall. Note that the -d option always uses unprivileged ports.

ntpdate:no server suitable for synchronization found

标签:

原文地址:http://www.cnblogs.com/yaohaitao/p/5637851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!