-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virtualbox: "The host-only adapter we just created is not visible" (needed reboot) #3614
Comments
Update: if like me, you have tried to run
This above error has been also reported here #3354 However, after running
To wrap up:
So: running |
Agreed. We should update the error message to cover this much more likely scenario. |
So, from my point of view, the first message is pretty descriptive;) |
Just an addition to the @Walther 's comment for the people who are looking for solution to the problem and end up here... Your VirtualBox might have security issues on MacOS. To solve it you should go to Security&Privacy settings and allow VirtualBox. Allow option only visible after the fresh installation of VirtualBox. If you do not see allow button, try removing the VirtualBox via uninstaller then install it again. After that check the Security&Privacy settings, you should be able to see the allow option. |
Perhaps the error message should be: "Error starting host: The network adapter is not visible. If you just installed VirtualBox, you may need to reboot it before creating a VM." |
@tstromberg Is it still open? i would like to take it. |
I'm getting the same error on my Debian Linux.
I fixed that loading the missing kernel modules (as root):
No restart or delete required. Installed Versions:
|
I'm having the same problems with minikube, I'm on
|
@cllty - did a reboot fix it? |
So, Is it not solved @tstromberg ? |
Same problem with:
Despite restarts and ensuring Security&Privacy settings were clear, I still get the same error. I do not observe the above [timeout] Here's my output from
|
I got it work by:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Closing as a workaround was found. minikube will now suggest that the user reinstalls VirtualBox and reboots. |
I think still have same problem after reboot |
This problem can also occur after upgrading to kernel 5.8.x, I switched back to 5.7.x and the problem has gone away. More information is available here: https://www.virtualbox.org/ticket/19644 I found this was the issue after running |
I got it work by: |
Is this a BUG REPORT or FEATURE REQUEST?
Bug report for misleading error message / request for improved docs & error messages
Please provide the following details:
Environment:
Minikube version : v0.33.1
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
minikube start
NOTE: the relevant workaround / fix is to reboot your machine after you have installed VirtualBox. Yes, even on macOS. This is not mentioned in either the docs or the error message - as a user, I had to dig up GitHub issues to find a reference to this.
It would be super useful to have a) better documentation about this, e.g. in readme quickstart b) better error messages
The text was updated successfully, but these errors were encountered: