Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

vagrant login as root by default

Problem: frequently the first command I type to my boxes is su -. Question: how do I make vagrant ssh …

login ssh vagrant root
Vagrant error : Failed to mount folders in Linux guest

I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop. I do not understand why I …

ubuntu virtualbox vagrant nfs
.bashrc: Permission denied

I try to work with a project in vagrant. I have made the command vagrant ssh, and connected to VM. …

bash ssh vagrant permission-denied nupic
How to change Vagrant 'default' machine name?

Where does the name 'default' come from when launching a vagrant box? $ vagrant up Bringing machine 'default' up with 'virtualbox' …

configuration vagrant virtualbox vagrantfile
Nginx: Permission denied for nginx on Ubuntu

I am new to system administration. After installing nginx via puppet on Ubuntu I get the following output: [alert] could …

ubuntu nginx debian vagrant puppet
How to connect to Mysql Server inside VirtualBox Vagrant?

I mounted a new VirtualBox Machine with Vagrant, and inside that VM I installed Mysql Server. How can I connect …

mysql virtualbox vagrant
VBoxManage: error: Failed to create the host-only adapter

I am running vagrant 1.4 and virtual box 4.3 on fedora 17 machine. When I do "vagrant up", I get this error: Bringing …

virtual-machine virtualbox development-environment vagrant
Vagrant shared and synced folders

I created a Vagrantfile with the following content: Vagrant::Config.run do |config| config.vm.define :foo do |cfg| cfg.…

vagrant
How to find the Vagrant IP?

I have been developing an automated deployment using Capistrano and using Vagrant as my test virtual server. The thing is, …

capistrano vagrant
How to export a Vagrant virtual machine to transfer it

I have a vagrant box up and running (configured with a LAMP stack). I need to transfer it to another …

virtual-machine virtualbox vagrant