因此,我了解到 Raspberry PI在Internet服务器上工作起来有些不可思议,但并没有得到它的时间,我需要在本地时间链接上以及可能在/ etc / timezoneinfo上挥洒些神奇的灰尘,以使其正常工作。
问题是-似乎要整整一天,我认为它已配置为正确的时区。请参见以下屏幕截图:
注意右上角的日期,并将其与终端中的日期以及后面显示日期和时间的浏览器进行比较。还要注意,我对Google进行了ping操作,它恢复正常,因此可以连接互联网。
我在欧洲中部时间,所以我根据此页面完成了所有这一切:
cd /etc
sudo rm localtime
sudo ln -s /usr/share/zoneinfo/CET localtime
export TZ=CET
sudo vi timezone
CET
而且这仍然是奇怪的约会。那么,有什么用呢?如何获得正确的时间信息?
我尝试重新启动ntpd:
/etc/init.d/ntp restart
并检查同行:
$ ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
94.136.21.140 73.121.249.250 2 u 27 64 1 1432.35 -7.155 140.072
ns4.nosuchhost. 131.130.251.107 2 u 30 64 1 1700.38 118.357 18.616
ntp1.sil.at 183.183.106.246 3 u 37 64 0 0.000 0.000 0.001
fetchmail.media 83.64.124.251 2 u 20h 64 0 0.000 0.000 0.001
运行ntptime可以得到:
ntp_gettime() returns code 5 (ERROR)
time d56c8b65.3a5f0000 Wed, Jun 19 2013 21:56:21.228, (.228012),
maximum error 16000000 us, estimated error 16000000 us, TAI offset 0
ntp_adjtime() returns code 5 (ERROR)
modes 0x0 (),
offset 0.000 us, frequency -28.937 ppm, interval 1 s,
maximum error 16000000 us, estimated error 16000000 us,
status 0x4041 (PLL,UNSYNC,MODE),
time constant 7, precision 1.000 us, tolerance 500 ppm,
时间仍然不对,我看到一个错误!但是我该如何解决呢?