2015-10-12 4 views
0

Мне нужна ваша помощь, потому что я должен использовать cakebox для проекта, но у меня есть некоторые проблемы, когда я печатаю vagrant вверх, я получаю эту ошибку. Я пробовал все, но это не сработало.Решение для установки бродяг

Заранее благодарен!

My-PC MINGW64 /A/App_LeagueUp!/cakebox (dev) 

$ vagrant up 

Bringing machine 'default' up with 'virtualbox' provider... 

==> default: Importing base box 'cakebox'... 

==> default: Matching MAC address for NAT networking... 

==> default: Setting the name of the VM: cakebox_default_1444639086577_31058 

==> 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: Running 'pre-boot' VM customizations... 

==> 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 
the timeout ("config.vm.boot_timeout") value. 
+1

'Я все испробовал, вы можете детализировать? поэтому мы не повторяем то, что вы знаете –

+0

вы можете проверить http://stackoverflow.com/a/23095019/4296747 –

ответ

0

Моя рекомендация, чтобы выяснить проблему, чтобы установить флаг vb.gui

к истинным в вашем Vagrantfile. добавьте бег, затем бродячий вверх. это откроет консоль в другом окне. Иногда это случается со мной, а затем я перезагружаюсь, и все работает нормально.

Если оно не отправлять результаты здесь, по крайней мере, вы будете получить больше информации

+0

Я попробовал то, что вы мне предложили, но я получаю те же ошибки – Diloe

+0

Что вы видите в окне консоли (не там вы делали, vagrant вверх по VirtualBox один [при использовании virtualbox]), вы видите какие-либо ошибки? – jstuartmilne

+0

Нет ничего похожего – Diloe

0

Попробуйте включить виртуализацию из меню загрузки и попробовать еще раз.

Смежные вопросы