【发布时间】:2017-01-13 16:43:15
【问题描述】:
我正在尝试基于 vagrant 运行 mean.js 项目,但在 ubuntu 14.04 LTS 64 bit 上使用 vagrant up 命令时出现以下错误。
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "d660b7d6-06a3-49bc-8b90-cbad92632c11", "--type", "headless"]
Stderr: VBoxManage: error: The virtual machine 'pets_default_1473142645576_38190' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
请帮我解决问题。
【问题讨论】:
-
我发现这会导致 Ubuntu 的更新尚未完成。运行更新并重新启动修复它。
标签: node.js vagrant ubuntu-14.04 virtualbox meanjs