NTP服务停止,但我的CentOS机器仍在向NTP服务器发送NTP数据包:

# service ntpd status
ntpd is stopped发布于 2019-09-18 08:03:18
在进行了更多的故障排除之后,我发现一个crontab正在使用ntpdate运行,它正在生成大量的ntp流量:
*/05 *** /usr/sbin/ntpdate -u ntp-server-ip
发布于 2019-09-13 11:36:04
除了传统的ntpd之外,您的系统还可以安装、配置和运行其他工具,该工具可以使用NTP协议同步时钟。
"编年史“出现在脑海中,但最有可能的系统是将您的时钟与ntp同步,请与
[sudo] timedatectl status如果是这样的话,那么期望输出如下所示:
Local time: Fri 2019-09-13 13:29:18 CEST Universal time: Fri 2019-09-13 11:29:18 UTC RTC time: Fri 2019-09-13 11:29:18 Time zone: Europe/Amsterdam (CEST, +0200) NTP enabled: yes NTP synchronized: yes RTC in local TZ: no DST active: yes Last DST change: DST began at Sun 2019-03-31 01:59:59 CET Sun 2019-03-31 03:00:00 CEST Next DST change: DST ends (the clock jumps one hour backwards) at Sun 2019-10-27 02:59:59 CEST Sun 2019-10-27 02:00:00 CET
看见
https://serverfault.com/questions/984108
复制相似问题