Hacker News new | ask | show | jobs
by nandemo 5206 days ago
I'm a programmer but not a Mac user. I fail to see what is wrong with the bug report above. Care to explain?
2 comments

"installd" is a completely undocumented (outside of Apple) daemon that is somehow involved in installing your software (it runs while installing App store programs) and checking to see what updates you might need. It has no user visible existence. No one would ever know about it unless they ran "ps" or something similar. They will find no hint at what it does, or if killing it is safe.
Thanks for the explanation. I still don't think it's a good example in the context of this thread. My impression is similar to onli's:

http://news.ycombinator.com/item?id=3699158

installd is part of framework that handles installed packages. It's fired up as part of the normal software update process (although it really shouldn't be taking a core for itself). Killing it would probably abort the software update process.