Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created November 15, 2013 13:47
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save schnell18/7484550 to your computer and use it in GitHub Desktop.
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
#!/bin/sh
# This script is a workaround to virtualbox
# hostonly network hang on OSX Maverick.
vboxmanage hostonlyif remove vboxnet0
vboxmanage hostonlyif create
@schnell18
Copy link
Author

As of VirtualBox 4.3.4, the host only network shuts down correctly and this work around is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment