The difference between the request time and the current time is too large.(有道翻譯:請(qǐng)求時(shí)間和當(dāng)前時(shí)間之間的差異太大了。)沛厨。很多人說(shuō)是因?yàn)楸镜貢r(shí)區(qū)有問題不同,但是經(jīng)過(guò)本人更改linux系統(tǒng)的時(shí)區(qū),發(fā)現(xiàn)該問題還是未解決,最后找到一個(gè)很簡(jiǎn)單的方法贷屎。
解決辦法:linux中執(zhí)行:ntpdate ntp.ubuntu.com
1舀奶、安裝ntpdate,執(zhí)行以下命令
# yum install ntpdate -y
2仗扬、手工同步網(wǎng)絡(luò)時(shí)間症概,執(zhí)行以下命令,將從time.nist.gov同步時(shí)間
# ntpdate 0.asia.pool.ntp.org
3早芭、若上面的時(shí)間服務(wù)器不可用彼城,也可以選擇以下服務(wù)器同步時(shí)間
time.nist.gov
? ? ? ?time.nuri.net
? ? ? ?0.asia.pool.ntp.org
? ? ? ?1.asia.pool.ntp.org
? ? ? ?2.asia.pool.ntp.org
? ? ? ?3.asia.pool.ntp.org
4、使用crontab計(jì)劃任務(wù)定時(shí)更新網(wǎng)絡(luò)時(shí)間退个,修改crontab文件募壕,在末尾增加* */1 * * * ntpdate 0.asia.pool.ntp.org,每隔1小時(shí)同步一次時(shí)間语盈。# vi /etc/crontab?#crontab -e / crontab -l 編輯crontab定時(shí)任務(wù)
5舱馅、使用date命令查看當(dāng)前時(shí)間
6、系統(tǒng)時(shí)間同步到硬件刀荒,防止系統(tǒng)重啟后時(shí)間唄還原
# hwclock --systohc
#