vagrant-windows

How to browse to Vagrant VM site from other devices on local network?

扶醉桌前 提交于 2019-12-11 06:19:51
问题 I'm running Laravel Homestead (Vagrant) on Windows 10. I'd like to be able to use other devices on my LAN to test my Homestead site too. (My LAN also has a Mac and an iPhone.) I found two ancient questions (1 and 2) that seem related to my goal, but I'm still stuck. I've tried adding a public_network config to my Homestead.yaml according to the docs (https://laravel.com/docs/5.4/homestead#network-interfaces). I've tried editing the homestead.rb file directly, too (but that didn't seem to help

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

亡梦爱人 提交于 2019-12-07 01:56:49
问题 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 'default' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again: SSH: * private_key_path file must exist: P://.vagrant.d/insecure_private_key I came across this question and

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

人盡茶涼 提交于 2019-12-05 06:12:32
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 'default' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again: SSH: * private_key_path file must exist: P://.vagrant.d/insecure_private_key I came across this question and moved the insecure_private_key from puphpet\files\dot\ssh to the same directory as where the

Vagrant: missing file id_rsa

半城伤御伤魂 提交于 2019-12-05 00:03:14
I'm using windows with homestead and I'm trying to enter vagrant up on the command line but I'm getting this error: C:/www/Homestead/scripts/homestead.rb:106:in read': No such file or directory @ rb_sysopen - C:/Users/Niall/.ssh/id_rsa (Errno::ENOENT) from C:/www/Homestead/scripts/homestead.rb:106:in block (2 levels) in configure' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/kernel_v2/config/vm_provisioner.rb:72:in call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/kernel_v2/config/vm_provisioner.rb:72:in add_config' from C:/HashiCorp/Vagrant

vagrant won't start virtual machine - (Errno::EADDRNOTAVAIL)

限于喜欢 提交于 2019-12-03 06:00:33
I really hit a wall with this problem. I am on windows machine (with admin privileges) and I want to start setup my working environment with vagrant. Problem is that I am getting error (down bellow) and I can't find any solution... I am using latest virtual box and vagrant version. Error code: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.3/lib/vagrant/util/is_port_open.rb:21:in `initialize': The requested address is not valid in its context. - connect(2) for "0.0.0.0" port 7755 (Errno::EADDRNOTAVAIL) from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.3/lib/vagrant/util/is_port

Vagrant Error: Unable to Mount VirtualBox Shared Folders (Guest Additions, vboxsf)

你说的曾经没有我的故事 提交于 2019-12-03 03:34:11
问题 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 systems and test communication between them with NAT port forwarding. But first, I just want to get one development environment virtual machine created before I go too far with the rest of it. I installed VirtualBox, Vagrant, PuTTy, and PuTTYGen, per this SitePoint tutorial: https://www.sitepoint.com

Vagrant Error: Unable to Mount VirtualBox Shared Folders (Guest Additions, vboxsf)

走远了吗. 提交于 2019-12-02 17:04:50
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 systems and test communication between them with NAT port forwarding. But first, I just want to get one development environment virtual machine created before I go too far with the rest of it. I installed VirtualBox, Vagrant, PuTTy, and PuTTYGen, per this SitePoint tutorial: https://www.sitepoint.com/getting-started-vagrant-windows/ . Next I created a vagrant project folder on C: drive, did vagrant init ,

Vagrant on w7 : can't find any box

柔情痞子 提交于 2019-12-02 11:04:29
问题 I am new on stackoverflow and this is my first question... I had an issue with Vagrant when trying to get a box on a private repository so I tried to get 'hashicorp/precise64' on Atlas and I have the same problem : Vagrant can't find the box . I am using Vagrant 1.9.3 on Windows 7 with Virtualbox 5.1.18 (with extension pack). I had no issue on installation. $ vagrant version Installed Version: 1.9.3 Latest Version: 1.9.3 You're running an up-to-date version of Vagrant! Everything seems to be

Vagrant on w7 : can't find any box

余生长醉 提交于 2019-12-02 05:19:32
I am new on stackoverflow and this is my first question... I had an issue with Vagrant when trying to get a box on a private repository so I tried to get 'hashicorp/precise64' on Atlas and I have the same problem : Vagrant can't find the box . I am using Vagrant 1.9.3 on Windows 7 with Virtualbox 5.1.18 (with extension pack). I had no issue on installation. $ vagrant version Installed Version: 1.9.3 Latest Version: 1.9.3 You're running an up-to-date version of Vagrant! Everything seems to be right on initialization, Vagrantfile is created : $ vagrant init hashicorp/precise64 A `Vagrantfile`

Vagrant Command Stopped Working: Command not Found on WIndows

此生再无相见时 提交于 2019-12-01 17:38:51
问题 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 Please, what can be done about this? Thanks in advance! 回答1: Okay, I had an issue with the system environment variables. Go to: System Properties -> Advanced -> Click Environment Variables Then Click Path on the System variables section, Add New and type in C:/HashiCorp/Vagrant/bin depending on your