no server suitable for synchronization found

简介:

配置服务器的时间同步问题出现报错,如标题

    很可能是防火墙封锁了udp的123端口, 如果关闭的防火墙问题依旧, 很可能是上层路由的设置有问题, 如果这种情况, 我们就只能通过tcp来更新时间啦那肯定是rdate

解决办法:

    查看时间服务器的时间:

        # rdate time-b.nist.gov

    设置时间和时间服务器同步:

        # rdate -s time-b.nist.gov

        # rdate -s time-b.nist.gov


同步过程中可能出现的问题:

问题1:

1
2
3
sean@ubuntu:~$ rdate  time -b.nist.gov                                                                                                                                           
The program  'rdate'  is currently not installed. You can  install  it by typing:
sudo  apt-get  install  rdate

由于我的是ubuntu新装系统,没有这个命令,报这个错,需要手动安装这个命令

问题2:

1
2
3
4
5
sudo  apt-get  install  rdate
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to  locate  package rdate

由于apt源没有更新,所以需要手动更新

问题3:

1
2
3
4
5
sean@ubuntu:~$ apt-get update
E: Could not  open  lock  file  /var/lib/apt/lists/lock  open  (13: Permission denied)
E: Unable to lock directory  /var/lib/apt/lists/
E: Could not  open  lock  file  /var/lib/dpkg/lock  open  (13: Permission denied)
E: Unable to lock the administration directory ( /var/lib/dpkg/ ), are you root?

用惯了root权限,上来就update还是出错了,加上sudo

    sudo apt-get update 这样就解决了










本文转自 xinsir999 51CTO博客,原文链接:http://blog.51cto.com/xinsir/1858686,如需转载请自行联系原作者
目录
相关文章
|
资源调度
There appears to be trouble with your network connection.Retrying
There appears to be trouble with your network connection.Retrying
2031 0
There appears to be trouble with your network connection.Retrying
|
资源调度
yarn 错误:There appears to be trouble with your network connection. Retrying…
yarn 错误:There appears to be trouble with your network connection. Retrying…
1364 0
|
5月前
|
网络协议 网络安全 数据库
|
数据库
Symantec Backup Exec Agent 推送错误Error connecting to the remote computer. Ensure that the computer is available, has WMI enabled and is not blocked by a
如果在Symantec Backup Server上推送Symantec Backup Exec Agent到数据库服务器遇到“"Error connecting to the remote computer. Ensure that the computer is available, has WMI enabled and is not blocked by a firewall"这个错误, 如下截图所示     那么完全可以参考下面官方提供的三个解决方案解决问题,几次碰到这个问题,每次都要搜索一下,特此记录一下,方便以后查找。
1351 0
|
网络协议 Apache 开发工具