Diederik has uploaded a new change for review. https://gerrit.wikimedia.org/r/60891
Change subject: Add Troubleshooting section ...................................................................... Add Troubleshooting section Change-Id: Id97bde8291d9406a390c152dd803dff6464df83b --- M README 1 file changed, 20 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/91/60891/1 diff --git a/README b/README index b213c5f..bf1eae5 100644 --- a/README +++ b/README @@ -65,3 +65,23 @@ with the vagrant files run `git pull` and then `vagrant reload`. The latter will restart the VM. +## Troubleshooting + +Sometimes you might get the following error on OSX + +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: NS_ERROR_FAILURE +VBoxManage: error: Failed to create the host-only adapter +VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory + +VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface +VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 68 of file VBoxManageHostonly.cpp + +The way to fix this is to run the following command: + +sudo /Library/StartupItems/VirtualBox/VirtualBox restart -- To view, visit https://gerrit.wikimedia.org/r/60891 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id97bde8291d9406a390c152dd803dff6464df83b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Diederik <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
