0

我在终端第一次进入vagrant ssh的时候真的不明白这里。我正在使用 laravel Homestead。

输出是:

 Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-30-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

 System information disabled due to load higher than 1.0

  Get cloud support with Ubuntu Advantage Cloud Guest:
    http://www.ubuntu.com/business/services/cloud


Last login: Fri Oct  3 01:24:38 2014 from 10.0.2.2

我真的不明白:

Last login: Fri Oct  3 01:24:38 2014 from 10.0.2.2 //because its first time I entered vagrant ssh

还有这个:

System information disabled due to load higher than 1.0
4

1 回答 1

0

您看到的最后一次登录可能来自最初创建 Vagrant Box 的时间。例如,我刚刚启动了一个基于 hashcorp/precise64 的新 Vagrant VM,“上次登录”显示为 2012 年 9 月。后续登录将显示上次登录的时间。

关于被禁用的系统信息,请参阅此 ServerFault 问题:System information disabled due to load higher than 1.0 amazon ec2

以上两种情况都可以安全地视为正常行为。

于 2014-11-13T03:31:49.153 回答