Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

What is the Vagrant syntax for adding a locally existing VDI?

What is the syntax for adding a locally existing VirtualBox .vdi to vagrant? There doesn't appear to be an example …

vagrant file-uri uri-scheme
apt-get update and apt-get upgrade in Chef

If package "nginx" in Chef gets translated into apt-get install nginx on an Ubuntu node, what can be written in …

linux ubuntu chef-infra vagrant apt-get
Laravel Homestead hangs at SSH auth method: private key on mac

I can't seem to get Homestead running. It hangs at SSH auth method: private key. The Homestead VM starts. I …

macos laravel ssh vagrant homestead
NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:redshift.psycopg2

I am trying to connect to redshift from my python code. my pip installed: psycopg2==2.6.1 redshift-sqlalchemy==0.4.1 SQLAlchemy==1.0.9 and my virtual …

python-2.7 sqlalchemy vagrant amazon-redshift vagrantfile
I got warning setlocale LC_CTYPE when I ssh connect to vagrant centos 6

I'm a beginner with vagrant. I try to create a virtual machine (cent os 6) on my computer with vagrant. When …

linux centos vagrant centos6
How to correct system clock in vagrant automatically

How to Correct Timezone Last time, I figured out how to adjust a system clock in vagrant server. However, when …

server vagrant virtualbox centos6
Vagrant up - The Following settings shouldn't exist: vm (rethinkdb-vagrant)

Trying to setup rethinkdb using https://github.com/RyanAmos/rethinkdb-vagrant C:\rethinkdb-vagrant>vagrant up Bringing machine 'default' up with …

vagrant vagrantfile
Vagrant in production

I've been reading about Vagrant, and I find it quite useful for my development. I am currently managing a series …

virtualhost vagrant infrastructure
Box 'laravel/homestead' could not be found

I have downloaded the laravel/homestead box manually from here. I successfully add the box: vagrant box add file:///path/…

laravel vagrant vagrantfile homestead
SSH into vagrant with X server set up

I am running into problems with setting up X11 forwarding on vagrant VM. I am running Xming for X server …

windows ssh vagrant putty xming