Skip to main content

All Questions

Tagged with
2 votes
1 answer
5k views

Vagrant synced folder on Windows D:\ drive

I am having an issue creating a synced folder on a windows 10 D:\ drive I have the following in my Vagrantfile config.vm.synced_folder "~/code/", "D:/code/" When I vagrant up I see: dev: D:/code =&...
Paski's user avatar
  • 21
2 votes
0 answers
2k views

Can't get private GitHub repos to work with Vagrant/Puppet on Windows

I have a project and we use Vagrant for our development env. On Mac/Unix the provisioning works perfectly except in Windows, the problem is that forwarding agent doesn't work on windows and therefore, ...
Sander Visser'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
1 vote
0 answers
263 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
1 vote
0 answers
133 views

Vagrant Windows 10 box does not reset evaluation days remaining

My trial/evaluation Windows 10 box in Vagrant does not reset the days remaining of the trial every time I vagrant destroy then vagrant up or when I uninstall Vagrant/Virtualbox and delete local boxes ...
jared_hexagon's user avatar
1 vote
0 answers
91 views

Vagrant on windows - git protocol error

I have a vagrant machine set up with shared folders on windows to code my project. I use git and sometimes when I do git checkout or git merge I get the following error: error: unable to create file ...
m144's user avatar
  • 111
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
0 votes
1 answer
126 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
0 votes
3 answers
5k views

Vagrant up failed to mount folders in Linux Guest

I have some issues with Vagrant shared folders, my base system is Windows 8.1 Pro. My VirtualBox version is 5.0. The box comes from PuPHPet. I do not understand why I have this error is something ...
julestruong's user avatar
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
0 votes
1 answer
317 views

Vagrant in WSL2 unable to run Windows 11 'cmd.exe'

Would appreciate help in using Vagrant and Ansible to spin-up and provision virtual servers managed by Hyper-V on Windows 11. Currently, I have the latest version of Vagrant (2.4.0) installed on both ...
Dead Pixel's user avatar
0 votes
1 answer
658 views

Cmder seems to not emulate PowerShell when using Vagrant

I'd like to provision and connect to virtual machine using Vagrant and Cmder. Unfortunately, when I try to vagrant up my machine, I'm getting error that I don't use Power Shell: λ vagrant up 5 ...
Asmoox's user avatar
  • 101
0 votes
1 answer
3k views

Why my Vagrantfile is calling Hyper-V hypervisor even disabled at Windows?

I did an upgrade of Windows 10 Professional to the lastest build (brazilian portuguese): Microsoft Windows [versão 10.0.18363.592] After this when I ran my Vagrantfile even calling the config ...
Marlon's user avatar
  • 379

15 30 50 per page