Created
November 15, 2013 13:47
-
-
Save schnell18/7484550 to your computer and use it in GitHub Desktop.
Remove and re-create the host only network vboxnet0 to work around issue which hangs OSX Maverick shutdown process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script is a workaround to virtualbox | |
# hostonly network hang on OSX Maverick. | |
vboxmanage hostonlyif remove vboxnet0 | |
vboxmanage hostonlyif create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of VirtualBox 4.3.4, the host only network shuts down correctly and this work around is no longer necessary.