昨天,我正在测试raspberry pi 2的新的ubuntu核心映像。一切都启动得很好,但是我想执行的每个snappy命令都有一个ssl证书错误。Internet连接正常,其他一切正常,除了snappy不能连接到服务器。当我回到家的时候,我会公布确切的失败。(当我在vm中测试ubuntu核心时,一切都很好)
提前感谢
发布于 2015-02-05 15:06:54
您需要检查系统上的时间。最有可能的是,你的飞弹发出错误的时间到操作系统和Certs变得无效。发出date命令并检查时间。如果这是错误的问题
sudo date new_date_time_string其中new_date_time_string必须遵循MMDDhhmmyyyy.ss格式,如下所述:
MM is a two digit month, between 01 to 12
DD is a two digit day, between 01 and 31, with the regular rules for days according to month and year applying
hh is two digit hour, using the 24-hour period so it is between 00 and 23
mm is two digit minute, between 00 and 59
yyyy is the year; it can be two digit or four digit
ss is two digit seconds. Notice the period . before the ss有了合适的时间。它很可能会解决这个问题。
来源:用于更改系统时钟的命令行语句是什么? &我的Beaglebone遇到了同样的问题
https://askubuntu.com/questions/581977
复制相似问题