Centos7 安装Homestead环境

匿名 (未验证) 提交于 2019-12-02 23:49:02

问题1,

==> homestead-7: Waiting for machine to boot. This may take a few minutes...     homestead-7: SSH address: 127.0.0.1:2222     homestead-7: SSH username: vagrant     homestead-7: SSH auth method: private key

 1 Timed out while waiting for the machine to boot. This means that  2 Vagrant was unable to communicate with the guest machine within  3 the configured ("config.vm.boot_timeout" value) time period.  4   5 If you look above, you should be able to see the error(s) that  6 Vagrant had when attempting to connect to the machine. These errors  7 are usually good hints as to what may be wrong.  8   9 If you're using a custom box, make sure that networking is properly 10 working and you're able to connect to the machine. It is a common 11 problem that networking isn't setup properly in these boxes. 12 Verify that authentication configurations are also setup properly, 13 as well. 14  15 If the box appears to be booting properly, you may want to increase 16 the timeout ("config.vm.boot_timeout") value.

问题2,

==> homestead: Running 'pre-boot' VM customizations... ==> homestead: Booting VM...

1 There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. 3  4 Command: ["startvm", "4f5ab4ac-0f0e-4326-99fc-3a6935e070ac", "--type", "headless"] 5  6 Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!