Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Puppet duplicate declaration: Class[Mongodb] is already declared; cannot redeclare

Possibly doing something extremely stupid here but I can't find any documentation on what could be causing this. Setting up …

puppet vagrant
Vagrant fails to mount NFS shared folders because of corrupted /etc/exports. How do I fix that file?

I recently tried to install a VM with vagrant but "vagrant up" always failed with the error: Mounting NFS shared …

nfs vagrant
Running PHPUnit in Laravel's Homestead

I'm using Homestead to serve my Laravel application. I'm trying to run PHPUnit. According to the docs: An example test …

php laravel phpunit vagrant homestead
Vagrant box: default: Warning: Connection timeout. Retrying

I'm having trouble getting vagrant box running. I tried the solution in this thread: Vagrant stuck connection timeout retrying. No …

laravel-4 connection localhost vagrant vagrantfile
Encountered Vagrant Up error on MacOs Big Sur Upgrade

I just upgraded my mac OS from Catalina to Big Sur. My vagrant used to be working normally before and …

vagrant virtualbox macos-big-sur
VirtualBox guest not getting ip address assigned by Vagrantfile

Upon vagrant up, the guest box is getting assigned the wrong IP address and causing the following error: ... ... SSH address: 127.0.0.1:2222 …

vagrant virtualbox ip-address connection-timeout
chef-solo ssl warning when provisioning

When using vagrant and chef as provisioner, I've got this warning: [web] Chef 11.12.2 Omnibus package is already installed. [web] Running …

chef-infra vagrant chef-solo
Vagrant provision live output

Is there a way to get Vagrant to display the output of the provisioning tool as it runs, rather than …

command-line ssh vagrant provisioning configuration-management
Stderr: VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)

PS C:\vagrant_projects> vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'opentable/…

vagrant winrm
How to automatically enable php extensions in Homestead on vagrant up

Im using Laravel 5.3 in Homestead with Vagrant 1.8.7 running on VirtualBox. I have need to enable some php extensions. I know …

php laravel vagrant homestead php-extension