老九

晕。。。

树莓派上使用htpdate同步时间

最近住处的网络由电信换为移动宽带之后,之前一直使用的 Raspberry Pi 树莓派板子上出现系统时间不正确的问题(显示为 1970 年 1 月 1 日),由于树莓派板子上没有 RTC 硬件和电池,因此树莓派上的系统时间重启是保存不了的。树莓派上使用htpdate同步时间, htpdate

ntpdate ntp.sjtu.edu.cn
13 Oct 23:49:01 ntpdate[1484]: no server suitable for synchronization found
git clone https://github.com/iridium77/htpdate.git
cd htpdate
make
make install

htpdate -q www.linux.org www.freebsd.org

Method 1

vim /etc/rc.local
htpdate -t -s ntp.neu.edu.cn

Method 2

vim /etc/crontab
5 3 * * * root /usr/bin/htpdate -s www.linux.org www.freebsd.org
comments powered by Disqus