From 6fe81d3dd4a128911039b0466c215d24414d2d29 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 28 Dec 2015 11:22:07 +0100 Subject: [PATCH] Point to working version of vbox Signed-off-by: David Gageot --- drivers/virtualbox/network.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/virtualbox/network.go b/drivers/virtualbox/network.go index 7768675878..98b4fb37d1 100644 --- a/drivers/virtualbox/network.go +++ b/drivers/virtualbox/network.go @@ -14,7 +14,7 @@ const ( var ( reHostonlyInterfaceCreated = regexp.MustCompile(`Interface '(.+)' was successfully created`) - errNewHostOnlyInterfaceNotVisible = errors.New("The host-only interface we just created is not visible. This is a well known bug of VirtualBox. You might want to uninstall it and reinstall the version listed here: https://www.virtualbox.org/ticket/14437?cversion=0&cnum_hist=42") + errNewHostOnlyInterfaceNotVisible = errors.New("The host-only interface we just created is not visible. This is a well known bug of VirtualBox. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue") ) // Host-only network.