Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

[Dúvida] Comando vagrant reload dando erro. Alguém ajuda?

Acontece esse erro:

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.

Insira aqui a descrição dessa imagem para ajudar na acessibilidade Alguém pode me ajudar por favor?

1 resposta
solução!

E aí, beleza?

Aumentar o timeout é uma boa. Naquele arquivo Vagrantfile, manda ver no config.vm.boot_timeout. Às vezes, mais tempo ajuda se a VM tá lenta no gatilho.

De olho na configuração da rede da VM. Se tiver IP se trombando ou algum tranco na conexão, resolve essa parada.

Confere se a chave SSH tá de boa e o Vagrant tá usando ela pra conectar na VM.

Se tá usando VirtualBox ou VMware, vê se tá tudo no esquema, sem updates pendentes ou tretas conhecidas.

Resetar o serviço do provedor, tipo VirtualBox, pode ser a chave pra desatar o nó na comunicação.

Dá um giro nos logs do Vagrant. Joga um vagrant up --debug pra desencavar mais detalhes do que pode tá causando o aperto.

Se nada disso resolver, partiu destruir a VM com um vagrant destroy e depois traz ela de volta com um vagrant up.

Lembre-se de fazer backup do Vagrantfile e de qualquer coisa importante antes de meter a mão na massa.