I opened up spotlight, typed '12*' to do some multiplication and it's been frozen for the last 20 minutes. I am looking for how to restart the program/service/whatever it technically is, but it's not in the force quit menu, so what is the quickest way to kill this process without restarting my computer? (i am on osx snow leopard)
feedback
|
|
Actually, I just got the same issue (as I was saying on the comments) and it's not Spotlight that's frozen. It is the Menubar. Just like with spotlight, we simply have to kill it so it will be restarted by launchd. Use the Activity Monitor and search for SystemUIServer or use the Terminal:
Whoever is using terminal should know better about using | |||||||||||||||
feedback
|
|
It'll probably show up in The screenshot is from when I was searching something. I guess you'd kill
| |||||||||
feedback
|
|
The first post is correct that mds is the process for spotlight. You can kill it in activity monitor or:
from the terminal. The process will restart automatically as it is managed as a launchd item that is set to always be running. You might look at
as well. This is a utility at the command line for managing mds settings on volumes. | |||
|
feedback
|
