Skip to main content

All Questions

Tagged with
0 votes
1 answer
297 views

VirtualBox port forwarding isn't working

I have a VirtualBox running CentOS 7 and Apache, among other things; it's set up with Vagrant. Apache is set up to listen on port 80, which it definitely is doing, at least when I try with curl ...
3 votes
3 answers
3k views

Vagrant/Virtualbox not working after upgrading to Monterey

I upgraded my Mac to Monterey today, and now I get the following error when I run vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'tynesolutions/...
2 votes
0 answers
155 views

Start Vagrant on host boot

I'd like to run my existing VMs after the host system boot. I've tried to run the following command to add an line to the Cronbab: VAGRANT_PWD="/home/ubuntu/vms" (crontab -u $(whoami) -l; ...
0 votes
1 answer
2k views

Vagrant issue with GuestAdditions version

I'm trying to run a Vagrantfile on my Ubuntu server. I got the following error message: An error occurred during installation of VirtualBox Guest Additions 6.1.26. Some functionality may not work as ...
1 vote
1 answer
3k views

k3s slave agents don't join kubernetes cluster (in Vagrantbox setup)

I'm trying to setup a k3s cluster in Virtualbox VMs using Vagrant for learning purposes. But my slave agents don't connect to my master node. My VM provider is Virtualbox. I'm following the ...
39 votes
3 answers
58k views

How to fix extremely slow Virtualbox network download speed?

I'm using an Ubuntu 12.04 VM (hashicorp/precise32) via Vagrant/Virtualbox. It seems to have an exremely slow download speed compared to my host system. This is what I get with the host system (OSX) ...
1 vote
2 answers
16k views

How to access Virtual machine server from another host on the same network?

I have a OSX host machine named A. It has a guest vagrant/virtualbox VM running ubuntu with apache web server. I can access the server page from the host by going to 192.168.44.44. I want to be able ...
0 votes
1 answer
74 views

Can I host Vagrant/VirtualBox VMs on Azure Dedicated Host

I need to migrate a workload that comprises VMs into the Cloud, with Azure currently being my preferred option. The workload runs a test suite and must start several VMs with Vagrant and VirtualBox in ...
0 votes
0 answers
353 views

Vagrant unable to find virtualbox version

I try to use vagrant for a project. Everytime I try to run a command, the following message is show: Vagrant failed to initialize at a very early stage: Vagrant detected that VirtualBox appears ...
2 votes
0 answers
34 views

Refresh a VM's synced folder with Win Server 2019

I use Vagrant to run a VM with Win Server 2019 utilizing Virtualbox with a synced folder called "sync". config.vm.define :winw1 do |winw1| winw1.vm.provider :virtualbox do |vb| ... ...
1 vote
1 answer
356 views

VirtualBox called by vagrant - unable to control serial port raw file value

OK, I'll explain what the issue is first to be brief, and then explain why it's a problem. I use Vagrant to start a bionic64 virtual machine. When I do a file is created in the root directory named ...
1 vote
2 answers
790 views

Why is Vagrant in Ubuntu Docker container on Windows looking for PowerShell?

I am taking some training where all of the examples are in Ubuntu, but I am on Windows. So I thought I would install an Ubuntu Docker container, and that went well. The examples also require ...
3 votes
1 answer
624 views

Jenkinsfile pipeline for running vagrant up

I am encountering a strange issue, when i run vagrant up, the virtual machine builds up fine and works as intended, but when I run the same command in a Jenkinsfile pipeline, after the build is ...
0 votes
0 answers
1k views

Vagrant box not coming up as expected after once working

I set up Vagrant yesterday to use Ubuntu and it was working perfectly. I used the vagrant ssh command to connect with the Ubuntu VM which was created automatically on VirtualBox. Today I was trying to ...
4 votes
1 answer
17k views

Vagrant :: Unable to run vagrant up; Connection timeout. Retrying

I'm starting to migrate from wamp to the laravel homestead vagrant box however I've been stumped when it came to starting the box. I've downloaded and configured all assets and ran vagrant up to boot ...

15 30 50 per page
1 2 3
4
5
19