Skip to main content

All Questions

0 votes
0 answers
23 views

Kafka running simultaneously in a Windows host and a Linux guest

I was following Pluralsight course "Getting Started with Apache Kafka", coming to module 4 about producing messages with Kafka producers. Then, I wanted to reproduce an author's demo which ...
Nelson A. Morais's user avatar
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
0 answers
259 views

Multiple disks on different locations in Vagrant

I have a Windows Server on which I want to create 3 virtual machines with Vagrant. Each one should have two disks attached: the primary one - SSD with 50GB of storage space and another one - HDD with ...
Tree's user avatar
  • 11
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
0 votes
1 answer
124 views

Local dev/test environment for macOS to run two networked O/Ses; one CentOS and the other Windows?

We have a product with three (3) components and I am trying to figure out a good way to set up an environment for local development and testing. Our components are: A "Gateway" per customer ...
MikeSchinkel's user avatar
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
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
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