-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Labels
Description
Description
Hi,
I am having a problem with the step that creates the HostOnly adapter .
The vagrant up hangs then throws the below error . I am almost certain that it's linked to both virtualBox and windows 10 as I saw a lot of threads on StackoverFlow describing the same network error. but I hoped someone had already gone through this and found a fix.
Bringing machine 'host1' up with 'virtualbox' provider...
Bringing machine 'host2' up with 'virtualbox' provider...
==> host1: Box 'ol74' could not be found. Attempting to find and install...
host1: Box Provider: virtualbox
host1: Box Version: >= 0
==> host1: Box file was not detected as metadata. Adding it directly...
==> host1: Adding box 'ol74' (v0) for provider: virtualbox
host1: Downloading: https://yum.oracle.com/boxes/oraclelinux/ol74/ol74.box
host1:
==> host1: Successfully added box 'ol74' (v0) for 'virtualbox'!
==> host1: Importing base box 'ol74'...
==> host1: Matching MAC address for NAT networking...
==> host1: Setting the name of the VM: london-fleet-fpp-Server
==> host1: 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: Operation canceled by the user
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component VirtualBoxWrap, interface IVirtualBox
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp
Environment (please complete the following information):
**- Host OS:**Windows 10 Home
- Vagrant version: Vagrant 2.2.7
- Vagrant provider: VirtualBox:
- VirtualBox version: 6.1.8r137981
Additional information
By the way , I tried to do it through the GUI console and it works there is just a windows confirmation pop up that I have to click on.
Thank you