前提・実現したいこと
teratilにて諸々アドバイスをいただき、チャレンジしてみたのですが
どうしても以下のエラーがvagrent up時に出てしまいます。また、VirtualBoxでは
仮想環境支援機構の有効化がなされていない為、TimeOutしましたとポップアップが出て黒いターミナルが止まってしまいます。
どうもホストマシンのCPUがV-xに対応していないようで、この場合は仮想環境を作る
事をあきらめざるを得ないのでしょうか。
もしくは、何か他に方法があるのでしょうか。
詳しい方がいらっしゃいましたら、ご教示をお願い致します。
発生している問題・エラーメッセージ
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'bento/centos-7.2' version '2.3.1' 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. ** ### 該当のソースコード ```ここに言語名を入力 ソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/27 00:33
2019/10/27 01:24