vagrant-windows Questions

5

Testing default example $ vagrant init hashicorp/precise32 $ vagrant up My box: Windows 8.1 VirtualBox 5.0.2 Vagrant 1.7.4 Intel i7-4700MQ CPU witch seems to have Intel® Virtualization Techn...
Dupion asked 3/9, 2015 at 10:34

7

Solved

I am trying to install a K8s cluster VM nodes using Vagrant and relevant install shell script (listed below). I tried some of the suggestions in similar questions, but they did not help my case. I ...
Trillion asked 21/5, 2023 at 8:49

3

Solved

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 ven...
Manamanacle asked 12/2, 2020 at 17:22

6

Solved

I have a strange problem with vagrant ssh. Similar questions, like Vagrant asks for password after SSH key update, or (vagrant & ssh) require password, or Vagrant ssh authentication failure do ...
Independency asked 4/1, 2016 at 20:7

2

Solved

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 ...
Cahilly asked 1/12, 2017 at 18:26

3

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 NewInt...
Thermoelectrometer asked 13/12, 2017 at 5:7

5

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. ...
Lingulate asked 11/9, 2016 at 6:52

3

Solved

I have successfully installed Vagrant along with some boxes on my Windows PC. I got to say it works awesome, creating and destroying VM's with different configurations on the fly. The only proble...
Ariannaarianne asked 4/7, 2015 at 10:23

4

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! Unex...
Halfcaste asked 20/6, 2016 at 8:5

4

Solved

What should I add in Vagrant file to prevent asking (after vagrant up command) Which interface should the network bridge to? Available bridged network interfaces: 1) Intel(R) 82579LM Gigabit ...
Hadhramaut asked 21/10, 2015 at 3:13

2

Solved

I'm exploring the new set extensions called VSCode Remote Pack and I want to connect to a Vagrant container using the Remote Container extension. Using a Windows 10 OS, how could I do that? I trie...
Spinescent asked 3/5, 2019 at 16:49

2

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-forwardi...
Attack asked 20/4, 2018 at 11:47

2

Solved

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 ...
Muskellunge asked 17/2, 2017 at 10:43

11

Solved

The Issue I installed Vagrant on Windows 10 so I can create a personal local development environment in a virtual machine. Everything I've read about Vagrant said I can even spin up multiple syste...

4

Solved

After upgrading to windows 10 then running: $ vagrant up We get the following error message An error occurred while executing a PowerShell script. This error is shown below. Please read the err...
Hermeneutics asked 3/8, 2015 at 14:34

1

Solved

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" confi...
Karena asked 26/6, 2015 at 10:7

2

On my windows 7 I use: VirtualBox 5.0.20 Vagrant 1.9.1 vagrant-share (1.1.6, system) vagrant-winnfsd (1.3.1) I have an ubuntu vagrant box with some PHP software (piwik) which on a specific CLI ...
Insufficiency asked 13/3, 2017 at 7:43

7

Solved

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 er...
Pantalets asked 16/4, 2015 at 11:16

2

Solved

I've been trying to fire up vagrant from the Homestead folder on Windows but keeps showing bash: vagrant: command not found I suppose it is an issue with configuration of commands on Windows Pl...
Nolan asked 26/2, 2016 at 15:1

2

Solved

In my Vagrantfile, I have a provisioner like so: config.vm.provision "reset", type: "shell", run: "always" do |s| s.privileged = false s.inline = "bash /path/to/my/reset/script.sh" end And whe...
Avunculate asked 15/4, 2015 at 23:18

0

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 inte...
Enloe asked 11/1, 2018 at 23:29

1

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. s...
Strychninism asked 3/7, 2017 at 11:44

0

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 Vagrantfi...
Snowber asked 28/7, 2017 at 14:24

1

I am using Vagrant to manage virtual machines for developing purpose. My OS is Windows 10 and I am using Vagrant 1.9.1. Since default driver for folder syncing is slow i wanted to implement Rsync. ...
Mitchelmitchell asked 23/5, 2017 at 11:7

1

Solved

I have this Vagrantfile. Here I defined the memory to be 2048 for all VMs. But I want my puppet master to have 4096 and agents to have 2048. How to do that? Vagrant.configure("2") do |config| con...
Newel asked 16/5, 2017 at 10:37

© 2022 - 2024 — McMap. All rights reserved.