Skip to content

Instantly share code, notes, and snippets.

@itJunky
Forked from schnell18/shutdown_vboxnet0
Created September 2, 2019 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itJunky/4d66fd486f685124016815a04dc70479 to your computer and use it in GitHub Desktop.
Save itJunky/4d66fd486f685124016815a04dc70479 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment