Skip to main content

All Questions

2 votes
0 answers
128 views

Multi Machine Vagrant Setup Only Creates One VM of Two

The below VagrantFile should create 2 VM's, however when running vagrant up only 1 VM goes up (this appears to be semi randomly selected between the 2). After whichever VM goes up first, I get a ...
Shadow's user avatar
  • 21
1 vote
1 answer
2k views

VBoxManage gives error importing appliance

I was following along in a RHCSA labs course and ran into the following error I can not seem to get past. I know someone else who successfully ran through the installation so I am curious what is ...
Joel Watson's user avatar
-1 votes
2 answers
265 views

Performing a vagrant up inside a Onedrive folder project, why happens this output error message bellow?

My Vagrantfile: Vagrant.configure("2") do |config| config.vm.define "vm1" do |vm1| vm1.vm.box = "debian/buster64" vm1.vm.box.hostname = "debian-vm" vm1.vm.network "...
Marlon's user avatar
  • 379
1 vote
1 answer
1k views

How to expand storage for vagrant box on Windows host

I'm trying to increase the storage space on my vagrant box from 18 GB to 50 GB. The vagrant box is running Ubuntu and the host is Windows 10. There are similar questions on this forum for expanding a ...
yvoloshin's user avatar
  • 135
3 votes
2 answers
1k views

Are Vagrant virtual machines (Virtualbox) safe from accidental shutdown/reboots?

Say your host machine got shutdown abruptly or somebody pressed the reboot button and your Vagrant VM is in a running state (e.g., not on halt or suspend state). Will they survive when the host ...
IMB's user avatar
  • 5,533
6 votes
3 answers
9k views

Vagrant hangs on SSH auth method: password

I’m trying to load a VM via Vagrant. It’s my first time attempting anything like this. I'm using Windows 10 64bit and trying to run my MS Server 2016 standard. I created a new VM in VirtualBox and ...
MyDaftQuestions's user avatar
4 votes
2 answers
8k views

How do I sync Vagrant sync folder with VirtualBox and CentOS/Windows?

I can't get the /vagrant folder to synchronize. It will synchronize from Windows host to CentOS guest, but only if I manually run vagrant rsync or vagrant up, and will delete any new files in the ...
Chloe's user avatar
  • 6,036
2 votes
1 answer
2k views

How to config "ubuntu/trusty64" Vagrant box properly on Windows 10?

I know this question has been asked several times. But all answers on those questions haven't worked for me. I'm trying to install a new virtual machine using VirtualBox 5.1.4 (VirtualBox-5.1.14-...
Ramiro Tormenta's user avatar
2 votes
1 answer
2k views

How to start using Windows box after vagrant up successfully?

I am new to Vagrant with Windows using VirtualBox and I follow the example mentioned here. All is good and I am able to vagrant up dev to the dev machine. I see this message: ==> dev: Booting VM....
Steven Yong's user avatar
3 votes
1 answer
334 views

Vagrant + Virtualbox CPU utilization very low in Windows 8.1

I am running a Virtualbox VM that runs Ubuntu 14.04 LTS provisioned by Vagrant. There are 2 physical cores in my computer (Dell Inspiron Laptop), which I assigned both of them to the VM (this I ...
mehmet's user avatar
  • 185
6 votes
2 answers
19k views

DNS not functioning on command line

I recently did a combination of Vagrant + VirtualBox stuff on my machine to try to get a virtualized Ubuntu install working. However, I had no luck with it so I just uninstalled everything. Ever since ...
void.pointer's user avatar
  • 1,897
1 vote
0 answers
176 views

VirtualBox mounted with Vagrant reach maximum diskspace

Today my Windows build machine reached its disk space limit. It turned out that I had more than 400GB in the folder C:\Windows\System32\config\systemprofile\VirtualBox VMs During the build process, ...
svassr's user avatar
  • 1,491
1 vote
0 answers
690 views

Syncing a Vagrant box across computers (Mac/Windows)

I will be working on a Vagrant box across multiple computers, both Mac (10.8.5) and Windows (7/8). How can I sync the files so that I can always work on an up-to-date version of the box? I'm ...
vaindil's user avatar
  • 1,299