Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Mount.nfs: Connection timed out ... - Vagrant - Trellis

I'm trying to run vagrant up for the first time, but I'm getting this error: ==> default: Mounting NFS shared …

vagrant nfs trellis
Add A New Virtual Host to Apache on PUPHPET generated Wheezy VM

I used puphpet.com to quickly set up a Wheezy VM. The VM works great but I'd love the add …

vagrant puppet puphpet
Is there a way to deploy into a vagrant VM using Capistrano?

I'd like to setup a vagrant instance outside of my project directory. Is there a way to deploy rails into …

ruby-on-rails deployment capistrano vagrant
Should I use vagrant resume or vagrant up?

After learning for a couple of days I am happy to have successfully set-up my VM and run the Laravel …

vagrant virtual-machine virtualization
JSch: UnknownHostKey exception even when the hostkey fingerprint is present in the known_hosts file

There are two questions about this exception already: JSchException: UnknownHostKey and com.jcraft.jsch.JSchException: UnknownHostKey I am using a …

java ssh vagrant jsch
Vagrant up fails with Warning: Remote connection disconnect. Retrying

Upgraded to vagrant version 2.1.1 and latest centos/7 (virtualbox, 1803.01) and $vagrant up now fails to build just after the new key …

vagrant virtualbox centos7 vagrant-windows
MongoDB on Vagrant via Port Forwarding issue

I've recently installed mongodb on my CentOS 6 VM running on Vagrant. I added port forwarding to Vagrantfile to forward the …

mongodb vagrant getaddrinfo
Using NFS with vagrant doesn't work

I have the following in my Vagrantfile: config.vm.network :private_network, ip: "10.0.0.103" config.vm.synced_folder ".", "/vagrant/", type: "nfs" …

vagrant nfs vagrantfile
Laravel 4 Permissions on a Vagrant box with Puppet

I have been using http://www.puphpet.com successfully to generate vagrant+puppet environments for a number of projects. Then …

laravel laravel-4 file-permissions vagrant puppet