zoukankan      html  css  js  c++  java
  • centos时间同步问题

    1 #  tzselect
    2 
    3 根据提示选择:5 --> 9-->1-->1-->ok
    4 
    5 rm /etc/localtime
    6 
    7 ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
     
    2、时间同步问题排查方法 

    在一台centos最小化安装的机器上面,yum -y install ntpdate安装ntpdate同步时间。

    然而执行ntpdate -u ntp.sjtu.edu.cn的时候,死活调不了时间。并报以下错误

    1 30 Oct 23:30:56 ntpdate[8200]: no server suitable for synchronization found

    执行:ntpdate -d ntp.sjtu.edu.cn 命令调试的时候,出现一下信息:

  • 相关阅读:
    07组 Beta冲刺 (2/5)
    第07组 Beta冲刺 (1/5)
    第07组 Alpha冲刺 总结
    ES相关
    集群与分布式
    idea使用总结
    Tomcat配置与启动与访问
    Web基础
    B/S与C/S架构
    一周视频学习总结
  • 原文地址:https://www.cnblogs.com/sshcy/p/10615282.html
Copyright © 2011-2022 走看看