Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created September 13, 2011 21:10
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 gaurav/1215190 to your computer and use it in GitHub Desktop.
Save gaurav/1215190 to your computer and use it in GitHub Desktop.
Spotlight not functional
Machine:
PowerPC G5 Mac OS X 10.5.8
Symptoms:
1. Spotlight completely non-functional.
2. Running `sudo mdutil -i on /` results in error code -1.
3. No 'mds' or 'mdworker' running in Activity Manager.
Solution:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
This will start up the mds daemon, immediately starting indexing of your drives.
Solution permanent? Unknown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment