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…
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…
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
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…
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…
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…
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…
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'…
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…
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…
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…
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…
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.…
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…
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…