From e3fb6bbffe17d5e10f59caabcaac6911ee73c674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Sat, 6 Aug 2022 16:21:03 +0000 Subject: [PATCH] =?UTF-8?q?update=204.PVE=E5=88=B6=E4=BD=9C=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E6=9C=BA=E6=A8=A1=E6=9D=BF.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 4.PVE制作虚拟机模板.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/4.PVE制作虚拟机模板.md b/4.PVE制作虚拟机模板.md index e5c1168..de8e533 100644 --- a/4.PVE制作虚拟机模板.md +++ b/4.PVE制作虚拟机模板.md @@ -456,4 +456,15 @@ sudo systemctl restart chrony.service ```bash ## 检查系统 NTP 服务器 chronyc sources -V +``` + +如果输出以下类似内容,则表示系统 NTP 服务设置正确: + +```bash +## NTP 服务示例输出 + +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ 139.199.215.251 2 10 177 244 -1669us[-1757us] +/- 67ms +^* 203.107.6.88 2 10 377 105 -1005us[-1094us] +/- 19ms ``` \ No newline at end of file