Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mm1250

macrumors 6502
Original poster
Sep 3, 2007
327
43
My Mac is acting really SLOW. I mean really slow.

I have checked activity monitor and found a process called awacsd which was using 114% CPU and 2.27GB Memory. I did a search and found it is from MobileMe Back to My mac, (which I have disabled) but the process is still up there. Anyone else having this issue?
 
Please open Terminal (in Utilities) and enter the following. Supply your password when asked:

Code:
sudo launchctl list -x com.apple.awacsd

Please post the output.
 
Same here

I'm having the same problem. Here's the output from launchctl:

sudo launchctl list -x com.apple.awacsd
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.awacsd</string>
<key>LastExitStatus</key>
<integer>9</integer>
<key>LimitLoadToSessionType</key>
<string>System</string>
<key>MachServices</key>
<dict>
<key>com.apple.awacs</key>
<integer>1650552389</integer>
</dict>
<key>OnDemand</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/awacsd</string>
</array>
<key>TimeOut</key>
<integer>30</integer>
</dict>
</plist>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.