Skip to main content

All Questions

Tagged with
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
11 votes
2 answers
20k views

How can I reset windows powershell/command prompt, like reset in bash?

When I use vagrant on Windows I will sometimes find that newlines aren't respected properly. This is typically after doing a vagrant ssh. So text ends up looking like This machine with the name '...
IguyKing's user avatar
  • 181
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
1k views

How can I execute the mt.exe in a PowerShell command prompt

I need to run the mt.exe (part of visual studio express) to embed an application manifest into another executable. Usually the mt.exe is called from a Visual Studio command promtp. The procedure is ...
Maximilian's user avatar
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
3 votes
1 answer
1k views

Create Vagrant Windows Server 2012 box with Active Directory + Forest breaking WinRM

I followed the instructions on this blog post to get a Vagrant box with Windows Server 2012 R2 eval. Then I tried to install Active Directory Domain Controller and an Active Directory Forest (with ...
Steffen Harbich's user avatar
0 votes
1 answer
735 views

Vagrant syncing to the wrong default folder on Windows?

I don't have any "sync" configuration in my Vagrantfile at all, and yet the folder that is syncing to /vagrant is not the project directory, but my home directory. This is on a Windows computer ...
Wildcard's user avatar
  • 590
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
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
0 votes
1 answer
109 views

How do I run "vagrant up" from a context-menu in Windows?

I have a repo with a Vagrantfile. I use to clone it from Mac, Linux and Win depending on the location I'm working at. When cloning in Windows I would love to right-click the Vagrantfile and choose a ...
Xavi Montero'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
3 votes
2 answers
508 views

vagrant provision launches apps without ui on windows

I am trying to launch an application that needs ui on a windows box as part of "vagrant provision". I can see that the app is launched as the vagrant user in task manager but I see no ui on the screen....
Zitrax's user avatar
  • 535
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

15 30 50 per page