Macbook Running Very Slow All of a Sudden

In the last couple of days, my macbook has started loading things very slowly. This is not an issue with the internet, but opening applications and sometimes it seems as if the computer can't even keep up with my typing. I have searched older posts on this topic thoroughly and I haven't been able to solve the problem yet. I have run Leopard Cache Cleaner and Onyx to no avail. My activity monitor says that something called Agent Daemon is taking up 9.10% of my CPU. What is that? Help Please!

HI,
Checked free disk space lately? Right or control click the MacintoshHD icon on your Desktop, then click: Get Info. In the Get Info window, click the discovery triangle so it's facing down. You will see; Capacity and Available Make sure you have 10% available disk space, 15% is better. Not enough available drive space can cause issues like you are experiencing.
Boot from your install disk and run Disk Utility.
Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
Select your HDD (manufacturer ID) in the left panel.
Select First Aid in the Main panel.
(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
Click Repair Disk on the bottom right.
If DU reports disk does not need repairs quit DU and restart.
If DU reports errors Repair again and again until DU reports disk is repaired.
Mac tune-up: 34 software speedups
Tuning Mac OS X Performance
Carolyn

Similar Messages

  • My mac mini is running very slow all of a sudden, how can i restore it's speed?

    my mac mini is running very slow all of a sudden, how can i restore it's speed?

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=`ls /L*/L*/Dia*/*.panic | wc -l`; Ps "Panics"; o=`ls /L*/L*/Dia*/*.c* | tail`; Pm "System crash logs"; o=`ls L*/L*/Dia* | tail`; Pm "User crash logs"; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Macbook Pro running very slow all of a sudden

    Hello, my mac has suddenly started running extremely slow. It sits on the grey screen on start up for about 10 mins and i get the spinning wheel constantly when using through the day. it is also running extremely hot when in use and the fans are almost always on full power. ive cleaned some room on it and checked the fans for lint and dust. programs sometimes just shut down also. i read in other posts to run a etresoft report as that can help identify problems so here are my results. any help would be excellent thanks.
    EtreCheck version: 1.9.15 (52)
    Report generated 19 September 2014 9:15:10 am AEST
    Hardware Information: ?
      MacBook Pro (15-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,1
      1 2.3 GHz Intel Core i7 CPU: 4 cores
      8 GB RAM
    Video Information: ?
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1440 x 900
      NVIDIA GeForce GT 650M - VRAM: 512 MB
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:31:6
    Disk Information: ?
      APPLE HDD ST500LM012 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (20.59 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS31N 
    USB Information: ?
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Configuration files: ?
      /etc/sysctl.conf - Exists
    Gatekeeper: ?
      Anywhere
    Kernel Extensions: ?
      [not loaded] au.com.maxon.driver.MSM6280Panther (1.0.2) Support
      [not loaded] au.com.maxon.driver.MSM6280Universal (1.0.2) Support
      [not loaded] au.com.maxon.driver.MaxonFamily (1.0) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.2.8) Support
      [not loaded] com.caiaq.driver.NIUSBAudio2DJDriver (2.5.3 - SDK 10.7) Support
      [not loaded] com.caiaq.driver.NIUSBAudio4DJDriver (2.5.3 - SDK 10.7) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.5.3 - SDK 10.7) Support
      [not loaded] com.caiaq.driver.NIUSBTraktorAudio2Driver (2.5.3 - SDK 10.7) Support
      [not loaded] com.caiaq.driver.NIUSBTraktorKontrolS4Driver (2.5.3 - SDK 10.7) Support
      [not loaded] com.caiaq.driver.NIUSBTraktorKontrolX1Driver (2.5.1 - SDK 10.7) Support
      [loaded] com.hzsystems.terminus.driver (4) Support
      [not loaded] com.native-instruments.driver.NIUSBDeviceHelper (1.1.0 - SDK 10.7) Support
      [not loaded] com.novationmusic.driver.usb.audio (2.3) Support
      [not loaded] com.numark.V7.usb_TIGER (2.1.18 - SDK 10.4) Support
      [not loaded] com.numark.ns6.usb (2.1.18 - SDK 10.7) Support
      [not loaded] com.numark.ns6.usb_TIGER (2.1.18 - SDK 10.4) Support
      [not loaded] com.numark.ns7.usb (2.1.18 - SDK 10.7) Support
      [not loaded] com.numark.ns7.usb_TIGER (2.1.18 - SDK 10.4) Support
      [not loaded] com.numark.v7.usb (2.1.18 - SDK 10.7) Support
      [not loaded] com.paceap.kext.pacesupport.leopard (5.8 - SDK 10.4) Support
      [not loaded] com.paceap.kext.pacesupport.master (5.8) Support
      [not loaded] com.paceap.kext.pacesupport.panther (5.8 - SDK 10.3) Support
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.8 - SDK 10.6) Support
      [not loaded] com.paceap.kext.pacesupport.tiger (5.8 - SDK 10.4) Support
      [not loaded] com.ploytec.xonedx.usb (2.0.2) Support
      [not loaded] com.ploytec.xonedx.usb_TIGER (2.0.2) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.roxio.TDIXController (2.0) Support
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) Support
      [not loaded] com.sierrawireless.driver.SierraDevSupport (1.0.7) Support
      [not loaded] com.sierrawireless.driver.SierraFSRSupport (1.0.1) Support
      [not loaded] com.sierrawireless.driver.SierraHSRSupport (2.1.1) Support
      [loaded] com.sophos.kext.sav (9.1.55 - SDK 10.7) Support
      [loaded] com.sophos.nke.swi (9.1.50 - SDK 10.8) Support
      [not loaded] com.wibu.codemeter.CmUSBMassStorage (1.0.7) Support
      [not loaded] jp.co.roland.RDUSB00E6Dev (1.0.0) Support
    Startup Items: ?
      MobileBrServ: Path: /Library/StartupItems/MobileBrServ
      PACESupport: Path: /Library/StartupItems/PACESupport
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [running] com.paceap.eden.licensed.plist Support
      [running] com.sophos.autoupdate.plist Support
      [running] com.sophos.configuration.plist Support
      [running] com.sophos.intercheck.plist Support
      [running] com.sophos.notification.plist Support
      [running] com.sophos.scan.plist Support
      [running] com.sophos.sxld.plist Support
      [running] com.sophos.webd.plist Support
      [loaded] PACESupport.plist Support
    Launch Agents: ?
      [running] com.sophos.uiserver.plist Support
    User Launch Agents: ?
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.mediafire.Desktop.plist Support
    User Login Items: ?
      iTunesHelper
      NIHardwareAgent
      XtraFinder
    Internet Plug-ins: ?
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      SharePointBrowserPlugin: Version: 14.0.0 Support
      DirectorShockwave: Version: 12.0.7r148 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Native Instruments USB Audio  Support
      Paragon NTFS for Mac ® OS X  Support
      UA-25EX  Support
    Time Machine: ?
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 464.96 GB Disk used: 445.79 GB
      Destinations:
      My Passport for Mac [Local] (Last used)
      Total size: 931.36 GB
      Total number of backups: 4
      Oldest backup: 2014-06-04 20:36:29 +0000
      Last backup: 2014-08-27 22:30:57 +0000
      Size of backup disk: Too small
      Backup size 931.36 GB < (Disk used 445.79 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          13% WindowServer
          6% Google Chrome
          2% MediaFire Desktop
          2% coreaudiod
          1% Dock
    Top Processes by Memory: ?
      156 MB InterCheck
      156 MB SophosScanD
      156 MB com.apple.IconServicesAgent
      131 MB SophosAntiVirus
      123 MB mds_stores
    Virtual Memory Information: ?
      3.27 GB Free RAM
      2.65 GB Active RAM
      1.10 GB Inactive RAM
      995 MB Wired RAM
      908 MB Page-ins
      0 B Page-outs

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Macbook is VERY slow all of a sudden

    Hey all,
         Hope some of you will be able to help me out with this one...
    I have a regular macbook (2008) with OS X 10.6.8 installed on it. 2 nights ago, I was watching some YouTube videos when, with no warning, boom, it turned off. I thought it might have turned off because the power cord was unplugged but there was no warning of that (when it usually goes to around 20% battery). So after thinking what the problem could have been, I turned it back on. Everything was fine, but to my surprise, there was still 33% battery left... Hmmm. So I figured that I would just go to sleep then and there, so I turned on some music to fall asleep to, and it played fine for about 30 seconds then it stoped. So I checked the screen and the spinning color wheel thing was spinning. Everything was frozen . I tried restarting it and it took forever to boot up so I turned it back off and went to bed. The next day, everything was still the same (running really slow and freezing). I checked the activity monitor when I was running one application (Safari) and it said that no huge ammount of CPU % was being used eventhough it was really slow. I tried starting it in safe mode, and the boot up time took around 45 minutes. Rediculious.After finnaly geting on to my desktop, I tried looking at the startup disk in the system prefrances. It was so slow I turned the computer back off. I tried reseting the PRAM and the NVRAM. No dice. I suspect that the Hard Drive may have failed.
    Any input will be greatly appreciated.

    Hey all,
         Hope some of you will be able to help me out with this one...
    I have a regular macbook (2008) with OS X 10.6.8 installed on it. 2 nights ago, I was watching some YouTube videos when, with no warning, boom, it turned off. I thought it might have turned off because the power cord was unplugged but there was no warning of that (when it usually goes to around 20% battery). So after thinking what the problem could have been, I turned it back on. Everything was fine, but to my surprise, there was still 33% battery left... Hmmm. So I figured that I would just go to sleep then and there, so I turned on some music to fall asleep to, and it played fine for about 30 seconds then it stoped. So I checked the screen and the spinning color wheel thing was spinning. Everything was frozen . I tried restarting it and it took forever to boot up so I turned it back off and went to bed. The next day, everything was still the same (running really slow and freezing). I checked the activity monitor when I was running one application (Safari) and it said that no huge ammount of CPU % was being used eventhough it was really slow. I tried starting it in safe mode, and the boot up time took around 45 minutes. Rediculious.After finnaly geting on to my desktop, I tried looking at the startup disk in the system prefrances. It was so slow I turned the computer back off. I tried reseting the PRAM and the NVRAM. No dice. I suspect that the Hard Drive may have failed.
    Any input will be greatly appreciated.

  • Macbook Air very slow all of a sudden

    I bought a Macbook air end Feb - 1.6Ghz and 80GB. I also have XP with 40GB HD partitioned.
    I have installed Norton 360 for my windows partition.
    After the 1st month which was great, I now find the performance very slow if I have powerpoint and word and excel open along with safari.
    Is there something I can do to get back to the great speed one had earlier?

    HI,
    Checked free disk space lately? Right or control click the MacintoshHD icon on your Desktop, then click: Get Info. In the Get Info window, click the discovery triangle so it's facing down. You will see; Capacity and Available Make sure you have 10% available disk space, 15% is better. Not enough available drive space can cause issues like you are experiencing.
    Boot from your install disk and run Disk Utility.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    Mac tune-up: 34 software speedups
    Tuning Mac OS X Performance
    Carolyn

  • My macbook is running very slow all of a sudden

    m having the same issue. All at once my download speed, processing speed, everything turns into rainbow wheel. Heres my report:
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 0 days 1:45:30
    Disk Information:
              APPLE HDD HTS547550A9E384 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (102.07 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Apple Internal Keyboard / Trackpad
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Startup Items:
              DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
              HP IO: Path: /Library/StartupItems/HP IO
              PACESupport: Path: /Library/StartupItems/PACESupport
              ProTec6b: Path: /Library/StartupItems/ProTec6b
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.versioncueCS3.plist 3rd-Party support link
              [System] com.cloudpath.maccmd.plist 3rd-Party support link
              [System] com.digidesign.fwfamily.helper.plist 3rd-Party support link
              [System] com.google.keystone.daemon.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [invalid] com.oracle.java.Helper-Tool.plist
              [System] Nalpeirond6b.plist 3rd-Party support link
              [System] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [System] com.conduit.loader.agent.plist 3rd-Party support link
              [System] com.google.keystone.agent.plist 3rd-Party support link
              [System] com.m-audio.fasttrackpro.helper.plist 3rd-Party support link
              [invalid] com.oracle.java.Java-Updater.plist
              [System] com.seagate.SeagateStorageGauge.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.google.GoogleContactSyncAgent.plist 3rd-Party support link
              [not loaded] com.logos.LogosIndexer.plist 3rd-Party support link
              [not loaded] com.memeo.Memeod.plist 3rd-Party support link
              [not loaded] com.microsoft.LaunchAgent.SyncServicesAgent.plist 3rd-Party support link
              [not loaded] com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
              Dropbox
              Google Drive
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
              Google Earth Web Plug-in: Version: 6.1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 2.3.5.4 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 11.0.02 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              DivXBrowserPlugin: Version: 2.0 3rd-Party support link
              Silverlight: Version: 5.1.10411.0 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              AdobePDFViewer: Version: 11.0.02 - SDK 10.6 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Safari Extensions:
              AdBlock: Version: 2.6.18
              My eBay Manager: Version: 3.0.2.0
              1-ClickWeather: Version: 1.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
              fbplugin_1_0_1: Version: (null) 3rd-Party support link
    3rd Party Preference Panes:
              Adobe Version Cue CS3  3rd-Party support link
              Digidesign Mbox 2 Pro  3rd-Party support link
              DivX  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              M-AudioFastTrackPro  3rd-Party support link
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Epson Printer Utility 4:          Version: 9.19 - SDK 10.5 3rd-Party support link
                        /Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/Epson Printer Utility 4.app
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              /Applications/iWork '09
              Microsoft Communicator:          Version: 13.1.3 - SDK 10.5 3rd-Party support link
    Time Machine:
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 369.90 GB
              Destinations:
                        FreeAgent GoFlex Drive [Local] (Last used)
                        Total size: 931.39 GB
                        Total number of backups: 28
                        Oldest backup: 2012-07-17 23:37:42 +0000
                        Last backup: 2014-03-25 19:38:04 +0000
                        Size of backup disk: Too small
                                  Backup size 931.39 GB < (Disk used 369.90 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   4%          Dropbox
                   4%          WindowServer
                   2%          Google Drive
                   1%          EtreCheck
                   0%          Google Chrome
    Top Processes by Memory:
              213 MB          Finder
              188 MB          com.apple.IconServicesAgent
              160 MB          Google Drive
              156 MB          softwareupdated
              119 MB          Dropbox
    Virtual Memory Information:
              484 MB          Free RAM
              1.81 GB          Active RAM
              1.09 GB          Inactive RAM
              639 MB          Wired RAM
              928 MB          Page-ins
              0 B          Page-outs
    Can you please let me know whats going on as weel with my Macbook?

    3/27/14 1:22:05.581 AM Console[778]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    3/27/14 1:24:13.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=791[ksadmin] final status 0x0, allowing (remove VALID) page
    3/27/14 1:24:15.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=794[ksadmin] final status 0x0, allowing (remove VALID) page
    3/27/14 1:24:16.143 AM Google Chrome Helper[793]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:24:16.143 AM Google Chrome Helper[795]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:24:16.143 AM Google Chrome Helper[796]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:24:16.143 AM Google Chrome Helper[793]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:24:16.143 AM Google Chrome Helper[795]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:24:16.144 AM Google Chrome Helper[796]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:24:16.163 AM Google Chrome Helper[795]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    3/27/14 1:24:16.167 AM Google Chrome Helper[796]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    3/27/14 1:24:16.167 AM Google Chrome Helper[793]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    3/27/14 1:24:56.223 AM Google Chrome Helper[799]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:24:56.224 AM Google Chrome Helper[799]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:24:56.237 AM Google Chrome Helper[799]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    3/27/14 1:24:59.617 AM Google Chrome Helper[800]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:24:59.617 AM Google Chrome Helper[800]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:24:59.631 AM Google Chrome Helper[800]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    3/27/14 1:25:01.617 AM Google Chrome Helper[800]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    3/27/14 1:25:01.617 AM Google Chrome Helper[800]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    3/27/14 1:25:38.633 AM Google Chrome Helper[802]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:25:38.633 AM Google Chrome Helper[802]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:25:38.647 AM Google Chrome Helper[802]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    3/27/14 1:26:23.466 AM com.apple.IconServicesAgent[292]: main Failed to composit image for binding VariantBinding [0x407] flags: 0x8 binding: FileInfoBinding [0x161] - extension: jpeg, UTI: public.jpeg, fileType: ????.
    3/27/14 1:26:23.467 AM quicklookd[805]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: jpeg, UTI: public.jpeg, fileType: ???? request size:16 scale: 1
    3/27/14 1:26:23.469 AM com.apple.IconServicesAgent[292]: main Failed to composit image for binding VariantBinding [0x163] flags: 0x8 binding: FileInfoBinding [0x409] - extension: png, UTI: public.png, fileType: ????.
    3/27/14 1:26:23.470 AM quicklookd[805]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: png, UTI: public.png, fileType: ???? request size:16 scale: 1
    3/27/14 1:27:16.899 AM Google Chrome Helper[807]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    3/27/14 1:27:16.899 AM Google Chrome Helper[807]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    3/27/14 1:27:16.963 AM Google Chrome Helper[807]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)

  • I install new hard drive 500gb and i still have 400gb available but my macbook run very slow getting rainbow all the time on screen

    i have install new hard drive 500gb and i still have 400gb available but my macbook run very slow getting rainbow all the time on screen.
    need help

    First boot into recovery and select Disk Utility>First Aid and repair the disk.
    If there is no improvement, perform a Safe Boot:
    http://support.apple.com/kb/ht1
    If there is an improvement, then third party applications are probably the cause of the problem.
    Ciao.

  • My mac is running vert slow all of a sudden

    I reinstalled 10.7.4 last month with a clean install today my mac mini is very slow all of a sudden. I have made no changes and have not installed any software since the clean install. When I click on anything the mouse cursor becomes the rainbow circle for 1.m16 seconds (sorry tried to give you guys exact info but i only measured it once:)
    What i tried up to now:
    I tried to boot the mac with cmd r and reinstall. However the moment it connects to the internet the mothing happens i let it run for 2.5 hours and the blue bar did not even give me 1% (my internet on my mac air has no problems.
    I checked disk utility and checked disk permissions and repair disk. both no problems
    I ran activity monitor and here is the info.
    Activity monitor"
    memory free 50gig of 150
    RAM free 1 out of 3 gig
    CPU
    user 1.5%
    system 1.50%
    Idle 97.00
    system memory
    free 1.02 gb
    wired 593.6 mb
    active 661.9
    inactive 766
    disk activity
    2.73 gb data read
    1.11 GB written

    Thanks for your reply! This is it i hope.
    17/08/2012 22:58:18.206 UserEventAgent: get_backup_share_points no AFP
    17/08/2012 22:58:20.203 mds: (Normal) FMW: FMW 0 0
    17/08/2012 22:58:20.652 airportd: _processDLILEvent: en1 attached (down)
    17/08/2012 22:58:20.000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    17/08/2012 22:58:20.701 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    17/08/2012 22:58:20.702 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    17/08/2012 22:58:20.717 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    17/08/2012 22:58:22.000 kernel: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    17/08/2012 22:58:22.729 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    17/08/2012 22:58:22.729 configd: DHCP en1: INIT-REBOOT transmit failed
    17/08/2012 22:58:22.739 configd: network configuration changed.
    17/08/2012 22:58:22.757 configd: setting hostname to "richards-Mac-mini.local"
    17/08/2012 22:58:23.615 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    17/08/2012 22:58:24.263 com.apple.launchd: (com.apple.netbiosd[90]) Exited abnormally: Hangup: 1
    17/08/2012 22:58:26.961 com.apple.launchd: (com.apple.netbiosd) Throttling respawn: Will start in 5 seconds
    17/08/2012 22:58:26.000 kernel: Auth result for: 00:19:15:d0:d0:bd MAC AUTH succeeded
    17/08/2012 22:58:26.000 kernel: AirPort: Link Up on en1
    17/08/2012 22:58:26.000 kernel: en1: BSSID changed to 00:19:15:d0:d0:bd
    17/08/2012 22:58:28.000 kernel: AirPort: RSN handshake complete on en1
    17/08/2012 22:58:29.015 loginwindow: Login Window Application Started
    17/08/2012 22:58:30.108 configd: network configuration changed.
    17/08/2012 22:58:31.102 ntpd: proto: precision = 1.000 usec
    17/08/2012 22:58:34.116 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    17/08/2012 22:58:34.117 UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    17/08/2012 22:58:34.117 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on WLAN_D0BD because it is protected and not on the exception list
    17/08/2012 22:58:34.119 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    17/08/2012 22:58:34.121 configd: network configuration changed.
    17/08/2012 22:58:36.581 com.apple.launchd: (com.apple.xprotectupdater[21]) Exited with code: 252
    17/08/2012 22:58:37.443 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    17/08/2012 22:59:38.200 warmd: [warmctl_evt_timer_bc_activation_timeout:260] BC activation bcstop timer fired!
    17/08/2012 23:00:30.000 kernel: disk0s2: I/O error.
    17/08/2012 23:00:32.977 ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    17/08/2012 23:00:34.378 com.apple.launchd: (com.apple.coreservicesd[57]) Job appears to have crashed: Bus error: 10
    17/08/2012 23:00:34.380 mdworker: checkinWithServer(), failed checking in with coreservicesd, err=#-308/0xfffffecc (ipc/mig) server died serverPort=0x0 opts=0x0
    17/08/2012 23:00:34.380 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:34.385 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:34.385 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.607 ReportCrash: Saved crash report for coreservicesd[57] version ??? (???) to /Library/Logs/DiagnosticReports/coreservicesd_2012-08-17-230035_localhost.crash
    17/08/2012 23:00:36.768 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:47.145 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: _RegisterApplication(), unable to get application ASN from coreservicesd, and this application requires an ASN, so aborting.  error=#-1.
    17/08/2012 23:01:29.382 com.apple.loginwindow: _RegisterApplication(), unable to get application ASN from coreservicesd, and this application requires an ASN, so aborting.  error=#-1.
    17/08/2012 23:02:38.676 com.apple.launchd: (com.apple.loginwindow[36]) Job appears to have crashed: Abort trap: 6
    17/08/2012 23:02:38.738 loginwindow: Login Window Application Started
    17/08/2012 23:02:38.916 WindowServer: Unable to open IOHIDSystem (e00002bd)
    17/08/2012 23:02:38.950 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    17/08/2012 23:02:39.031 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    17/08/2012 23:02:39.104 ReportCrash: Saved crash report for loginwindow[36] version ??? (???) to /Library/Logs/DiagnosticReports/loginwindow_2012-08-17-230239_localhost.crash
    17/08/2012 23:02:39.195 airportd: _doAutoJoin: Already associated to “WLAN_D0BD”. Bailing on auto-join.
    17/08/2012 23:02:39.000 kernel: virtual bool IOHIDEventSystemUserClient::initWithTask(task*, void*, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    17/08/2012 23:02:39.886 com.apple.SecurityServer: Session 100006 created
    17/08/2012 23:02:39.889 loginwindow: Login Window Started Security Agent

  • Macbook running very slow - just started, HELP

    Hello,
         My MacbookPro just recently started running very slow, even doing simple tasks it runs slow. Was working perfect Sep. 8, 2014. Turned it off for the night, then turned it on the next morning and it took about 5 mins just to even turn on. After it finally turned on EVERYTHING just started running opening the internet, Word, Power Point, and even iTunes was running slow. The songs were literally stopping every 30 seconds. My Mac has worked perfect and all of the sudden BAM. I use it for school all the time so its kind of stressing me out. It keeps freezing up as Itype this message unfortunately.
    I ran Etrresoft like most ask here are results:
    NOTE** - I deleted Hamchi awhile back, i am unsure how to get rid of it because i don't know where to find it, i thought i had deleted everything.
    EtreCheck version: 1.9.15 (52)
    Report generated September 10, 2014 at 9:21:52 AM CDT
    Hardware Information: ?
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2 cores
      4 GB RAM
    Video Information: ?
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 1:15:47
    Disk Information: ?
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (419.23 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ?
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.logmein.hamachi (1.0) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.logmein.hamachi.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    Launch Agents: ?
      [failed] com.gopro.stereomodestatus.plist Support
      [failed] com.logmein.hamachimb.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    User Login Items: ?
      iTunesHelper
      Alfred
    Internet Plug-ins: ?
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Cineform  Support
      Flash Player  Support
      Java  Support
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          4% syncdefaultsd
          4% WindowServer
          1% hidd
          0% securityd
          0% usbd
    Top Processes by Memory: ?
      160 MB mds_stores
      115 MB Safari
      102 MB com.apple.WebKit.WebContent
      82 MB com.apple.IconServicesAgent
      53 MB Finder
    Virtual Memory Information: ?
      1.61 GB Free RAM
      1.36 GB Active RAM
      415 MB Inactive RAM
      639 MB Wired RAM
      328 MB Page-ins
      0 B Page-outs

    Start up in safe mode and uninstall or update Hamachi.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking the Customize button, if there is one.
    Back up all data before making any changes.
    You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • Running really slow all of a sudden

    what could be the problem. all of a sudden it is running very slow and occasionally even Finder is not responding. is there a disc clean up or something that i could run to help clear up this issue?

    Derek,
    Open Activity Monitor in your Utilities folder, and let us know what process is hogging your CPU.
    ;~)

  • Macbook Running very slow lately

    My Macbook Pro has been running very slow as of late. Takes awhile to open programs and often has the beach ball for just simple tasks. I ran an Entrecheck as well but not sure what most of it means or how to fix it:
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 320M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 6 days 11:9:29
    Disk Information: ℹ️
      Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 249.20 GB (24.83 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Logitech USB Receiver
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Parallels/Parallels Service.app
      [not loaded] com.parallels.kext.prl_hid_hook (7.0 15098.770637) [Support]
      [not loaded] com.parallels.kext.prl_hypervisor (7.0 15098.770637) [Support]
      [not loaded] com.parallels.kext.prl_netbridge (7.0 15098.770637) [Support]
      [not loaded] com.parallels.kext.prl_usb_connect (7.0 15098.770637) [Support]
      [not loaded] com.parallels.kext.prl_vnic (7.0 15098.770637) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.2) [Support]
      [not loaded] com.motorola-mobility.driver.MotMobileUSB (1.2.2 - SDK 10.5) [Support]
      /System/Library/Extensions/MotMobileUSB.kext/Contents/PlugIns
      [not loaded] com.motorola-mobility.driver.MotMobileMS (1.0.0 - SDK 10.5) [Support]
      [not loaded] com.motorola-mobility.driver.MotMobileMTP (1.2.2 - SDK 10.5) [Support]
      [not loaded] com.motorola-mobility.driver.MotMobileUSBLAN (1.2.2 - SDK 10.5) [Support]
      [not loaded] com.motorola-mobility.driver.MotMobileUSBLANMerge (1.2.2 - SDK 10.5) [Support]
      [not loaded] com.motorola-mobility.driver.MotMobileUSBSwch (1.2.2 - SDK 10.5) [Support]
    Startup Items: ℹ️
      rEFItBlesser: Path: /Library/StartupItems/rEFItBlesser
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.cmfsyncagent.plist
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.EscrowSecurityAlert.plist [Details]
      [failed] com.apple.gamed.plist
      [failed] com.apple.pluginkit.pkd.plist [Details]
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.rcd.plist [Details]
      [failed] com.apple.sbd.plist [Details]
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.AssetCacheLocatorService.plist [Details]
      [failed] com.apple.ctkd.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.nehelper.plist [Details]
      [failed] com.apple.periodic-daily.plist [Details]
      [failed] com.apple.periodic-weekly.plist [Details]
      [failed] com.apple.security.syspolicy.plist
      [failed] com.apple.softwareupdate_download_service.plist [Details]
      [failed] com.apple.systemstats.analysis.plist [Details]
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist
    Launch Agents: ℹ️
      [running] com.flipvideo.FlipShare.AutoRun.plist [Support]
      [loaded] com.motorola.MDMUpdater.plist [Support]
      [running] com.motorola.motohelper.plist [Support]
      [loaded] com.motorola.motohelperUpdater.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [invalid?] com.parallels.desktop.launch.plist [Support]
      [loaded] com.parallels.DesktopControlAgent.plist [Support]
      [running] com.parallels.vm.prl_pcproxy.plist [Support]
      [invalid?] com.splashtop.streamer.SRServiceAgent.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.motorola-mobility.mmcfgd.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [running] com.parallels.desktop.launchdaemon.plist [Support]
      [invalid?] com.splashtop.streamer.SRServiceDaemon.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
      [loaded] com.valvesoftware.steamclean.plist [Support]
    User Login Items: ℹ️
      Flux Application (/Users/[redacted]/Applications/Flux.app)
      Flux Application (/Users/[redacted]/Applications/Flux.app)
      Spotify Application (/Applications/Spotify.app)
      MotoCastUpdater UNKNOWNHidden (missing value)
      MotoCast UNKNOWNHidden (missing value)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
    Internet Plug-ins: ℹ️
      DirectorShockwave: Version: 11.5.8r612 [Support]
      Google Earth Web Plug-in: Version: 7.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.4.4.2 [Support]
      OfficeLiveBrowserPlugin: Version: 12.2.0 [Support]
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      DivXBrowserPlugin: Version: 1.4 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      iPhotoPhotocast: Version: 7.0
      AdobePDFViewer: Version: 10.1.1 [Support]
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
      Unity Web Player: Version: UnityPlayer version 2.6.1f3 [Support]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 249.20 GB Disk used: 224.37 GB
      Destinations:
      Time Machine Backups [Local]
      Total size: 999.86 GB
      Total number of backups: 3
      Oldest backup: 2012-08-08 19:37:22 +0000
      Last backup: 2014-06-10 21:33:26 +0000
      Size of backup disk: Excellent
      Backup size 999.86 GB > (Disk size 249.20 GB X 3)
    Top Processes by CPU: ℹ️
          13% WindowServer
          5% fpsaud
          2% launchd
          1% prl_disp_service
          0% AppleSpell
    Top Processes by Memory: ℹ️
      120 MB Mail
      112 MB Google Chrome
      90 MB WindowServer
      82 MB Google Chrome Helper
      60 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      34 MB Free RAM
      932 MB Active RAM
      918 MB Inactive RAM
      809 MB Wired RAM
      102.86 GB Page-ins
      5.36 GB Page-outs
    Diagnostics Information: ℹ️

    In the actual situation you have much too low Ram (much to much PageOuts), and to little free space on your disk.
    But that may be better after taking out some softwares:
    1. in  SystemPreferences->Users&Groups->LoginItems   remove all entries, with the minus sign underneath.
    This does not uninstall anything but just prevents that these apps always run.
    Then Restart, this should help already, but before you start any app, do following:
    2. Uninstal the Android software it is not compatible and/or not necessary: lots of issues in Yosemite.
    3. Stop using Chrome for the time being and (in case you do not want to use Safari) use either Firefox or Opera: both are fast and safe and are not resources eaters like Chome. I propose to uninstall Chrome.
    4. I think that you did not install Java after the Yosemite install, but that it was already on your computer. You should search here (forum) for the install of the correct Java install (if you need it, otherwise disable it in the Applet).
    5. I am not 100% sure but I seem to remember that Director Shockwave causes issue, so you could uninstall it.
    6. Delete the AdobePDFViewer plugin from   MacintoshHD->Library->InternetPlug-ins.
    7. Also the Valvesoftware Steamclean seems to cause issues in Yosemite. uninstall.
    8. I am not familiar with motorola.moto, but it looks as if it is rather incompatible with Yosemite.
    RESTART.
    See if this helps.
    Free up some space on the HDD, by hand !, do not use tools or cleaners !
    If you do not see any better behaviour, start in the SafeMode, and see if you have the issues there also. If not we have to find some more culprits.
    Lex

  • Iphone running super slow all of a sudden and also during a call phone is freezing with a black screen and i am unable to disconnect

    My iphone 3 has just started running super slow all of the time. Also about the same time while on a call my screen is freezing black and I am unable to hang up with the caller. It is driving me crazy!!!!

    try hard reset ( hold the sleep and home button together for a few second the iphone will restart and then the an apple logo will appear)
    if this didn't work try to restore you iphone and check if there are any updates available

  • My mail is loading very slow all of the sudden,but web pages are instant,any idea why it takes forever to load when i click on any mailbox

    my mail is loading very slowly all of the sudden,web pages are instant,takes forever to click on a mailbox and read the mail ,any ideas

    Using mail or an other application?
    Same problem on different mailbox?
    1- try an other mail client
    2- try with different mailbox (google, icloud, ...)
    This can be a temporary problem from your mailserver ... wait 2 or 3 hours ...

  • My macbook pro became very slow all of a sudden?

    I just bought a used macbook pro early 2012. It was all restored and nice when I got it. It has worked perfectly for about a week and then I don't know why, but all of a sudden it became very slow in every aspect; Booting, opening apps, even surfing on the web became slower and laggy. It also seems like it has a battery problem when it is in standby. Because it uses a lot of power. Actually so much that it might go dead just by standing for a few hours. Is there anything I can do?

    In regards to the battery situation, try a SMC reset:
    http://support.apple.com/kb/HT3964
    Is there a change?
    When you got the MBP, was Mavericks the installed OSX?  What you may have to do is boot the MBP with the OPTION+COMMAND+R keys.  This will connect you to the Apple servers and allow you to erase the HDD and install the original OSX that the MBP came with.  This sets up the MBP to your Apple ID and will permit you to install any appropriate updates accordingly.  You may then download and install Mavericks from the App Store.
    Ciao.

  • Macbook PRO 2009 running extremely slow all of a sudden

    Hello, I have been encountering recent problems regarding my macbook pro 15" from 2009. All of a sudden it became extremely slow and spinning beach ball every time I click something. It used to be very fast it's as if something happened over night. I have already tried re formatting the whole computer and installed a new os x. I verified the hard drive that it's okay and I have already reset the pram. Would love some help please and thank you. Specs for my laptop are: 2.8GHz Intel core 2 duo,  500GB HD, 8GB Ram and it's from 2009. No recent applications were installed.

    Hello, I have been encountering recent problems regarding my macbook pro 15" from 2009. All of a sudden it became extremely slow and spinning beach ball every time I click something. It used to be very fast it's as if something happened over night. I have already tried re formatting the whole computer and installed a new os x. I verified the hard drive that it's okay and I have already reset the pram. Would love some help please and thank you. Specs for my laptop are: 2.8GHz Intel core 2 duo,  500GB HD, 8GB Ram and it's from 2009. No recent applications were installed.

Maybe you are looking for