Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
1
vote
1 answer

Vagrant/VirtualBox not connecting ("Connection refused. Retrying...")

I'm using Vagrant 1.7.2 and VirtualBox 4.3.28 (basically the latest builds as of the date) on Windows 8. I'm having trouble ssh-ing into the VM via vagrant up. Here is the message I get: $ vagrant up Bringing machine 'default' up with 'virtualbox'…
Sean Saito
  • 655
  • 7
  • 18
1
vote
0 answers

Applications on two Virtual Box VMs and vagrant not connecting

I have two Virtual Box (Virtual Box version is 4.3.18)windows 2012 server VMs set up using vagrant VAGRANTFILE_API_VERSION = "2". config.vm.network "private_network", ip:"192.168.1.15" and config.vm.network "private_network", ip:"192.168.1.12" On…
swati
  • 101
  • 1
  • 5
1
vote
1 answer

vagrant box packaged on mac cann't be init on windows

First of all, I have setted up my whole developing environment on my Mac vagrant environment Second, I run vagrant package then generated a box named package.box on my Mac stay with the Vagrantfile Third, I copy the package.box to my Windows…
tolerious
  • 144
  • 1
  • 10
0
votes
0 answers

I can't able do Vagrant up in git bash getting plenty of times same error

Error - internal:dir:97:'open':wrong number of arguments(given 2, expected 1)(ArgumentError) from C:/Users/Welcome/.vagrant.d/gems/3.1.3/gems/rubyhacks-0.1.5/lib/rubyhacks.rb:690:in `entries' from…
0
votes
0 answers

I tried activating zhs and antigen theme I end up getting errors while opening my vagrant. Whenever I vagrant ssh I will find myself @ ubuntu-focal~

PS C:\Users\Mukaddas> vagrant ssh Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-48-generic x86_64) Documentation: https://help.ubuntu.com Management: https://landscape.canonical.com Support: https://ubuntu.com/advantate System…
0
votes
1 answer

How do i increase the config.vm.boot_timeout in vagrant?

I am trying to install vagrant on my windows pc.The vagrant version is 2.3.0 along with the oracle vm. i keep getting this error anytime i run vagrant up. i want to try increasing the timeout but have no idea how to.This is how the error looks…
New
  • 11
  • 3
0
votes
0 answers

I was trying vagrant up and I had this error

When I run vagrant up it gives me this error. I'm trying to create a virtual machine with the command line interface. vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/focal64' version…
0
votes
0 answers

Intellij Keep on hanging in Vagrant

I am new to this running Linux using VM. I have configured VM using vagrant to run Linux. System config: 11 Gen i7 RAM: 32GB VM version: 6.1.34 VboxGuestAddtion: 6.1.34 Allocated 16GB and 6 core for VM Intellij Idea Config, given 4gb to it plus VM…
Mahesh Chand
  • 3,158
  • 19
  • 37
0
votes
0 answers

Vagrant boxes gives SSH error when trying to connect

I'm trying to create 3 ubuntu vagrant boxes: machine1,machine2,machine3. machine3 should run an ansible playbook which installs something on machine1 and machine2. However, keep getting an error when trying to ssh (ssh vagrant@192.168.77.21 -p…
Yael
  • 25
  • 1
  • 8
0
votes
1 answer

Problem with Vagrant Installation on windows

I'm going to use homestead to develop a laravel application on Windows. So I installed VirtualBox and then, Vagrant and it went well as expected. But when I type vagrant on command line and hit Enter, to make sure that it works, I see this…
reza
  • 127
  • 1
  • 9
0
votes
1 answer

Laravel Homestead Installation on Windows

I tried to set up a homestead for my projects, but I get an error during the "vagrant up" command. My error: Bringing machine 'homestead' up with 'virtualbox'…
Hilal
  • 15
  • 1
  • 5
0
votes
0 answers

Vagrant treating WSL as Linux on one machine (treats WSL as Windows elsewhere)

We are using Trellis and Vagrant to provision developer WordPress instances on windows machine (within the Windows Subsystem for Linux.) On one machine we are having a lot of issues, and have managed to figure out that the…
0
votes
1 answer

Vagrant not adhering to static ip definition in vagrant file

Vagrant Version: 2.2.5 Provider: Hyper-V OS: Windows 10, 1809 Upon specifying an ipv4 address in my vagrantfile, upon using "vagrant up" it does not assign it, it assigns another address I've tried changing the address to different ranges, using…
Ollie
  • 1
  • 3
0
votes
1 answer

Why my laravel passport stopped working when migrated to vagrant from build-in server?

So I had to implement facebook login, which requires https connection, before I was using php artisan serve, but it only allows http, now I decided to migrate whole project to vagrant. Everything works fine but passport. I checked and found that…
Lizard Derad
  • 379
  • 1
  • 4
  • 21
0
votes
1 answer

Cannot access application running on JBOSS EAP 7 outside vagrant box

I am actually trying to access the application outside the vagrant box which is running on JBOSS EAP 7 server on port 8080. I did add the settings for port forwarding in vagrant file that is config.vm.network :forwarded_port, guest: 3000, host:…
Sam
  • 127
  • 2
  • 15