Just recently, out of the blue, any time I bring up Activity Monitor, there are zero processes listed. Also, any statistics on memory usage or disk activity are blank as well (including graph image). CPU reporting seems to be working okay.
I've run check disk with no problems reported, as well as repaired permissions.
Any idea what could be causing this?
UPDATE
After looking at my logs, I see this message:
9/28/10 10:59:35 AM [0x0-0x34034].com.apple.ActivityMonitor[2929] 2010-09-28 10:59:35.782 pmTool[17285:10b] Must be run as root
I double-checked the permissions on /Applications/Utilities/Activity\ Monitor.app/Content/Resources/pmTool:
-rwsr-xr-x 1 root admin 119760 May 31 2008 pmTool
And for good measure, I tried running sudo chmod u+s pmTool to reset the SUID bit.
Still no change.
chmod g+s, might that make a difference? – Daniel Beck Sep 28 '10 at 15:12