vagrant up で "The following SSH command responded with a non-zero exit status" が発生

症状 

[foo1] Importing base box 'base'...
[foo1] Matching MAC address for NAT networking...
[foo1] Clearing any previously set forwarded ports...
[foo1] Fixed port collision for 22 => 2222. Now on port 2200.
[foo1] Forwarding ports...
[foo1] -- 22 => 2200 (adapter 1)
[foo1] Creating shared folders metadata...
[foo1] Clearing any previously set network interfaces...
[foo1] Preparing network interfaces based on configuration...
[foo1] Booting VM...
[foo1] Waiting for VM to boot. This can take a few minutes.
[foo1] VM booted and ready for use!
[foo1] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.

Guest Additions Version: 4.2.8
VirtualBox Version: 4.2.10
[foo1] Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

/sbin/ifup eth1 2> /dev/null

コメント

このブログの人気の投稿

AppSheet の Data Source に Heroku Postgres を追加したい