Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
1
vote
1 answer

Vagrant can't find plugins after downgrading to 1.8.4 on Windows 10

After learning that the latest version of Vagrant that I had installed(1.9.x) doesn't work quite well with the vagrant box that I had to use, I have downgraded Vagrant version to 1.8.5 by first uninstalling Vagrant and then installing the earlier…
Zed
  • 5,683
  • 11
  • 49
  • 81
1
vote
1 answer

Guest OS Type invalid for Windows 10 in Packer

We are trying vagrant for creating windows 10 virtual box image for one of our projects internally. As part of it, I got windows 10 64 bit disc image and did some research on creating custom image using our own OS disc. Hashicorp has Packer…
samuelebe
  • 149
  • 1
  • 3
  • 15
1
vote
1 answer

Vagrant Default: Warning: Connection reset. Retrying

An established connection was aborted by the software in your host machine. (Errno::ECONNABORTED) Vagrant Version : 1.9.4 VirtualBox : 5.1.22 Windows 8
Mubashar Iqbal
  • 398
  • 7
  • 18
1
vote
1 answer

How to browse to Vagrant VM site from other devices on local network?

I'm running Laravel Homestead (Vagrant) on Windows 10. I'd like to be able to use other devices on my LAN to test my Homestead site too. (My LAN also has a Mac and an iPhone.) I found two ancient questions (1 and 2) that seem related to my goal, but…
Ryan
  • 22,332
  • 31
  • 176
  • 357
1
vote
1 answer

Vagrant on w7 : can't find any box

I am new on stackoverflow and this is my first question... I had an issue with Vagrant when trying to get a box on a private repository so I tried to get 'hashicorp/precise64' on Atlas and I have the same problem : Vagrant can't find the box. I am…
Jerome-p
  • 21
  • 4
1
vote
2 answers

Can't edit/delete file shared with Vagrant on Windows 10 (VitualBox issue)

Anyone experienced the issue with being unable to delete/edit the file located in Vagrant shared folder? I'm running latest VirtualBox (5.1.14), Vagrant (1.9.2). Under Vagrant I'm running v0rtex/xenial64 (ubuntu xenial 16.04) The issue appears once…
user1537407
  • 55
  • 1
  • 5
1
vote
1 answer

What is the logical/conceptual difference between .vagrant and .vagrant.d directory?

I want to know logical/conceptual difference between .vagrant and .vagrant.d directory And also, what is the difference between the following keys (Please observe the path of these two) one of which is placed in .vagrant directory and the other one…
user6686604
1
vote
0 answers

Deployment template validation failed while deploying machine in azure

Facing following issues while performing vagrant up with azure provider "response": { "body": "{\"error\":{\"code\":\"InvalidTemplate\",\"message\":\"Deployment template validation failed: 'The value fo r the template parameter 'adminPassword'…
Jeeva S
  • 75
  • 6
1
vote
2 answers

Is VirtualBox/Vagrant supposed to be this slow or am I missing something?

I'm trying to figure out the best way to develop Rails applications in Windows, so, I'm trying running them on a virtual machine with Vagrant. Setting it up was very easy but I find it extremely slow to the point that would make me question why…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
1
vote
1 answer

Vagrant environment very slow

I am running a vagrant environment and it is running very slowly. My console shows the following: Completed 200 OK in 554.7ms (Views: 525.7ms | ActiveRecord: 8.5ms) however it takes my browser another ten seconds to actually load the page. I had…
EamonnMcElroy
  • 587
  • 6
  • 20
1
vote
0 answers

How to fix "failed to mount folder in Linux Guest, 'vboxsf' is not available" in vagrant using windows?

I have install laravel homestead by following the docs here and following the tutorial here. Now when I command vagrant up inside root directory (@ MING32 ~/Homestead (master)), it will show the error. I try to follow the solutions…
noel10
  • 318
  • 4
  • 16
1
vote
1 answer

How to Import a MySQL Database When Using Vagrant

I am having trouble importing a database using vagrant. I have run vagrant up and everything works fine. I then run vagrant ssh, sign-in to mysql, setup a database and user -- and again everything is working fine. I then exit mysql (but NOT…
Moshe
  • 551
  • 3
  • 7
  • 17
1
vote
1 answer

vagrant error: Could not resolve host: (nil); Host not found

When running "vagrant up" command, I got following error: The box 'ubuntu/trusty32' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas, please verify you're logged in via vagrant login.…
bedrock
  • 263
  • 1
  • 2
  • 15
1
vote
1 answer

docker-compose - No such service via Vagrant-Windows shells only

I am running into an issue with Vagrant/Docker-Compose that seems to be specific to Windows. Here's an overview of the setup and orchestration: Vagrant using a boot2docker box Several docker containers running inside of boot2docker VM Vagrantfile…
sorrell
  • 1,801
  • 1
  • 16
  • 27
1
vote
2 answers

Vagrant sync folder doesn't work on windows 10

I'm trying to sync folders from a windows 10 hosto to a ubuntu guest but I get this error: $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/trusty64' is up to date... ==> default: Clearing…
Rafael Reyes
  • 2,615
  • 8
  • 34
  • 51