Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
8
votes
1 answer

vagrant - Vagrantfile: sync multiple folders

I have tried the following to sync multiple folders from host to guest machine. But only one folder is getting synced, the later one. config.vm.synced_folder "host/site1", "/var/www/site1" config.vm.synced_folder "host/site2", "/var/www/site2"
7
votes
0 answers

Windows Pycharm with remote environment not displaying fgures

I have installed PyCharm Professional 2017.3.2 on my Windows 10 machine laptop, and configured it to use a Vagrant Ubuntu 16.04 Server (Virtualbox) VM running a conda environment as the remote interpreter. I am able to execute Python scripts using…
beldaz
  • 4,299
  • 3
  • 43
  • 63
7
votes
3 answers

Vagrant with Hyper-V Provider to run Laravel Homestead

Using a new install of Laravel with Laravel Homestead I've been trying to get Vagrant to boot, but it keeps timing out. I tried using the Default virtual switch, as well as the DockerNAT and NewInternalVirtualSwitch which is a virtual switch I…
mtpultz
  • 17,267
  • 22
  • 122
  • 201
7
votes
0 answers

Vagrant wsl cant access virtualbox

I have a frustrating problem. I want to run Vagrant from within WSL. I followed the guide on Vagrant: https://www.vagrantup.com/docs/other/wsl.html After following the guide I created a Vagrantfile with the following: Vagrant.configure(2) do…
7
votes
1 answer

Vagrant 1.9.6 hangs on command "vagrant ssh"

I have vagrant 1.9.6 and oracle virtual box 5.1.22 installed on my system. when I ran vagrant up and tried to switch into vagrant ssh on GIT bash it hangs there and nothing get it to work on me. screenshot:
6
votes
2 answers

windows host + vagrant + kubectl port-forward: stuck inside vagrant

I am using a windows laptop where a vagrant box is installed, where I have a kubectl client that manages some external kubernetes cluster. For debugging purposes I would like to do a port-forwarding via kubectl and access this port from the host…
peez80
  • 1,583
  • 2
  • 15
  • 32
6
votes
2 answers

Unable to install vagrant plugin due to SSL_Connect error

Hello so I am trying to install a vagrant plugin but I getting the following error in mingW64 $ vagrant plugin install vagrant-winnfsd Installing the 'vagrant-winnfsd' plugin. This can take a few minutes... Vagrant failed to load a configured plugin…
GetBackerZ
  • 448
  • 5
  • 12
6
votes
2 answers

Connecting to Vagrant Box with MySQL Workbench

I'm getting started with Vagrant. I'm trying to connect to Scotch Box with MySQL Workbench. First I did succeed to connect to mysql with a PHP script inside the box, but I can't do it with MySQL Workbench. Here is my…
Antoine
  • 472
  • 2
  • 11
  • 21
6
votes
5 answers

VBoxManage: error: Failed to create the host-only adapter (II)

This error has previously been reported in post: VBoxManage: error: Failed to create the host-only adapter and it keeps reoccurring for new versions of Windows/vagrant/OracleVB as described below. If anyone has identified a solution to this problem…
AHL
  • 738
  • 3
  • 11
  • 35
6
votes
4 answers

How to debug "ERROR! Unexpected Exception: Non-hexadecimal digit found" in Ansible and Vagrant?

I am facing a problem trying to run Vagrant with Ansible. Here is the error that I'm getting when I'm trying to run vagrant up or vagrant provision in terminal (git bash) on Windows 7: ERROR! Unexpected Exception: Non-hexadecimal digit found to see…
6
votes
0 answers

vagrant - The capability 'nfs_mount' could not be found

The capability 'nfs_mount' could not be found. This is an internal error that users should never see. Please report a bug. Cmd C:\var\www\cc-dev-env>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box…
Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
6
votes
7 answers

Vagrant, can't download box

not sure why I'm having this issue but I can't add vagrant boxes. Using windows 10, tried on powershell and simple command prompt. same issue. It's a relatively fresh install of windows. Maybe I'm missing some required package? first i tried this…
Ahmed-Anas
  • 5,471
  • 9
  • 50
  • 72
6
votes
7 answers

How to fix Vagrant error: `private_key_path` file must exist:

I've been using PuPHPet to create virtual development environments. Yesterday I generated a config file for a new box. When I try to spin it up using the vagrant up command, I get the following error message: C:\xx>vagrant up Bringing machine…
Mr B
  • 3,980
  • 9
  • 48
  • 74
6
votes
2 answers

Vagrant with Ansible for Windows VM

I am trying to run Vagrant with Ansible on my Mac to create and provision a Windows 7 VM. I am able to "vagrant up" when I don't invoke Ansible in the Vagrantfile. I am using the following playbook.yml --- - hosts: all tasks: - name: run win…
wir963
  • 181
  • 1
  • 9
5
votes
2 answers

venv not respecting --copies argument

I am ssh’d into a development environment (vagrant Ubuntu box) and my project directory is mapped to another filesystem (via vbox) so symlinks are not supported. I am attempting to create a new venv, but the --copies flag isn’t being…
Will
  • 97
  • 7
1
2
3
17 18