Vagrantを使い始めました。VM の再起動で問題が発生しました。私のVagrantfileは次のとおりです。
Vagrant.configure("2") do |config
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
Vagrant SSH で SSH を開きます。ここ"sudo reboot"
で、VM への接続を閉じると、閉じられます。私は以下を取得します:
vagrant@precise32:~$ sudo reboot
vagrant@precise32:~$
Broadcast message from vagrant@precise32
(/dev/pts/0) at 9:43 ...
The system is going down for reboot NOW!
Connection to 127.0.0.1 closed by remote host.
Connection to 127.0.0.1 closed.
これを解決するには?なぜこうなった?