My MacBook Air is so slow lately....I have a 3 month old new OS X, 10.9.1 version. I use Mozzilla Firefox......I am not tech savy! Arlene.

My MacBook Air is so slow lately....I have a 3 month old new OS X, 10.9.1 version. I use Mozzilla Firefox......I am not tech savy! Arlene.

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. 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. It does nothing but produce human-readable data about the state of your computer. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these 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 run the test in safe mode, proceed anyway.
If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script 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.
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.
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'; PB="/usr/libexec/PlistBuddy -c Print"; 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##+( )}"; R () { [[ "$r" -eq 0 ]]; }; [[ "$o" -ne 0 ]] && printf "$Fs" "$1" "$o"; }; a=$(id | grep -w '80(admin)'); r=1; [[ "$a" ]] && { sudo true; r=$?; }; t=`date +%s`; clear; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && "$r" -ne 0 ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; Pm "POST"; 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 '/Pageo/{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 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; 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 "Loaded extrinsic daemons"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user 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"; R && o=$(sudo profiles -P | grep :); Pm "Profiles"; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /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* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print); Pm "Bad plists"; 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. Then 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 script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window.
You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary. Please don't copy anything from the Terminal window.
When you post the output, you might see in your browser 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 output on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may offer you advice based on the output of the script. They speak only for themselves and I don't necessarily agree with their views.
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.

Similar Messages

  • Problem description: My Macbook air runs very slow since installed Yosemite a few days ago  EtreCheck version: 2.0.6 (91) Report generated October 24, 2014 at 12:07:13 GMT 3  Hardware Information: ️ MacBook Air (13-inch, Mid 2012) (Verified) MacBoo

    Problem description:
    My Macbook air runs very slow since installed Yosemite a few days ago
    EtreCheck version: 2.0.6 (91)
    Report generated October 24, 2014 at 12:07:13 GMT+3
    Hardware Information: ℹ️
      MacBook Air (13-inch, Mid 2012) (Verified)
      MacBook Air - model: MacBookAir5,2
      1 2 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:15:57
    Disk Information: ℹ️
      APPLE SSD SM256E disk0 : (251 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 249.77 GB (28.85 GB free)
      Core Storage: disk0s2 250.14 GB Online
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      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: ℹ️
      /Applications/Parallels Access.app
      [loaded] com.parallels.virtualsound (1.0.27 27 - SDK 10.6) Support
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.hypervisor (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.netbridge (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.usbconnect (9.0 24251.1052177) Support
      [not loaded] com.parallels.kext.vnic (9.0 24251.1052177) Support
      /Library/Extensions
      [not loaded] org.virtualbox.kext.VBoxDrv (4.2.4) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.4) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.4) Support
      [not loaded] org.virtualbox.kext.VBoxUSB (4.2.4) Support
    Startup Items: ℹ️
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [invalid?] com.cisco.anyconnect.gui.plist Support
      [invalid?] com.oracle.java.Java-Updater.plist Support
      [running] com.parallels.mobile.prl_deskctl_agent.launchagent.plist Support
      [invalid?] com.teamviewer.teamviewer.plist Support
      [invalid?] com.teamviewer.teamviewer_desktop.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.cisco.anyconnect.vpnagentd.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [invalid?] com.oracle.java.Helper-Tool.plist Support
      [running] com.parallels.mobile.dispatcher.launchdaemon.plist Support
      [loaded] com.parallels.mobile.kextloader.launchdaemon.plist Support
      [loaded] com.teamviewer.Helper.plist Support
      [invalid?] com.teamviewer.teamviewer_service.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist Support
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist Support
      [running] com.parallels.mobile.startgui.launchagent.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Moveslink2 Application (/Applications/Moveslink2.app)
      Quicksilver Application (/Applications/Quicksilver.app)
      Google Drive Application (/Applications/Google Drive.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      Dropbox UNKNOWN (missing value)
      EvernoteHelper Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
      SharePointBrowserPlugin: Version: 14.1.3 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8 Support
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 600 - SDK 10.10
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 Support
    Safari Extensions: ℹ️
      AdBlock
      OpenIE
      Facebook Photo Zoom
      Translate
      1-ClickWeather
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          7% WindowServer
          1% fontd
          1% Google Drive
          0% Microsoft Database Daemon
          0% AppleSpell
    Top Processes by Memory: ℹ️
      180 MB Google Drive
      86 MB mds_stores
      86 MB SyncServicesAgent
      86 MB Google Chrome
      86 MB Finder
    Virtual Memory Information: ℹ️
      2.25 GB Free RAM
      2.84 GB Active RAM
      2.56 GB Inactive RAM
      936 MB Wired RAM
      3.88 GB Page-ins
      74 KB Page-outs

    You have nearly run out of disk space.  Either purchase a larger one or start cleaning out the one you have?

  • My macbook pro is going slow lately

    My macbook pro is going slow lately, it takes longer time to just open a finder window or a simple photo or word document or pdf document. Everything in general goes slower than before.
    I don´t know what to do to fix this and have the macbook pro run as it used to before.
    Thank you
    EtreCheck version: 2.0.4 (89)
    Report generated 15 de octubre de 2014 12:18:07 GMT+2
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 6 days 0:19:43
    Disk Information: ℹ️
      Hitachi HTS547550A9E384 disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (158.28 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.pctools.iantivirus.kfs (1.0.1) Support
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    User Launch Agents: ℹ️
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.koingosw.MacCleanse4Helper.Reminder.plist Support
      [loaded] com.koingosw.MacCleanse4Helper.Scheduler.plist Support
      [loaded] com.koingosw.MacCleanse4Helper.TrashWatcher.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      iAntiVirus AplicaciónHidden (/Applications/iAntiVirus/iAntiVirus.app)
    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 Mismatch! Adobe recommends 15.0.0.189
      Default Browser: Version: 537 - SDK 10.9
      SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
    User Internet Plug-ins: ℹ️
      Picasa: Version: 1.0 - SDK 10.4 Support
      Google Earth Web Plug-in: Version: 7.1 Support
    Safari Extensions: ℹ️
      AdBlock
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          8% Google Chrome
          3% WindowServer
          2% hidd
          0% sysmond
          0% netbiosd
    Top Processes by Memory: ℹ️
      137 MB Google Chrome
      110 MB Google Chrome Helper
      82 MB Finder
      56 MB WindowServer
      54 MB mds_stores
    Virtual Memory Information: ℹ️
      855 MB Free RAM
      1.28 GB Active RAM
      593 MB Inactive RAM
      1.16 GB Wired RAM
      15.93 GB Page-ins
      1.06 GB 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.

  • My Macbook Air is running slow with Yosemite.

    My Macbook Air is running slow with Yosemite.
    I checked out most of the blogs and everything and have removed widgets from the notification center, but everything seems to run kinda slowly.
    Sure, i have the base model 2014 macbook air but that 4 gb ram should run a freakin finder just fine. I had Mavericks installed before, and with that, i could do everything. I even made cool music in GarageBand and nothing was lagging for me. Now i installed Yosemite... Everything is lagging. Scrolling seems like it happens around 10 FPS. That aint good man. Memory cleaner says around 1gb ram free when only the finder is running in the background (before it did around 2). I just uninstalled Memory Cleaner o I'm not looking at that little amount of memory. I don't know what to do now? I would appreciate it, if someone would help me. Otherwise, ill just wait for a new update.

    Since it's new I would take it back for repair or exchange under your warranty before bothering to read further.
    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Macbook Air 2014 unbearable slow

    Ever since I updated to Yosemite back in October, my macbook air has been so god **** slow. I can't get **** done on it, and my fans are overheating all the time. When I start IntelliJ, the CPU overclocks itself to 300%, same goes for photoshop. I can't even get anything done on my laptop anymore, and using an exernal screen is almost not worth it because of all the lag on the graphics and overall performance. It feels like I'm using this laptop back in 2008 with 2003 hardware and ADSL internet.
    Problem description:
    Macbook Air is generally slow, the animations are laggy, safari is unbearable slow and I can’t have Photoshop and safari on at the same time for example without suffering so much lag, and the fan starting to go on.
    EtreCheck version: 2.1.8 (121)
    Report generated 29 Mar 2015 10:44:35 CEST
    Download EtreCheck from http://etresoft.com/etrecheck
    Hardware Information: ℹ️
        MacBook Air (Technical Specifications)
        MacBook Air - model: MacBookAir6,2
        1 1.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Not upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en0: 802.11 a/b/g/n/ac
        Battery Health: Normal - Cycle count 208
    Video Information: ℹ️
        Intel HD Graphics 5000
            Color LCD 1440 x 900
            S27D390 spdisplays_1080p
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 10:35:53
    Disk Information: ℹ️
        APPLE SSD SD0128F disk0 : (121,33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 120.11 GB (48.54 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.47 GB Online
    USB Information: ℹ️
        Apple Internal Memory Card Reader 63,86 GB
            EFI (disk2s1) <not mounted> : 210 MB
            backUpSD (disk2s2) <not mounted> : 63.52 GB
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Razer Razer BlackWidow Ultimate
        SteelSeries Rival Gaming Mouse
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.22) [Click for support]
            /Library/Extensions
        [loaded]    com.razer.common.razerhid (10.85 - SDK 10.9) [Click for support]
    Startup Items: ℹ️
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.razer.rzupdater.plist [Click for support]
        [running]    com.razerzone.rzdeviceengine.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_desktop.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [running]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.teamviewer.Helper.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_service.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.bittorrent.uTorrent.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
        [running]    homebrew.mxcl.mongodb.plist [Click for support]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        Flux    Application  (/Applications/Flux.app)
        Flexiglass    Application Hidden (/Applications/Flexiglass.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
        Spotify    Application Hidden (/Applications/Spotify.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
        Adblock Plus
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MySQL  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             8%    WindowServer
             5%    Safari
             1%    loginwindow
             1%    Finder
             1%    Flexiglass
    Top Processes by Memory: ℹ️
        198 MB    Safari
        107 MB    com.apple.WebKit.WebContent
        43 MB    Google Chrome
        34 MB    mds
        34 MB    Spotify
    Virtual Memory Information: ℹ️
        66 MB    Free RAM
        2.43 GB    Active RAM
        2.33 GB    Inactive RAM
        1.09 GB    Wired RAM
        5.88 GB    Page-ins
        65 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 28, 2015, 11:08:14 PM    Self test - passed

    Use these instructions to rid the MBA of ClkeanMyMac:
    macpaw.com/support/cleanmymac/knowledgebase/how-to-uninstall-cleanmymac-2
    Also rid your Mac of the torrent applications.  They are an excellent instrument to introduce malware into your computer.
    Ciao.

  • HT1338 My MacBook Air is very slow. Every time I click the mouse, the spinning wheel appears and remains for up to 30 seconds. Can you help me?

    My MacBook Air is very slow. Every time I click the mouse, the spinning wheel appears and remains for up to 30 seconds before the screen changes. This has been happening the past 24 hours. Any ideas?

    First, back up all data immediately, as your boot drive may be failing.
    If you have more than ten or so files or folders on your Desktop, move them, temporarily at least, somewhere else in your home folder.
    If iCloud is enabled, disable it.
    Disconnect all wired peripherals except keyboard, mouse, and monitor, if applicable. Launch the usual set of applications you use when you notice the problem.
    Step 1
    Launch the Activity Monitor 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.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Activity Monitor in the page that opens.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Step 2
    You must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way as above. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Post the 50 or so most recent messages in the log — the text, please, not a screenshot.
    Important: Some personal information, such as your name, may appear in the log. Edit it out before posting.

  • Macbook air suddenly running slow. Closed all applications, rebooted, doesn't solve the problem.  Any ideas?

    macbook air suddenly running slow. Closed all applications, rebooted, doesn't solve the problem.  Any ideas?

    It's very likely that your boot drive is failing. Back up all data immediately and schedule a "Genius" appointment at an Apple Store.

  • MacBook Air 2010 Very Slow (even after clean reinstall)

    Hi,
    Problem
    The performance of my Macbook Air 2010 has slowed to the point where I can hardly complete basic tasks. For comparison, I use a MacBook Air 2013 at work and do not experience the same performance issues, so I believe my expectations are not unreasonably high.
    My Question
    Can you please advise on what I can do to troubleshoot? I've tried the solutions listed below, all of which have failed.
    I'm grateful for any help you can offer.
    Problem Description
    Switching contexts or tabs, operating within applications (such as Chrome, small Excel spreadsheets, navigating files), and browsing the Internet has become a slow, laggy and crash-filled experience.
    When right-clicking an icon and selecting 'Open With', Finder frequently times out or requires time to populate a list of applications.
    Machine is slow to the point where, unless a solution presents itself, I'll have to get a new MacBook Air.
    What I've Tried
    'Religiously' close all applications after use; extremely conscientious of number of applications running and their resource requirements.
    Clean reinstall of OS X.
    Storing all media on external hard drive to create more storage space.
    Clearing cache for all browsers regularly
    Always running machine on battery power
    Regular reboots
    Machine Specs:
    MacBook Air 13-inch, Late 2010
    OS X Yosemite Version 10.10.2
    Processor: 2.13 GHz Intel Core 2 Duo
    Memory: 4GB 1067 MHz DDR3
    Graphics: NVIDIA GeForce 320M 256 MB
    Storage: 87GB free of 250GB

    Thanks, dominic23.
    Unfortunately, it did not work.
    -Tried starting in safe mode, resetting SMC, and repairing disk. Resetting the SMC helped upon reboot, but performance degraded swiftly and back at a low within 30-minutes.
    Here is the full EtreCheck report:
    EtreCheck version: 2.1.8 (121)
    Report generated February 23, 2015 at 12:24:01 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Air (13-inch, Late 2010) (Technical Specifications)
        MacBook Air - model: MacBookAir3,2
        1 2.13 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Not 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:  en0: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 336
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            Color LCD 1440 x 900
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 2 days 2:11:3
    Disk Information: ℹ️
        APPLE SSD TS256C disk0 : (251 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Untitled (disk0s2) / : 250.14 GB (82.89 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Apple Inc. FaceTime Camera (Built-in)
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Karabiner.app
        [loaded]    org.pqrs.driver.Karabiner (10.6.0 - SDK 10.10) [Click for support]
            /Applications/Seil.app
        [loaded]    org.pqrs.driver.Seil (11.0.0 - SDK 10.9) [Click for support]
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.22) [Click for support]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        4 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.wdhelper.plist
        8 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.enable-bundles.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid-user.plist [Click for support]
        [running]    org.gpgtools.gpgmail.updater.plist [Click for support]
        [loaded]    org.gpgtools.Libmacgpg.xpc.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.fix.plist [Click for support]
        [running]    org.gpgtools.macgpg2.shutdown-gpg-agent.plist [Click for support]
        [running]    org.gpgtools.macgpg2.updater.plist [Click for support]
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    net.sourceforge.MonolingualHelper.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid.plist [Click for support]
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
        [loaded]    org.wireshark.ChmodBPF.plist [Click for support]
    User Launch Agents: ℹ️
        [running]    com.spotify.webhelper.plist [Click for support]
        [not loaded]    org.virtualbox.[redacted]oxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        Alfred 2    Application Hidden (/opt/homebrew-cask/Caskroom/alfred/2.5.1_308/Alfred 2.app)
        Seil    Application Hidden (/Applications/Seil.app)
        Karabiner    Application Hidden (/Applications/Karabiner.app)
        DoublePane    Application Hidden (/Users/[redacted]/Applications/DoublePane.app)
        HazelHelper    Application Hidden (/Users/[redacted]/Library/PreferencePanes/Hazel.prefPane/Contents/MacOS/HazelH elper.app)
        Keyboard Maestro Engine    Application  (/opt/homebrew-cask/Caskroom/keyboard-maestro/latest/Keyboard Maestro.app/Contents/Resources/Keyboard Maestro Engine.app)
        Flickr Uploadr    Application  (/Applications/Flickr Uploadr.app)
    Internet Plug-ins: ℹ️
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
        Picasa: Version: 1.0 - SDK 10.6 [Click for support]
        Dashlane: Version: Dashlane 1.0.0 - SDK 10.10 [Click for support]
    3rd Party Preference Panes: ℹ️
        GPGPreferences  [Click for support]
        Hazel  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            10%    WindowServer
             8%    mds
             7%    Alfred 2
             6%    mds_stores
             6%    Finder
    Top Processes by Memory: ℹ️
        185 MB    Google Chrome
        166 MB    Google Chrome Helper
        96 MB    Finder
        82 MB    Messages
        47 MB    WindowServer
    Virtual Memory Information: ℹ️
        35 MB    Free RAM
        1.32 GB    Active RAM
        1.30 GB    Inactive RAM
        963 MB    Wired RAM
        42.77 GB    Page-ins
        1.12 GB    Page-outs
    Diagnostics Information: ℹ️
        Feb 22, 2015, 11:44:56 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-02-22-234456_[reda cted].crash
        Feb 22, 2015, 05:28:10 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-02-22-052810_[reda cted].crash
        Feb 20, 2015, 11:49:00 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/CalendarAgent_2015-02-20-23490 0_[redacted].crash
        Feb 20, 2015, 11:26:45 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/soagent_2015-02-20-232645_[red acted].crash
        Feb 20, 2015, 10:12:01 PM    Self test - passed

  • Because my new macbook air is so slow to turn off

    because my new macbook air is so slow to turn off

    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".

  • My macbook air has gotten slow this past week i have changed browsers and the beach ball keeps coming up all the time and on a game i play it says the network is slow can anyone help me?

    my macbook air has gotten slow this past week i have changed browsers and the beach ball keeps coming up all the time and on a game i play it says the network is slow can anyone help me

    Go step by step and test.
    Restart the router. Restart the computer.
    OS X 10.7 Lion / 10.8. Mountain Lion
    http://support.apple.com/kb/PH3915
    Start up in Safe Mode.
    http://support.apple.com/kb/PH4373
    Repair Disk
    Steps 1 through 7
    http://support.apple.com/kb/PH5836?viewlocale=en_US
    Reset SMC.
    http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Increase Disk Space
    http://support.apple.com/kb/PH10677?viewlocale=en_US
    Best.

  • My macbook air became too slow, my macbook air became too slow

    Hi dear Mac users
    My macbook air became very slow.... is it because I have too many pics? or can I do some type of organization that I never did before?

    Saying it is running slow is a bit vague, can you be more specific about when/how it is running slow (i.e. what tasks/programs/actions are you undertaking when it runs slow?)
    It is doubtful that you have so many pics on your Air that it is running slow because of that, you'd have to have 10s of thousands of pictures to even come close to filling up the storage capacity of a 128 SSD (which I'm just guessing you have.)
    By "organization" I'm assuming you're referring either to doing a disk defrag (not necessary on Mac's, especially an SSD driven Air due to the nature of SSD read/write capabilites,) or you're referring to how you have your pictures arranged in files on your storage drive, which isn't likely to be the culprit, either.
    Given the lack of knowledge I'm going to guess that if you're noticing the slowness during normal operations it is probably going to be due to having too many CPU-intensive apps running at the same time (running flash based webpages is a major CPU hog as well as some high-res video or 3D apps/games.)
    Let us know more and I'm sure someone here can help you figure it out, though.
    Cheers!

  • My macbook air is so slow at loading web pages

    Why is my Macbook Air suddenly so slow at loading web pages?

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    If you're running OS X 10.9 or later, select the Advanced tab in the Preferences window and uncheck the box marked
              Stop plug-ins to save power
    Any change?
    Quit and relaunch the browser. Any change?
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If Parental Controls is active for any user, please turn it off and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Open the iCloud preference pane and uncheck the box marked Photo Stream, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

  • Suddenly my MacBook Air is very slow to boot up. I'm running Mac OS X Lion 10.7.5 (11G63). Any tips? Thanks!

    Suddenly my MacBook Air is very slow to boot up. It's about a year and a half old. I'm running Mac OS X Lion 10.7.5 (11G63) -- and I'm far from being an expert at any of this stuff, have seen a few different answers and not sure what to do. Help! Grateful.

    Okay, I am having a try at this. My machine wouldn't boot this morning again (like I said, it's erratic, so I then did a "safe boot" and restarted. This is what I think (I hope...) you want. Here's the first part, tho you'll see I am struggling with Part 2.
    10/06/2014 07:48:18.000 bootlog: BOOT_TIME 1402382898 0
    10/06/2014 07:55:07.983 com.apple.kextd: Safe boot mode detected; invalidating system extensions caches.
    10/06/2014 07:55:07.985 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensi ons/KextIdentifiers.plist.gz is out of date; not using.
    10/06/2014 07:55:07.000 kernel: PMAP: PCID enabled
    10/06/2014 07:55:07.000 kernel: PMAP: Supervisor Mode Execute Protection enabled
    10/06/2014 07:55:07.000 kernel: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    10/06/2014 07:55:07.000 kernel: vm_page_bootstrap: 546822 free pages and 501754 wired pages
    10/06/2014 07:55:07.000 kernel: kext submap [0xffffff7f80736000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000736000]
    10/06/2014 07:55:07.000 kernel: zone leak detection enabled
    10/06/2014 07:55:07.000 kernel: standard timeslicing quantum is 10000 us
    10/06/2014 07:55:07.000 kernel: mig_table_max_displ = 73
    10/06/2014 07:55:07.000 kernel: TSC Deadline Timer supported and enabled
    10/06/2014 07:55:07.000 kernel: SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded.
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    10/06/2014 07:55:07.000 kernel: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    10/06/2014 07:55:07.000 kernel: calling mpo_policy_init for Sandbox
    10/06/2014 07:55:07.000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    10/06/2014 07:55:07.000 kernel: calling mpo_policy_init for Quarantine
    10/06/2014 07:55:07.000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    10/06/2014 07:55:07.000 kernel: calling mpo_policy_init for TMSafetyNet
    10/06/2014 07:55:07.000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    10/06/2014 07:55:07.000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    10/06/2014 07:55:07.000 kernel: The Regents of the University of California. All rights reserved.
    10/06/2014 07:55:07.000 kernel: MAC Framework successfully initialized
    10/06/2014 07:55:07.000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    10/06/2014 07:55:07.000 kernel: IOAPIC: Version 0x20 Vectors 64:87
    10/06/2014 07:55:07.000 kernel: ACPI: System State [S0 S3 S4 S5]
    10/06/2014 07:55:07.000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    10/06/2014 07:55:07.000 kernel: [ PCI configuration begin ]
    10/06/2014 07:55:07.000 kernel: console relocated to 0xf50000000
    10/06/2014 07:55:08.000 kernel: PCI configuration changed (bridge=15 device=2 cardbus=0)
    10/06/2014 07:55:08.000 kernel: [ PCI configuration end, bridges 10 devices 12 ]
    10/06/2014 07:55:08.000 kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0035
    10/06/2014 07:55:08.000 kernel: AppleIntelCPUPowerManagement: (built 16:32:09 Aug 23 2012) initialization complete
    10/06/2014 07:55:08.000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    10/06/2014 07:55:08.000 kernel: Pthread support ABORTS when sync kernel primitives misused
    10/06/2014 07:55:08.000 kernel: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    10/06/2014 07:55:08.000 kernel: AppleThunderboltNHIType2::start - type 2 sleep enabled
    10/06/2014 07:55:08.000 kernel: AppleThunderboltNHIType2::start - SXFP method found
    10/06/2014 07:55:08.000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    10/06/2014 07:55:08.000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    10/06/2014 07:55:08.000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    10/06/2014 07:55:08.000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    10/06/2014 07:55:08.000 kernel: AppleIntelCPUPowerManagementClient: ready
    10/06/2014 07:55:08.000 kernel: BTCOEXIST off
    10/06/2014 07:55:08.000 kernel: wl0: Broadcom BCM4353 802.11 Wireless Controller
    10/06/2014 07:55:08.000 kernel: 5.106.198.19
    10/06/2014 07:55:08.000 kernel: rooting via boot-uuid from /chosen: 70452A04-BA27-3AA6-A252-7F32179EC729
    10/06/2014 07:55:08.000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    10/06/2014 07:55:08.000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE SSD TS128E Media/IOGUIDPartitionScheme/Customer@2
    10/06/2014 07:55:08.000 kernel: BSD root: disk0s2, major 14, minor 2
    10/06/2014 07:55:08.000 kernel: jnl: unknown-dev: replay_journal: from: 7179264 to: 8289280 (joffset 0x11502000)
    10/06/2014 07:55:08.000 kernel: jnl: unknown-dev: journal replay done.
    10/06/2014 07:55:08.000 kernel: Kernel is LP64
    10/06/2014 07:55:08.000 kernel: USBMSC Identifier (non-unique): 000000000310 0x5ac 0x8404 0x310
    10/06/2014 07:55:08.000 kernel: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    10/06/2014 07:55:08.000 kernel: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    10/06/2014 07:55:08.000 kernel: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    10/06/2014 07:55:08.000 kernel: USBF:          4.615          IOUSBCompositeDriver[0xffffff8008374300](CompositeDevice) SetConfiguration (1) returned 0xe000404f
    10/06/2014 07:55:08.000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    10/06/2014 07:55:08.000 kernel: hfs: Removed 0 orphaned / unlinked files and 10 directories
    10/06/2014 07:48:19.176 com.apple.launchd: *** launchd[1] has started up. ***
    10/06/2014 07:55:07.907 com.apple.launchd: (com.apple.powerd) Unknown value for key POSIXSpawnType: Interactive
    10/06/2014 07:55:07.907 com.apple.launchd: (com.apple.sandboxd) Unknown value for key POSIXSpawnType: Interactive
    10/06/2014 07:55:07.908 com.apple.launchd: (com.apple.usbmuxd) Unknown value for key POSIXSpawnType: Interactive
    10/06/2014 07:55:08.733 fseventsd: event logs in /.fseventsd out of sync with volume.  destroying old logs. (32317 409 32766)
    10/06/2014 07:55:08.749 fseventsd: log dir: /.fseventsd getting new uuid: 28A0FB38-2172-4936-8866-3220B9641918
    10/06/2014 07:55:09.009 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 25 2011 01:16:59
    10/06/2014 07:55:09.013 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    10/06/2014 07:55:09.013 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - PreProbe
    10/06/2014 07:55:09.013 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    10/06/2014 07:55:09.014 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    10/06/2014 07:55:09.014 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - PreProbe
    10/06/2014 07:55:09.014 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    10/06/2014 07:55:09.014 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    10/06/2014 07:55:09.000 kernel: AirPort_Brcm4331: Ethernet address 7c:d1:c3:de:35:3d
    10/06/2014 07:55:09.000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    10/06/2014 07:55:09.000 kernel: IO80211Interface::efiNVRAMPublished(): 
    10/06/2014 07:55:09.823 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/IOKitPersonalities_x86_64. ioplist.gz is out of date; not using.
    10/06/2014 07:55:09.938 airportd: _processDLILEvent: en0 attached (down)
    10/06/2014 07:55:10.076 com.apple.SecurityServer: Session 100000 created
    10/06/2014 07:55:10.000 kernel: in func createVirtualInterface ifRole = 1
    10/06/2014 07:55:10.000 kernel: Created virtif 0xffffff8006faba00 p2p0
    10/06/2014 07:55:10.101 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    10/06/2014 07:55:10.101 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    10/06/2014 07:55:10.128 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - PreProbe
    10/06/2014 07:55:10.189 configd: setting hostname to "Names-MacBook-Air.local"
    10/06/2014 07:55:10.000 kernel: AirPort: Link Down on en0. Reason 1 (Unspecified).
    10/06/2014 07:55:10.202 configd: network configuration changed.
    10/06/2014 07:55:10.207 com.apple.SecurityServer: Entering service
    10/06/2014 07:55:10.424 UserEventAgent: ServermgrdRegistration cannot load config data
    10/06/2014 07:55:10.444 UserEventAgent: get_backup_share_points no AFP
    10/06/2014 07:55:12.000 kernel: en0: 802.11d country code set to 'GB'.
    10/06/2014 07:55:12.000 kernel: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    10/06/2014 07:55:13.031 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    10/06/2014 07:55:13.098 com.apple.pfctl: No ALTQ support in kernel
    10/06/2014 07:55:13.098 com.apple.pfctl: ALTQ related functions disabled
    10/06/2014 07:55:13.337 com.apple.kextd: Can't load AppleMCCSControl.kext - ineligible during safe boot.
    10/06/2014 07:55:13.347 com.apple.kextd: Load com.apple.driver.AppleMCCSControl failed; removing personalities from kernel.
    10/06/2014 07:55:13.361 mDNSResponder: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    10/06/2014 07:55:13.000 kernel: macx_swapon SUCCESS
    10/06/2014 07:55:13.656 com.apple.usbmuxd: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    10/06/2014 07:55:13.918 com.apple.kextd: Can't load AppleThunderboltEDMSink.kext - ineligible during safe boot.
    10/06/2014 07:55:13.924 com.apple.kextd: Load com.apple.driver.AppleThunderboltEDMSink failed; removing personalities from kernel.
    10/06/2014 07:55:13.967 systemkeychain: done file: /var/run/systemkeychaincheck.done
    10/06/2014 07:55:14.000 kernel: Waiting for DSMOS...
    10/06/2014 07:55:14.036 configd: network configuration changed.
    10/06/2014 07:55:14.042 configd: network configuration changed.
    10/06/2014 07:55:14.092 com.apple.kextd: Can't load AppleSMBusPCI.kext - ineligible during safe boot.
    10/06/2014 07:55:14.096 com.apple.kextd: Load com.apple.driver.AppleSMBusPCI failed; removing personalities from kernel.
    10/06/2014 07:55:14.099 mDNSResponder: D2D_IPC: Loaded
    10/06/2014 07:55:14.099 mDNSResponder: D2DInitialize succeeded
    10/06/2014 07:55:14.000 kernel: MacAuthEvent en0   Auth result for: cc:33:bb:49:b1:9a  MAC AUTH succeeded
    10/06/2014 07:55:14.000 kernel: wlEvent: en0 en0 Link UP virtIf = 0
    10/06/2014 07:55:14.000 kernel: AirPort: Link Up on en0
    10/06/2014 07:55:14.000 kernel: en0: BSSID changed to cc:33:bb:49:b1:9a
    10/06/2014 07:55:14.314 com.apple.kextd: Can't load AppleHDAController.kext - ineligible during safe boot.
    10/06/2014 07:55:14.318 com.apple.kextd: Load com.apple.driver.AppleHDAController failed; removing personalities from kernel.
    10/06/2014 07:55:14.363 com.apple.kextd: Can't load AppleSMCLMU.kext - ineligible during safe boot.
    10/06/2014 07:55:14.366 com.apple.kextd: Load com.apple.driver.AppleSMCLMU failed; removing personalities from kernel.
    10/06/2014 07:55:14.000 kernel: AirPort: RSN handshake complete on en0
    10/06/2014 07:55:14.000 kernel: Previous Shutdown Cause: 3
    10/06/2014 07:55:14.373 com.apple.kextd: Can't load AppleSMCPDRC.kext - ineligible during safe boot.
    10/06/2014 07:55:14.377 com.apple.kextd: Load com.apple.driver.AppleSMCPDRC failed; removing personalities from kernel.
    10/06/2014 07:55:14.709 com.apple.kextd: Can't load AudioIPCDriver.kext - ineligible during safe boot.
    10/06/2014 07:55:14.712 com.apple.kextd: Load com.apple.driver.AudioIPCDriver failed; removing personalities from kernel.
    10/06/2014 07:55:14.717 com.apple.kextd: Can't load AudioIPCDriver.kext - ineligible during safe boot.
    10/06/2014 07:55:14.720 com.apple.kextd: Load com.apple.driver.AudioIPCDriver failed; removing personalities from kernel.
    10/06/2014 07:55:14.727 com.apple.kextd: Can't load AppleIntelHD4000Graphics.kext - ineligible during safe boot.
    10/06/2014 07:55:14.729 com.apple.kextd: Load com.apple.driver.AppleIntelHD4000Graphics failed; removing personalities from kernel.
    10/06/2014 07:55:14.776 netbiosd: Unable to start NetBIOS name service:
    10/06/2014 07:55:14.936 com.apple.kextd: Can't load AppleUpstreamUserClient.kext - ineligible during safe boot.
    10/06/2014 07:55:14.938 com.apple.kextd: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities from kernel.
    10/06/2014 07:55:15.087 com.apple.kextd: Can't load ApplePlatformEnabler.kext - ineligible during safe boot.
    10/06/2014 07:55:15.093 com.apple.kextd: Load com.apple.driver.ApplePlatformEnabler failed; removing personalities from kernel.
    10/06/2014 07:55:15.306 com.apple.kextd: Can't load IOBluetoothSerialManager.kext - ineligible during safe boot.
    10/06/2014 07:55:15.310 com.apple.kextd: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    10/06/2014 07:55:15.319 com.apple.kextd: Can't load IOSurface.kext - ineligible during safe boot.
    10/06/2014 07:55:15.322 com.apple.kextd: Load com.apple.iokit.IOSurface failed; removing personalities from kernel.
    10/06/2014 07:55:15.330 com.apple.kextd: Can't load IOUserEthernet.kext - ineligible during safe boot.
    10/06/2014 07:55:15.333 com.apple.kextd: Load com.apple.iokit.IOUserEthernet failed; removing personalities from kernel.
    10/06/2014 07:55:15.000 kernel: X86PlatformShim::sendStepper - in safe boot. Set PState to PMin.
    10/06/2014 07:55:15.523 loginwindow: Login Window Application Started
    10/06/2014 07:55:15.927 mds: (Normal) FMW: FMW 0 0
    10/06/2014 07:55:16.000 kernel: DSMOS has arrived
    10/06/2014 07:55:16.135 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    10/06/2014 07:55:16.137 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    10/06/2014 07:55:16.178 WindowServer: (ipc/send) invalid destination port: IOServiceWaitQuiet for CGXMappedDisplayStart
    10/06/2014 07:55:16.178 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    10/06/2014 07:55:16.431 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    10/06/2014 07:55:16.636 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    10/06/2014 07:55:17.000 kernel: nspace-handler-set-snapshot-time: 1402383318
    10/06/2014 07:55:17.986 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    10/06/2014 07:55:17.986 com.apple.launchctl.LoginWindow: com.apple.store_helper: Already loaded
    10/06/2014 07:55:17.986 com.apple.launchctl.LoginWindow: com.apple.storeagent: Already loaded
    10/06/2014 07:55:18.232 com.apple.SecurityServer: Session 100004 created
    10/06/2014 07:55:18.239 loginwindow: Login Window Started Security Agent
    10/06/2014 07:55:18.481 airportd: _doAutoJoin: Already associated to “BTHub4-S56J”. Bailing on auto-join.
    10/06/2014 07:55:19.160 SecurityAgent: Echo enabled
    10/06/2014 07:55:19.160 SecurityAgent: Echo enabled
    10/06/2014 07:55:19.281 configd: network configuration changed.
    10/06/2014 07:55:19.499 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Probe
    10/06/2014 07:55:19.501 UserEventAgent: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
    10/06/2014 07:55:19.502 UserEventAgent:   <empty>
    10/06/2014 07:55:19.613 configd: setting hostname to "unknown-7c:d1:c3:de:35:3d.home"
    10/06/2014 07:55:19.666 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on BTHub4-S56J because it is protected and not on the exception list
    10/06/2014 07:55:19.680 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Unknown
    10/06/2014 07:55:19.688 configd: network configuration changed.
    10/06/2014 07:55:19.959 ntpd: proto: precision = 1.000 usec
    10/06/2014 07:55:21.399 com.apple.mtmfs: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//mtmfsMap46
    10/06/2014 07:55:23.996 genatsdb: *GENATSDB* FontObjects generated = 364
    10/06/2014 07:55:24.287 com.apple.launchd: (com.apple.xprotectupdater[33]) Exited with code: 252
    10/06/2014 07:55:46.110 com.apple.backupd: Starting standard backup
    10/06/2014 07:55:46.151 com.apple.backupd: Error -35 while resolving alias to backup target
    10/06/2014 07:55:46.000 kernel: nspace-handler-set-snapshot-time: 1402383348
    10/06/2014 07:55:56.277 com.apple.backupd: Backup failed with error: 19
    10/06/2014 07:56:36.042 com.apple.backupd: Starting standard backup
    10/06/2014 07:56:36.054 com.apple.backupd: Error -35 while resolving alias to backup target
    10/06/2014 07:56:36.000 kernel: nspace-handler-set-snapshot-time: 1402383398
    10/06/2014 07:56:46.175 com.apple.backupd: Backup failed with error: 19
    10/06/2014 07:58:18.298 com.apple.mtmd: low disk space thinning needed for volume Macintosh HD (/) with 7.8 <= 10.0 pct free space
    10/06/2014 07:58:18.301 com.apple.mtmd: attempting to thin because of low free space on Macintosh HD (/) by removing 2014-06-09 21:04:36 +0000
    10/06/2014 07:58:18.310 com.apple.mtmd: attempting to thin because of low free space on Macintosh HD (/) by removing 2014-06-10 06:55:16 +0000
    10/06/2014 07:58:18.330 com.apple.mtmd: attempting to thin because of low free space on Macintosh HD (/) by removing 2014-06-10 06:55:48 +0000
    10/06/2014 07:58:18.338 com.apple.mtmd: volume Macintosh HD (/) is now in an emergency freespace condition
    10/06/2014 08:00:09.756 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundl eHelper_x86_64.plist.gz is out of date; not using.
    10/06/2014 08:00:09.756 com.apple.kextd: Rescanning kernel extensions.
    10/06/2014 08:00:10.192 com.apple.kextd: Can't load /System/Library/Extensions/AudioIPCDriver.kext - ineligible during safe boot.
    10/06/2014 08:00:10.196 com.apple.kextd: Load com.apple.driver.AudioIPCDriver failed; removing personalities from kernel.
    10/06/2014 08:00:10.198 com.apple.kextcache: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    10/06/2014 08:00:10.204 com.apple.kextd: Can't load /System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/App leThunderboltEDMSink.kext - ineligible during safe boot.
    10/06/2014 08:00:10.209 com.apple.kextd: Load com.apple.driver.AppleThunderboltEDMSink failed; removing personalities from kernel.
    10/06/2014 08:00:10.217 com.apple.kextd: Can't load /System/Library/Extensions/AppleIntelHD4000Graphics.kext - ineligible during safe boot.
    10/06/2014 08:00:10.221 com.apple.kextd: Load com.apple.driver.AppleIntelHD4000Graphics failed; removing personalities from kernel.
    10/06/2014 08:00:10.233 com.apple.kextd: Can't load /System/Library/Extensions/AppleSMBusPCI.kext - ineligible during safe boot.
    10/06/2014 08:00:10.237 com.apple.kextd: Load com.apple.driver.AppleSMBusPCI failed; removing personalities from kernel.
    10/06/2014 08:00:10.249 com.apple.kextd: Can't load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt - ineligible during safe boot.
    10/06/2014 08:00:10.253 com.apple.kextd: Load com.apple.driver.AppleHDAController failed; removing personalities from kernel.
    10/06/2014 08:00:10.264 com.apple.kextd: Can't load /System/Library/Extensions/AppleMCCSControl.kext - ineligible during safe boot.
    10/06/2014 08:00:10.270 com.apple.kextd: Load com.apple.driver.AppleMCCSControl failed; removing personalities from kernel.
    10/06/2014 08:00:10.285 com.apple.kextd: Can't load /System/Library/Extensions/ApplePlatformEnabler.kext - ineligible during safe boot.
    10/06/2014 08:00:10.289 com.apple.kextd: Load com.apple.driver.ApplePlatformEnabler failed; removing personalities from kernel.
    10/06/2014 08:00:10.298 com.apple.kextd: Can't load /System/Library/Extensions/AppleSMCLMU.kext - ineligible during safe boot.
    10/06/2014 08:00:10.302 com.apple.kextd: Load com.apple.driver.AppleSMCLMU failed; removing personalities from kernel.
    10/06/2014 08:00:10.310 com.apple.kextd: Can't load /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/AppleSM CPDRC.kext - ineligible during safe boot.
    10/06/2014 08:00:10.314 com.apple.kextd: Load com.apple.driver.AppleSMCPDRC failed; removing personalities from kernel.
    10/06/2014 08:00:10.325 com.apple.kextd: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible during safe boot.
    10/06/2014 08:00:10.329 com.apple.kextd: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    10/06/2014 08:00:10.337 com.apple.kextd: Can't load /System/Library/Extensions/AppleUpstreamUserClient.kext - ineligible during safe boot.
    10/06/2014 08:00:10.341 com.apple.kextd: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities from kernel.
    10/06/2014 08:00:10.355 com.apple.kextd: Can't load /System/Library/Extensions/IOSurface.kext - ineligible during safe boot.
    10/06/2014 08:00:10.358 com.apple.kextd: Load com.apple.iokit.IOSurface failed; removing personalities from kernel.
    10/06/2014 08:00:10.366 com.apple.kextd: Can't load /System/Library/Extensions/IOUserEthernet.kext - ineligible during safe boot.
    10/06/2014 08:00:10.369 com.apple.kextd: Load com.apple.iokit.IOUserEthernet failed; removing personalities from kernel.
    10/06/2014 08:00:10.000 kernel: Resetting IOCatalogue.
    10/06/2014 08:00:11.694 com.apple.kextcache: SierraSwitchKicker.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:11.705 com.apple.kextcache: SierraSupport.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:11.744 com.apple.kextcache: JMicronATA.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:12.952 com.apple.kextcache: SierraSwitchKicker.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:12.954 com.apple.kextcache: SierraSupport.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:12.958 com.apple.kextcache: JMicronATA.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:13.482 com.apple.kextcache: SierraSwitchKicker.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:13.625 com.apple.kextcache: SierraSupport.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:14.118 com.apple.kextcache: JMicronATA.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    10/06/2014 08:00:16.599 com.apple.kextcache: / locked; waiting for lock.
    10/06/2014 08:00:41.407 com.apple.kextcache: / locked; waiting for lock.
    10/06/2014 08:00:50.620 SecurityAgent: User info context values set for Name
    10/06/2014 08:00:50.620 SecurityAgent: User info context values set for Name
    10/06/2014 08:00:50.816 authorizationhost: Failed to authenticate user <Name> (error: 9).
    10/06/2014 08:00:51.000 kernel: nspace-handler-set-snapshot-time: 1402383652
    10/06/2014 08:00:55.132 SecurityAgent: User info context values set for Name
    10/06/2014 08:00:55.132 SecurityAgent: User info context values set for Name
    10/06/2014 08:00:55.638 com.apple.mtmd: attempting to thin because of low free space on Macintosh HD (/) by removing 2014-06-10 06:56:38 +0000
    10/06/2014 08:00:57.595 SecurityAgent: Login Window login proceeding
    10/06/2014 08:00:57.595 SecurityAgent: Login Window login proceeding
    10/06/2014 08:00:58.422 loginwindow: Login Window - Returned from Security Agent
    10/06/2014 08:00:58.591 loginwindow: USER_PROCESS: 51 console
    10/06/2014 08:00:58.967 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    10/06/2014 08:00:58.968 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.syncdefaultsd.push': unknown error code
    10/06/2014 08:00:58.969 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    10/06/2014 08:00:58.970 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.safaridavclient.push': unknown error code
    10/06/2014 08:00:59.119 com.apple.launchd.peruser.502: (com.apple.AirPortBaseStationAgent) Unknown value for key POSIXSpawnType: Background
    10/06/2014 08:00:59.124 com.apple.launchd.peruser.502: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    10/06/2014 08:00:59.134 com.apple.launchctl.Aqua: load: option requires an argument -- D
    10/06/2014 08:00:59.134 com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    10/06/2014 08:01:02.788 UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 39947
    10/06/2014 08:01:03.289 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    10/06/2014 08:01:03.321 com.apple.launchd.peruser.502: (com.apple.launchctl.Aqua[133]) Exited with code: 1
    10/06/2014 08:01:03.762 com.apple.launchd.peruser.502: (com.apple.mrt.uiagent[145]) Exited with code: 255
    10/06/2014 08:01:05.842 SystemUIServer: Could not load menu extra NSBundle </System/Library/CoreServices/Menu Extras/Volume.menu> (not yet loaded) for Class AppleVolumeExtra
    10/06/2014 08:01:09.565 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.565 com.apple.dock.extra: 2014-06-10 08:01:09.555 com.apple.dock.extra[161:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.573 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.575 com.apple.dock.extra: 2014-06-10 08:01:09.566 com.apple.dock.extra[161:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.583 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.584 com.apple.dock.extra: 2014-06-10 08:01:09.575 com.apple.dock.extra[161:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.588 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:09.589 com.apple.dock.extra: 2014-06-10 08:01:09.586 com.apple.dock.extra[161:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    10/06/2014 08:01:10.169 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    10/06/2014 08:01:12.998 com.apple.SecurityServer: Session 100008 created
    10/06/2014 08:01:18.200 com.apple.SecurityServer: Session 100010 created
    10/06/2014 08:01:20.025 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    10/06/2014 08:01:20.124 sandboxd: ([169]) com.apple.qtkits(169) deny ipc-posix-shm _CS_DSHMEMLOCK
    10/06/2014 08:01:20.128 sandboxd: ([169]) com.apple.qtkits(169) deny ipc-posix-shm _CS_DSHMEMLOCK
    10/06/2014 08:01:20.132 sandboxd: ([169]) com.apple.qtkits(169) deny ipc-posix-shm _CGM0000000502
    10/06/2014 08:01:20.136 sandboxd: ([169]) com.apple.qtkits(169) deny ipc-posix-shm _CGM0000000502
    10/06/2014 08:01:20.147 sandboxd: ([169]) com.apple.qtkits(169) deny file-read-data /Library/ColorSync/Profiles/Displays/Color LCD-00000610-0000-9CDF-0000-0000042737C0.icc
    10/06/2014 08:01:20.157 sandboxd: ([169]) com.apple.qtkits(169) deny file-read-data /Library/ColorSync/Profiles/Displays/Color LCD-00000610-0000-9CDF-0000-0000042737C0.icc
    10/06/2014 08:01:20.176 sandboxd: ([169]) com.apple.qtkits(169) deny mach-lookup com.apple.printtool.agent
    10/06/2014 08:01:21.178 sandboxd: ([169]) com.apple.qtkits(169) deny file-read-data /Library/ColorSync/Profiles/Displays/Color LCD-00000610-0000-9CDF-0000-0000042737C0.icc
    10/06/2014 08:01:21.256 sandboxd: ([169]) com.apple.qtkits(169) deny ipc-posix-shm _CS_GSHMEMLOCK
    10/06/2014 08:01:21.260 sandboxd: ([169]) com.apple.qtkits(169) deny ipc-posix-shm _CS_GSHMEMLOCK
    10/06/2014 08:01:22.336 com.apple.coremedia.videodecoder: IOSurface couldn't open service: IOSurfaceRoot
    10/06/2014 08:01:27.505 sandboxd: ([169]) com.apple.qtkits(169) deny file-read-data /Library/ColorSync/Profiles/Displays/Color LCD-00000610-0000-9CDF-0000-0000042737C0.icc
    10/06/2014 08:01:27.906 sandboxd: ([169]) com.apple.qtkits(169) deny file-read-data /Library/ColorSync/Profiles/Displays/Color LCD-00000610-0000-9CDF-0000-0000042737C0.icc
    10/06/2014 08:01:30.610 com.apple.kextcache: Created prelinked kernel //System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    10/06/2014 08:01:30.670 com.apple.kextcache: /: no supported helper partitions to update.
    10/06/2014 08:01:30.671 com.apple.kextcache: Lock acquired; proceeding.
    10/06/2014 08:01:30.685 com.apple.kextcache: /: no supported helper partitions to update.
    10/06/2014 08:01:30.686 com.apple.kextcache: Lock acquired; proceeding.
    10/06/2014 08:01:30.701 com.apple.kextcache: /: no supported helper partitions to update.
    10/06/2014 08:01:44.000 kernel: CODE SIGNING: cs_invalid_page(0x1000): p=181[ksadmin] clearing CS_VALID
    In Part 2, you say:
    DIAGNOSTIC AND USAGE INFORMATION ▹ System Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar.
    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of reports.
    BUT -- when I go into "System diagnostic reports" (and I have checked I'm clicking on the correct one) there's nothing in the log to the right, even when I click the arrow pointing down. Below that, on the left, it says FILES and then below that there's
    system.log
    kernel.log
    and then /Library/logs (twice) and /var/logs
    What am I doing wrong?
    Grateful for help.

  • I'm relatively new to Mac and want to try and get the most out of the new MacBook Air.   My wife and I have been sharing the same Apple ID. We both have iPhones - she has a 5 and I've got a 4S.   We only have one copy of iTunes and we have been sharing t

    I'm relatively new to Mac and want to try and get the most out of the new MacBook Air.
    My wife and I have been sharing the same Apple ID. We both have iPhones - she has a 5 and I've got a 4S.
    We only have one copy of iTunes and we have been sharing the account. (She doesn't really use the computer for anything beyond writing the odd weekend assignment.)
    Would I be better off setting her up with her own and making her as a separate user on the computer? Would this require much work?
    In recent times with updates, we have a few problems with the duplication of texts and that sort of thing. Both of our texts are stored on the computer and that sort of thing. Also, sometimes texts I send her are sent through to me  from her, if that makes any sense.
    Anyway, I don't really want to overly complicate matters when it comes to accounts etc, but I wanted to know if a fresh Apple ID would be the best thing or even a new user?
    Any tips etc would be greatly appreciated
    Thanks in advance
    MacBook
    I have this question too (0) Reply

    Your question is almost too much a personal one, begging the question "do we (husband and wife) feel comfy sharing one account on the Mac"   maybe thats why nobody answered you.
    It doesnt complicate anything, but it adds steps for switching accounts on the Mac/ purchases etc. of course
    since your question is mostly personal, ..I wont answer THAT part of it, but creating a new account is easy.....messing with switching back and forth is also a personal preference 'issue' as well.   I prefer to keep things simple, but...........you and yours,  I dont know.......
    http://support.apple.com/kb/PH11468

  • My 3 year-old macbook pro is very slow. I have run disk utility and virus scan with no improvement. The "beach ball" will spin for minutes at a time when opening, closing or changing windows. Apple Store looked at it a few months ago with no help.

    my 3 year-old macbook pro is very slow. I have run disk utility and virus scan with no improvement. The "beach ball" will spin for minutes at a time when opening, closing or changing windows. Apple Store looked at it a few months ago with no help. What can I do?

    Under CPU: 3.5% user; 5% system; 91% idle; 441 threads; 90 processes.
    Under System: out of 2GB - 54.7MB free; 530MB wired; 603MB active; 862MB inactive; 1.95GB used.
    Is too much of the system memory tied up? If so, what can I do to free some up?

Maybe you are looking for

  • Our Home tab/page just spins

    All of our applications are up to to date, but every morning when we start up there is a query that our Cloud account needs some attention. when we open the Home page just spins, the other pages/tabs show our applications and such with no problem

  • ID CS4: Can file import options be forced?

    I have a scripted ID Cs4 app that I am using to construct books that are made from a library of PDF files. The library has files coming from various sources and as a result all PDFs are not created with a uniform definition of bounding box. I have fo

  • IPad Mini after iOS 8.3 update causes iPhoto 11 repeats

    After upgrading both iPhone 5S and iPad Mini to iOS 8.3 I sync them to my Mac Pro 1.1 Lion there is a peculiar repeat of iPhoto 11 continually trying to load photos. It counts the quantity then the iPad or iPhone dismounts. It remounts and it starts

  • Adobe Acrobat 9 Bug - Organizer file

    I have found a bug in Acrobat 9 where you cannot turn off the organizer. even though you turn it "off" in the program it still accesses, reads and writes to the file located "%USERPROFILE%\Application Data\Adobe\Acrobat\9.0\Organizer90" this causes a

  • Facing problem in creating a domain for osb10.3.1

    Hi All, I have installed osb10.3.1. Now I want to create a domain for osb10.3.1. In the steps of creating domain we have to provide the database details for configuring the jdbc datasources. I am not understanding which username and password should b