【发布时间】:2021-12-12 03:23:00
【问题描述】:
升级到 VirtualBox 6.1.28 后尝试运行 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: ["hostonlyif", "ipconfig", "vboxnet0", "--ip", "192.168.33.1", "--netmask", "255.255.255.0"]
Stderr: VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available)
VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp
【问题讨论】:
-
嘿,这是 stackoverflow.com/questions/69722254/… 的完全相同的副本 - 请不要发布两次相同的问题
-
我没有使用 ubuntu,因此该解决方案对我不起作用。感谢您的尝试
-
为什么降级无法在您的系统上运行?你是如何尝试运行 vagrant 的?它在过去有效吗?您是否尝试以管理员身份执行此操作,因为该错误可能表明更改网络设置的权限不足?
-
这个问题被标记为已关闭,但它确实应该被标记为stackoverflow.com/questions/69722254/…的重复项
标签: security vagrant virtualbox computer-science helper