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 error when running vagrant up

Can you help me with this guys? This is so strange, this still works yesterday and i suddenly bump into this error. Image here ..
Braudy
  • 181
  • 1
  • 11
1
vote
1 answer

"Unhandled stream error in pipe" and "ENOTDIR: not a directory, open" when running Gulp

I'm running a laravel application on homestead on a windows 8 machine. I use gulp, elixix and node.js to compile resource files like SASS and .js files. When I run the gulp command, I/O errors occur: Saving To... -…
nexana
  • 1,096
  • 1
  • 9
  • 18
1
vote
1 answer

Can not install vagrant-librarian-chef on Window?

I am install vagrant-librarian-chef in window 7, but it appear this error: Installing the 'vagrant-librarian-chef' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The…
Nghia Vu Tuan
  • 83
  • 1
  • 1
  • 4
1
vote
1 answer

Access django server in vagrant virtualbox on host machine?

I am using windows and putty to ssh to vagrant virtualbox.I cannot access the django server running in vagrant virtualbox using http://localhost:9991 I have disabled my firewall as well here's my vagrant file: VAGRANTFILE_API_VERSION = "2" def…
1
vote
1 answer

Sync Vagrant folder in Windows with VirtualBox

I don't understand the answers that I can find to this, so I'll try to ask it again. I'm using Vagrant on a virtual machine using VirtualBox. My host machine has Windows 10. According to https://www.vagrantup.com/docs/synced-folders/basic_usage.html…
BluePrint
  • 1,926
  • 4
  • 28
  • 49
1
vote
1 answer

Setting up a three tier environment in puppet

These are my files: Nodes.pp file site.pp file I need to setup the infrastructure in the diagram, and I would like to use Puppet Automation in order to do so. I would need to,  Create 4 VMs, one for DB, 1 web server, 1 load balancer, 1 master Set…
1
vote
2 answers

vagrant invalid option was specified

I am trying to install in on my laptop while running on Windows 8. I have downloaded and installed vagrant and Virtualbox and currently am trying to download vagrant box using vagrant init tsawler/wafs; vagrant up --provider virtualbox and i get…
Kanjah
  • 59
  • 10
1
vote
1 answer

Vagrant halt is failing with _syntax error near unexpected token `||'_

Vagrant is not able to halt / reload after the initial vagrant up (ie the one where the vm is provisioned). The initial vagrant up completes correctly, however after that I am not able to do the vagrant halt or reload. The error message that I am…
Saptarshi
  • 66
  • 7
1
vote
1 answer

Homestead & Vagrant Sporadically Timing Out On Windows 10

I'm trying to get a Homestead box up and running on windows 10. I've followed all the steps, configured my Homestead.yaml correctly, and then ran 'vagrant up'. Everything booted up correctly (with no errors), and I was able to access the index file…
carbide20
  • 1,717
  • 6
  • 29
  • 52
1
vote
2 answers

Access website from browser in vagrant

On windows 10 I have ran my vagrant up and then ssh into my vm successfully. Installed apache2 php5-cli php5 libapache2-mod-php Now when i access localhost:8080 it is showing me apache default welcome page. How can i access my site in the browser…
Raheel
  • 8,716
  • 9
  • 60
  • 102
1
vote
1 answer

How can i create a windows vagrant box from existing windows iso image

I have iso image of windows 7. How can i create windows vagrant box using this iso image. I tried "vagrant box add name fileLocation of iso". But box wasn't created.
bablu
  • 601
  • 1
  • 9
  • 21
1
vote
1 answer

How to install Vagrant VM from local

I was learning Udacity course and they asked me to install Vagrant. But due to large size of .box file I first downloaded it to local from other network and i got this tar file trusty-server-cloudimg-i386-vagrant-disk1.tar. They asked me to download…
Rahul Shrivastava
  • 1,391
  • 3
  • 14
  • 38
1
vote
0 answers

vagrant synced folder - network error on read

Im having issues with synced folders in vagrant. I have a windows 7 host, using virtual box i have a server 2012 guest. The shares mount and i can navigate to to the directory on the guest but when I do a dir i get an network error. I can browse…
1
vote
1 answer

Vagrant docker provider slow build

I am trying to use Vagrant with docker provider on windows machine. I have Vagrantfile like this: ENV['VAGRANT_DEFAULT_PROVIDER'] = 'docker' Vagrant.require_version ">= 1.6.0" VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION)…
svobol13
  • 1,842
  • 3
  • 25
  • 40
1
vote
0 answers

Vagrant up is not launching my VM on windows

I have an issue when launching vagrant in Windows. I'm using a modified version of Vagrant and Chef for Proxy reasons, I have this error: ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default:…
Naou
  • 726
  • 1
  • 10
  • 23