Server dropped: no data (ntpdate 同步时间服务器)

记录一下

/usr/sbin/ntpdate -d time.windows.com

29 Dec 22:15:42 ntpdate[3744]: ntpdate [email protected] Tue May 31 10:09:22 UTC 2016 (1)

Looking for host time.windows.com and service ntp

host found : 52.169.179.91

transmit(52.169.179.91)

transmit(52.169.179.91)

transmit(52.169.179.91)

transmit(52.169.179.91)

transmit(52.169.179.91)

52.169.179.91: Server dropped: no data

server 52.169.179.91, port 123

stratum 0, precision 0, leap 00, trust 000

refid [52.169.179.91], delay 0.00000, dispersion 64.00000

transmitted 4, in filter 4

reference time:    00000000.00000000  Mon, Jan  1 1900  8:05:43.000

originate timestamp: 00000000.00000000  Mon, Jan  1 1900  8:05:43.000

transmit timestamp:  dc0f9911.af8c98c3  Thu, Dec 29 2016 22:15:45.685

filter delay:  0.00000  0.00000  0.00000  0.00000

0.00000  0.00000  0.00000  0.00000

filter offset: 0.000000 0.000000 0.000000 0.000000

0.000000 0.000000 0.000000 0.000000

delay 0.00000, dispersion 64.00000

offset 0.000000

29 Dec 22:15:46 ntpdate[3744]: no server suitable for synchronization found

解决方法:

yum install ntp

/etc/init.d/ntpd start

# /usr/sbin/ntpdate time.windows.com

29 Dec 22:24:39 ntpdate[3805]: the NTP socket is in use, exiting

/etc/init.d/ntpd stop

/usr/sbin/ntpdate cn.pool.ntp.org

29 Dec 14:26:50 ntpdate[3820]: step time server 42.96.167.209 offset -28703.604438 sec

成功解决,具体原因还有待查。

时间: 2024-10-12 11:17:53

Server dropped: no data (ntpdate 同步时间服务器)的相关文章

htpdate代替ntpdate同步时间

在用ntpdate同步时间时,提示如下错误,我的服务器在机房托管,很可能机房将NTP流量屏蔽.[[email protected] htpdate]# ntpdate ntp.neu6.edu.cn3 Apr 20:13:31 ntpdate[19954]: no server suitable for synchronization found 解决办法,使用htpdate进行定时同步安装:git clone https://github.com/iridium77/htpdate make&

用ntpdate从时间服务器更新时间[Centos时间同步]

用ntpdate从时间服务器更新时间 如果你的linux系统根本没有ntpdate这个命令#yum install ntp安装完了之后,你不要做什么配置,直接测试.代码如下:# ntpdate pool.ntp.org 如果显示时间正常,证明已同步成功了,然后在crontab里面加上以下内容: #crontab -e */5 * * * * ntpdate pool.ntp.org   #填写域名或IP每隔五分钟同步一次

Server dropped: no data错误

Server dropped: no data no server suitable for synchronization found

解决Linux 服务器ntpdate同步时间报错 the NTP socket is in use, exiting

错误信息: 错误原因分析: 由于 xntpd 已经绑定到了该 Socket.运行 ntpdate 时,它会首先进行广播,然后侦听端口 123. 如果 xntpd 正在运行,而有一个进程已经在侦听该端口了,则会使 ntpdate 无法在上面运行.运行下列命令,即可找出 xntpd 的 PID 解决方案: 出现:pts/0    00:00:00 grep xntpd 表示没有找到pid.使用lsof –i:123 输出: -bash: lsof: command not found 说明没有安装l

centos 用ntpdate从时间服务器更新时间

1安装ntp yum install ntp 2同步时间 ntpdate time.nuri.net 推荐几个时间服务器. asia.pool.ntp.org asia.pool.ntp.org asia.pool.ntp.org asia.pool.ntp.org 3 加入定时任务 vim /etc/crontab 加入 /10 * * * * ntpdate time.nuri.net  //每隔十分钟同步一次

ntpdate同步时间时错误: no server suitable for synchronization found

故障现象: ntpdate: no server suitable for synchronization found 解决办法: ~]# ntpdate -b -u pool.ntp.org ntpdate命令帮助: ~]# man ntpdate COMMAND LINE OPTIONS -b      Force the time to be stepped using the settimeofday() system call, rather than slewed (default)

在ntpdate同步时间的时候出现“the NTP socket is in use, exiting”

故障描述: centos下使用如下命令手动同步服务器时间 #/usr/sbin/ntpdate ntp.api.bz 出现"the NTP socket is in use, exiting"错误.如图: 8 Nov 09:57:02 ntpdate[4726]:the NTP socket is in use, exiting 问题分析: 出现该错误的原因是系统ntpd服务器正在运行中,通过 ps aux | grep ntpd 查看,会看到ntpd正在运行. 解决方法: #serv

linux部署时间服务器出现错误no server suitable for synchronization found

一台centos最小化安装的机器,yum -y install ntpdate安装ntpdate同步时间.执行ntpdate time.nist.gov,无法与服务器同步时间,并出现以下错误:ntpdate[1897]: no server suitable for synchronization found 执行:ntpdate -d time.nist.gov命令调试的时候,打印结果如下: ntpdate[1976]: ntpdate [email protected] Mon Feb  6

ntpdate时间同步服务无法同步时间

问题: 四台虚拟机做时间同步时,三台正常,一台不能同步请教一个关于自动校准时间的问题:[[email protected] ~]# /usr/sbin/ntpdate time.nist.gov[[email protected] ~]# 执行这条命令后既不报错也不显示过程和结果,是怎么回事 定时任务如下:*/5 * * * * /usr/sbin/ntpdate time.nist.gov >/dev/null 2>&1 且在命令行执行如下命令时,不显示过程及结果也不报错 /usr/