Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
0
votes
1 answer

Vagrant add box gives error

I'm new to Vagrant, I'm using Windows 10. I installed the latest version of Vagrant (1.8.5) and whenever I run command "vagrant add box" in my project root directory, it generates error: "There was an error loading a vagrantFile. THe file being…
Junaid Sarwar
  • 189
  • 1
  • 13
0
votes
3 answers

vagrant homestead directory missing

when I run command ls it doesn't show any file. My homestead.yaml file: which directory should i look in to check.
YaSh Chaudhary
  • 2,605
  • 8
  • 37
  • 74
0
votes
1 answer

Cannot read symbolic link error when using junction folder

I'm on Windows 10. I have a vagrant box, with the following vagrantfile configuration: Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.hostmanager.enabled = true config.hostmanager.manage_host = true …
Ernest Marcinko
  • 405
  • 3
  • 12
0
votes
1 answer

Vagrant provision fails to execute the next script without an obvious reason why

I've created/co-opted several bash scripts to provision my guest Ubuntu 14.04 OS; the one giving me trouble right now is installing ffmpeg. When the script finishes, vagrant simply does nothing save for sending SSH keep-alives. Host OS: Windows 7…
0
votes
1 answer

Vagrant Windows synced_folder - no such file or directory

I initially thought that the vagrant-winnfsd plugin would take care of NFS storage on Windows (meaning I wouldn't have to use haneWIN) but that was a no-go because the error I received was mount.nfs: requested NFS version or transport protocol is…
0
votes
1 answer

What should VAGRANT_CWD be set to?

What is the default value of VAGRANT_CWD? I set it to something else and now I need to "reset" it. I tried unset, but that won't work because it returns an error saying that the working directory is ~/. (invalid).
0
votes
0 answers

Windows cmd not detecting flask server

I'm working on vagrant and running host on 127.0.0.1:5000, but problem is cmd is not detecting any host, due which workbench is continuously giving error on making ssh connection. Here is my host running : And flask server is running on port…
0
votes
1 answer

vagrant provisioning fails mentioning object not found

When I am executing vagrant up or vagrant provision, it fails with the below error. Any suggestion to fix this is welcome. Where is the vagrant-7343223c created in #
0
votes
2 answers

vagrant-aws: AWS was not able to validate the provided access credentials

I am on Windows 10, and using vagrant-aws (https://github.com/mitchellh/vagrant-aws) to vagrant up and amazon instance, and getting the following error. I have listed my Vagrant file as well. Also, some people reported this might be caused by the…
0
votes
2 answers

Unable to start Rails in VM within Windows

I have installed rails on Vagrant and trying to create my first rails application, however "rails server" is taking a long time (i.e, never seem to complete after). I am using Windows and have installed Vargant and virtual box. On my Vagrant file, I…
Mahesh N
  • 772
  • 1
  • 10
  • 21
0
votes
0 answers

running webdriver from vagrant in my local machine

I am running vagrant on windows machine, using "ubuntu/trusty64" box. I running selenium tests on vagrant (using pytest-selenium with django) how can I set the webdriver work with my local machine(windows) firefox/chrome ? did it possible to trigger…
0
votes
1 answer

Vagrant - network share as synced folder?

Recently I have started playing with Vagrant for setting up dev environments. I have been able to build a base box with Packer and provision/configure the VM later on with powershell scripts. Some of the software I would like to installed is kept on…
jjczopek
  • 3,319
  • 2
  • 32
  • 72
0
votes
1 answer

Chef installation error - VDD

I am absolutely new to VDD. My PC is running Windows 10. I installed VirtualBox, Oracle VM VirtualBox Extension Pack and finally tried installing Vagrant. But received a series of errors when installing Vagrant. I downloaded all installation files…
Subrata Sarkar
  • 2,975
  • 6
  • 45
  • 85
0
votes
1 answer

Vagrant / Oracle Virtual box / both host os and guest os are windows 7

We have a project it is based on Java 1.7, spring, hibernate. The development environment has many steps to install. So we decide to use Vagrant so that developer do no need to take time to setup developing environment. Our host OS normally is…
user84592
  • 4,750
  • 11
  • 55
  • 91
0
votes
2 answers

Vagrant up fails, can't locate box in catalog

I'm running vagrant up through a file from puphpet, and the following is the message I get : Bringing machine 'local' up with 'virtualbox' provider... ==> local: Box 'puphpet/ubuntu1204-x64' could not be found. Attempting to find and install... …
Argent Drake
  • 71
  • 11