Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created October 11, 2013 21:30
Show Gist options
  • Save evanphx/6942344 to your computer and use it in GitHub Desktop.
Save evanphx/6942344 to your computer and use it in GitHub Desktop.
Weird vagrant error
OUT: [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", "ipconfig", "dyld: DYLD_ environment variables being ignored because main executable (/Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdp", "--ip", "198.51.100.1", "--netmask", "255.255.255.0"]
Stderr: VBoxManage: error: The host network interface with the given name could not be found
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component Host, interface IHost, callee nsISupports
VBoxManage: error: Context: "FindHostNetworkInterfaceByName(name.raw(), hif.asOutParam())" at line 220 of file VBoxManageHostonly.cpp
VBoxManage: error: Could not find interface 'dyld: DYLD_ environment variables being ignored because main executable (/Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment