Questions tagged [vagrant]

Vagrant is a tool to create and configure lightweight, reproducible, and portable development environments. By default, it uses Oracle's VirtualBox for these virtual environments, but support for other virtualization systems is available. Most questions about Vagrant should be asked on Super User or Stack Overflow.

Vagrant is a platform independent tool written in Ruby, to create and configure lightweight, reproducible, and portable development environments. By default, it uses Oracle’s VirtualBox for these virtual environments, but support for other virtualization systems is available. Lots of information and very good in-depth documentation can be found on the homepage: Vagrant - Virtualized development for the masses.


Footnote:
Please refer to Meta.SF for some background on the recommendation why questions regarding vagrant are likely to get a better reception and possibly more answers on StackOverflow than on ServerFault.

454 questions
-1
votes
1 answer

VirtualBox VT-x virtualization already in use

My host OS: Mac OSX 10.8.2 (just upgraded from 10.8.1) Virtualbox: 4.2.0 rc80737 Vagrant: 1.0.4 I just upgraded my OS with the latest OSX upgrade/patch. Now, I'm unable to use my VMs: Failed to open a session for the virtual machine…
Domino
  • 265
  • 4
  • 5
-2
votes
1 answer

MariaDB will not start on reboot after changing data directory

I'm running a local vagrant setup with Centos 7. I recently changed the data directory to persist data across destroys of the box. However, now MariaDB will not start on reboot. My setup is as follows. .cnf file in /etc/my.cnf.d (definitely being…
-2
votes
2 answers

Issue with changing permission and owner recursively on files with puppet and vagrant

I am trying to install tomcat on a virtual box guest machine using puppet and vagrant. For tomcat to run, I need to change permission of the /bin/*.sh files. Here is the relevant section of my puppet config: class tomcat{ exec{ 'get-tomcat': …
balteo
  • 63
  • 2
  • 9
-2
votes
2 answers

Installing virtualbox on linode

I've followed the VirtualBox installation guide found here and have switched my Linode kernel to use 2.6.32-47-generic-pae using this guide, but I still keep getting the following error when I run sudo /etc/init.d/vboxdrv setup: Starting VirtualBox…
Pilgrim
  • 109
  • 3
1 2 3
30
31