###前提・実現したいこと
1カ月ぶりにvagrantを起動するためにコマンドプロンプトでvagrant upとコマンド入力してみたところ、一ヶ月前は無事に起動していたのですが、途中で止まってしまいタイムアウト状態になってしまいます。
タイムアウトになった後再びvagrant upとコマンド入力すると
vagrant is runningと立ち上がった状態になりますが、Puttyを利用してcentosにログインができなくなったりとうまくいきません。
どのようにしたら正常に起動できるのか教えていただけたら幸いです。
vagrantの設定・インストールはdotinstallを参考に行いました。
###発生している問題・エラーメッセージ
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
the timeout ("config.vm.boot_timeout") value.
タイムアウトしてしまい途中で止まってしまったことは理解できましたが
(If you're using a custom box, ~)
カスタムボックスを使っているならネットワークがきちんと動いているか確認してください
以降は何をどうすればいいか分かりませんでした。
###ソースコード
C:\Users\User\MyVagrant\mycentos>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'bento/centos-6.7' is up to date... ==> default: Resuming suspended VM... ==> 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 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 the timeout ("config.vm.boot_timeout") value. C:\Users\User\MyVagrant\mycentos>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'bento/centos-6.7' is up to date... ==> default: VirtualBox VM is already running.
###補足情報(言語/FW/ツール等のバージョンなど)
osはwindows7です。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/03/18 11:14
2016/03/19 02:02 編集