微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

windows-7 – NtpClient将等待3473457分钟(超过6年!)才会进行新的DNS解析尝试,即使是134

我发现这条消息很有趣,起初我认为这是一个来自MS团队过度活跃的程序员或者骗局的笑话.但是,该消息一次又一次地出现,一天几次:

NtpClient was unable to set a manual peer to use as a time source
because of DNS resolution error on ”. NtpClient will try again in
3473457 minutes and double the reattempt interval thereafter. The
error was: The requested name is valid,but no data of the requested
type was found. (0x80072AFC)

资料来源:时间服务
事件ID:134
等级:警告

我怀疑我的时间服务器配置不正确.这是真的,我该如何解决?但为什么这么奇怪的消息?

注意:I reported this on Technet,在那里你可以找到一个解释为什么数字是如此奇怪(因此,两个答案也找到了链接,并在答案中使用它)).

我知道这是一个老问题,但我自己的研究遇到了 this post on technet.

它说长时间延迟的原因是由于事件查看器中的输出错误.事件查看器将注册表中字符串值“15”的原始数据误解为数字.

You Could find the value of registry NtpClient\ResolvePeerBackoffMinutes is 15,the output in the event log is 3473457 = 0x00350031,which is little-endian format of the Unicode string “15”.

– Alex Zhaozx – MSFT CSG

原文地址:https://www.jb51.cc/windows/369361.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐