我很难理解为什么 ntp(服务)不会在我的树莓派上正确设置时间。
我已将文件系统配置为只读,以保存我的 SD 卡,但它曾经可以工作,我似乎无法弄清楚为什么 ntp 现在不能工作。
在日志中,我收到了许多多行该消息:
ntpd[415]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
ntpd[415]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
ntpd[415]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 3.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 2.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 1.debian.pool.ntp.org: Temporary failure in name resolution (-3)
ntpd[415]: error resolving pool 0.debian.pool.ntp.org: Temporary failure in name resolution (-3)
我的 /etc/resolv.conf 看起来像这样:
# Generated by resolvconf
nameserver 8.8.8.8
nameserver 192.168.1.22
我可以在那个 RPi 上访问互联网,我可以 ping 池地址,我可以 ping google,我可以进行更新(在 rw 中重新安装后)...
我也可以手动发出 ntpdate 命令并且它可以工作!
$ sudo ntpdate -u 0.fr.pool.ntp.org 1.fr.pool.ntp.org
24 Nov 23:04:34 ntpdate[578]: step time server 129.250.35.250 offset 2418.621037 sec
所以,是的,我在这里拉头发。我不明白为什么 ntp 服务不起作用。我在互联网上大肆搜索,似乎没有人有这个特殊问题(都有一个故障的 dns,但我的工作正常)
我的只读设置如下:https ://hallard.me/raspberry-pi-read-only/
你们有什么想法吗?