Skip to content

Instantly share code, notes, and snippets.

@dm
Forked from reedobrien/reset.sh
Created January 22, 2018 12:17
Show Gist options
  • Save dm/c008dfbfe93122a1faa6c64de97b147f to your computer and use it in GitHub Desktop.
Save dm/c008dfbfe93122a1faa6c64de97b147f to your computer and use it in GitHub Desktop.
fix "Waiting for other installations to complete." on OSX 10.6 10.7
## fix "Waiting for other installations to complete." on OSX 10.6 10.7
## sometimes a failed installation leaves us unable to
## perform an installation. The following fixes it for me
sudo rm /private/var/db/mds/system/mds.install.lock
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment