You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
On Windows 10 x64 when I follow the instructions after issuing a vagrant up I get the following output with an error "VBoxManage.exe: error: Failed to create the host-only adapter".
I'm not sure if its related to this project or VirtualBox, I found a bug ticket issued on virtualbox and I downloaded an attached fix but it didn't work. Any hints?
Full vagrant up output
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'bento/ubuntu-14.04'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'bento/ubuntu-14.04' is up to date...
==> default: Setting the name of the VM: sweetshop_default_1455744240769_82460
==> default: Auto-generating node name for Chef...
==> default: Clearing any previously set network interfaces...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "create"]
Stderr: 0%...
Progress state: E_FAIL
VBoxManage.exe: error: Failed to create the host-only adapter
VBoxManage.exe: error: Could not find Host Interface Networking driver! Please reinstall
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct HandlerArg *)" at line 71 of file VBoxManageHostonly.cpp
The text was updated successfully, but these errors were encountered:
@motatoes It was an issue on the bug ticket you first linked. Also since Kaspersky is generally very intrusive with such things, it could very well be a possible cause.
I guess you've already tried upgrading Virtualbox by now, right?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
On Windows 10 x64 when I follow the instructions after issuing a
vagrant up
I get the following output with an error "VBoxManage.exe: error: Failed to create the host-only adapter".I'm not sure if its related to this project or VirtualBox, I found a bug ticket issued on virtualbox and I downloaded an attached fix but it didn't work. Any hints?
Full
vagrant up
outputThe text was updated successfully, but these errors were encountered: