我有一台工作笔记本电脑(Windows 7 Enterprise),我似乎无法在里面闲逛。我正在用www.drupalvm.com测试这一点,这样我就知道我得到了一些“应该”的东西。
安装:
关于Vagrant 1.9.2与流浪者-vb来宾:
流浪汉
vagrant up
Bringing machine 'drupalvm' up with 'virtualbox' provider...
==> drupalvm: Box 'geerlingguy/ubuntu1604' could not be found. Attempting to fin d and install...
drupalvm: Box Provider: virtualbox
drupalvm: Box Version: >= 0
==> drupalvm: Loading metadata for box 'geerlingguy/ubuntu1604'
drupalvm: URL: https://atlas.hashicorp.com/geerlingguy/ubuntu1604
==> drupalvm: Adding box 'geerlingguy/ubuntu1604' (v1.0.9) for provider: virtual box
drupalvm: Downloading: https://atlas.hashicorp.com/geerlingguy/boxes/ubuntu1 604/versions/1.0.9/providers/virtualbox.box
drupalvm:
==> drupalvm: Successfully added box 'geerlingguy/ubuntu1604' (v1.0.9) for 'virt ualbox'!
==> drupalvm: Importing base box 'geerlingguy/ubuntu1604'...
==> drupalvm: Matching MAC address for NAT networking...
==> drupalvm: Checking if box 'geerlingguy/ubuntu1604' is up to date...
==> drupalvm: Setting the name of the VM: drupalvm.dev
==> drupalvm: Clearing any previously set network interfaces...
==> drupalvm: Preparing network interfaces based on configuration...
drupalvm: Adapter 1: nat
drupalvm: Adapter 2: hostonly
==> drupalvm: Forwarding ports...
drupalvm: 22 (guest) => 2222 (host) (adapter 1)
==> drupalvm: Running 'pre-boot' VM customizations...
==> drupalvm: Booting VM...
==> drupalvm: Waiting for machine to boot. This may take a few minutes...
drupalvm: SSH address: 127.0.0.1:2222
drupalvm: SSH username: vagrant
drupalvm: SSH auth method: private key
drupalvm: Warning: Remote connection disconnect. Retrying...
# Repeated for a couple minutes, etc..
drupalvm: Warning: Remote connection disconnect. 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.
流浪向上--调试http://dropcanvas.com/18edq/1
绝对启用了VT,我使用Intel处理器标识实用程序进行了检查。
我也降低了等级,得到了同样的错误,1.8.6。
我肯定我之前犯了不同的错误?我的头撞在这面墙上太久了。
在GUI启动时,我使用了虚拟框来查看它,错误消息开始覆盖它自己,但如下所示:
发布于 2017-03-07 14:26:24
好的,如下所述,我必须标记“设置”>“网络˅高级”>“电缆连接”,因为默认情况下,该版本的Virtualbox没有打开它。?!
https://stackoverflow.com/questions/42627117
复制相似问题