Skip to content

Commit

Permalink
Merge pull request #4215 from tstromberg/vbox-broken
Browse files Browse the repository at this point in the history
Fix stale err_map entry which broke TestFromError/VBOX_BLOCKED
  • Loading branch information
tstromberg committed May 6, 2019
2 parents 8afeda2 + 93527dc commit fe3f7a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/minikube/problem/err_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ var vmProblems = map[string]match{
Issues: []int{3614},
URL: "https://stackoverflow.com/questions/52277019/how-to-fix-vm-issue-with-minikube-start",
},
"VBOX_BLOCKED_LOADING": {
Regexp: re(`NS_ERROR_FAILURE.*0x80004005`),
Advice: "Reinstall VirtualBox and verify that it is not blocked: System Preferences -> Security & Privacy -> General -> Some system software was blocked from loading",
Issues: []int{4107},
},
"VBOX_KERNEL_MODULE_NOT_LOADED": {
Regexp: re(`The vboxdrv kernel module is not loaded`),
Advice: "Run 'sudo modprobe vboxdrv' and reinstall VirtualBox if it fails.",
Expand Down

0 comments on commit fe3f7a0

Please sign in to comment.