8,493 questions
1
vote
0
answers
64
views
configuring vagrant vm with ansible through WSL - Failed to connect to the host via ssh
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"...
1
vote
2
answers
940
views
Laravel Homestead Wont Load - Label Value Changed? [closed]
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....
0
votes
1
answer
54
views
Unable to add the arrikto/minikf box with vagrant up : "The requested URL returned error: 403" [closed]
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
...
0
votes
1
answer
47
views
When I Vagrant Up->Vagrant SSH my terminal doesn't go to the Homestead "Logo" screen
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] ...
0
votes
0
answers
32
views
Vagrantfile vm.provider block executes multiple times
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|...
0
votes
0
answers
62
views
vagrant up fails to SSH on Linux host, but works on Windows host
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 ...
0
votes
0
answers
42
views
Virtual simulation of a PI and Microcontroller using Vagrant and Virtualbox
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 ...
0
votes
0
answers
32
views
Jump starting a very stale Laravel Spark project that was mothballed
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 ...
0
votes
2
answers
476
views
How to run an amd64 AlmaLinux 9 VM on an arm64 (silicon) MacBook Pro with Vagrant and Qemu
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&...
3
votes
1
answer
705
views
Having difficulty installing vagrant-hostmanager
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:
...
3
votes
1
answer
377
views
The vagrant-libvirt plugin is failing to install on Sonoma 14.6.1. Is this an M1 Mac Silicon limitation?
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:...
0
votes
0
answers
15
views
Run into an issue after typing the command docker compose up -d [duplicate]
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) ...
0
votes
1
answer
175
views
Error with vagrant (and nokogiri) on fedora 40
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 ...
0
votes
0
answers
1k
views
Vagrant-libvirt: could not get preferred machine for /usr/bin/qemu-system-aarch64 type=kvm
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
...
-1
votes
1
answer
98
views
How to login as the user (created using Ansible) inside a virtual machine created using Vagrant?
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....