У меня есть хост-машина gentoo (linux). На котором у меня установлены Virtualbox 4.3.28 и vagrant 1.4.3 (это последняя доступная версия для gentoo).
При бродяжничестве запускается Ubuntu 14.04. Я также могу подключиться к Ubuntu по ssh. Я также пробовал уничтожить бродягу, а затем бродить вверх. Но как только он запускается, я получаю следующую ошибку. Ниже мой Vagrantfile и ошибка вывода.
P.S. Я создал базовый блок Ubuntu 14.04 с нуля.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "Ubuntu"
config.vm.boot_timeout = "700"
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
end
Bringing machine 'default' up with 'virtualbox' provider...
[default] Clearing any previously set forwarded ports...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
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. This can
mean a number of things.
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.
Любое решение для решения этой проблемы?
Попробуйте скачать последнюю версию для бродяг. Это решило мой проблема, связанная с бродягой. Вот доступный ебилд: http://data.gpo.zugaina.org/johu/app-emulation/vagrant-bin/.
Итак, шаги, если у вас есть app-portage / непрофессионал уже установлено:
layman -a johu
layman -S
, а еще лучше (?) eix-sync
emerge -s vagrant
и app-emulation / vagrant-bin, версия 1.7.4 должна отображаться как доступнаяemerge -av vagrant-bin
Затем попробуйте подготовить виртуальную машину еще раз.