Problem:
I completely screwed up spotlight by killing the mds process AND deleting some spotlight filesSolution:
From here: The following commands can be used to properly enable and disable spotlightDisable:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo launchctl unload -w /System/Library/LaunchAgents/com.apple.Spotlight.plist
Enable:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo launchctl load -w /System/Library/LaunchAgents/com.apple.Spotlight.plist
Comments
Post a Comment