初めてご質問させていただきます。どうぞよろしくお願い申し上げます。
ドットインストールにてローカル環境の構築(Windows)をおこなっておりますが、
Vargrant upコマンドを入力したところエラーとなってしまいました。(動画教材のように正常に完了しませんでした) これはどのような問題によってエラーとなってしまうのでしょうか。 また解決策などご存じの方がいらっしゃいましたらご教授いただければ幸いです。 どうぞよろしくお願い申し上げます。
使用環境は
Windows 8.1
Vagrant 1.7.2
Virtual box 4.3.20
これはドットコムインストールの環境とはVagrant、Virtual boxのバージョンが異なっております。
コマンドプロンプトでVargrant upと入力した後は以下のように表示されております。
C:\Users\Hideo\MyVagrant\mycentos>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'chef/centos-6.5' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.
If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.
If the box appears to be booting properly, you may want to increase
t he timeout ("config.vm.boot_timeout") value.
C:\Users\Hideo\MyVagrant\mycentos>Timed out while waiting for the machine to boo
t.

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2015/05/09 10:28
2015/05/09 13:59