Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Mavericks Server bug in libdispatch using Adobe InDesign

Every day between 3pm and 5pm our office experiences problems with our OS X Mavericks server. When working in InDesign, the application says, “network connection lost. Adobe InDesign shutting down,” and it will crash. When I look in the server log it says BUG in libdispatch client: kevent[EVFILT_VNODE] delete: "Bad file descriptor". I have no other services enabled on the server. Once this happens on one computer, all the other computers experience errors in trying to access the server. Sometimes this only lasts a few minutes. Other times it lasts hours. Restarting the server has not always fixed the problem.

OS X Mavericks (10.9.2)

Posted on Apr 15, 2014 12:56 PM

Reply
Question marked as Best reply

Posted on Apr 15, 2014 2:40 PM

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. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.

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) on the advice of a stranger. 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 in this window to the Clipboard.

☞ Paste into the window of another application.

☞ Wait for the test to run. It usually takes a few minutes.

☞ Paste the results, which will have been copied automatically, back into a reply on this page.

The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. 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 ]]; }; BI () { $PB\ :CFBundleIdentifier "$1"; }; LC () { $2 launchctl list | awk 'NR>1 && !/0x|\.[0-9]+$|com\.apple\.(AirPortBaseStationAgent|launchctl\.(Aqua|Background|System))$/{print $3}' | grep -Fv "$1"; }; 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'"and $((l-25)) more line(s)"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$|CSConfigDot/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"; }; Pu () { [[ "$s" ]] || return; n=$((${#s[*]}-1)); c="${s[*]}"; s[$n]=${s[$n]%[.+-]*}; o=$((s[n]/$1)); o=$((o>=$2?o:0)); Ps "$3 used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]} ($4)"; }; R () { o=; s=; [[ 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:\ [^EO]|x([^8]|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//;/Apple|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm Heat; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=; fdesetup status | grep -q On && o=On; 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 log"; 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'`); Pu 1 0 CPU %; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); Pu 1 25000 Ports \#; R && s=(`sudo dtrace -n 'syscall::recvfrom:return { @[execname,uid] = sum(arg0); } tick-10sec { exit(0); }' | tail -1`); Pu 10240 0 Bandwidth KiB/s; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; bi=`egrep '\.(kext|xpc)/(Contents/)?Info.plist$' <<< "$sys" | while read i; do [[ -f "$i" ]] && BI "$i"; done`; o=`kextstat -kl | grep -Fv "$bi" | cut -c53- | cut -d\< -f1`; Pm "Kernel extensions"; li=`egrep 'Launch[AD].+\.plist$' <<< "$sys"`; jl=`while read f; do [[ -f $f ]] && $PB\ :Label $f; done <<< "$li"`$'\n'"$bi"; R && o=`LC "$jl" sudo`; Pm Daemons; o=`LC "$jl"`; Pm Agents; o=`for d in {/,}L*/Lau*; do M; done | grep -Fv "$li" | 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"; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; p=`lsbom -pfc /var/db/*/*.BSD.bom | sed -En '/peri.+\/.+\./s/^\.\/[^/]+//p'`; [[ "$b" && "$l" && "$p" ]] && { 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 i="$d"/Info.plist; [[ -f "$i" ]] || continue; ID=$(BI "$i") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Shared libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -exec cksum {} \; | awk '{print $3"\t"$1}' | grep -Fv "$p" | awk '{print $1}'`; Pm "Periodic scripts"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=; defaults read /Library/Preferences/com.apple.alf globalstate | grep -q 0 || o=On; Ps Firewall; o=`scutil --proxy | egrep 'Prox.+: [^0]'`; 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; [[ "$I" =~ [AW]i ]] && { o=`/S*/*/P*/*/*/*/*/airport -I | awk '/lR/{print $2}'`; o=$((o<=-87?o:0)); Ps RSSI; }; 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 "App 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 .??* -path .Trash -prune -o -type d -name *.app -print -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font issues"; 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 by pressing 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.
18 replies

May 28, 2015 7:25 AM in response to Linc Davis

System Version: OS X 10.10.3 (14D136)

Kernel Version: Darwin 14.3.0

Boot Mode: Normal



Model: iMac13,2



RAM details



BANK 0/DIMM0:



Size: 4 GB

Speed: 1600 MHz

Status: OK

Manufacturer: 0x80AD



BANK 1/DIMM0:



Size: 4 GB

Speed: 1600 MHz

Status: OK

Manufacturer: 0x80AD



BANK 0/DIMM1:



Size: Empty

Speed: Empty

Status: Empty

Manufacturer: Empty



BANK 1/DIMM1:



Size: 8 GB

Speed: 1600 MHz

Status: OK

Manufacturer: 0x029E



USB



EPSON Scanner (Seiko Epson Corp.)



System diagnostics



2015-05-01 discoveryd crash

2015-05-21 Adobe Photoshop CC 2014 hang

2015-05-26 com.apple.WebKit.Plugin.64 crash



User diagnostics



2015-05-22 Adobe Photoshop CC 2014 crash

2015-05-24 Adobe InDesign CC 2014 crash

2015-05-24 Adobe InDesign CC 2014 crash

2015-05-26 Adobe InDesign CC 2014 crash

2015-05-26 Safari crash

2015-05-28 Adobe InDesign CC 2014 crash

2015-05-28 Adobe InDesign CC 2014 crash

2015-05-28 Adobe InDesign CC 2014 crash

2015-05-28 Adobe InDesign CC 2014 crash

2015-05-28 Adobe InDesign CC 2014 crash



Kernel log



May 28 09:58:48 smb2fs_reconnect: Warning: Could not reopen 15Polymaster_Brick_in_Space_Trailer_Decal_v1.indd

May 28 09:58:48 smb2fs_reconnect: Warning: Could not reopen ~15polymaster_brick~p56kdn.idlk

May 28 09:58:48 smb2fs_reconnect: Warning: Could not reopen ~15_denark_email_te~c)9$dg.idlk

May 28 09:58:48 smb2fs_reconnect: Warning: Could not reopen 15Albuquerque_18x24_EvacuationBanners_FINAL.indd

May 28 09:58:48 smb2fs_reconnect: Warning: Could not reopen ~15albuquerque_18x2~4sdw2v.idlk

May 28 09:58:48 smb2fs_reconnect: Warning: Could not reopen 15_Electrolux_TN_NC_EmailBlast_8.5x11_FINAL.indd

May 28 09:58:49 smb2fs_reconnect: Warning: Could not reopen ~15_electrolux_tn_n~4g65rs.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15_Denark_Email_Template_600x1000.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15TruMH_8.5x11_NowHiring-Spanish_v2.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15Albuquerque_2x3'_EvacuationPosters.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15albuquerque_2x3'~li3zz5.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15CMHArizona_RetractableBanner_33.5x86_v3.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15Waycross_Window_Clings.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15waycross_window_~2kxs((.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen Waycross Window Clling Mockups.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~waycross window cl~0sxnwe.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15cmharizona_retra~n8sen7.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15trumh_8.5x11_now~13gfsy.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15Polymaster_Brick_in_Space_Trailer_Decal_v1.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15polymaster_brick~p56kdn.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15_denark_email_te~c)9$dg.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15Albuquerque_18x24_EvacuationBanners_FINAL.indd

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen ~15albuquerque_18x2~4sdw2v.idlk

May 28 10:02:46 smb2fs_reconnect: Warning: Could not reopen 15CMHArizona_RetractableBanner_33.5x86_FINAL.indd

May 28 10:02:46 smbfs_vnop_strategy: READ on 15CMHArizona_RetractableBanner_33.5x86_v3.indd failed with an error of 22



Pageouts (MiB): 1617



Daemons



com.adobe.adobeupdatedaemon

com.apple.installer.osmessagetracing

com.google.keystone.daemon

com.adobe.fpsaud



Agents



com.genieo.completer.ltvbit

com.epson.scanner.ica.94888.UUID

com.adobe.AdobeCreativeCloud

com.google.keystone.system.agent

com.valvesoftware.steamclean

com.genieo.completer.download

com.genieo.completer.update

com.adobe.PDApp.AAMUpdatesNotifier.86652.UUID

com.extensis.FMCore

com.adobe.ARM.UUID



launchd items



/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist

(com.adobe.AAM.Startup-1.0)

/Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist

(com.adobe.AdobeCreativeCloud)

/Library/LaunchAgents/com.extensis.FMCore.plist

(com.extensis.FMCore)

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

(com.google.keystone.system.agent)

/Library/LaunchDaemons/com.adobe.adobeupdatedaemon.plist

(com.adobe.adobeupdatedaemon)

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

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.google.keystone.daemon.plist

(com.google.keystone.daemon)

Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist

(com.adobe.AAM.Scheduler-1.0)

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

(com.adobe.ARM.UUID)

Library/LaunchAgents/com.genieo.completer.download.plist

(com.genieo.completer.download)

Library/LaunchAgents/com.genieo.completer.ltvbit.plist

(com.genieo.completer.ltvbit)

Library/LaunchAgents/com.genieo.completer.update.plist

(com.genieo.completer.update)

Library/LaunchAgents/com.valvesoftware.steamclean.plist

(com.valvesoftware.steamclean)



Bundles



/System/Library/Extensions/JMicronATA.kext

(com.jmicron.JMicronATA)

/Library/Internet Plug-Ins/AdobeAAMDetect.plugin

(com.AdobeAAMDetectLib.AdobeAAMDetect)

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

(com.adobe.acrobat.pdfviewer)

/Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin

(com.adobe.acrobat.pdfviewerNPAPI)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/ScriptingAdditions/Adobe Unit Types.osax

(No bundle ID)



User login items



iTunesHelper

Suitcase Fusion 5

TuneupMyMac

Adobe InDesign CC 2014

Adobe Illustrator CC 2014

Adobe Photoshop CC 2014



Safari extensions



Omnibar

Searchme

Amazon Shopping Assistant

Ebay Shopping Assistant

SlickSavings



Restricted user files: 81



Font issues: 28



Desktop file count: 97



Elapsed time (s): 268

Aug 1, 2015 4:44 AM in response to Linc Davis

System Version: OS X 10.8.5 (12F45)

Kernel Version: Darwin 12.5.0

Boot Mode: Normal


Model: MacBookPro9,1


User diagnostics


2015-07-04 plugin-container crash


Kernel log


Jul 26 23:09:36 wl0: Roamed or switched channel, reason #8, bssid 9c:97:26:96:ab:cf

Jul 26 23:09:52 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 2)

--- last message repeated 2 times ---

Jul 26 23:10:37 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 1)

Jul 26 23:10:49 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 2)

--- last message repeated 2 times ---

Jul 26 23:11:25 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 3)

Jul 26 23:11:37 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 2)

Jul 26 23:11:48 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 2)

Jul 26 23:11:59 IOPPF: Sent cpu-plimit-notification last value 4 (rounded time weighted average 3)

Jul 26 23:12:09 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 4)

Jul 26 23:12:26 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 2)

--- last message repeated 2 times ---

Jul 26 23:13:07 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 2)

Jul 26 23:13:18 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 3)

Jul 26 23:13:28 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 2)

Jul 26 23:13:40 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 2)

Jul 26 23:13:54 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 2)

Jul 27 01:52:32 wl0: Roamed or switched channel, reason #4, bssid 9c:97:26:96:ab:cf

--- last message repeated 2 times ---

Jul 30 13:30:58 wl0: Roamed or switched channel, reason #8, bssid 9c:97:26:96:ab:cf

--- last message repeated 4 times ---

Jul 31 02:50:20 wl0: Roamed or switched channel, reason #4, bssid 9c:97:26:96:ab:cf

Jul 31 02:59:02 wl0: Roamed or switched channel, reason #8, bssid 9c:97:26:96:ab:cf

--- last message repeated 6 times ---


Kernel extensions


com.Cycling74.driver.Soundflower (1.6.6)


Daemons


com.vsearch.helper

com.ParcenerAbsinthine.helper

com.adobe.fpsaud


Agents


com.vsearch.agent

com.ParcenerAbsinthine.agent

com.divx.update.agent

com.divx.dms.agent

com.divx.agent.postinstall


launchd items


/Library/LaunchAgents/com.divx.dms.agent.plist

(com.divx.dms.agent)

/Library/LaunchAgents/com.divx.update.agent.plist

(com.divx.update.agent)

/Library/LaunchAgents/com.parcenerabsinthine.agent.plist

(com.ParcenerAbsinthine.agent)

/Library/LaunchAgents/com.vsearch.agent.plist

(com.vsearch.agent)

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

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.parcenerabsinthine.daemon.plist

(com.ParcenerAbsinthine.daemon)

/Library/LaunchDaemons/com.parcenerabsinthine.helper.plist

(com.ParcenerAbsinthine.helper)

/Library/LaunchDaemons/com.vsearch.daemon.plist

(com.vsearch.daemon)

/Library/LaunchDaemons/com.vsearch.helper.plist

(com.vsearch.helper)

Library/LaunchAgents/com.divx.agent.postinstall.plist

(com.divx.agent.postinstall)


Bundles


/System/Library/Extensions/NIUSBAudio2DJ.kext

(com.caiaq.driver.NIUSBAudio2DJDriver)

/System/Library/Extensions/NIUSBAudio4DJ.kext

(com.caiaq.driver.NIUSBAudio4DJDriver)

/System/Library/Extensions/NIUSBAudioDriver.kext

(com.caiaq.driver.NIUSBHardwareDriver)

/System/Library/Extensions/NIUSBDeviceHelper.kext

(com.native-instruments.driver.NIUSBDeviceHelper)

/System/Library/Extensions/NIUSBGuitarRigMobile.kext

(com.caiaq.driver.NIUSBGuitarRigMobileDriver)

/System/Library/Extensions/NIUSBMaschineController.kext

(com.caiaq.driver.NIUSBMaschineControllerDriver)

/System/Library/Extensions/NIUSBTraktorAudio2.kext

(com.caiaq.driver.NIUSBTraktorAudio2Driver)

/System/Library/Extensions/NIUSBTraktorKontrolS4.kext

(com.caiaq.driver.NIUSBTraktorKontrolS4Driver)

/System/Library/Extensions/NIUSBTraktorKontrolX1.kext

(com.caiaq.driver.NIUSBTraktorKontrolX1Driver)

/System/Library/Extensions/Soundflower.kext

(com.Cycling74.driver.Soundflower)

/Library/Audio/MIDI Drivers/NIUSBMaschineControllerMIDIDriver.plugin

(No bundle ID)

/Library/Audio/MIDI Drivers/NIUSBMIDIDriver.plugin

(No bundle ID)

/Library/Audio/MIDI Drivers/NIUSBTraktorKontrolS4MIDIDriver.plugin

(No bundle ID)

/Library/Audio/MIDI Drivers/NIUSBTraktorKontrolX1MIDIDriver.plugin

(No bundle ID)

/Library/Audio/Plug-Ins/Components/2C-Breeze-Demo.component

(com.2caudio.breeze-demo.au)

/Library/Audio/Plug-Ins/Components/Absynth 5.component

(Absynth 5.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Battery 4.component

(Battery 4.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/BigKick.component

(com.credland.bigkick)

/Library/Audio/Plug-Ins/Components/Driver.component

(Driver.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Drumazon.component

(com.d16group.Drumazon)

/Library/Audio/Plug-Ins/Components/Enhanced EQ.component

(Enhanced EQ.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/FM8.component

(FM8.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Guitar Rig 5.component

(Guitar Rig 5.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Kontakt 5.component

(Kontakt 5.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/LuSH-101.component

(com.d16group.LuSH-101)

/Library/Audio/Plug-Ins/Components/Maschine 2.component

(Maschine 2.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Massive.component

(Massive.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Passive EQ.component

(Passive EQ.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Predator_64.component

(com.RPCX.Predator.component)

/Library/Audio/Plug-Ins/Components/PredatorFX_64.component

(com.RPCX.PredatorFX.component)

/Library/Audio/Plug-Ins/Components/RC 24.component

(RC 24.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/RC 48.component

(RC 48.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Reaktor5.component

(Reaktor5.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Replika.component

(Replika.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/SausageFattener.component

(com.TailoredNoise.AU.SausageFattener)

/Library/Audio/Plug-Ins/Components/Solid Bus Comp.component

(Solid Bus Comp.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Solid Dynamics.component

(Solid Dynamics.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Solid EQ.component

(Solid EQ.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Supercharger.component

(Supercharger.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Sylenth1.component

(com.LennarDigital.Sylenth1)

/Library/Audio/Plug-Ins/Components/Sylenth1Demo.component

(com.LennarDigital.Sylenth1Demo)

/Library/Audio/Plug-Ins/Components/Transient Master.component

(Transient Master.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/Vari Comp.component

(Vari Comp.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/VC 160.component

(VC 160.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/VC 2A.component

(VC 2A.MusicDevice.component)

/Library/Audio/Plug-Ins/Components/VC 76.component

(VC 76.MusicDevice.component)

/Library/Audio/Plug-Ins/VST/2C-Breeze-Demo.vst

(com.2caudio.breeze-demo.vst)

/Library/Audio/Plug-Ins/VST/Absynth 5 FX Surround.vst

(Absynth 5.FX2x6.vst)

/Library/Audio/Plug-Ins/VST/Absynth 5 FX.vst

(Absynth 5.FX.vst)

/Library/Audio/Plug-Ins/VST/Absynth 5 Stereo.vst

(Absynth 5.Synth2.vst)

/Library/Audio/Plug-Ins/VST/Absynth 5.vst

(Absynth 5.Synth.vst)

/Library/Audio/Plug-Ins/VST/Battery 4.vst

(Battery 4.Synth.vst)

/Library/Audio/Plug-Ins/VST/BigKick.vst

(com.credland.bigkick)

/Library/Audio/Plug-Ins/VST/Driver.vst

(Driver.FX.vst)

/Library/Audio/Plug-Ins/VST/Drumazon.vst

(com.d16group.Drumazon)

/Library/Audio/Plug-Ins/VST/Enhanced EQ.vst

(Enhanced EQ.FX.vst)

/Library/Audio/Plug-Ins/VST/FM8 FX.vst

(FM8.FX.vst)

/Library/Audio/Plug-Ins/VST/FM8.vst

(FM8.Synth.vst)

/Library/Audio/Plug-Ins/VST/Guitar Rig 5.vst

(Guitar Rig 5.FX.vst)

/Library/Audio/Plug-Ins/VST/Kontakt 5 16out.vst

(Kontakt 5.Synth16.vst)

/Library/Audio/Plug-Ins/VST/Kontakt 5 8out.vst

(Kontakt 5.Synth8.vst)

/Library/Audio/Plug-Ins/VST/Kontakt 5.vst

(Kontakt 5.Synth.vst)

/Library/Audio/Plug-Ins/VST/LuSH-101.vst

(com.d16group.LuSH-101)

/Library/Audio/Plug-Ins/VST/Maschine 2 FX.vst

(Maschine 2.FX2x8.vst)

/Library/Audio/Plug-Ins/VST/Maschine 2.vst

(Maschine 2.Synth.vst)

/Library/Audio/Plug-Ins/VST/Massive.vst

(Massive.Synth.vst)

/Library/Audio/Plug-Ins/VST/Passive EQ.vst

(Passive EQ.FX.vst)

/Library/Audio/Plug-Ins/VST/RC 24.vst

(RC 24.FX.vst)

/Library/Audio/Plug-Ins/VST/RC 48.vst

(RC 48.FX.vst)

/Library/Audio/Plug-Ins/VST/Reaktor5 16out.vst

(Reaktor5.Synth16.vst)

/Library/Audio/Plug-Ins/VST/Reaktor5 FX 16x16.vst

(Reaktor5.FX16x16.vst)

/Library/Audio/Plug-Ins/VST/Reaktor5 FX 2x8.vst

(Reaktor5.FX2x8.vst)

/Library/Audio/Plug-Ins/VST/Reaktor5 FX.vst

(Reaktor5.FX.vst)

/Library/Audio/Plug-Ins/VST/Reaktor5 Surround.vst

(Reaktor5.Surround.vst)

/Library/Audio/Plug-Ins/VST/Reaktor5.vst

(Reaktor5.Synth.vst)

/Library/Audio/Plug-Ins/VST/Replika.vst

(Replika.FX.vst)

/Library/Audio/Plug-Ins/VST/Rob Papen/Predator.vst

(com.RPCX.Predator.vst)

/Library/Audio/Plug-Ins/VST/Rob Papen/PredatorFX.vst

(com.RPCX.PredatorFX.vst)

/Library/Audio/Plug-Ins/VST/SausageFattener.vst

(com.TailoredNoise.VST.SausageFattener)

/Library/Audio/Plug-Ins/VST/Solid Bus Comp.vst

(Solid Bus Comp.FX.vst)

/Library/Audio/Plug-Ins/VST/Solid Dynamics.vst

(Solid Dynamics.FX.vst)

/Library/Audio/Plug-Ins/VST/Solid EQ.vst

(Solid EQ.FX.vst)

/Library/Audio/Plug-Ins/VST/Supercharger.vst

(Supercharger.FX.vst)

/Library/Audio/Plug-Ins/VST/Sylenth1.vst

(com.LennarDigital.Sylenth1)

/Library/Audio/Plug-Ins/VST/Sylenth1Demo.vst

(com.LennarDigital.Sylenth1Demo)

/Library/Audio/Plug-Ins/VST/Transient Master.vst

(Transient Master.FX.vst)

/Library/Audio/Plug-Ins/VST/Vari Comp.vst

(Vari Comp.FX.vst)

/Library/Audio/Plug-Ins/VST/VC 160.vst

(VC 160.FX.vst)

/Library/Audio/Plug-Ins/VST/VC 2A.vst

(VC 2A.FX.vst)

/Library/Audio/Plug-Ins/VST/VC 76.vst

(VC 76.FX.vst)

/Library/Internet Plug-Ins/AmazonMP3DownloaderPlugin101749.plugin

(com.AmazonMP3DownloaderPluginLib.Amazon MP3 Downloader Plugin)

/Library/Internet Plug-Ins/DivXBrowserPlugin.plugin

(com.divx.DivXBrowserPlugin)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.apple.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/OVSHelper.plugin

(com.divx.OVSHelper)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/NIUSBAudio.prefPane

(com.caiaq.NIUSBAudioPreferencePane)

/Library/QuickTime/DivX Decoder.component

(com.DivXInc.DivXDecoder)

/Library/QuickTime/DivX Encoder.component

(com.DivXInc.DivXCodec)


sysctl.conf


kern.sysv.shmmax=1073741824 #created by jBridgeM

kern.sysv.shmmin=1 #created by jBridgeM

kern.sysv.shmmni=8192 #created by jBridgeM

kern.sysv.shmseg=2048 #created by jBridgeM

kern.sysv.shmall=8192 #created by jBridgeM


User login items


iTunesHelper

Android File Transfer Agent

NIHardwareAgent


Restricted user files: 14258


Desktop file count: 36


Elapsed time (s): 163


Hi Linc, just been following a few threads about keylogger detection. I own this macbook pro and am a little concerned that i may have fallen foul of an ex-wife related hack. It looks to me like most of the items in the log are things i may expect to see, lots of music software related item. I guess you will know more than i do about the remaining bits. Is there anything sus in there do you think?

Mavericks Server bug in libdispatch using Adobe InDesign

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