Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

UserEventAgent not responding.

In Activity Monitor, the process called 'UserEventAgent' keeps showing up as 'Not Responding' I can force-quit it, and a new instance appears working correctly. However after a few minutes, it shows up as 'Not Responding' again.

There doesn't seem to be any significant performance problems; nevertheless it is a little concerning.

Any ideas what this process is, or what the problem might be?

Thanks.

Macbook Pro 15", Mac OS X (10.5), Just installed Leopard

Posted on Oct 26, 2007 10:53 PM

Reply
55 replies

Oct 27, 2007 1:32 PM in response to PhilZombie

This process is killing me. Its pulling 100% usage on one of my cores, and is making the system very sluggish. I also cant shut down the computer, it hangs with the wallpaper up (prolly trying to quit this process). The one time I tried to quit the process it gave me a beachball that never went away.

I did a reinstall, and still have the same problem. Both installs were clean, and nothing else is installed on my computer besides the Lep CD.

I am on the phone with Apple now, but they have not heard of this problem so far.

Oct 27, 2007 3:33 PM in response to casey.marshall

This seems to have solved it for me, though I can't say how safe this is. I ran the following commands from Terminal:

launchctl unload -w /System/Library/LaunchAgents/com.apple.UserEventAgent-Aqua.plist
sudo unload -w /System/Library/LaunchAgents/com.apple.UserEventAgent-Aqua.plist


(I ran it the second time as root because the first invocation gave an error, about not having permission; the second one also gave a different error, about not having anything to unload. My guess is that the second command disabled UserEventAgent).

Anyway, UserEventAgent is now not running after reboot, and there isn't any noticeable problems with the system.

My guess is that to enable this process again, I need to do:

sudo launchctl load -w /System/Library/LaunchAgents/com.apple.UserEventAgent-Aqua.plist


And again, as disclaimer, I have no idea if this is safe or not.

Message was edited by: casey.marshall (removed mistaken quotation of parent)

Oct 28, 2007 4:24 PM in response to Mark.Burton

From the UserEventAgent man page:

The UserEventAgent utility is responsible for loading plugins that provide for system response to user-generated events.


That's pretty cryptic, and the plugins it loads (from /System/Library/UserEventPlugins) are:

AirPortUserAgent.plugin
AppleHIDMouseAgent.plugin
BTMMPortInUseAgent.plugin
BluetoothUserAgent-Plugin.plugin
InstrumentsHotKeyAgent.plugin
ParentalControlsUEAPlugin.plugin
alfUIplugin.plugin
iCalAlarmAgent.plugin


I don't suppose this is helpful in answering the "do I need this?" question.

UserEventAgent not responding.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.