The guest additions are also out of whack - can someone help?

David Arnone:
The guest additions are also out of whack - can someone help?

Vitor Jr.:
Which base system are you running?

David Arnone:
I am running VB 6.1.34. In watching Mumshad’s course video there is a complaint that the guest additions are are 5.1.34 and the VB version is 6.1. For me it is complaining the Guest Additions are 5.1.42 but I don’t this is the issue. The image the code refers to is ubuntu/bionic64 18.04, if that i what you are asking.

David Arnone:
the repo is here:

David Arnone:
https://github.com/kodekloudhub/certified-kubernetes-administrator-course

Vitor Jr.:
Which is your base system? Where the VirtualBox is installed?

David Arnone:
Mac os X?

Vitor Jr.:
Great, I’m also using Mac

David Arnone:
Monterey version 12.4

Vitor Jr.:
Just a moment, let me test the repo

David Arnone:
Does this work for you?

David Arnone:
vagrant 2.2.19

Vitor Jr.:

Vitor Jr.:
All good here

Vitor Jr.:

image.png

Vitor Jr.:
So, the repo is ok

Vitor Jr.:
Probably is something with your VB installation, maybe the host-only network CIDR?

Vitor Jr.:
Also the error you commented:

Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp

Vitor Jr.:
This most of the time means that you didn’t authorize the VirtualBox kernel driver after installing it:

Vitor Jr.:

  1. Go to System Preferences > Security & Privacy Then hit the “Allow” button to let Oracle (VirtualBox) load.