Skip to content

Instantly share code, notes, and snippets.

@glimpsed
Created September 26, 2016 10:13
Show Gist options
  • Save glimpsed/fd48bec2d4ae48ca850aff4274847611 to your computer and use it in GitHub Desktop.
Save glimpsed/fd48bec2d4ae48ca850aff4274847611 to your computer and use it in GitHub Desktop.
Fix permissions for Virtualbox failing to launch on macOS Sierra (org.virtualbox.app.VirtualBox Service exited with abnormal code: 1)
for bin in VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP VBoxNetNAT VBoxHeadless; do
sudo chmod u+s "/Applications/VirtualBox.app/Contents/MacOS/${bin}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment