Skip to main content
1 vote
0 answers
64 views

i am having hard time with configuring vargrant vm with ansible, my host machine is windows 11 so i use WSL. (something its working and something i get "Failed to connect to the host via ssh"...
ezra's user avatar
  • 105
1 vote
2 answers
940 views

I am running Laravel/homestead 14.0.2 with parallels. Yesterday, vagrant up was working fine. Today, when I try to run vagrant up I get the following error: homestead: E: Repository 'https://ppa....
summer9844's user avatar
0 votes
1 answer
54 views

I encountered the following error when trying to add the arrikto/minikf box with vagrant up: The requested URL returned error: 403 Setup Vagrant version: $ vagrant version Installed Version: 2.4.3 ...
zetyty's user avatar
  • 103
0 votes
1 answer
47 views

I'm a novice Laravel user, trying to install Vagrant / VirtualBox / Homestead onto a new laptop, and revive a project that was mothballed. In the past, when I ran [Vagrant up] and then [Vagrant SSH] ...
Jeff Barefoot's user avatar
0 votes
0 answers
32 views

I started on Vagrant a couple of days ago. I was experimenting when I used this file: # d:\test\Vagrantfile Vagrant.require_version ">= 2.4.3" Vagrant.configure("2") do |config|...
fishfin's user avatar
  • 313
0 votes
0 answers
62 views

I'm using the same Vagrantfile on two machines: Windows 7 with VirtualBox 6.1.50 and Linux Mint 22 with VirtualBox 7.1.4. Vagrant 2.4.3 on both. On the Windows host vagrant up brings up the VM just ...
EM0's user avatar
  • 6,565
0 votes
0 answers
42 views

I am working on a vagrant / python script that will download micro controllers The vagrant script loads the below VM: pi5.vm.box = "debian/buster64" Then I also load these as stand-ins for ...
TheStoneWorker's user avatar
0 votes
0 answers
32 views

I started a Laravel Spark project several years ago. I had to mothball it for a while, but trying to pick back up now. In the meantime the development machine has become unstable, so need to move ...
Jeff Barefoot's user avatar
0 votes
2 answers
476 views

I would like to run an amd64 AlmaLinux 9 Virtual Machine on an arm64 (silicon) MacBook Pro with Vagrant (2.4.3) and Qemu (9.2.0). Vagrant.configure(2) do |config| config.vm.box = "almalinux/9&...
Pieter Vogelaar's user avatar
3 votes
1 answer
705 views

Hi so I am trying to install vagrant-hostmanager plugin. I keep getting this error message and I don't know what else to do, I'm using git bash for the installation. Here is the error message: ...
Edikan Eshett's user avatar
3 votes
1 answer
377 views

Here's the error message: vagrant plugin install vagrant-libvirt Installing the 'vagrant-libvirt' plugin. This can take a few minutes... /opt/vagrant/embedded/lib/ruby/3.3.0/rubygems/specification.rb:...
Jorge Garcia's user avatar
0 votes
0 answers
15 views

This is in vagrant run sudo -i cd emartapp Run docker-compose up -d Here's the command and error message [root@localhost emartapp]# docker compose up -d [+] Building 33.8s (12/20) ...
Elizar Dela Isla's user avatar
0 votes
1 answer
175 views

On a freshly installed Fedora 40 distribution, I want to use vagrant but I got an error (seems to be a problem with nokogiri). I think vagrant is not packaged like it could be or maybe a dependance is ...
Btu Vuj's user avatar
  • 21
0 votes
0 answers
1k views

I'm having issues with running an arm64 machine using vagrant with the vagrant-libvirt plugin. Here's the Vagrantfile: Vagrant.configure("2") do |config| # Disable synced folders ...
Alessandro's user avatar
-1 votes
1 answer
98 views

I have created a virtual machine using Vagrant, a user inside it (using Ansible), and configured the SSH keys (also using Ansible). Vagrantfile Vagrant.configure("2") do |config| config.vm....
suravshrestha's user avatar

15 30 50 per page
1
2 3 4 5
567