Several minutes until usable after wake from sleep

This problem has been dogging me since before Mavericks. My admin account (other accounts do not have this problem) can take up to five minutes to become fully usable. Some apps seem to work, others give me spinning beach ball. The network (wireless or ethernet) is included in the slow start. I have scoured these discussions, tried to compare Console logs and even gone to the Genuis bar for help (the recommended deleting bezel services which does not help). Once it wakes up fully the system seems to work just fine. Does anyone have an idea of what might be causing this?

OS X Mavericks (10.9), 2.2 ghz i7 CD2, 16gb ram, 750gb hd

Posted on Mar 23, 2014 12:53 PM

Reply
42 replies

Mar 28, 2014 2:08 PM in response to Rick Wintheiser1

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.

2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.

3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.

Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.

4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.

5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.

6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.

Triple-click anywhere in the line of text below on this page to select it:

PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */ /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Broadcom|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm "TCP/IP"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find . -maxdepth 1 -exec basename {} + | while read f; do [[ ("$f" =~ ^\.. && ! "$f" =~ ^\.(adobe|android|bash.+|CFU.+|cache|config|cups|dropbox|DS_Store|filezilla|font.+|git.+|profile|rnd|sh_.+|ssh|subv.+|Trash(es)?|zprofile|zsh.+)$) || ($(stat -f%f "$f") -ge 32768 && "$f" != Library) ]] && ls -Fd "$f"; done`; Pm "Hidden user files"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-

Copy the selected text to the Clipboard by pressing the key combination command-C.

7. Launch the built-in Terminal application in any of the following ways:

☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)

☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.

☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.

Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.

8. If you see an error message in the Terminal window such as "syntax error," enter

exec bash

and press return. Then paste the script again.

9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.

If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.

10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line

[Process completed]

to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.

11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.

If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.

12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.

Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.


________________________________

Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Mar 29, 2014 7:48 AM in response to Linc Davis

System Version: OS X 10.9.2 (13C64)

Kernel Version: Darwin 13.1.0

Boot Mode: Normal



Model: MacBookPro8,3



RAM details



BANK 0/DIMM0:



Size: 8 GB

Speed: 1333 MHz

Status: OK

Manufacturer: 0x0000



BANK 1/DIMM0:



Size: 8 GB

Speed: 1333 MHz

Status: OK

Manufacturer: 0x0000



Battery cycles: 518



System diagnostics



2014-03-27 com.apple.WebKit.WebContent spin

2014-03-27 join.me spin

2014-03-28 Contacts spin

2014-03-28 WindowServer spin

2014-03-28 com.apple.WebKit.WebContent spin

2014-03-28 iTunes hang

2014-03-28 join.me spin

2014-03-28 join.me spin

2014-03-28 join.me spin

2014-03-28 join.me spin



User diagnostics



2014-03-24 iTunes crash

2014-03-24 steam crash

2014-03-25 Finder crash *

2014-03-25 Finder crash *

2014-03-26 Finder crash *

2014-03-26 Finder crash *

2014-03-27 Finder crash *

2014-03-27 Finder crash *

2014-03-27 mdworker crash

2014-03-28 Preview crash



* Code injection



Kernel messages



Mar 26 15:31:12 Sound assertion in AppleHDAFunctionGroup at line 1175

Mar 26 15:31:12 Sound assertion in AppleHDADriver at line 3532

Mar 26 15:31:12 Sound assertion in AppleHDADriver at line 3336

Mar 26 15:32:34 wl0: Roamed or switched channel, reason #4, bssid 10:8c:cf:10:a2:31

Mar 26 15:42:37 wl0: Roamed or switched channel, reason #2, bssid 10:8c:cf:10:a2:31

Mar 26 15:55:02 [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady

Mar 26 15:55:02 [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)

Mar 26 16:08:32 wl0: Roamed or switched channel, reason #1, bssid 10:8c:cf:10:a2:31

Mar 26 16:08:36 wl0: Roamed or switched channel, reason #8, bssid 10:8c:cf:10:a2:31

Mar 26 16:19:44 [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady

Mar 26 16:19:44 [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)

Mar 27 09:29:26 process join.me[2000] caught causing excessive wakeups. Observed wakeups rate (per sec): 262; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 98999

Mar 27 11:39:21 Warning: IOSurface 000000cf seed changed while owned by an accelerator 00000001: 0000007f -> 00000080

Mar 27 12:08:39 process join.me[2000] caught causing excessive wakeups. Observed wakeups rate (per sec): 275; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 5160595

Mar 27 17:06:37 PM notification timeout (pid 2742, Messages)

Mar 27 22:53:42 [IOBluetoothHCIController][EnqueueRequestForController] -- SendHCIRequestToTransport failed, error (0xE00002D8) -- kIOReturnNotReady

Mar 27 22:53:42 [SendHCIRequestFormatted] ### ERROR: EnqueueRequestForController failed (err=0xe00002d8 (kIOReturnNotReady)) for opCode 0x0c3f (Set AFH Host Channel Classification)

Mar 28 09:42:10 process Google Chrome He[3702] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback

Mar 28 10:00:54 process Contacts[3371] thread 1500677 caught burning CPU! It used more than 50% CPU (Actual recent usage: 70%) over 180 seconds. thread lifetime cpu usage 90.262186 seconds, (84.793727 user, 5.468459 system) ledger info: balance: 90003238175 credit: 90003238175 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 127955826887

Mar 28 14:26:23 process join.me[4406] caught causing excessive wakeups. Observed wakeups rate (per sec): 263; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 63179

Mar 28 14:30:51 process WindowServer[132] caught causing excessive wakeups. Observed wakeups rate (per sec): 156; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 2277718

Mar 28 14:31:49 process FaceTime[4440] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback

Mar 28 15:39:56 process com.apple.WebKit[3430] caught causing excessive wakeups. Observed wakeups rate (per sec): 232; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 286322

Mar 28 15:41:23 process join.me[4406] caught causing excessive wakeups. Observed wakeups rate (per sec): 263; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 1308345

Mar 28 16:42:19 PM notification timeout (pid 3974, Messages)



Loaded extrinsic kernel extensions



com.rim.driver.BlackBerryUSBDriverInt (0.0.68)

com.AmbrosiaSW.AudioSupport (4.1.2)

com.Cycling74.driver.Soundflower (1.5.2)

com.techsmith.TACC (1.0.2)

org.virtualbox.kext.VBoxDrv (3.0.12)

org.virtualbox.kext.VBoxUSB (3.0.12)



Extrinsic daemons



com.smithmicro.vzwwirelessd

com.oracle.java.JavaUpdateHelper

com.oracle.java.Helper-Tool

com.microsoft.office.licensing.helper

com.freemacsoft.appcleanerd

com.fitbit.galileod

com.bjango.istatmenusdaemon

com.barebones.authd

com.ambrosiasw.ambrosiaaudiosupporthelper.daemon

com.adobe.fpsaud



Extrinsic agents



com.valvesoftware.steamclean

com.oracle.java.Java-Updater

com.google.keystone.system.agent

com.bjango.istatmenusagent

de.metaquark.appfresh

com.facebook.videochat.updater

com.citrixonline.GoToMeeting.G2MUpdate

com.adobe.ARM.UUID

com.adobe.ARM.UUID

com.valvesoftware.steam.ipctool



launchd items



/Library/LaunchAgents/com.bjango.istatmenusagent.plist

(com.bjango.istatmenusagent)

/Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.system.agent)

/Library/LaunchAgents/com.oracle.java.Java-Updater.plist

(com.oracle.java.Java-Updater)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist

(com.ambrosiasw.ambrosiaaudiosupporthelper.daemon)

/Library/LaunchDaemons/com.apple.aelwriter.plist

(com.apple.aelwriter)

/Library/LaunchDaemons/com.barebones.authd.plist

(com.barebones.authd)

/Library/LaunchDaemons/com.barebones.textwrangler.plist

(com.barebones.textwrangler)

/Library/LaunchDaemons/com.bjango.istatmenusdaemon.plist

(com.bjango.istatmenusdaemon)

/Library/LaunchDaemons/com.fitbit.galileod.plist

(com.fitbit.galileod)

/Library/LaunchDaemons/com.freemacsoft.appcleanerd.plist

(com.freemacsoft.appcleanerd)

/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

(com.microsoft.office.licensing.helper)

/Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist

(com.oracle.java.Helper-Tool)

/Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist

(com.oracle.java.JavaUpdateHelper)

/Library/LaunchDaemons/com.smithmicro.vzwwirelessd.plist

(com.smithmicro.vzwwirelessd)

Library/LaunchAgents/com.adobe.ARM.UUID.plist

(com.adobe.ARM.UUID)

Library/LaunchAgents/com.adobe.ARM.UUID.plist

(com.adobe.ARM.UUID)

Library/LaunchAgents/com.citrixonline.GoToMeeting.G2MUpdate.plist

(com.citrixonline.GoToMeeting.G2MUpdate)

Library/LaunchAgents/com.facebook.videochat.plist

(com.facebook.videochat.updater)

Library/LaunchAgents/com.marketcircle.daylite.dlbackuppersonal.plist

(com.marketcircle.daylite.dlbackuppersonal)

Library/LaunchAgents/com.valvesoftware.steamclean.plist

(com.valvesoftware.steamclean)

Library/LaunchAgents/de.metaquark.appfresh.plist

(de.metaquark.appfresh)

Library/LaunchAgents/net.sourceforge.tvshows.plist

(net.sourceforge.tvshows)



Startup items



/System/Library/StartupItems/CiscoVPN/CiscoVPN

/System/Library/StartupItems/CiscoVPN/Resources/English.lproj/Localizable.strin gs

/Library/StartupItems/HP IO/HP IO

/Library/StartupItems/HP IO/Resources/English.lproj/Localizable.strings

/Library/StartupItems/HP IO/Resources/version.plist



Extrinsic loadable bundles



/System/Library/Extensions/AmbrosiaAudioSupport.kext

(com.AmbrosiaSW.AudioSupport)

/System/Library/Extensions/BJUSBMP.kext

(jp.co.canon.bj.kext.BJUSBMP)

/System/Library/Extensions/CiscoVPN.kext

(com.cisco.nke.ipsec)

/System/Library/Extensions/EVOenabler.kext

(com.EVOenabler)

/System/Library/Extensions/jawbone.kext

(com.aliph.driver.jstub)

/System/Library/Extensions/LGEMobileSolutionFamily.kext

(com.lge.driver.LGEMobilSolutionFamily)

/System/Library/Extensions/NovatelWirelessWWAN.kext

(com.novatelwireless.kext.wwan)

/System/Library/Extensions/PTRayUSBFamily.kext

(com.pantech.driver.PTRayUSBFamily)

/System/Library/Extensions/PTUMWDrv.kext

(com.devguru.driver.PTUMWDrv)

/System/Library/Extensions/RIMBBUSB.kext

(com.rim.driver.BlackBerryUSBDriverInt)

/System/Library/Extensions/RIMBBVSP.kext

(com.rim.driver.BlackBerryUSBDriverVSP)

/System/Library/Extensions/SierraDevSupport.kext

(com.sierrawireless.driver.SierraDevSupport)

/System/Library/Extensions/SierraFSCSupport.kext

(com.sierrawireless.driver.SierraFSCSupport)

/System/Library/Extensions/SierraFSRSupport.kext

(com.sierrawireless.driver.SierraFSRSupport)

/System/Library/Extensions/SierraHSRSupport.kext

(com.sierrawireless.driver.SierraHSRSupport)

/System/Library/Extensions/SMSIWirelessModem.kext

(com.smithmicro.driver.SMSIWirelessModem)

/System/Library/Extensions/Soundflower.kext

(com.Cycling74.driver.Soundflower)

/System/Library/Extensions/TACC.kext

(com.techsmith.TACC)

/System/Library/Extensions/ZTEUSBCDCACMData.kext

(com.ZTE.driver.ZTEUSBCDCACMData)

/Library/Audio/Plug-Ins/Components/Flip4Mac WMA Import.component

(net.telestream.wmv.import)

/Library/Extensions/VBoxDrv.kext

(org.virtualbox.kext.VBoxDrv)

/Library/Extensions/VBoxDrvTiger.kext

(org.virtualbox.kext.VBoxDrv)

/Library/Extensions/VBoxNetAdp.kext

(org.virtualbox.kext.VBoxNetAdp)

/Library/Extensions/VBoxNetFlt.kext

(org.virtualbox.kext.VBoxNetFlt)

/Library/Extensions/VBoxUSB.kext

(org.virtualbox.kext.VBoxUSB)

/Library/Extensions/VBoxUSBTiger.kext

(org.virtualbox.kext.VBoxUSB)

/Library/Internet Plug-Ins/AmazonMP3DownloaderPlugin1017287.plugin

(com.AmazonMP3DownloaderPluginLib.Amazon MP3 Downloader Plugin)

/Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin

(net.telestream.wmv.plugin)

/Library/Internet Plug-Ins/GarminGpsControl.plugin

(com.garmin.GarminGpsControl)

/Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin

(com.Google.GoogleEarthPlugin.plugin)

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

(com.google.googletalkbrowserplugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.oracle.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/net.juniper.DSSafariExtensions.plugin

(net.juniper.DSSafariExtensions.plugin)

/Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin

(com.google.o3d)

/Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin

(com.microsoft.officelive.browserplugin)

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

(com.microsoft.sharepoint.browserplugin)

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

(com.microsoft.sharepoint.webkitplugin)

/Library/Internet Plug-Ins/Silverlight.plugin

(com.microsoft.SilverlightPlugin)

/Library/PreferencePanes/DivX.prefPane

(com.divx.divxprefs)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/Flip4Mac WMV.prefPane

(net.telestream.wmv.prefpane)

/Library/PreferencePanes/JavaControlPanel.prefPane

(com.oracle.java.JavaControlPanel)

/Library/PreferencePanes/NTFS-3G.prefPane

(org.catacombae.macntfs-3g.prefpane)

/Library/PreferencePanes/OSXFUSE.prefPane

(com.github.osxfuse.OSXFUSEPrefPane)

/Library/QuickTime/DivX Decoder.component

(com.DivXInc.DivXDecoder)

/Library/QuickTime/DivX Encoder.component

(com.DivXInc.DivXCodec)

/Library/QuickTime/FLACImport.component

(No bundle ID)

/Library/QuickTime/Flip4Mac WMV Advanced.component

(net.telestream.wmv.advanced)

/Library/QuickTime/Flip4Mac WMV Export.component

(net.telestream.wmv.export)

/Library/QuickTime/Flip4Mac WMV Import.component

(net.telestream.wmv.import)

/Library/QuickTime/XiphQT.component

(org.xiph.xiph-qt.xiphqt)

/Library/QuickTime/XviD_Codec 1.0 alpha.component

(com.yourcompany.XviD_Codec)

/Library/Spotlight/iWeb.mdimporter

(com.apple.MDImporter.iWeb)

/Library/Spotlight/Microsoft Entourage.mdimporter

(com.microsoft.entourageMDImporter)

Library/Address Book Plug-Ins/Hubi's Address Book Scripts/Google - show overview on google maps.scptd

(No bundle ID)

Library/Address Book Plug-Ins/SkypeABDialer.bundle

(com.skype.skypeabdialer)

Library/Address Book Plug-Ins/SkypeABSMS.bundle

(com.skype.skypeabsms)

Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle

(com.unsanity.smartcrashreports)

Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin

(com.citrixonline.mac.WebDeploymentPlugin)

Library/Internet Plug-Ins/FacebookVideoCalling.bundle

(com.skype.FacebookVideoCalling)

Library/Internet Plug-Ins/WebEx64.plugin

(com.cisco_webex.plugin.gpc)

Library/iTunes/Scripts/Change Hidden Preferences.app

(com.dougscripts.ChangeHiddeniTunesPrefs)

Library/iTunes/Scripts/Change Hidden Prefs.scptd

(No bundle ID)

Library/iTunes/Scripts/Proper English Title Capitalization.scptd

(com.dougscripts.titlecaps)

Library/PreferencePanes/GnuPG.prefPane

(net.sourceforge.macgpg.gpgpreferences)

Library/PreferencePanes/MySQL.prefPane

(com.mysql.prefpane)

Library/Services/Compress with Keka.workflow

(No bundle ID)

Library/Services/NoteBookHelper.service

(No bundle ID)

Library/Services/Package into TAR.workflow

(No bundle ID)

Library/Services/WordService.service

(org.grunenberg.WordService)

Library/Spotlight/NoteBook.mdimporter

(com.CircusPonies.NoteBook.mdimporter)



Extrinsic shared libraries



/usr/lib/libdvdcss.2.dylib

/usr/lib/libgutenprint.2.0.3.dylib

/usr/lib/libMonoPosixHelper.dylib

/usr/lib/libSFFileMonitor.32.dylib

/usr/lib/libSFIPC.32.dylib

/usr/lib/libSFIPC.I.dylib

/usr/lib/libSFsqlite3.7.4.dylib

/usr/lib/libSFSyncEngine.I.dylib



Safari extensions



BetterSource

Coda Notes

YouTube5

FlashToHTML5

ClickToPlugin

feedly

LastPass



Restricted user files: 2



Hidden user files



.ano

.Box Sync/

.crfd.rdt

.dbvis/

.DownloadManager/

.dvdcss/

.eno

.Fuze_Meeting/

.gdb_history

.gnome2/

.gnupg/

.maclibre/

.mplayer/

.nchsoftware/

.netToolsColorThemes

.netToolsHistory

.omnifocus.new

.parallels/

.parallels_settings

.PermissionsScript*

.RebootScript*

.smb/

.spumux/

.thumbnails/

.wapi/

.webex/

.wine/

.wireshark/

.wireshark-etc/

.Xauthority

.Xcode/

.xinitrc.old



Font problems: 22



Bad plists



Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Common/Colors.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Science/Circuit Engineering.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/ERD.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/FlowChart.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/Garrett IA.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/Konigi Wireframes.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/UML-General.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/UML-Sequence.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/UML-State.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Application Support/The Omni Group/OmniGraffle/Stencils/Software/UML-UseCase.gstencil/data.plist

Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/Autosave Information/Unsaved OmniGraffle Document.graffle/data.plist



Desktop file count: 34



Keychains file count: 11



Elapsed time (s): 659

Mar 29, 2014 11:25 AM in response to Rick Wintheiser1

The system is so heavily modified with third-party software that, instead of trying to remove the modifications piecemeal, you should erase the startup volume, reinstall OS X, and then go through the initial setup process, restoring only user data and settings from a backup — not applications or other files. This course of action will be easier and more reliable than trying to clean up a messy system.

Back up all data to at least two different storage devices, if you haven't already done so. One backup is not enough to be safe. The backups can be made with Time Machine or with Disk Utility. Preferably both.

Erase and install OS X. This operation will destroy all data on the startup volume, so you had be better be sure of the backups. If you upgraded from an older version of OS X, you'll need the Apple ID and password that you used, so make a note of those before you begin.

When you restart, you'll be prompted to go through the initial setup process in Setup Assistant. That’s when you transfer the data from a backup.User uploaded file


Select only users and Computer & Network Settings in the Setup Assistant dialog — not Applications or Other files and folders. Don't transfer the Guest account, if it was enabled.

After that, run Software Update.


If the problem is resolved after the clean installation, reinstall third-party software selectively. I can only suggest general guidelines. Self-contained applications that install into the Applications folder by drag-and-drop or download from the App Store are usually safe. Anything that comes packaged as an installer or that prompts for an administrator password is suspect, and you must test thoroughly after reinstalling each such item to make sure you haven't restored the problem.

I strongly recommend that you never reinstall commercial "anti-virus" products or "utilities," nor any software that changes the user interface or modifies the functions of built-in applications. If you do that, the problem is likely to recur.

Before installing any software, ask yourself the question: "Am I sure I know how to uninstall this without having to wipe the volume again?" If the answer is "no," stop.

Never install any third-party software unless you know how to uninstall it.

Mar 29, 2014 6:47 PM in response to Linc Davis

I am a little confused right now. When I look at the output I don't see anything accept mainstream applications. I am pretty sure as well that all of the third party apps are things that I currently use and are up to date. If I follow your advice, I would most likely reinstall nearly everything here.


I was hoping for some guidance on eliminating what you consider might be problematic. If you find an application that is not correct please tell me then tell me and I will uninstall it.

Apr 10, 2014 7:29 AM in response to Linc Davis

Nice sequence... What lead me here is a problem I'm having with a 10.9.2 network account user who sometimes get's forced to have to enter his password in twice before the system will log him in. He's an upgrade in place from Lion. But I'm seeing it on clean installs too. Your comment about setting desktops and screen savers back to default caught my eye as he has several likely high dpi desktop images. Putnik's corrupted "sleepimage" mention was also interesting.


If it's of any help to anyone else, I've now seen 4 separate instances of network account login problems with Mavericks users in the corporate, network account (AD) space on wake after sleep.


- Long lag after entering credentials to desktop (re-ordered

- Denied password even though it's correct

- Forced to log in three times before login granted.


Three of four users (above) responded to these fixes:https://discussions.apple.com/thread/5537854?tstart= (see Mark H356) along with a combined keychain deletion: http://support.apple.com/kb/TS5362


but the problem came back intermittently within 24 hours for one guy:

- Forced to log in twice before login granted


Here's his sequence:


4/10/14 9:51:10.000 AM kernel[0]: RTC: PowerByCalendarDate setting ignored

4/10/14 9:51:10.000 AM kernel[0]: Previous Sleep Cause: 5

4/10/14 9:51:10.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)

4/10/14 9:51:10.000 AM kernel[0]: 14046.161151: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap

4/10/14 9:51:10.000 AM kernel[0]: 14046.161163: switchVap from 1 to 1

4/10/14 9:51:10.000 AM kernel[0]: The USB device BRCM2046 Hub (Port 1 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)

4/10/14 9:51:10.000 AM kernel[0]: The USB device Bluetooth USB Host Controller (Port 1 of Hub at 0xfa110000) may have caused a wake by issuing a remote wakeup (3)

4/10/14 9:51:10.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x5c00 ****

4/10/14 9:51:10.000 AM kernel[0]: full wake (reason 1) 179 ms

4/10/14 9:51:10.000 AM kernel[0]: **** [IOBluetoothHCIController][ProcessEventDataWL] -- calling mDisplayManager->activityTickle() to wake up the display

4/10/14 9:51:10.000 AM kernel[0]: AppleBCM5701Ethernet [en0]: Link down (womp disabled, proxy 531)

4/10/14 9:51:10.281 AM configd[17]: network changed: v4(en0-:10.1.112.56) DNS- Proxy- SMB-

4/10/14 9:51:10.286 AM netbiosd[4333]: network_reachability_changed : network is not reachable, netbiosd is shutting down

4/10/14 9:51:10.411 AM WindowServer[1505]: CGXDisplayDidWakeNotification [14046567445561]: posting kCGSDisplayDidWake

4/10/14 9:51:10.411 AM WindowServer[1505]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fccdb830080(2004) (lock state: 3)

4/10/14 9:51:10.412 AM WindowServer[1505]: handle_will_sleep_auth_and_shield_windows: err 0x0

4/10/14 9:51:11.109 AM hidd[48]: MultitouchHID: device bootloaded

4/10/14 9:51:11.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0301,01e1,0300,41e1,0000]

4/10/14 9:51:16.081 AM loginwindow[1504]: in od_record_create(): failed: 13

4/10/14 9:51:16.081 AM loginwindow[1504]: in od_record_create_cstring(): failed: 13

4/10/14 9:51:16.083 AM loginwindow[1504]: in od_record_create(): failed: 13

4/10/14 9:51:16.083 AM loginwindow[1504]: in od_record_create_cstring(): failed: 13

4/10/14 9:51:16.083 AM loginwindow[1504]: in pam_sm_authenticate(): OpenDirectory - Unable to get user record.

4/10/14 9:51:17.703 AM configd[17]: network changed: v4(en0+:10.1.112.56) DNS+ Proxy+ SMB+

4/10/14 9:51:17.884 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 5 seconds

4/10/14 9:51:17.894 AM apsd[62]: Unrecognized leaf certificate

4/10/14 9:51:18.412 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 5 seconds

4/10/14 9:51:19.236 AM ntpd[143]: ntpd: wake time set +0.530949 s

4/10/14 9:51:19.249 AM com.apple.time[1859]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

4/10/14 9:51:21.956 AM AirPlayUIAgent[2197]: 2014-04-10 09:51:21.956112 AM [AirPlayUIAgent] Changed PIN pairing: no

4/10/14 9:51:22.256 AM AirPlayUIAgent[2197]: 2014-04-10 09:51:22.256391 AM [AirPlayUIAgent] Changed PIN pairing: no

4/10/14 9:51:22.719 AM logind[43]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100000

4/10/14 9:51:22.719 AM logind[43]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2

4/10/14 9:51:24.211 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

4/10/14 9:51:24.397 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

4/10/14 9:51:28.000 AM kernel[0]: Sandbox: kcm(4629) deny mach-lookup com.apple.networkd

4/10/14 9:51:34.444 AM loginwindow[1504]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.

4/10/14 9:51:34.602 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

4/10/14 9:51:34.777 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

4/10/14 9:51:35.979 AM AirPlayUIAgent[2197]: 2014-04-10 09:51:35.979391 AM [AirPlayUIAgent] Changed PIN pairing: no

4/10/14 9:51:36.019 AM AirPlayUIAgent[2197]: 2014-04-10 09:51:36.018661 AM [AirPlayUIAgent] Changed PIN pairing: no

4/10/14 9:51:45.103 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

4/10/14 9:51:46.295 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 9 seconds

4/10/14 9:51:55.447 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

4/10/14 9:51:55.619 AM com.apple.launchd.peruser.764630619[259]: (com.hp.help.tocgenerator) Throttling respawn: Will start in 10 seconds

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Several minutes until usable after wake from sleep

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