前提・実現したいこと
ここに質問の内容を詳しく書いてください。
vagrant upが立ち上がりません。。
前はエラー出なかったのにいきなりエラーが出るようになりました。
いつも機能を実装中に以下のエラーメッセージが発生します。
発生している問題・エラーメッセージ
エラーメッセージ
一回目のエラーメッセージ
c:\develop\laravel_project>vagrant up
Bringing machine 'laravel-project' up with 'virtualbox' provider...
==> laravel-project: Checking if box 'laravel/homestead' version '9.5.1' is up to date...
==> laravel-project: Clearing any previously set forwarded ports...
==> laravel-project: Clearing any previously set network interfaces...
==> laravel-project: Preparing network interfaces based on configuration...
laravel-project: Adapter 1: nat
laravel-project: Adapter 2: hostonly
==> laravel-project: Forwarding ports...
laravel-project: 80 (guest) => 8000 (host) (adapter 1)
laravel-project: 443 (guest) => 44300 (host) (adapter 1)
laravel-project: 3306 (guest) => 33060 (host) (adapter 1)
laravel-project: 4040 (guest) => 4040 (host) (adapter 1)
laravel-project: 5432 (guest) => 54320 (host) (adapter 1)
laravel-project: 8025 (guest) => 8025 (host) (adapter 1)
laravel-project: 9600 (guest) => 9600 (host) (adapter 1)
laravel-project: 27017 (guest) => 27017 (host) (adapter 1)
laravel-project: 22 (guest) => 2222 (host) (adapter 1)
==> laravel-project: Running 'pre-boot' VM customizations...
==> laravel-project: Booting VM...
==> laravel-project: Waiting for machine to boot. This may take a few minutes...
laravel-project: SSH address: 127.0.0.1:2222
laravel-project: SSH username: vagrant
laravel-project: SSH auth method: private key
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Remote connection disconnect. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Remote connection disconnect. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Remote connection disconnect. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Remote connection disconnect. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection aborted. Retrying...
laravel-project: Warning: Connection reset. Retrying...
laravel-project: Warning: Connection aborted. 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
the timeout ("config.vm.boot_timeout") value.
2回目のエラーメッセージ
==> laravel-project: Checking if box 'laravel/homestead' version '9.5.1' is up to date...
==> laravel-project: Machine already provisioned. Run vagrant provision
or use the --provision
==> laravel-project: flag to force provisioning. Provisioners marked to run always will still run.
PCはwindowsでして、コマンドプロンプトから立ち上げております。。
該当のソースコード
ソースコード
virtual Box
vagrant 2.2.14
Homestead
composer2.0.9
laravel 6.20.16
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー