当前位置:网站首页>NTP error: no server suitable for synchronization found
NTP error: no server suitable for synchronization found
2022-07-24 06:15:00 【sf_ www】
problem
If we configure ntp After the service , Never sync , Carry out orders ntpdate -u serverip
Direct error :no server suitable for synchronization found
solve
Conclusion : It's usually ntp server There is a problem , Or else client and server The Internet is not working .
It is assumed that ntpserver Of ip yes X1
Follow the following steps to check
1. Use command ntpdate -d X1
Follow in the return message 2 A mistake :
error 1:X1: Server dropped: strata too high
Under this error , And display “stratum 16”. And normally stratum What's the scope of this “0~15”. This is because NTP server Not with itself or its upper layer server In sync . So here we need to check ntpserver Whether the configuration is correct , such as server Is synchronized with itself , Or synchronize with the upper server , See if the configuration is correct , If the configuration is also synchronized with the upper layer server, check whether the upper layer is normal .( Of course. ntp server On restart ntp After service ,ntp server Itself or with server It takes a period of time to synchronize , The process could be 5 minute , But it usually doesn't take so long , During this time, the client runs ntpdate Command will produce no server suitable for synchronization found Error of .) see ntpserver Whether the synchronization with itself has been completed , You can use commands ntpq -p,
Synchronization will show * Number , Otherwise, there is no .
error 2:X1: Server dropped: no data
If this error occurs , View and first ntp Whether the server can connect (ping x1), If you can connect, you will see whether the firewall is turned on and forbidden 123 Port access , If you don't want to see it anymore ntpserver On the machine ntp Whether the service is normal (service ntpd status; ntpq -p).
If none of the above is true, let's see if it is ntp Version issue for . such as ntp4.2( Include 4.2) Later versions , stay restrict Used in the definition of notrust Words , Can cause the above error .
边栏推荐
- UE4 replacement system 3. Final results
- 将内网映射到公网【无需公网IP】
- 简单三步快速实现内网穿透
- 如何建立一个仪式感点满的网站,并发布到公网 1-2
- 利用内网穿透,实现公网访问内网
- The detailed process of connecting MySQL with QT and outputting data to QT window tablewidget.
- QT novice entry level calculator addition, subtraction, multiplication, division, application
- 常见十大漏洞总结(原理、危害、防御)
- 餐饮数据统计分析---泰迪云课程大作业
- 使用Keras实现CNN+BiLSTM+Attention的多维(多变量)时间序列预测
猜你喜欢

Dameng database_ LENGTH_ IN_ Influence of char and charset

通道注意力与空间注意力模块

Jestson installs IBus input method

Sequential stack C language stack entry and exit traversal
![[principles of database system] Chapter 4 advanced database model: Unified Modeling Language UML, object definition language ODL](/img/51/7387c73148ee7bd1034bb6e77af7f0.png)
[principles of database system] Chapter 4 advanced database model: Unified Modeling Language UML, object definition language ODL

unity最新版本的Text(TMP)UI文本怎么显示中文

初识图形学

Unity2d game let characters move - Part 1

Foundation of JUC concurrent programming (7) -- multithread lock

【数据库系统原理】第四章 高级数据库模型:统一建模语言UML、对象定义语言ODL
随机推荐
Basic knowledge of unity and the use of some basic APIs
What is monotonic queue
JUC并发编程基础(9)--线程池
Unity Shader :实现漫反射与高光反射
论文阅读-Endmember-Guided Unmixing Network (EGU-Net) 端元指导型高光谱解混网络
HoloLens 2 开发:开发环境部署
Dameng database_ Common commands
ue4 物品随机生成
IP笔记(9)
Unicast, multicast, broadcast, tool development, introduction to QT UDP communication protocol development and source code of development tools
Openpose2d转换3d姿态识别
Unity Shader从内置渲染管线迁移到URP
Unity (II) more APIs and physical engines
JDBC elementary learning ------ (learning from Shang Silicon Valley)
ue4 瞄准偏移
Thymeleaf quick start learning
Unity2d horizontal game jump real-time response
Sequential stack C language stack entry and exit traversal
JUC并发编程基础(4)--线程组和线程优先级
什么是单调栈