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 Meta Data is Corrupt

Hope someone can help out here. I'm trying to version self hosted vagrant boxes, so doing this without using Vagrant Cloud. I've created the following meta data file: { "description": "How about this", "name": "Graphite", "versions": [ { …
BlackSpy
  • 5,563
  • 5
  • 29
  • 38
0
votes
2 answers

why does git recommits all files even the ones that I did not change

I am contributing to a project and forked their repository. I have spent a few days on coding some new features and when I commit my changes to github every single fine gets recommited.... Even if I have not changed the file.. Why is this happening,…
coderwannabe2
  • 221
  • 1
  • 2
  • 12
0
votes
1 answer

how to boot or suspend vagrant when all files in .vagrant is lost?

first_vagcode is a vm created in folder f:\vagvms\vagcode, it can still be booted from vbox gui, but i can never boot it using vagrant up now, it seems vagrant status cannot even discovery right now, i hacked, and find all metadata inside .vagrant…
hugemeow
  • 7,777
  • 13
  • 50
  • 63
0
votes
1 answer

Ruby chef script .exe file format installer installation

I am creating a ruby chef script (cookbooks recipe) to install Postgresql on my provisioned virtual machine on windows. I have the following scripts: postgresql_location =…
nalynsarte
  • 19
  • 1
0
votes
3 answers

Vagrant on Windows 7 error: Box 'hashicorp/precise32' could not be found

I installed Vagrant 1-7-2 on Windows 7, but I can't get it running. I followed the getting started instructions at www.vagrantup.com, this looks quite simple, but doesn't work for me. I get this error:
brasileric
  • 1,017
  • 1
  • 8
  • 18
0
votes
1 answer

vagrant windows folder setup

I'm setting up vagrant on my Windows 7 and configuring Vagrantfile. Can I set the actual folder and guest folder to be the same? Here is my code: config.vm.synced_folder "C:\Users\dmitry\VM\code", "/vagrant/code"
Dmitry
  • 4,143
  • 10
  • 46
  • 57
-1
votes
1 answer

Hashicorp Vagrant - How to authenticate against SMB if I have Microsoft Account on my windows host

I have a windows 10 host and I would like to set up Synced Folders for my vagrant box. In my Vagrantfile I have: Vagrant.configure("2") do |config| config.vm.box = "hashicorp/bionic64" config.vm.synced_folder "./data", "/vagrant_data" end When…
ThomasMX
  • 1,643
  • 2
  • 19
  • 35
-1
votes
1 answer

vagrant gives: ERROR: '~ansible' user or team does not exist

I have a Vagrantfile to provision an Ubuntu VM. After I do vagrant up the script will eventually run into the below error. I tried searching for any answer and the best I could find was Ubuntu specific. I am attempting to run this Vagrantfile on…
Tim
  • 1,606
  • 2
  • 21
  • 42
-1
votes
1 answer

What is the difference between laravel and laravel homestead

Am working on Laravel for the first time. I have a source code on GIT and database of Laravel application. I came to know that it will not run on windows environment. So I installed Virtual Box, Vagrant machine and GIT. Now I don't know how to…
Mangesh Sathe
  • 1,987
  • 4
  • 21
  • 40
-1
votes
2 answers

Having issue with Vagrant I cant install any Vagrantbox

I saw scotch.io vagrant box and i was please with it. so i went ahead to download virtualbox and vagrant. also downloaded the scotch.io vagrantfile. but i when i enter the vagrant up in that dir using cmd an pc user. it gives this…
dagogodboss
  • 483
  • 1
  • 4
  • 19
-1
votes
1 answer

Vagrant with Docker set up in Windows - Permisson denied error during rsync

I had set up a vagrant VM with boot2docker for a helloworld docker image on my windows machine. After setting it up, I wanted to sync my host machine windows folder to vm machine. As per instructions, I installed cygwin64 to get rsync on my windows…
-1
votes
1 answer

Can I edit a Vagrant box configuration before loading it, specifically the box hard drive space?

We have some pre-made Vagrant environments in our office, but one I want to use will create an 80GB partition (and take up way too much of my local HDD space). Is there an easy way to edit that configuration before loading the box in Vagrant? The…
Jake Bathman
  • 1,268
  • 3
  • 18
  • 25
-2
votes
1 answer

while doing vagrant up vm is not initialing getting error in INFO subprocess

while doing vagrant up vm is not initialing getting error in INFO subprocess: Starting process: ["C:\Windows\System32\WindowsPowerShell rofile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "(new-ob…
-2
votes
1 answer

'vagrant up' not working on Windows

I am trying to use Vagrant via Git Bash to download the Linux OS and start up the virtual machine on Windows 7. I have already run the command vagrant init hashicorp/precise32 which places the 'vagrantfile' in the destination folder. The problem…
-2
votes
2 answers

Viewing graphs in Jupyter or IPython

I am trying to use both bokeh and matplotlib in my IPython notebook... Neither work perfectly. Attached is a screen shot of Bokeh. Matplotlib explanation is below. Here are my system specs: -Windows 7 with Vagrant -Jupyter/IPython BOKEH --…
user3659451
  • 1,913
  • 9
  • 30
  • 43
1 2 3
17
18