# 查看ubuntu时间
timedatectl
# 注意到Local和RTC时间不对需要解决
先在ubuntu下更新一下时间,确保时间无误:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
# 如果报错可以使防火墙问题
sudo iptables -I INPUT -m udp -p udp --dport 123 -j ACCEPT
然后将时间更新到硬件上:
sudo hwclock --localtime --systohc