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 が最初に作成されたときのものである可能性があります。たとえば、hashicorp/precise64 に基づいて新しい Vagrant VM を起動したところ、「最後のログイン」は 2012 年 9 月と表示されました。その後のログインでは、最後ログインした時刻が表示されます。

システム情報が無効になっていることについては、この ServerFault の質問を参照してください: System information disabled due to load higher than 1.0 amazon ec2 .

上記の両方は、安全に通常の動作と見なすことができます。

于 2014-11-13T03:31:49.153 に答える