超时等待机器启动! stream浪者,VirtualBox的

我有gentoo(linux)主机。 其中,我安装了Virtualbox 4.3.28和vagrant 1.4.3(这些是gentoo的最新版本)。

在stream浪汉上,Ubuntu 14.04发布。 我也可以SSH到Ubuntu。 我也尝试过stream浪摧毁,然后stream浪。 但是,一旦启动,我得到以下错误。 下面是我的Vagrantfile和输出错误。

PS我从头开始创build了Ubuntu 14.04基础盒子。

Vagrantfile

# -*- 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 

在terminal输出

 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. 

任何解决scheme来解决这个问题?

尝试获得stream浪汉的最新版本。 它解决了我与stream浪汉有关的问题 。 这是一个可用的ebuild: http : //data.gpo.zugaina.org/johu/app-emulation/vagrant-bin/ 。

所以,步骤,因为你已经安装了app-portage / layman :

  1. layman -a johu
  2. layman -S ,甚至更好(?) eix-sync
  3. emerge -s vagrant和app-emulation / vagrant-bin,版本1.7.4应该显示为可用
  4. emerge -av vagrant-bin

然后,重试设置虚拟机。