The spinning beach ball - why has my MacBook slowed down SO much?

My MacBook has become terribly slow. I get the spinning beachball almost every time I hit a key now, and I am just about ready to throw everything out the window. Mainly I use my laptop for internet browsing (Safari only), iTunes and iPhoto. I do have third party stuff on my computer such as the software for my Nike Fuelband, and Jawbone Updater for my Jambox. I have Java too, which I probaby don't need. Oh I also have some card games - but those sorts of things I get from the App Store. I don't muck around with settings or anything, because I don't know anything about that! I just USE my laptop. So having said that, I don't know why I would have the spinning beachball as my new sidekick....
I have followed instructions I found on another discussion (https://discussions.apple.com/thread/5303293?start=0&tstart=0) to test my MacBook. My results are good news I think: Logging in as a guest account, everything runs like I would hope - iTunes opens up quickly, same with iPhoto, and when I look up sites on Safari they load up quickly. I then started in safe mode, and logged in as myself. Excusing the "stuttering" of the graphics and such, I would say that in safe mode things moved along much more quickly. I got the beachball in safe mode but not every time I tried opening something, and only briefly when it did appear.
My question is, where do I go from here? How do I "clean up" or fix my MacBook so that it runs like it used to? Like I say, I think it must be good news that in those test scenarios my MacBook performs much more like the good old days. Does this suggest that my own account just has crap on it that needs to go? And if so, the big question is, how on earth would I go about identifying the source(s) of the problem and then getting rid of them?
I have searched some on the forums here but I'm at a bit of a loss because I don't really even know what to search for! As I say, I am a complete user only! I do follow instructions pretty well though, so if anyone could point me to the right help page or give me further advice, I would be oh-so-grateful!
cheers,
Lydia

Please read this whole message before doing anything.
This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so. 
Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just 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, and you can then copy it.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the 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. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
P=/usr/libexec/PlistBuddy; E () { [ "$o" ] && echo $'\n'$1: && echo "$o"; }; F () { o=$($P -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); E "$1"; }; { o=$(kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'); E "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); E "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); E "Inserted libraries"; o=$(crontab -l); E "User cron tasks"; o=$(cat /e*/lau*); E "Global launchd configuration"; o=$(cat ~/.lau*); E "Per-user launchd configuration"; F "Global login items" /L*/P*/loginwindow.plist Path; F "Per-user login items" L*/P*/com.apple.loginitems.plist Path; F "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); [ "$o" == 0 ] || printf "\nRestricted user files: %s\n" $o; cd; o=$(find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do $P -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" && echo ${d%/Contents}; done); E "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); E "Unsigned shared libraries"; for d in {,/}L*/{La,Priv,Sta}* L*/Fonts; do o=$(ls -A "$d"); E "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
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). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
E () { [ "$o" ] && echo $'\n'$1: && echo "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'); E "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); E "Login hook"; o=$(sudo crontab -l); E "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}'); E "Log check"; } 2> /dev/null | pbcopy; echo $'\nStep 2 done'
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal.
To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
Remember, Steps 1 and 2 are all copy-and-paste — no typing is involved, apart from your password. Also remember to post the output.

Similar Messages

  • Transferring photos from camera or memory card causes iPhoto to hang up with the spinning beach ball - why

    Transferring photos from camera or memory card causes iPhoto to hang up with the spinning beach ball - why?  This happens only on a 5 year old iMac running 10.6.8.  It is a recent developmemt.  All other machines have no problen with the same card.

    I click on the send feedback everytime it pops up with the force quit, so they'er getting it.
    That sends a crash report. Its doubtful that these are ever seen by a human being, but more likely datamined. Sending feedback reaches an actual person.
    My guess from yourdescription is that the portion of the OS (note, OS, not iPhoto) that manages the importing process is what's crashing.
    Regards
    TD

  • My MacBook is very slow and constantly has the spinning beach ball of death!!!

    In the last couple if weeks my MacBook has suddenly slowed down a LOT. Sometimes it takes ages for it to boot up when I turn it on and at other times not as long. Then once I log in, as soon as I click on something, the spinning beach ball appears and won't go away so I have to force it to restart.
    It runs a little bit faster in safe mode and if I log in as a guest user, but it's still relatively slow.
    So far I have tried the following:
    - starting in safe mode
    - resetting PRAM
    - turning off then pressing ctrl, option, left shift and the power button for 10 seconds then turn it back on
    - repairing disk permissions
    I've been told that it might be best to reformat my mac, but in order to do this I need to back up. I bought a Seagate Back Up Plus 1TB and tried to use time machine. After a while a message popped up saying "Time Machine Error. Unable to complete backup. An error occurred while creating the backup folder.". There is something on my hard drive, but I cant tell if my mac has fully backed up or not.
    Any suggestions?

    How large is your HD and how much space do you have left?
    Check out the following & do the necessary: 
    User Tip:  Why is my computer slow?
    What to do when your computer is too slow
    Speeding up your Mac
    =========== 
    Troubleshoot the spinning beach ball/freezing & crashing 
    Troubleshoot the spinning beach ball
    Apple  OSX  and  Time  Machine  Tips (Leopard - ML 
    Mac Basics: Time Machine 
    OS X Mountain Lion: Alternatives for backing up your Mac
    User Tip:  Most commonly used backup methods
    Emergency backups you didn't know you had!

  • Problem description: My  macbook pro since this afteon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click-  EtreCheck

    My computer
    Problem description:
    My  macbook pro since this afternoon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click…
    EtreCheck version: 2.1.8 (121)
    Report generated 31 de março de 2015 18:29:15 BRT
    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 Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 250
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:25:47
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320,07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (47.94 GB free) - 51 errors
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    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.trusteer.rapport.rapportd.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.trusteer.rooks.rooksd.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Stickies    Application  (/Applications/Stickies.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        npsf_cef: Version: sf 3.3.1.1 [Click for support]
        Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
        DivX HiQ
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
        Trusteer Endpoint Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 270.90 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 999.86 GB
            Total number of backups: 60
            Oldest backup: 2012-07-15 01:16:54 +0000
            Last backup: 2015-03-29 19:28:06 +0000
            Size of backup disk: Excellent
                Backup size 999.86 GB > (Disk size 318.84 GB X 3)
    Top Processes by CPU: ℹ️
            97%    rapportd
             3%    WindowServer
             1%    mds
             0%    fseventsd
             0%    distnoted
    Top Processes by Memory: ℹ️
        155 MB    Safari
        120 MB    Finder
        86 MB    rapportd
        86 MB    WindowServer
        69 MB    mds_stores
    Virtual Memory Information: ℹ️
        12.56 GB    Free RAM
        2.53 GB    Active RAM
        428 MB    Inactive RAM
        1.66 GB    Wired RAM
        1.04 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 31, 2015, 06:00:15 PM    Self test - passed
        Mar 31, 2015, 01:13:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-131305_[redacted].crash
        Mar 31, 2015, 01:05:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-130542_[redacted].crash
        Mar 31, 2015, 12:24:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-122433_[redacted].crash
        Mar 30, 2015, 05:45:38 PM    /Library/Logs/DiagnosticReports/Skype_2015-03-30-174538_[redacted].cpu_resource .diag [Click for details]
        Mar 30, 2015, 01:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Last.fm Scrobbler_2015-03-30-135207_[redacted].crash
        Mar 29, 2015, 05:55:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-03-29-175505_[redacted].crash
        Mar 29, 2015, 01:06:38 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130638_[redacted].hang
        Mar 29, 2015, 01:02:47 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130247_[redacted].hang

    Open Activity Monitor and kill this process - rapportd.
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the 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.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility 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 Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X 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.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • My Macbook pro started running incredibly slow and I am getting the spinning beach ball of death across all applications.

    I have no idea why this is happening. I normally use Word, Excel, Google Chrome and sometimes Photoshop when using my computer and then one day it started getting super slow. This is my etrecheck.
    Computer running slow all of the sudden. Getting spinning beach ball of death through all applications all the time. Computer losing charge while not plugged in.
    EtreCheck version: 2.1.8 (121)
    Report generated February 18, 2015 at 9:14:02 AM GMT+7
    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 Pro Intel Core i5, Intel Core i7, 13" (Mid 2012)
        MacBook Pro - model: MacBookPro9,2
        1 2.5 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 189
    Video Information: ℹ️
        Intel HD Graphics 4000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:7:56
    Disk Information: ℹ️
        APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 498.88 GB (374.75 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 499.25 GB Online
        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
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/DiskWarrior.app
        [not loaded]    com.alsoft.Preview (4.4) [Click for support]
            /Library/Application Support/Hotspot Shield
        [not loaded]    com.anchorfree.tun (1.1.1 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.MBB.driver.MBBDataCardDriver (4.25.09) [Click for support]
            /System/Library/Extensions/MBBDataCardDriver.kext/Contents/PlugIns
        [not loaded]    com.MBB.driver.MBBDataCardACMData (4.24.00) [Click for support]
        [not loaded]    com.MBB.driver.MBBDataCardActivateDriver (1.0.5) [Click for support]
        [not loaded]    com.MBB.driver.MBBDataCardECMControl (1.27.00) [Click for support]
        [not loaded]    com.MBB.driver.MBBDataCardECMData (1.31.00) [Click for support]
        [not loaded]    com.MBB.driver.MBBDataCardHidePortDriver (4.06.00) [Click for support]
        [not loaded]    com.mbb.driver.cdc_acm (2.6.2f17) [Click for support]
        [not loaded]    com.mbb.driver.cdc_ecm (2.6.2f16) [Click for support]
        [not loaded]    com.mbb.driver.cdc_ncm (2.6.2f16) [Click for support]
        [not loaded]    com.mbb.driver.cdc_usb_bus (1.0.2) [Click for support]
        [not loaded]    com.mbb.driver.dc_net (1.0.2) [Click for support]
    Startup Items: ℹ️
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.anchorfree.ajaxserver.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.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]
    User Login Items: ℹ️
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Cannot contact Adobe
        QuickTime Plugin: Version: 7.7.3
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
        Searchme [Adware! - Remove]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            12%    Activity Monitor
             6%    WindowServer
             2%    hidd
             0%    AppleSpell
             0%    sysmond
    Top Processes by Memory: ℹ️
        412 MB    softwareupdated
        77 MB    Safari
        73 MB    Finder
        60 MB    Dropbox
        60 MB    WindowServer
    Virtual Memory Information: ℹ️
        646 MB    Free RAM
        1.84 GB    Active RAM
        1.13 GB    Inactive RAM
        680 MB    Wired RAM
        1.73 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 18, 2015, 08:55:55 AM    Self test - passed
        Feb 15, 2015, 09:59:48 PM    /Library/Logs/DiagnosticReports/Image Capture_2015-02-15-215948_[redacted].hang
        Feb 15, 2015, 08:16:55 PM    /Library/Logs/DiagnosticReports/DiskWarrior_2015-02-15-201655_[redacted].cpu_re source.diag [Click for details]
        Feb 15, 2015, 08:11:51 PM    /Library/Logs/DiagnosticReports/Activity Monitor_2015-02-15-201151_[redacted].crash
        Feb 15, 2015, 07:48:22 PM    /Library/Logs/DiagnosticReports/Microsoft Word_2015-02-15-194822_[redacted].hang
        Feb 15, 2015, 07:03:47 PM    /Library/Logs/DiagnosticReports/DiskWarrior_2015-02-15-190347_[redacted].cpu_re source.diag [Click for details]

    Linc,
    Thanks for taking the time to reply. The beachball is literally every other minute. I tried to take the time to it's most basic second and it was 4:01:04 - I am currently backpacking in Laos with my bf and we are travel writers/photographers and he is helping me get this info.
    We didn't know what anonymyze meant but we tried to make sure you couldn't see my name. So far the spinning beach ball has occurred 4 times in just writing these 4 lines.
    We tried to make sure we didn't overwhelm you with the 4000 lines or more but just did a couple days worth of text. Thanks again for your time.
    2/14/15 9:46:39.584 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f0e870> connection from pid 592 with interface <AccountServiceInterface: 0x7fd7f8f08b80> (PID 592)
    2/14/15 9:46:39.676 PM locationd[54]: Couldn't find a requirement string for masquerading client /System/Library/PrivateFrameworks/Parsec.framework
    2/14/15 9:46:39.676 PM locationd[54]: could not get apple languages array, assuming english
    2/14/15 9:46:48.998 PM com.apple.WebKit.Plugin.64[603]: Failed to connect (colorGridView) outlet from (NSApplication) to (NSColorPickerGridView): missing setter or instance variable
    2/14/15 9:46:48.999 PM com.apple.WebKit.Plugin.64[603]: Failed to connect (view) outlet from (NSApplication) to (NSColorPickerGridView): missing setter or instance variable
    2/14/15 9:55:51.804 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d495f0> connection from pid 609 with interface <AccountServiceInterface: 0x7fd7f8d56840> (PID 609)
    2/14/15 9:55:51.970 PM App Store[609]: Unknown class 'FRPageController', using 'NSObject' instead. Encountered in Interface Builder file at path /System/Library/PrivateFrameworks/StoreUI.framework/Resources/Base.lproj/FRStor eViewController.nib.
    2/14/15 9:55:51.972 PM App Store[609]: Failed to connect (delegate) outlet from (NSObject) to (FRNavigationController): missing setter or instance variable
    2/14/15 9:55:51.973 PM App Store[609]: Failed to connect (view) outlet from (NSObject) to (FRWindowBackgroundView): missing setter or instance variable
    2/14/15 9:55:51.973 PM App Store[609]: Failed to connect (pageController) outlet from (FRNavigationController) to (NSObject): missing setter or instance variable
    2/14/15 9:55:52.134 PM storeassetd[298]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe92c0f6b0> connection from pid 609 with interface <AssetServiceInterface: 0x7ffe92c299e0> (PID 609)
    2/14/15 9:55:52.254 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f28bc0> connection from pid 609 with interface <AccountServiceInterface: 0x7fd7f8f03410> (PID 609)
    2/14/15 9:55:52.447 PM App Store[609]: NSWindow warning: adding an unknown subview: <_NSThemeCloseWidget: 0x6000001945d0>
    2/14/15 9:55:52.628 PM App Store[609]: Call stack:
      0   AppKit                              0x00007fff88fe58fc -[NSThemeFrame addSubview:] + 107
      1   AppKit                              0x00007fff889d168f -[NSView addSubview:positioned:relativeTo:] + 208
      2   StoreUI                             0x0000000108a81e2a -[FRWindow handleToolbarViewChangedNotification:] + 1085
      3   CoreFoundation                      0x00007fff87c7dcdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
      4   CoreFoundation                      0x00007fff87b6f244 _CFXNotificationPost + 3140
      5   AppKit                              0x00007fff8894d389 -[NSView _postFrameChangeNotification] + 422
      6   AppKit                              0x00007fff8894c39b -[NSView setFrameOrigin:] + 862
      7   StoreUI                             0x0000000108a81cb0 -[FRWindow handleToolbarViewChangedNotification:] + 707
      8   StoreUI                             0x0000000108a81844 -[FRWindow setToolbar:] + 183
      9   App Store                           0x0000000108a5a14f App Store + 8527
      10  AppKit                              0x00007fff88b62e07 -[NSWindowController _windowDidLoad] + 586
      11  AppKit                              0x00007fff88b49e12 -[NSWindowController window] + 110
      12  App Store                           0x0000000108a599c8 App Store + 6600
      13  CoreFoundation                      0x00007fff87c7dcdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
      14  CoreFoundation                      0x00007fff87b6f244 _CFXNotificationPost + 3140
      15  Foundation                          0x00007fff8508dc31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
      16  AppKit                              0x00007fff889148f7 -[NSApplication finishLaunching] + 440
      17  AppKit                              0x00007fff889143c1 -[NSApplication run] + 128
      18  AppKit                              0x00007fff888ffa14 NSApplicationMain + 1832
      19  libdyld.dylib                       0x00007fff87f145c9 start + 1
      20  ???                                 0x0000000000000001 0x0 + 1
    2/14/15 9:55:53.078 PM storeassetd[298]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe92f152a0> connection from pid 609 with interface <AssetServiceInterface: 0x7ffe92f01e70> (PID 609)
    2/14/15 9:55:53.092 PM storeassetd[298]: addOperation <AdoptionEligibilityCheckOperation: 0x7ffe92d2b740>{name = '(null)'}
    2/14/15 9:55:53.141 PM storeassetd[298]: addOperation <LoadUpdateQueueOperation: 0x7ffe92c1ed60>{name = '(null)'}
    2/14/15 9:55:53.143 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c95580> connection from pid 298 with interface <AccountServiceInterface: 0x7fd7f8c44550> (PID 298)
    2/14/15 9:55:53.204 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d4b3b0> connection from pid 298 with interface <AccountServiceInterface: 0x7fd7f8d5c030> (PID 298)
    2/14/15 9:55:53.219 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d32ec0> connection from pid 298 with interface <AccountServiceInterface: 0x7fd7f8d48c00> (PID 298)
    2/14/15 9:55:53.571 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c50b10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c30360> (PID 611)
    2/14/15 9:55:53.573 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c96140> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c951c0> (PID 611)
    2/14/15 9:55:53.642 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c81f10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e28a00> (PID 611)
    2/14/15 9:55:53.699 PM com.apple.CommerceKit.TransactionService[615]: TransactionServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f9739c19cd0> connection from pid 298 with interface <TransactionServiceInterface: 0x7f9739c122f0> (PID 298)
    2/14/15 9:55:53.699 PM com.apple.CommerceKit.TransactionService[615]: TransactionServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f9739e09a30> connection from pid 298 with interface <TransactionServiceInterface: 0x7f9739e086c0> (PID 298)
    2/14/15 9:55:53.702 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c93cf0> connection from pid 615 with interface <AccountServiceInterface: 0x7fd7f8c9b390> (PID 615)
    2/14/15 9:55:53.706 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d53040> connection from pid 615 with interface <AccountServiceInterface: 0x7fd7f8d55360> (PID 615)
    2/14/15 9:55:53.713 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c76170> connection from pid 298 with interface <AccountServiceInterface: 0x7fd7f8c81bb0> (PID 298)
    2/14/15 9:55:53.716 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d4dfc0> connection from pid 298 with interface <AccountServiceInterface: 0x7fd7f8d526f0> (PID 298)
    2/14/15 9:55:53.899 PM storeuid[614]: UIServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fbf0151a590> connection from pid 609 with interface <UIServiceInterface: 0x7fbf01602f60> (PID 609)
    2/14/15 9:55:54.074 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ca5030> connection from pid 609 with interface <AccountServiceInterface: 0x7fd7f8c85b30> (PID 609)
    2/14/15 9:55:54.084 PM storeaccountd[285]: -[PushServiceStoreDispatch getEnabledMediaTypesWithReply:]
    2/14/15 9:55:54.084 PM storeaccountd[285]: addOperation <ISStoreURLOperation: 0x7fd7f8c878e0 - request=<ISURLRequest:0x7fd7f8c79900 (null)> urlBagKey=enabled-media-types>
    2/14/15 9:55:54.118 PM com.apple.CommerceKit.TransactionService[617]: TransactionServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f993940f590> connection from pid 285 with interface <TransactionServiceInterface: 0x7f9939412650> (PID 285)
    2/14/15 9:55:54.121 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d0a3b0> connection from pid 617 with interface <AccountServiceInterface: 0x7fd7f8d58ef0> (PID 617)
    2/14/15 9:55:55.966 PM storeaccountd[285]: ADI: {
        "Cache-Control" = "no-store, no-cache, no-transform, private, max-age=0, must-revalidate";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 278;
        "Content-Type" = "text/xml; charset=UTF-8; encoding=UTF-8";
        Date = "Sat, 14 Feb 2015 14:55:55 GMT";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding";
        "apple-timing-app" = "5 ms";
        "x-apple-application-instance" = 104415;
        "x-apple-application-site" = NWK;
        "x-apple-jingle-correlation-key" = I3EFG3IJTW7D4JFQWLCEG5JZEQ;
        "x-apple-lokamai-no-cache" = true;
        "x-webobjects-loadaverage" = 0;
    2/14/15 9:55:56.825 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f0fee0> connection from pid 609 with interface <AccountServiceInterface: 0x7fd7f8f10520> (PID 609)
    2/14/15 9:55:56.826 PM storeaccountd[285]: ADI: {
        "Cache-Control" = "no-transform, max-age=35";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 350;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sat, 14 Feb 2015 14:55:56 GMT";
        "Last-Modified" = "Sat, 14 Feb 2015 14:49:39 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding";
        "X-Apple-ATS-Cache-Key" = "/17.154.42.215/80/us/store/iDevice/143441-1/13/https";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "3 ms";
        "x-apple-aka-ttl" = "Generated Sat Feb 14 06:49:39 PST 2015, Expires Sat Feb 14 06:50:39 PST 2015, TTL 60s";
        "x-apple-application-instance" = 1004805;
        "x-apple-application-site" = NWK;
        "x-apple-asset-version" = 0;
        "x-apple-date-generated" = "Sat, 14 Feb 2015 14:49:39 GMT";
        "x-apple-jingle-correlation-key" = 6BRWF6KO7GR35L7YYUSA5OANTA;
        "x-apple-orig-url" = "https://itunes.apple.com/us/store";
        "x-apple-request-store-front" = "143441-1,13";
        "x-apple-translated-wo-url" = "/WebObjects/MZStore.woa/wa/storeFront?cc=us&urlDesc=";
        "x-frame-options" = SAMEORIGIN;
        "x-webobjects-loadaverage" = 0;
    2/14/15 9:55:57.426 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e36130> connection from pid 298 with interface <AccountServiceInterface: 0x7fd7f8e017d0> (PID 298)
    2/14/15 9:55:57.476 PM storeaccountd[285]: ADI: {
        "Cache-Control" = "private, no-cache, no-store, no-transform, must-revalidate, max-age=0";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 229;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sat, 14 Feb 2015 14:55:56 GMT";
        Expires = "Sat, 14 Feb 2015 14:55:56 GMT";
        "Set-Cookie" = "Pod=8; version=\"1\"; expires=Sat, 14-Mar-2015 13:55:56 GMT; path=/; domain=.apple.com, itspod=8; version=\"1\"; expires=Sat, 14-Mar-2015 13:55:56 GMT; path=/; domain=.apple.com, mzf_in=082356; version=\"1\"; path=/WebObjects; domain=.apple.com; secure; HttpOnly, mzf_dr=0; version=\"1\"; expires=Thu, 01-Jan-1970 00:00:00 GMT; path=/WebObjects; domain=.apple.com, ns-mzf-inst=34-233-80-109-101-8280-82356-8-st11; version=1; Max-Age=1800; path=/; domain=.apple.com; httponly";
        "Strict-Transport-Security" = "max-age=31536000";
        "apple-timing-app" = "11 ms";
        "edge-control" = "no-store, cache-maxage=0";
        itspod = 8;
        pod = 8;
        "x-apple-application-instance" = 82356;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = X23MLW7S3A7L3WGY4ZACXHHOII;
        "x-apple-lokamai-no-cache" = true;
        "x-apple-orig-url" = "https://p8-buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/enabledMediaTypes?gu id=A8206630705B";
        "x-apple-translated-wo-url" = "/WebObjects/MZFinance.woa/wa/enabledMediaTypes?guid=A8206630705B";
        "x-frame-options" = SAMEORIGIN;
        "x-webobjects-loadaverage" = 59;
    2/14/15 9:55:57.537 PM App Store[609]: addOperation <ISProcessPropertyListOperation: 0x6080003827d0>{name = '(null)'}
    2/14/15 9:55:57.539 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8cab200> connection from pid 609 with interface <AccountServiceInterface: 0x7fd7f8c248f0> (PID 609)
    2/14/15 9:55:57.566 PM storeaccountd[285]: ADI: {
        "Access-Control-Allow-Origin" = "*";
        "Cache-Control" = "private, no-cache, no-store, no-transform, must-revalidate, max-age=0";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 414;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sat, 14 Feb 2015 14:55:56 GMT";
        Expires = "Sat, 14 Feb 2015 14:55:56 GMT";
        "Set-Cookie" = "Pod=8; version=\"1\"; expires=Sat, 14-Mar-2015 13:55:56 GMT; path=/; domain=.apple.com, itspod=8; version=\"1\"; expires=Sat, 14-Mar-2015 13:55:56 GMT; path=/; domain=.apple.com, mzf_in=082433; version=\"1\"; path=/WebObjects; domain=.apple.com; secure; HttpOnly, mzf_dr=0; version=\"1\"; expires=Thu, 01-Jan-1970 00:00:00 GMT; path=/WebObjects; domain=.apple.com, ns-mzf-inst=34-235-80-109-102-8282-82433-8-st11; version=1; Max-Age=1800; path=/; domain=.apple.com; httponly";
        "Strict-Transport-Security" = "max-age=31536000";
        "apple-timing-app" = "7 ms";
        "edge-control" = "no-store, cache-maxage=0";
        itspod = 8;
        pod = 8;
        "x-apple-application-instance" = 82433;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = DHWSJWHZWB7TIJXMUKEI2YZE54;
        "x-apple-lokamai-no-cache" = true;
        "x-apple-orig-url" = "https://p8-buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/adoptionEligibilityS rv?guid=A8206630705B";
        "x-apple-translated-wo-url" = "/WebObjects/MZFinance.woa/wa/adoptionEligibilitySrv?guid=A8206630705B";
        "x-frame-options" = SAMEORIGIN;
        "x-webobjects-loadaverage" = 56;
    2/14/15 9:55:58.478 PM storeaccountd[285]: ADI: {
        "Cache-Control" = "no-transform, max-age=10320";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 20771;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sat, 14 Feb 2015 14:55:58 GMT";
        "Last-Modified" = "Sat, 14 Feb 2015 12:07:31 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding, X-Apple-Store-Front, Cookie, User-Agent";
        "X-Apple-ATS-Cache-Key" = "/init.itunes.apple.com/80/WebObjects/MZInit.woa/wa/initiateSession/MacAppStore /2.0%20/143441-1/13/https/itspod=8?ix=5";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "58 ms";
        "x-apple-aka-ttl" = "Generated Sat Feb 14 04:07:31 PST 2015, Expires Sat Feb 14 09:47:31 PST 2015, TTL 20400s";
        "x-apple-application-instance" = 1809;
        "x-apple-application-site" = NWK;
        "x-apple-jingle-correlation-key" = CNS27XWS4NAJ5NKGR5FANX5DTU;
        "x-apple-max-age" = 14400;
        "x-apple-orig-url" = "https://init.itunes.apple.com/WebObjects/MZInit.woa/wa/initiateSession?ix=5&user AgentCacheKey=MacAppStore%2f2.0%20";
        "x-apple-request-store-front" = "143441-1,13";
        "x-apple-translated-wo-url" = "/WebObjects/MZInit.woa/wa/initiateSession?ix=5&userAgentCacheKey=MacAppStore%2 f2.0%20";
        "x-webobjects-loadaverage" = 0;
    2/14/15 9:55:58.513 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d1ae70> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d34fd0> (PID 611)
    2/14/15 9:55:59.683 PM storeaccountd[285]: ADI: {
        "Cache-Control" = "no-transform, max-age=41";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 38524;
        "Content-Type" = "text/html; charset=UTF-8";
        Date = "Sat, 14 Feb 2015 14:55:59 GMT";
        "Last-Modified" = "Sat, 14 Feb 2015 14:52:48 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding, X-Apple-Store-Front";
        "X-Apple-ATS-Cache-Key" = "/17.173.38.161/80/WebObjects/MZStore.woa/wa/viewGrouping/iDevice/143441-1/13/h ttps?cc=us&id=29520&mt=12";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "662 ms";
        "x-apple-aka-ttl" = "Generated Sat Feb 14 06:52:48 PST 2015, Expires Sat Feb 14 06:53:48 PST 2015, TTL 60s";
        "x-apple-application-instance" = 2126439;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = URUSE5YX3QNM53VSQEZHESOGYQ;
        "x-apple-orig-url" = "https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12";
        "x-apple-translated-wo-url" = "/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&mt=12";
        "x-frame-options" = SAMEORIGIN;
        "x-webobjects-loadaverage" = 0;
    2/14/15 9:56:00.565 PM storedownloadd[305]: DownloadServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fc4ab40e420> connection from pid 611 with interface <DownloadServiceInterface: 0x7fc4ab413c60> (PID 611)
    2/14/15 9:56:00.567 PM storeassetd[298]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe92f196d0> connection from pid 611 with interface <AssetServiceInterface: 0x7ffe92f3efa0> (PID 611)
    2/14/15 9:56:00.574 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d346b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d0ff50> (PID 611)
    2/14/15 9:56:00.579 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d42370> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d4e760> (PID 611)
    2/14/15 9:56:00.585 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8cc3980> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8cb2030> (PID 611)
    2/14/15 9:56:00.590 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d335b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d6fc10> (PID 611)
    2/14/15 9:56:00.858 PM storeaccountd[285]: ADI: {
        "Access-Control-Allow-Origin" = "*";
        "Cache-Control" = "private, max-age=60";
        Connection = "keep-alive";
        "Content-Length" = 2;
        "Content-Type" = "application/json; charset=UTF-8";
        Date = "Sat, 14 Feb 2015 14:56:00 GMT";
        Expires = "Sat, 14 Feb 2015 14:57:00 GMT";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "X-Apple-Store-Front,X-Dsid,Cookie";
        "access-control-allow-credentials" = true;
        "apple-timing-app" = "1 ms";
        "x-apple-application-instance" = 1562;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = Q22XHOJNG5ULCCN3GEUYYS2LVI;
        "x-webobjects-loadaverage" = 0;
    2/14/15 9:56:03.728 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f336c0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f2f070> (PID 611)
    2/14/15 9:56:04.372 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ca8830> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c9d820> (PID 611)
    2/14/15 9:56:04.378 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d38170> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d871b0> (PID 611)
    2/14/15 9:56:05.591 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d8ba10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d5beb0> (PID 611)
    2/14/15 9:56:05.598 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d7a280> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d0f300> (PID 611)
    2/14/15 9:56:06.191 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d9a540> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d76680> (PID 611)
    2/14/15 9:56:06.197 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d605d0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d7c090> (PID 611)
    2/14/15 9:56:06.818 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d6bc60> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8d49300> (PID 611)
    2/14/15 9:56:06.823 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8d9e320> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8da0990> (PID 611)
    2/14/15 9:56:06.841 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f37630> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f30510> (PID 611)
    2/14/15 9:56:06.845 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f379d0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f37d00> (PID 611)
    2/14/15 9:56:07.140 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c69570> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c55f70> (PID 611)
    2/14/15 9:56:07.455 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c60cf0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c3cd00> (PID 611)
    2/14/15 9:56:07.461 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c55860> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c69b80> (PID 611)
    2/14/15 9:56:07.467 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c61f30> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c6ee80> (PID 611)
    2/14/15 9:56:07.472 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c67100> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c657f0> (PID 611)
    2/14/15 9:56:07.477 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c3cb10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c50a80> (PID 611)
    2/14/15 9:56:07.482 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8da5980> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8da5c00> (PID 611)
    2/14/15 9:56:07.487 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e25260> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e2da80> (PID 611)
    2/14/15 9:56:07.492 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f3b540> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f3b980> (PID 611)
    2/14/15 9:56:07.497 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8da8c20> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8da8ee0> (PID 611)
    2/14/15 9:56:07.502 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dabe20> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dac0e0> (PID 611)
    2/14/15 9:56:07.507 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8da4420> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8daf140> (PID 611)
    2/14/15 9:56:07.512 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8db1fa0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8db2260> (PID 611)
    2/14/15 9:56:07.517 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c3d450> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c3f6a0> (PID 611)
    2/14/15 9:56:07.522 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8db50b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8db5370> (PID 611)
    2/14/15 9:56:07.527 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c4a100> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c5d500> (PID 611)
    2/14/15 9:56:07.533 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f3ff10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f40390> (PID 611)
    2/14/15 9:56:07.538 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8db8370> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8db86b0> (PID 611)
    2/14/15 9:56:07.543 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8db8b40> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dbb740> (PID 611)
    2/14/15 9:56:07.548 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8c6d1b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8c69070> (PID 611)
    2/14/15 9:56:07.553 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ce2fd0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8ce32c0> (PID 611)
    2/14/15 9:56:07.558 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ce6100> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8ce63c0> (PID 611)
    2/14/15 9:56:07.563 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f43600> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f44300> (PID 611)
    2/14/15 9:56:07.568 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ce9810> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8ce9ac0> (PID 611)
    2/14/15 9:56:07.573 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f45ae0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f45dd0> (PID 611)
    2/14/15 9:56:07.578 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e297f0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e14eb0> (PID 611)
    2/14/15 9:56:07.583 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dc1700> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dc1a70> (PID 611)
    2/14/15 9:56:07.588 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f48e60> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f49790> (PID 611)
    2/14/15 9:56:07.593 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ced870> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8cedda0> (PID 611)
    2/14/15 9:56:07.598 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8cf0ce0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8cf0fa0> (PID 611)
    2/14/15 9:56:07.603 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dc4e80> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dc5240> (PID 611)
    2/14/15 9:56:07.607 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8cf42c0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8cf4680> (PID 611)
    2/14/15 9:56:07.612 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dc82e0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dc8b60> (PID 611)
    2/14/15 9:56:07.617 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8cf7ca0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8cf8090> (PID 611)
    2/14/15 9:56:07.622 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dcba80> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dcc320> (PID 611)
    2/14/15 9:56:07.627 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dcf2d0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dcf590> (PID 611)
    2/14/15 9:56:07.632 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8cfbdb0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8cfb190> (PID 611)
    2/14/15 9:56:07.637 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dd2400> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dd2ca0> (PID 611)
    2/14/15 9:56:07.642 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e245f0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e20670> (PID 611)
    2/14/15 9:56:07.647 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dd6370> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dd6710> (PID 611)
    2/14/15 9:56:07.652 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb003a90> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb003f80> (PID 611)
    2/14/15 9:56:07.657 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dd9c10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dda000> (PID 611)
    2/14/15 9:56:07.664 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ddcf50> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8ddd210> (PID 611)
    2/14/15 9:56:07.673 PM storeassetd[298]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe92f20cc0> connection from pid 611 with interface <AssetServiceInterface: 0x7ffe92f20ff0> (PID 611)
    2/14/15 9:56:07.989 PM storeassetd[298]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe92e10450> connection from pid 611 with interface <AssetServiceInterface: 0x7ffe92e3a4d0> (PID 611)
    2/14/15 9:56:11.904 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb007ab0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb0078d0> (PID 611)
    2/14/15 9:56:11.910 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f4cf00> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f4d260> (PID 611)
    2/14/15 9:56:11.916 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb00ae00> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb00b2b0> (PID 611)
    2/14/15 9:56:11.921 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb00a820> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb00cc70> (PID 611)
    2/14/15 9:56:11.926 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb011280> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb011580> (PID 611)
    2/14/15 9:56:11.931 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8ddd680> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8de0f90> (PID 611)
    2/14/15 9:56:11.937 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8de3e80> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8de4140> (PID 611)
    2/14/15 9:56:11.942 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e1d830> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e1b2f0> (PID 611)
    2/14/15 9:56:11.946 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8de7650> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8de7a80> (PID 611)
    2/14/15 9:56:11.951 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb00e7d0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb014be0> (PID 611)
    2/14/15 9:56:11.956 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb017b70> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb017e30> (PID 611)
    2/14/15 9:56:11.961 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8deb680> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8deb9c0> (PID 611)
    2/14/15 9:56:11.965 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dee970> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8deec30> (PID 611)
    2/14/15 9:56:11.970 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8df1aa0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8df1d60> (PID 611)
    2/14/15 9:56:11.975 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e3f440> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e3f6e0> (PID 611)
    2/14/15 9:56:11.980 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f51060> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f51470> (PID 611)
    2/14/15 9:56:11.985 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb01b1b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb01c530> (PID 611)
    2/14/15 9:56:11.990 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8df5210> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8df5600> (PID 611)
    2/14/15 9:56:11.994 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8df8580> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8df8840> (PID 611)
    2/14/15 9:56:11.999 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8dfb6b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8dfb970> (PID 611)
    2/14/15 9:56:12.004 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb020720> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb020bb0> (PID 611)
    2/14/15 9:56:12.009 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e136f0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e13ff0> (PID 611)
    2/14/15 9:56:12.014 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e429b0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e42c30> (PID 611)
    2/14/15 9:56:12.019 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb023b20> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb023de0> (PID 611)
    2/14/15 9:56:12.023 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e45950> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e465a0> (PID 611)
    2/14/15 9:56:12.028 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb026c70> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb026f30> (PID 611)
    2/14/15 9:56:12.033 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb104ab0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb104fd0> (PID 611)
    2/14/15 9:56:12.038 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb029dc0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb02a5f0> (PID 611)
    2/14/15 9:56:12.043 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb1086d0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb107f50> (PID 611)
    2/14/15 9:56:12.048 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e49700> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e49a00> (PID 611)
    2/14/15 9:56:12.053 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f55380> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f55700> (PID 611)
    2/14/15 9:56:12.057 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb10bd10> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb10c150> (PID 611)
    2/14/15 9:56:12.062 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb10f0d0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb10f390> (PID 611)
    2/14/15 9:56:12.067 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb02e890> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb02eb30> (PID 611)
    2/14/15 9:56:12.072 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb112710> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb112ac0> (PID 611)
    2/14/15 9:56:12.077 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f58e40> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f587e0> (PID 611)
    2/14/15 9:56:12.082 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb115a50> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb115d80> (PID 611)
    2/14/15 9:56:12.087 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb032970> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb032c30> (PID 611)
    2/14/15 9:56:12.091 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e4c900> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e4d540> (PID 611)
    2/14/15 9:56:12.096 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb119840> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb119ca0> (PID 611)
    2/14/15 9:56:12.101 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb11cc30> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb11cef0> (PID 611)
    2/14/15 9:56:12.106 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb11fd60> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb120020> (PID 611)
    2/14/15 9:56:12.111 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb122e90> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb123150> (PID 611)
    2/14/15 9:56:12.116 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb036e20> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb037330> (PID 611)
    2/14/15 9:56:12.120 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb125fc0> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb126280> (PID 611)
    2/14/15 9:56:12.125 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb129160> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb129420> (PID 611)
    2/14/15 9:56:12.130 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8e50d90> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8e50ea0> (PID 611)
    2/14/15 9:56:12.135 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7f8f5d590> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7f8f5d7d0> (PID 611)
    2/14/15 9:56:12.140 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb03b670> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb03bb80> (PID 611)
    2/14/15 9:56:12.145 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb12ca30> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb12cd10> (PID 611)
    2/14/15 9:56:12.149 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb03ef90> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb03f380> (PID 611)
    2/14/15 9:56:12.154 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb042310> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb0425d0> (PID 611)
    2/14/15 9:56:12.159 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb045440> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb045700> (PID 611)
    2/14/15 9:56:12.164 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb12fc80> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb1313d0> (PID 611)
    2/14/15 9:56:12.168 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb048a80> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb048e30> (PID 611)
    2/14/15 9:56:25.375 PM storeaccountd[285]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd7fb131990> connection from pid 611 with interface <AccountServiceInterface: 0x7fd7fb134ac0> (PID 611)
    2/14/15 9:56:26.174 PM locationd[54]: Location icon should now be in state 'Active'
    2/14/15 9:56:37.238 PM locationd[54]: Location icon should now be in state 'Inactive'
    2/14/15 9:56:45.034 PM locationd[54]: Location icon should now be in state 'Active'
    2/14/15 9:57:31.720 PM Spotlight[230]: Hang timer fired; exiting
    2/14/15 9:57:31.721 PM SystemUIServer[201]: Spotlight: Service connection interrupted!
    2/14/15 9:57:31.722 PM spindump[423]: Got xpc error message in libspindump client connection: Connection invalid
    2/14/15 9:57:47.065 PM Spotlight[624]: applications query - started
    2/14/15 9:57:47.093 PM Spotlight[624]: applications query - finished in 0.028 seconds
    2/14/15 9:58:05.005 PM locationd[54]: Location icon should now be in state 'Inactive'
    2/14/15 10:03:51.071 PM loginwindow[64]: ERROR | +[LWNotifyServer shutdown] | LWNotifyServer shutdown called with server nil
    2/14/15 10:04:15.540 PM loginwindow[64]: ERROR | -[SessionLogoutManager quitFinder] | Attempt to set quit finder when alreay set, phase: 6
    2/14/15 10:04:17.351 PM garcon[339]: host connection <NSXPCConnection: 0x60800010b760> connection from pid 202 invalidated
    2/14/15 10:04:17.352 PM spindump[423]: Got xpc error message in libspindump client connection: Connection invalid
    2/14/15 10:04:17.368 PM loginwindow[64]: Login Window point of no return
    2/14/15 10:04:17.832 PM UserEventAgent[16]: Captive: [UserAgentDied:143] User Agent @port=74767 Died
    2/14/15 10:04:18.167 PM lsuseractivityd[314]: [SFActivityAdvertiser] ERROR: lost XPC connection
    2/14/15 10:04:18.168 PM lsuseractivityd[314]: [SFContinuityScanManager] ERROR: lost XPC connection
    2/14/15 10:04:19.419 PM sessionlogoutd[649]: sessionlogoutd Launched

  • I accidentally quit my CC on my Macbook pro and now the cloud icon is grayed out and every time I hover over it with the mouse I get the spinning beach ball of death on the icon. I have no idea how to open it because when I use spotlight search to open it

    I accidentally quit my CC on my Macbook pro and now the cloud icon is grayed out and every time I hover over it with the mouse I get the spinning beach ball of death on the icon. I have no idea how to open it because when I use spotlight search to open it it gives me a message saying "Creative Cloud is not open anymore" help!

    Since you didn't include any pertinent info such as the Mac model and OS version you are running, here is some general information:
    Mac OS X: Gray screen appears during startup
    Depending on which OS yours came with originally - and which OS you are now running - you would either need your original install disks - you can call Apple for replacements by giving them your serial number. Or you may be able to reinstall the OS by using recovery (again, depends on which model/which OS).

  • I have an early 2008 Mac Pro, which has re-booting problems. Also what does the spinning beach-ball indicate?

    Hi, I have an early 2008 Mac Pro which has re-booting problems.
    Processor speed is: 2.8
    Memory: 2GB 800 MHz DDR2 FB-DIMM
    2 x 28GHz Quad Core Intel Xeon
    I am running OSX Yosemite Version 10.10
    My Mac Pro keeps re-booting. Last year I had to replace my graphics card. My original card was the ATI Radeon HD 2600 XT 255MB, and that is what I have now. At this precise moment my Mac Pro is running perfectly, except that it is slow and the spinning beach-ball keeps appearing. I have managed to do some work with the disk utilities, verifying, cleaning and partitioning. Some errors were found and when it was cleaned this seemed to help my Mac Pro to function properly. Although I am able to use my Mac Pro now, from day to day I still experience re-boot problems. Also quite unexpectedly my mac dictionary has an error, it closed itself down and will not open at all, I had the message to say that a report will be sent to Apple.
    I have tried starting my computer with an external hard drive fitted via a USB cable, I use for back-ups. This worked and I was able to wipe my hard drive clear and replace all info from the back up I had done only a few days ago.
    This worked for a few days and then the same problem started again.
    I am beginning to wonder if I need to buy a new hard drive.
    If there is anyone who has some answers to help me solve my problem, I would be most grateful.
    Robert

    When you have the beachball activity, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    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 and start typing the name.
    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.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages 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 it useless for 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 Pro mid 2012 laptop continuously lags on every web site and I get the spinning beach ball very often but when I log in as a guest, everything works fine. What should I do to fix this?

    My MacBook Pro mid 2012 laptop continuously lags on every web site and I get the spinning beach ball very often but when I log in as a guest, everything works fine. What should I do to fix this?

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • The spinning beach ball has become my worst nightmare!

    the spinning beach ball has become my worst nightmare! I had my  mac at the genius bar it worked great when I left now every time I hit enter I get the spinning wheel. Cold it be my internet  connection

    See this FAQ on resolving the spinning beach ball: http://www.thexlab.com/faqs/sbbod.html

  • Why do I get the spinning beach ball when I try to change from Events to Photos.  How do I fix it?

    Why do I get the spinning beach ball when I try to change from Events to Photos.  How do I fix it?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Why can't I download PDF files, and why does the "spinning beach ball" keep showing up?

    I have a late 2008 iMac, 3.06 GHz Core 2 Duo, 4 GB 800 MHz DDR2 SDRAM, 500 Gig Hardrive, and I'm using OS X 10.6.8.  In addition, there are three external drives - 750 G Maxtor, 1T Maxtor, and 1T LaCie for Time Machine.  There are only 20 Gigs left of space on the internal hard drive.   The two problems I continue to have are that PDF files are not visible when I click on the download link, and I keep seeing the "spinning beach ball" when I'm trying to work with photos in iPhoto '09 or Lightroom 4.1.  Sometimes it seems like the system is waiting for the 750 G external drive to activate before the beach ball disappears.  Can anyone tell me what's going on?

    There are only 20 Gigs left of space on the internal hard drive.
    That'll slow you down a bit.
    See if disconnecting the LaCie helps.
    See how many of these you can answer...
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab, are there a lot of Pageouts?

  • My mac is running slow, the spinning beach ball constantly appears. it seems that when i am in the apple store with fast wifi its a bit better. genius at the apple store checked the hard drive, it's all fine. what can it be?

    my mac is running slow, the spinning beach ball constantly appears. it seems that when i am in the apple store with fast wifi its a bit better. genius at the apple store checked the hard drive, it's all fine. what can it be? can it be a software issue with the wifi?
    also i noted that it has only been doing this since quite recently, before it was fine
    please help!

    First, back up all data immediately, as your boot drive might be failing.
    Step 1
    This diagnostic procedure will query the log for messages that may indicate a system issue. It changes nothing, and therefore will not, in itself, solve your problem.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|timed? ?o' | tail | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the 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.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. Normally the command will produce no output, and the window will be empty. If the TextEdit window (not the Terminal window) has anything in it, stop here and post it — the text, please, not a screenshot. The title of the TextEdit window doesn't matter, and you don't need to post that.
    Step 2
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Reset the System Management Controller.
    Run Software Update. If there's a firmware update, install it.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    If you have a portable computer, check the cycle count of the battery. It may be due for replacement.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane. See whether there's any change.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you have a MacBook Pro with dual graphics, disable automatic graphics switching in the Energy Saverpreference pane for better performance at the cost of shorter battery life.
    Step 3
    When you notice the problem, 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.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the View menu or 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 Memory tab. What value is shown in the bottom part of the window for Swap used?
    Next, select the Disk tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in andWrites out.)
    Step 4
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. 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. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard by pressing the key combinationcommand-C. Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Spinning beach ball on desktop of macbook pro of 2013 is not stopping

    After downloading a .pdf file from the internet on the desktop, when I wanted to see the name of file, I am encountered with a spinning beach ball which is not stopping. It occured once more in this week. And immediate after 3 months of purchase of the MacBook Pro it appeared for the first time, which compelled me to reinstall OS X 10.9.1 and then, be updated.
    Why?
    I shall appreciate if anyone can help me out of this recurring problem of Spinning Beach Ball.

    Check out:  Troubleshoot the spinning beach ball/freezing & crashing
    Troubleshoot the spinning beach ball
    Have you read for possible solutions over in the "More Like This" thread over here?----------------------->
    =================
    If you are still under warranty and/or have AppleCare, call them.  Let them deal w/it.
    OOW:  Take your Mac to your local Apple Store or an AASP.  Diagnostic testing is FREE!

  • The spinning beach ball keeps rolling

    Hey there!
    I've got a late 2009 Macbook and since updating to OS X 10.6.5 the spinning beach ball's been a frequent problem. It's mostly when I use Safari(5.0.3 newly updated) so I tried downloading Firefox but no luck. It's like the computer has slowed down after the update and I also get the spinning beach ball in Itunes and Spotify from time to time.
    I've been scanning the board for an answer and tried some of the tips you good people gave to others in need but nothing's helped.
    Any suggestions?
    /Johan

    After serious troubleshooting on my new MacBook with almost constant beach-balling, i realized the only time the computer works as supposed to do is WHILE SPOTLIGHT IS INDEXING. When indexing is done or if it is shut off the beach ball returns.
    This is on a completely new installation of 10.6.3 on a formatted hard drive with no 3rd part soft installed. It even beach-balls on the user registration form directly after install... and the welcome-video lagged for a cpl of seconds.
    This is crazy. I tried everything
    Repaired permissions
    Cleared caches
    Checked hard drive SMART Status
    Reinstalled osx twice
    turned off journaling
    disabled spotlight
    disabled the motion sensor
    There, now the indexing is done and in this sentence i got 2 beach balls...
    Come on apple! (2 beach balls in this sentence)

  • Power Mac G4 MDD 1.25GHz DP often completely locks up in the first few minutes after booting, sometimes with the spinning beach ball, normally with a very high pitched whining noise.

    Over the last few months my Mac has developed a worrying habit.
    Within the first few minutes of starting it up (perhaps on average about 50% of the time) it will completely lock up. This may happen at the Log In screen (if I start up the Mac & then leave it for a while) or during normal use.
    Often the first symptom is a very high pitched (but quiet) whining noise that seems to come from the loud speaker on the front of the Mac. The pointer may freeze at this point, or it may still be moveable for 5 or 10 seconds before it freezes. It sometimes turns into the spinning beach ball during this. Once locked up the only way I can restart the Mac is to hold down the power button on the front for a few seconds to completely reboot the machine.
    Once the Mac has restarted, it usually behaves normally, almost always for the rest of the day. The initial lock up & resulting restart only normally seem to happen the first time I use the Mac that day.
    The only peripherals attached to the Mac (apart from the display, keyboard & mouse) are an ADSL modem, a USB printer and a pair of Apple Pro speakers, and this setup hasn't changed since long before the problems started, so I'm confident that I can discount the peripherals causing problems. I doubt that unplugging the speakers, for example, would have any effect.
    I've run Disc Utility, OnyX and DiscWarrior without anything major cropping up. My instincts (I've been troubleshooting Mac problems for 16 years) tell me that I have a fundamental hardware problem, possibly with one of the 4 RAM DIMMs installed.
    The RAM configuration is shown in the attached screen grab.
    I'm considering removing one DIMM, running with 1.5GB of RAM rather than 2GB for a while, and repeating with a different DIMM removed each time until I can hopefully isolate the dodgy DIMM.
    Do people feel this is a sensible approach, or should I try something else first?
    Many thanks.

    Sometimes visual inpection will show bulging tops/sides., my guess is if it is it's most likely in the PSU.
    Possible cheap fix, You can convert an ATX PSU for use on a G4...
    http://atxg4.com/mdd.html
    http://atxg4.com/

Maybe you are looking for