Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
3
votes
5 answers

VirtualBox VM was created with a user that doesn't match the current user running Vagrant

I'm new in Windows. I use Windows 10. While I run vagrant on my machine, there are some issues with UID. Please look at the picture for more information. While I run vagrant up, I get some warning : The VirtualBox VM was created with a user that…
3
votes
1 answer

Vagrant shared folder without sync

How can I have a shared folder (access to the same folder from both host and guest machines) WITHOUT any syncing method running? (I want to use my own rsync script which is exactly what I need without the Vagrant file sharing performance…
poshest
  • 4,157
  • 2
  • 26
  • 37
3
votes
2 answers

I can't connect to a Vagrant handled VM: `ssh` executable not found in any directories in the %PATH%, but I have it

I am absolutly new in Vagrant and I have the following problem. I am using Windows 8.1. I have done the following operations: First I have download this into a folder of my host from github, by this statment: git clone…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
3
votes
1 answer

creating vagrant public network on windows PC

I am trying to setup public network for the vagrant box am setting up and i use Windows 10. If i do not put the interface name, vagrant asks for the interface name and without putting what vagrant wants it won't work. So my question is how do i get…
uberrebu
  • 3,597
  • 9
  • 38
  • 73
3
votes
2 answers

BSoD on vagrant up (KMODE_EXCEPTION_NOT_HANDLED) - Windows 8

I have a problem with Vagrant, trying to initialize a virtualbox with laravel/homestead box. I have installed latest version of Vagrant (1.7.4) on my Windows 8 OS. I have installed Oracle VirtualBox 5.5.0. Then I did this in windows Command…
musicvicious
  • 1,043
  • 16
  • 21
3
votes
1 answer

Vagrant Provision, Chef Error: You must specify at least one cookbook repo path

I'm trying to set up Vagrant for web development, on Windows 8.1. I've already hit the problem undefined method “cheffish” for nil:NilClass, so am using Vagrant 1.7.4 with Chef 12.3.0. I can't solve this error: ERROR: You must specify at least one…
StringsOnFire
  • 2,726
  • 5
  • 28
  • 50
3
votes
1 answer

Unable to run Laravel Homestead under Windows (grep error)

I should note up front that I am largely Linux-illiterate - I'm a Windows user, I'd like to try out the Hack language, and this seemed like the quickest way to get up and running. I followed this tutorial series and got as far as trying to launch…
mindplay.dk
  • 7,085
  • 3
  • 44
  • 54
2
votes
0 answers

ln: failed to create symbolic link: Input/output error

I am setting myself up on a new project that I didn't write. It uses vagrant for setup. The first time I ran vagrant up I ran into ntfs error and 2nd time line ending related issues, both of which are cleaned up (windows 10, project is linux). Now…
2
votes
1 answer

Homestead server times out when route not found

Accessing any invalid/non existing route on fresh laravel app returns halts & timeout after 60 seconds. Error: The process "git status -s" exceeded the timeout of 60 seconds. Same code works fine fine locally on xampp and returns method/controller…
Abdul Rehman
  • 1,662
  • 3
  • 22
  • 36
2
votes
2 answers

Vagrant dev build throwing errors

So I am having some issues with vagrant. I had initially tried to report this as an issue on the vagrant github issue boards, but they kept closing the issues without responding to them. I guess they decided I wasn't worth their time, or they were…
2
votes
1 answer

Vagrantfile: How do I pass a host environment variable with an unescaped dollar sign in it?

If I add something like this to Vagrantfile in the appropriate place: vm.provision "shell", path: "my_node.sh", env: {"MY_VARIABLE"=>ENV['CONTAINS_A_DOLLAR_SIGN']} And in my my_node.sh I add this: echo "$MY_VARIABLE" If my CONTAINS_A_DOLLAR_SIGN…
Dave Babbitt
  • 1,038
  • 11
  • 20
2
votes
0 answers

psycopg2.OperationalError: could not connect to server: Connection refused (0x0000274D/10061)

I am using Virtualbox/ Vagrant on Windows 10 and taking the Udacity Full Stack Developer Course. For some odd reason I cannot connect to the database 'news' via my python code. This is the code I have so far: import psycopg2 DBNAME = "news" #What…
Tom H
  • 175
  • 3
  • 12
2
votes
1 answer

vagrant-vsphere: how to create a .box file?

I want to use vagrant-vsphere and went through the steps described in https://github.com/nsidc/vagrant-vsphere/blob/master/README.md Installation went fine. Now I am at this step: After installing the plugin, you must create a vSphere box. The…
2
votes
1 answer

Vagrant - Failed to mount folders in Linux Guest using Puphpet and SMB mounting

I'm trying to set up Vagrant on Windows 10. I have Vagrant 2.0.1, Virtual Box 5.2.4 and Guest Additions 5.2.4. I had issues whilst Virtual Box and Guest Additions were not the same versions, but now I've bought them inline with each other I still…
simonw16
  • 960
  • 9
  • 25
2
votes
1 answer

GuzzleHttp\Exception\ConnectException: cURL error 6: Could not resolve host

I'm facing the issue in my site. I have spent 2 days on that but no luck. Error in DB Logs GuzzleHttp\Exception\ConnectException: cURL error 6: Could not resolve host: www-dev.drupalsite.com (see http://curl.haxx.se/libcurl/c/libcurl-errors.html )…
usmanjutt84
  • 353
  • 5
  • 21