Page MenuHomePhabricator
Paste P12001

Error in setting up MediaWiki Vagrant
ActivePublic

Authored by Vidhi-Mody on Jul 21 2020, 8:16 PM.
Referenced Files
F31943515: raw.txt
Jul 21 2020, 8:16 PM
Subscribers
None
vidhimody@MacBook-Pro ~/vagrant master vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'debian/contrib-stretch64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'debian/contrib-stretch64'
default: URL: https://vagrantcloud.com/debian/contrib-stretch64
==> default: Adding box 'debian/contrib-stretch64' (v9.12.0) for provider: virtualbox
default: Downloading: https://vagrantcloud.com/debian/boxes/contrib-stretch64/versions/9.12.0/providers/virtualbox.box
Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com
==> default: Successfully added box 'debian/contrib-stretch64' (v9.12.0) for 'virtualbox'!
==> default: Importing base box 'debian/contrib-stretch64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'debian/contrib-stretch64' version '9.12.0' is up to date...
==> default: Setting the name of the VM: vagrant_default_1595359513703_2092
Vagrant is currently configured to create VirtualBox synced folders with
the `SharedFoldersEnableSymlinksCreate` option enabled. If the Vagrant
guest is not trusted, you may want to disable this option. For more
information on this option, please refer to the VirtualBox manual:
https://www.virtualbox.org/manual/ch04.html#sharedfolders
This option can be disabled globally with an environment variable:
VAGRANT_DISABLE_VBOXSYMLINKCREATE=1
or on a per folder basis within the Vagrantfile:
config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false
==> 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: 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 HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp

Event Timeline

Vidhi-Mody changed the title of this paste from Error in setting up Vagrant to Error in setting up MediaWiki Vagrant.