不能流浪上拉拉维尔宅基地
enter image description here 按照https://laravel.com/docs/4.2/homestead,I的说明,在昨天WIN7上安装了使用vagrant 1.8.0和Virtual box 5.1.10的laravel宅基地。 但是计算机意外断电。当我重新启动电脑,我得到了这些错误:不能流浪上拉拉维尔宅基地
[email protected] 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.
我试图重新安装虚拟框和无业游民,但它不工作对我来说。
任何帮助,非常感谢。
我的情况下,Oracle虚拟机的一些问题 使用5.0版在5.1版 其他情况下 的问题是与最近的Windows更新,其中启用了Hyper-V功能。我从控制面板下的功能菜单中禁用了它。禁用并重新启动计算机后,虚拟化将再次运行。
你可以添加一个链接问题/错误报告?因为这是非常模糊的,有这个问题的人甚至不知道哪个版本会有修复。 – Robert
我遇到了同样类型的问题并解决了问题。 Oracle VM 5.1.12对我来说没问题。 有时,防病毒/防火墙应用程序对这类活动很麻烦。因此,请尝试禁用或删除防病毒应用程序以检查问题是否会继续。
命令“流浪汉重载”解决了我
欢迎来到SO。请阅读此[如何回答](http://stackoverflow.com/help/how-to-answer)以提供高质量的答案。 – thewaywewere
我已经删除VirtualBox和安装的版本5.2.2
该问题已解决我的问题。
但在问题发生之前,我升级了流浪汉。我认为你的流浪版本不适合你的VirtualBox版本。请仔细检查您的版本。
当我升级Vagrant时,Vagrant安装给我一个警告 –
'vagrant reload'命令将对您有所帮助。 –
不适用于我〜 – kuzicala
我认为错误可能来自虚拟框〜 – kuzicala