enter image description here按照https://laravel.com/docs/4.2/homestead,I的指示,昨天在WIN7上使用vagrant 1.8.0和Virtual box 5.1.10安装了laravel homestead。然而,计算机意外地关机了。当我重新启动计算机时,我收到以下错误:
Administrator@L3L44LWAP6XZHHR MINGW64 ~/Homestead (master)
$ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Checking if box 'laravel/homestead' is up to date...
==> homestead-7: Clearing any previously set forwarded ports...
==> homestead-7: Clearing any previously set network interfaces...
==> homestead-7: Preparing network interfaces based on configuration...
homestead-7: Adapter 1: nat
homestead-7: Adapter 2: hostonly
==> homestead-7: Forwarding ports...
homestead-7: 80 (guest) => 8000 (host) (adapter 1)
homestead-7: 443 (guest) => 44300 (host) (adapter 1)
homestead-7: 3306 (guest) => 33060 (host) (adapter 1)
homestead-7: 5432 (guest) => 54320 (host) (adapter 1)
homestead-7: 22 (guest) => 2222 (host) (adapter 1)
==> homestead-7: Running 'pre-boot' VM customizations...
==> homestead-7: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "75bdb497-9044-4c49-ab2d-5244eb234d6e", "--type", "headless "]
Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has terminated
unexpectedly during startup with exit code 1 (0x1). More details may be available
in 'C:\Users\Administrator\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine.我试着重新安装虚拟盒子和流浪汉,但它对我不起作用。
任何帮助都是非常感谢的。
发布于 2017-04-04 00:44:21
我曾经遇到过同样类型的问题,并且已经解决了。Oracle VM 5.1.12适合我。有时,反病毒/防火墙应用程序会困扰这类活动。因此,请尝试禁用或删除杀毒应用程序,以检查问题是否会继续存在。
发布于 2017-05-24 21:12:53
命令“流浪汉重装”为我解决了
发布于 2017-12-03 19:42:20
我已经删除了VirtualBox并安装了版本5.2.2
这已经解决了我的问题。
但在问题发生之前,我已经升级了流浪汉。我认为你的流浪版本不适合你的VirtualBox版本。请仔细检查您的版本。
https://stackoverflow.com/questions/40761757
复制相似问题