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

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

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

Similar Messages

  • Macbook Pro running very slow all of a sudden

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

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

  • Macbook Running Very Slow All of a Sudden

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

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

  • My macbook is running very slow all of a sudden

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

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

  • My new Macbook pro is running very slow especially with photoshop. How can I speed it up?

    Hi there,
    I just bought my Macbook Pro two weeks ago specifiacally to use Photoshop CS and Lightroom together. It worked fine for the first few days but
    has slowed down considerably since then. I live in Taiwan which makes it difficult to go to a store to have it finxed due to the language barrier
    so online help would be fantastic! If the problem continues would it be possible to exchange it for an Air (if that's a wise choice?)
    I look forward to a quick reply!
    Thank you
    Candice

    Hi Clinton,
    Thanks for that super quick reply!!
    I wasn't expecting this to happen with my new computer! However photoshop and lightroom are running ridulously slowly, even while scrolling through pictures the beachball appears!
    Ill give you some information that may help you understand this problem better.
    %CPU
    Flash Player Safari internet plugin 5.3
    % User 2.75
    % System 3.37
    % Idle 93.38
    Page out - 6.36 GB
    Swap Used - 6.75 GB
    Would you like the system log and kernel log too?
    Thank you for your help!!
    CC

  • My mac is running vert slow all of a sudden

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

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

  • On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    What version of Mac OS X?
    What home page?
    What browser?

  • My mac pro is running very slow and I have a pin wheel turning

    My mac pro is running very slow and I have a pin wheel turning what can I do?

    https://support.apple.com/kb/DL1433
    https://www.apple.com/macosx/recovery/
    http://support.apple.com/kb/HT4718

  • My Mac recently began running very slow.

    My Mac recently began running very slow.  I recently loaded Yosemite; could that be the problem? 
    Sure would appreciate any suggestions on how to get my Mac back up to speed.
    Derf
    See attached:
    EtreCheck version: 2.0.11 (98)
    Report generated November 6, 2014 at 9:01:05 PM CST
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2010) (Verified)
      iMac - model: iMac11,2
      1 3.06 GHz Intel Core i3 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      empty empty empty empty
      BANK 1/DIMM0
      empty empty empty empty
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI Radeon HD 4670 - VRAM: 256 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2 days 7:12:36
    Disk Information: ℹ️
      SAMSUNG HD502HJ disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (361.95 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
      EPSON EPSON XP-410 Series
      Elgato Video Capture
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Internal Memory Card Reader
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/MacKeeper/AntiVirus.app
      [not loaded] net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) Support
      [loaded] net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) Support
      /System/Library/Extensions
      [not loaded] com.Belcarra.iokit.USBLAN_netpart (2.0.2) Support
      [not loaded] com.Belcarra.iokit.USBLAN_usbpart (2.0.2) Support
      [not loaded] com.RemoteControl.USBLAN.usbpart (2.0.6) Support
      [not loaded] com.wdc.driver.1394HP (1.0.7) Support
      [not loaded] com.wdc.driver.USBHP (1.0.6) Support
      /System/Library/Extensions/Belcarra.USBLAN_netpart.kext/Contents/PlugIns
      [not loaded] com.belcarra.iokit.netpart.panther (1.6.1) Support
      /System/Library/Extensions/Belcarra.USBLAN_usbpart.kext/Contents/PlugIns
      [not loaded] com.belcarra.iokit.usbpart.panther (1.6.1) Support
      /System/Library/Extensions/RemoteControl.USBLAN_usbpart.kext/Contents/PlugIns
      [not loaded] com.RemoteControl.USBLAN.panther (1.6.1) Support
    Launch Agents: ℹ️
      [invalid?] com.epson.Epson_Low_Ink_Reminder.launcher.plist Support
      [invalid?] com.epson.esua.launcher.plist Support
      [running] com.epson.eventmanager.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] com.zeobit.MacKeeper.AntiVirus.plist Support
      [running] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist Support
    User Launch Agents: ℹ️
      [running] com.cnet.ttengine.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [invalid?] com.nds.pcshow.plist Support
      [invalid?] com.nds.pcshow.uninstall.plist Support
      [running] com.zeobit.MacKeeper.Helper.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      iTunesHelper UNKNOWNHidden (missing value)
      WeatherBug Alert ApplicationHidden (/Users/[redacted]/Downloads/WeatherBug Alert.app)
      Mail Application (/Applications/Mail.app)
      Calendar Application (/Applications/Calendar.app)
      CDSBupd UNKNOWN (missing value)
      TuneupMyMac UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      Pandora Application (/Applications/Pandora.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      LogitechHarmony: Version: 2.0 - SDK 10.7 Support
      QuickTime Plugin: Version: 7.7.3
      GarminGpsControl: Version: 4.0.1.0 Release - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.2 Support
    Safari Extensions: ℹ️
      1Password
      Evernote Web Clipper
    3rd Party Preference Panes: ℹ️
      TechTracker  Support
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 499.25 GB Disk used: 137.30 GB
      Destinations:
      My Passport [Network]
      Total size: 999.48 GB
      Total number of backups: 107
      Oldest backup: 2013-05-17 04:54:39 +0000
      Last backup: 2014-11-07 02:20:20 +0000
      Size of backup disk: Adequate
      Backup size 999.48 GB > (Disk used 137.30 GB X 3)
    Top Processes by CPU: ℹ️
          17% WindowServer
          4% Pandora
          2% Safari
          2% coreaudiod
          0% hidd
    Top Processes by Memory: ℹ️
      146 MB Safari
      86 MB mds_stores
      82 MB Mail
      73 MB mds
      73 MB MacKeeper
    Virtual Memory Information: ℹ️
      313 MB Free RAM
      1.46 GB Active RAM
      530 MB Inactive RAM
      713 MB Wired RAM
      25.50 GB Page-ins
      770 MB Page-outs

    New EtreCheck follows.
    Thanks again for your help.
    Derf
    EtreCheck version: 2.0.11 (98)
    Report generated November 14, 2014 at 5:00:26 PM CST
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2010) (Verified)
      iMac - model: iMac11,2
      1 3.06 GHz Intel Core i3 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      empty empty empty empty
      BANK 1/DIMM0
      empty empty empty empty
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI Radeon HD 4670 - VRAM: 256 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 3 days 1:42:45
    Disk Information: ℹ️
      SAMSUNG HD502HJ disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (370.16 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
      EPSON EPSON XP-410 Series
      Elgato Video Capture
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.Belcarra.iokit.USBLAN_netpart (2.0.2) Support
      [not loaded] com.Belcarra.iokit.USBLAN_usbpart (2.0.2) Support
      [not loaded] com.RemoteControl.USBLAN.usbpart (2.0.6) Support
      [not loaded] com.wdc.driver.1394HP (1.0.7) Support
      [not loaded] com.wdc.driver.USBHP (1.0.6) Support
      /System/Library/Extensions/Belcarra.USBLAN_netpart.kext/Contents/PlugIns
      [not loaded] com.belcarra.iokit.netpart.panther (1.6.1) Support
      /System/Library/Extensions/Belcarra.USBLAN_usbpart.kext/Contents/PlugIns
      [not loaded] com.belcarra.iokit.usbpart.panther (1.6.1) Support
      /System/Library/Extensions/RemoteControl.USBLAN_usbpart.kext/Contents/PlugIns
      [not loaded] com.RemoteControl.USBLAN.panther (1.6.1) Support
    Launch Agents: ℹ️
      [invalid?] com.epson.Epson_Low_Ink_Reminder.launcher.plist Support
      [invalid?] com.epson.esua.launcher.plist Support
      [running] com.epson.eventmanager.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    User Launch Agents: ℹ️
      [running] com.cnet.ttengine.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [invalid?] com.nds.pcshow.plist Support
      [invalid?] com.nds.pcshow.uninstall.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      iTunesHelper UNKNOWNHidden (missing value)
      WeatherBug Alert ApplicationHidden (/Users/[redacted]/Downloads/WeatherBug Alert.app)
      Mail Application (/Applications/Mail.app)
      Calendar Application (/Applications/Calendar.app)
      CDSBupd UNKNOWN (missing value)
      TuneupMyMac UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      Pandora Application (/Applications/Pandora.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 Support
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      LogitechHarmony: Version: 2.0 - SDK 10.7 Support
      QuickTime Plugin: Version: 7.7.3
      GarminGpsControl: Version: 4.0.1.0 Release - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.2 Support
    Safari Extensions: ℹ️
      1Password
      Evernote Web Clipper
    3rd Party Preference Panes: ℹ️
      TechTracker  Support
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 499.25 GB Disk used: 129.09 GB
      Destinations:
      My Passport [Network]
      Total size: 999.48 GB
      Total number of backups: 106
      Oldest backup: 2013-05-17 04:54:39 +0000
      Last backup: 2014-11-14 22:17:20 +0000
      Size of backup disk: Adequate
      Backup size 999.48 GB > (Disk used 129.09 GB X 3)
    Top Processes by CPU: ℹ️
          4% WindowServer
          3% Pandora
          0% fontd
          0% EPSON Scanner
          0% EEventManager
    Top Processes by Memory: ℹ️
      288 MB Mail
      210 MB softwareupdated
      189 MB Numbers
      116 MB Safari
      97 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      39 MB Free RAM
      1.63 GB Active RAM
      1.62 GB Inactive RAM
      659 MB Wired RAM
      30.11 GB Page-ins
      290 MB Page-outs

  • I have a problem with my Mac Mini. I dont remember my user password. How can i retreive it?

    I have a problem with my Mac Mini. I dont remember my user password. How can i retreive it?

    Mac OS X 10.6 Help- If you forget your administrator password
    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.
    When the menubar appears select Terminal from the Utilities menu. Enter resetpassword at the prompt and press RETURN. Follow instructions in the dialog window that will appear.
    Or see Reset a Mac OS X 10.7 Lion Password and OS X Lion- Apple ID can be used to reset your user account password.

  • When my photos were moved from iPhoto to Photos in the last system upgrade, they lost all their titles. How can I restore them?

    In the latest Yosemite upgrade, my photos were migrated from iPhotos to Photos and lost all their titles. How can I restore them?

    There is an Applescript, File Name to Title,  provided by user léonie that will put the file name of any selected photos into the Title field for that photo.  If there already is a title in that field under the thumbnail it will not replace it with the file name. 
    tell application "Photos"
      activate
      set imageSel to (get selection) -- get a list of selected images
      set counter to 1
      set currentfilename to ""
      if imageSel is {} then
      error "Please select an image."
      else
      repeat with im in imageSel
      set title to the name of im
      if not (exists (title)) then
      set currentfilename to the filename of im as text -- retrieve the filename of image "Im"
      set newname to currentfilename & "." & counter
      set counter to counter + 1 -- increment the counter
      set the name of im to newname -- write the newname to the title field
      end if
      end repeat
      end if
      return currentfilename -- return the filename of the last image
    end tell
    Copy the script above, open Applescript Editor and past it into the open window.  Compile and save as an Applescript application.  Put the app in the Applications folder and drag into the Dock. Now you can select images in Photos and launch the app from the Dock and it will do it's thing.  It is a bit slow so can take some time for a large number of images depending on the speed of your Mac.
    Just to be on the safe side create an album with a few titled and untitled photos and run it on them.

  • HT1338 my mac pro started running very slow not all the time it is only 2 months old

    My new macpro has been running very slow off and on (mostly on) it is only 2 months old I took it into the genius bar and they could not find anything wrong.  I took it home and it ran fine for a short while then started up again. I have watched activity monitor and can see no direct corellation.  Anyone have any ideas?

    Did you install anything new lately?
    Run any programs that purport to "clean", "speed up", or "optimize" your Mac

  • Mac 2010 is running very slow

    my i mac is running very slow .
    Details of my mac - iMac 11.3 ,intel core i3 , 3.2 ghz , is it advisable to install mac keeper to clean up my mac
      Model Name: iMac
      Model Identifier: iMac11,3
      Processor Name: Intel Core i3
      Processor Speed: 3.2 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 4 MB
      Memory: 16 GB
      Processor Interconnect Speed:
      Boot ROM Version: IM112.0
      SMC Version (system): 1.59f2
      Serial Number (

    is it advisable to install mac keeper to clean up my mac
    No.
    Find out what's wrong with you Mac and fix it.
    Determine if the problems also occur in "Safe Mode":
    Safe Mode or "Safe Boot" is a troubleshooting mode that bypasses all third party system extensions and loads only required system components. Read about it: Starting up in Safe Mode
    You must disable FileVault before you can start your Mac in Safe Mode.
    Starting your Mac in Safe Mode will take longer than usual, graphics will not render smoothly, audio is disabled on some Macs, and some programs (iTunes for example) may not work at all.
    Merely starting your Mac in Safe Mode is not intended to resolve the problem, it's to observe its performance without certain additional components.
    To end Safe Mode restart your Mac normally. Shutdown will take longer as well.
      Model Name: iMacasdf
    No.

  • My Mac pro is running very slow. Memory used 3.99 out of 4.00

    Hello,
    My mac is running very slow
    - I have noticed that memory used is 3.99 out of 4.00 and the process taking most of it is safari web content. Problem also appears when I use Firefox
    - this happens even I only have safari or firefox open. No other applications
    - I have about 80Gb free disk space
    Thanks for any suggestions

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    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, under the conditions in which the problem is reproduced. 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:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 300 25 5120 ' KiB/s' 1024 85 % 5 1 ' MB/s' 25000 ' ports' 'com.autodesk.AutoCad com.evenflow.dropbox com.google.GoogleDrive' 'DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH' -86 \< '>=' 'N\/A' down up 100 25 recvfrom sendto 'v[0]=' 'a=(' ';[[ "${v[0]}" ]]' ');v[0]=$a;ind=0' '(){ x=;[[ "$4" ]]&&x=\"${v[$4]}\";' '`eval "${c1[$1]} ${c2[$2]}" "$x"|' ' "${s[$3]}"`' ';};' CFBundleIdentifier 25 );f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' '\n%s: user %s%%, system %s%%\n' '%s\n\t(%s)\n' '%s %s' );s=('/^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g' 's/^ *//;5p;6p;8p;12p' '/ Id/s/.+: //p;/Mem/{s/[^0-9]//g;p;}' '1,5d;/[Bmy].*:/d;H;${g;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;}' '5h;6{H;g;/P/!p;}' '/Cy|Cond.*: [^N]/s/^.*://p' '/:$/{s/ *:$//;x;s/\n//;/Apple|Genesy|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}' 's/^.*C/C/;H;${g;/No th|pms/!p;}' '/= [^GO]/p' '{$1=""};1' '/Of/!{s/^.+is |\.//g;p;}' '/(sh|ng|ic)$/p' '/:/{$4=""};1' 'NR==2{print $4}' '/po/{sub("\\.","");print int($2/256)}' '$p' 2p '$8~/[RW]/{print $4,$1,int($9/10000000)}' 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}//;s/ .+//p' '/Launch[AD].+\.plist$/p' '/\.xpc\/(Contents\/)?Info\.plist$/p' 'NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/{print $3}' '/\.(framew|lproj)/d;/plist:|:.+(M.+exec|scrip)/s/:[^:]+//p' '/root/p' '/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/d;/Lib.+\/Info.plist$/p' '/^\/usr\/lib\/.+dylib$/p' '/\/etc\/(auto_m|hosts[^.]|peri)/s/^\.\/[^/]+//p' '/\/(Contents\/.+\/Contents|Frameworks)\//d;p' 's/\/(Contents\/)?Info.plist$//;p' '{gsub("^| ","||kMDItem'${p[43]}'=");sub("^.."," ")};1' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '/e:/{print $2}' '1d;/[^)]$/{s/^\(.+\) //;h;d;};/[^ ]\)$/{s/^.+: |.$//g;G;s/\n/:/p;}' '/r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./{print $NF;exit}' '!/^T/{printf "(static)";exit}' 's/^.+://p' '(/k:/&&$3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/)' '/lR/{print $2}' 'NR==2{print int($7/1024),int($10/1024)}' 'END{$3=int($3/10240);print}' 'END{if($5~/pro/)print$3}' 'BEGIN{L='${p[44]}'}!/^[[:space:]]*(#.*)?$/{l++;if(l<=L)f=f"\n\t"$0}END{print "\nContents of "FILENAME"\n"f;if(l>L)print"\n\tand "l-L" more line(s)"}' 'BEGIN{FS="= "}/Path/{print $2}' '/^ +B/{s/.+= |(-[0-9]+)?\.s.+//g;p;}' 'END{print NR}' '/id: N|te: Y/{i++}END{print i}' '/^F/!p' '/:/{$0="'"${p[28]}"'"};1' 'BEGIN{FS=":"}{n=split($3,a,".");sub(/_2.+/,"",a[n-1]);print($2,a[n-1],a[n],$1)|"sort";b=b$1}END{if(b)print("\n\t* Code injection")}' '/apsd|OpenD/!s/:.+//p' '$2>'${p[9]}'{$2=$2-1;print}' );c1=(system_profiler 'pmset -g' nvram fdesetup find syslog df vm_stat sar ps iostat 'sudo iotop' top pkgutil PlistBuddy whoami cksum kextstat launchctl 'sudo launchctl' crontab 'sudo defaults read' stat lsbom mdfind 'for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done' 'defaults read' scutil route networksetup 'sed -En' awk '/S*/*/P*/*/*/*/*/airport -I' netstat 'sudo dtrace' 'sudo profiles' 'sudo crontab' );c2=('com.apple.loginwindow LoginHook' '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[43]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status '-F bsd -k Sender kernel -k Message CReq "caug|dead[^l]|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN" -k Message Ane "SMC:" -o -k Sender fseventsd -k Message CReq "SL"' '-u 1 10' 'acrx -o comm,ruid,%cpu' '-C 10 1' '-f -pfc /var/db/*/*.{BS,Bas,Es,OSXU,Rem}*.bom' '{/,}L*/Lo*/Diag* -type f \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;' '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-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 f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` " /e*/{auto_master,{cron,fs}tab,hosts,{launchd,sysctl}.conf} /u*/lo*/e*/per*/*/* .launchd.conf" list getenv '/Library/Preferences/com.apple.alf globalstate' --proxy '-n get default' -listnetworkserviceorder --dns -getdnsservers -getinfo '-b -I' '-m /' '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -P );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=" SP${p[j]}DataType";done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n 'syscall::'${p[33+j]}':return {@[execname,uid]=sum(arg0)} tick-10sec {exit(0)}'";done;l=(Model 'RAM (GB)' 'RAM details' POST 'Battery cycles' 'Battery condition' 'Bad plists' 'High file counts' User Heat 'System load' 'boot args' FileVault 'Diagnostic reports' Log 'Free space (MiB)' 'Swap (MiB)' 'CPU total' 'CPU per process' 'Average I/O (MB/s)' 'I/O per process' 'Mach ports' kexts Daemons Agents launchd 'Startup items' 'Admin access' 'Root access' Bundles dylibs Apps 'Font issues' 'Inserted dylibs' Firewall Proxies DNS TCP/IP RSSI Profiles 'Elapsed time (s)' 'Root crontab' 'User crontab' 'Login hook' 'Global login items' 'User login items' 'Safari extensions' 'Restricted files' 'Hidden apps' );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Average ${p[29+j]}stream data (KiB/s)";l[N4+2+j]="Current ${p[29+j]}stream data";done;A0(){ id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear;v[11]=$((v[3]-`sysctl -n kern.boottime|cut -c9-18`));};for i in 0 1;do for j in 0 1;do eval A$((1+i+2*j))"${p[39]}${p[35+j]}${p[40]}${c1[30+i]}${p[41]}${p[37+j]}${p[42]}";done;eval A$((5+i))'(){ v[0]=`while read i;do eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}"`;[[ "${v[0]}" ]];};';eval A$((7+i))'(){ v[0]=`while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}"`;[[ "${v[0]}" ]];};';done;A9(){ v[0]=$((`date +%s`-v[3]));};B00(){ v[0]=${a[++ind]};};for j in 0 1; do eval B0$((1+j))'(){ v[0]=$((v[0]'${p[26+j]}'p[$1]?v[0]:0));};';eval B0$((3+j))'(){ a[$1]=${a[$1]%[.+-]*};((a[$1]'${p[26+j]}'p[$2]))||unset a;};';done;B05(){ v[0]=`tail -n${p[$1]}<<<"${v[0]}"`;};B06(){ [[ "${a[*]}" ]]&&a=("${a[$1]}" "${a[$2]}");};B07(){ unset a v[0] ind;((v[2]==0))||{ v[0]=No;false;};};B08(){ v[$1]="${v[0]}";};B09(){ a=(${v[0]});};B10(){ v[0]=`grep -F "${v[$1]}"<<<"${v[0]}"`;};B11(){ n=$((${#a[@]}-1));((n>2))||return;A="${a[*]}";B="${a[n-1]} ${a[n]}";a=("${A% $B}" $B);};B12(){ v[0]=;[[ "$a" ]]&&v[0]="$a (UID ${a[1]}) is using ${a[2]}${p[$1]}";};B13(){ v[0]=$((v[0]/v[$1]));};B14(){ v[$2]=`eval "sed -En '${s[$3]}'"<<<"${v[$1]}"`;};B15(){ v[$2]=`eval "awk '${s[$3]}'"<<<"${v[$1]}"`;};B16(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B17(){ v[0]=`paste -d: <(echo "${v[$1]}") <(echo "${v[$2]}")|awk -F: '{printf("'"${f[$3]}"'",$1,$2)}'`;};B18(){ unset a v[0] ind;((v[1]==0))||{ v[0]=No;false;};};B19(){ v[0]="${a[++ind]}";};B20(){ v[0]=`grep -Fv "${v[$1]}"<<<"${v[0]}"`;};C0(){ echo $'\n'"${v[0]}";};C1(){ [[ "${v[0]}" ]]&&printf "${f[$1]}" "${l[$2]}" "${v[0]}";};C2(){ v[0]=`echo ${v[0]}`;[[ "${v[0]}" != 0 ]]&&C1 0 $1;};C3(){ v[0]=`sed -E "${s[0]}"<<<"${v[0]}"`&&C1 1 $1;};C4(){ [[ "${a[*]}" ]]&&printf "${f[$1]}" "${l[$2]}" "${a[@]}";};A0;{ B18;C2 27;B18&&! B07&&C2 28;A1 15 37 25;C2 8;A1 0 $N1 1;C0;A3 0 $((N1+1)) 2;C2 0;B00;B01 10;C2 1;A1 0 $((N1+2)) 3;C3 2;A1 0 $((N1+3)) 4;C3 3;A3 0 $((N1+4)) 5;B02 11;C2 4;B00;C2 5;for i in 0 1 2;do A1 0 $((N1+5+i)) 6;C3 $((N3+i));done;A1 1 10 7;C3 9;A1 1 11 8;C3 10;A2 2 12 9;C2 11;A1 3 13 10;C2 12;A1 4 19 11;B15 0 0 54;C3 13;A2 5 14 12;B05 12;C3 14;A2 6 36 13;B01 13;C2 15;A2 7 37 14;B02 15;C2 16;A3 8 15 15;B03 4 16;B06 1 3;C4 3 17&&{ A3 9 16 16;B11;B12 17;C2 18;};A2 10 38 17;B02 18;C2 19;B07&&{ A2 11 17 17;B05 19;B09;B11;B04 2 19;B12 20;C2 20;};A3 12 39 15;B11;B04 2 21;B12 22;C2 21;A1 13 40 18;B08 4;B14 4 0 19;A5 14 6 52 0;B08 5;A1 17 41 20;B20 5;C3 22;B14 4 6 21;A5 14 7 52 6;B08 7;B14 4 0 22;A5 14 6 52 0;B08 8;B16 7 8;B07&&{ A2 19 26 23;B20 7;C3 23;};A2 18 26 23;B20 7;C3 24;A1 4 20 21;B20 6;B08 9;A6 14 7 53 9;B08 10;B17 9 10 4;C3 25;A1 4 21 24;C3 26;B14 4 12 26;B14 4 13 27;A1 4 22 29;B20 12;B08 14;A6 14 6 53 14;B08 15;B17 14 15 4;B14 0 0 30;C3 29;A1 4 23 27;B20 13;C3 30;A1 24 24 32;C3 31;A1 23 18 28;B08 16;A2 16 25 33;B20 16;B14 0 0 34;B08 21;A8 47 21&&C0;B07&&{ A1 21 0 32;C3 43;};for i in 0 1;do A2 14 $((1+i)) 48;C3 $((44+i));done;A1 14 3 49;C3 46;A2 4 4 50;C2 47;A1 4 5 32;C3 48;A2 0 $((N1+8)) 51;C2 32;A1 4 8 55;C3 6;A2 22 9 56;C3 7;B07&&{ A1 36 42 32;C3 41;};A2 20 42 32;C3 42;A1 25 37 32;C3 33;A1 26 28 35;C2 34;A1 27 29 36;C3 35;A2 28 30 37;B08 17;A1 29 31 38;B10 17;B14 0 18 41;A2 27 32 39&&{ B08 19;A2 29 33 40;B08 20;B17 19 20 5;};C2 36;A2 29 34 42 18;C3 37;A2 32 37 43;B01 25;C2 38;A4 33 35 44 17;for i in 0 1;do B13 11;B02 $((31+i));C2 $((N4+i));B19;done;B07&&for i in 0 1;do A4 34 $((N2+i)) 45;B11;B04 3 $((31+i));B12 14;C2 $((N4+2+i));done;B07&&{ A2 35 43 46;C2 39;};A9;C2 40;} 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.
    At or near the top of the results, there will be a line that begins with "System Version." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try 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 Use Agreement for 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.

  • My mac mini is running super slow

    My mac mini is running super low. It has been for a long time. All applications work but it take so long to do anything. The mac mini is mid 2010. It can not run several application at the same time.
    Problem description:
    my system is running super slow
    EtreCheck version: 2.0.11 (98)
    Report generated November 10, 2014 at 11:22:00 AM EST
    Hardware Information: ℹ️
      Mac mini (Mid 2010) (Verified)
      Mac mini - model: Macmini4,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2-core
      2 GB RAM Upgradeable
      BANK 0/DIMM0
      1 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      1 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 320M - VRAM: 256 MB
      Cinema Display 1680 x 1050
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 4:54:26
    Disk Information: ℹ️
      Hitachi HTS545032B9SA02 disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 318.88 GB (122.41 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 319.21 GB Online
      HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
      HP Wireless Optical Mobile Mouse
      HP Photosmart 6510 series
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Wondershare AllMyMusic.app
      [not loaded] com.Perfect.Driver.SystemAudioRecorder (1.0.0 - SDK 10.6) Support
      /System/Library/Extensions
      [not loaded] com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) Support
      [not loaded] com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) Support
      [not loaded] com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) Support
      [not loaded] com.bose.bluetooth (1.0.0) Support
      [not loaded] com.motorola-mobility.driver.MotMobileUSB (1.1.0) Support
      /System/Library/Extensions/2.2.0/Belcarra.USBLAN_netpart.kext/Contents/Plug-Ins
      [not loaded] com.belcarra.iokit.netpart.panther (1.6.3) Support
      /System/Library/Extensions/2.2.0/Belcarra.USBLAN_usbpart.kext/Contents/Plug-Ins
      [not loaded] com.belcarra.iokit.usbpart.panther (1.6.3) Support
      /System/Library/Extensions/2.2.0/RemoteControl.USBLAN_usbpart.kext/Contents/Plu g-Ins
      [not loaded] com.RemoteControl.USBLAN.panther (1.6.2) Support
      /System/Library/Extensions/MotMobileUSB.kext/Contents/PlugIns
      [not loaded] com.motorola-mobility.driver.MotMobileMS (1.0.0) Support
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.cmfsyncagent.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.EscrowSecurityAlert.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.recentsd.plist
      [failed] com.apple.sbd.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.awdd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.softwareupdated.plist
      [failed] com.apple.tccd.system.plist
      [failed] com.apple.wdhelper.plist
      [failed] org.cups.cupsd.plist
    Launch Agents: ℹ️
      [loaded] com.adobe.CS4ServiceManager.plist Support
      [loaded] com.hp.help.tocgenerator.plist Support
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.versioncueCS4.plist Support
      [loaded] com.hp.lightscribe.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [invalid?] com.nds.pcshow.plist Support
      [invalid?] com.nds.pcshow.uninstall.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Wallpaper Wizard Lite UNKNOWN (missing value)
      iTunesHelper UNKNOWN (missing value)
      SpeechSynthesisServer Application (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)
      CFAgent ApplicationHidden (/Applications/Clickfree/CFAgent.app)
      HP Product Research Application (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    Internet Plug-ins: ℹ️
      LogMeInSafari64: Version: 1.0.660 Support
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.4.1.4 Support
      AdobePDFViewerNPAPI: Version: 11.0.04 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      LogMeIn: Version: 1.0.660 Support
      Silverlight: Version: 5.1.20125.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      LogMeInSafari32: Version: 1.0.660 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.04 - SDK 10.6 Support
      CouponPrinter-FireFox_v2: Version: Version 1.1.6
      GarminGpsControl: Version: 4.0.1.0 Release - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.0.0 Support
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User Internet Plug-ins: ℹ️
      SlingPlayer: Version: (null) Support
    3rd Party Preference Panes: ℹ️
      Adobe Version Cue CS4  Support
      Flash Player  Support
      Flip4Mac WMV  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          14% nsurlsessiond
          11% cloudd
          6% WindowServer
          2% bird
          2% coreduetd
    Top Processes by Memory: ℹ️
      75 MB QuickLookSatellite
      69 MB com.apple.iTunesLibraryService
      45 MB mds_stores
      41 MB discoveryd
      32 MB WindowServer
    Virtual Memory Information: ℹ️
      27 MB Free RAM
      511 MB Active RAM
      506 MB Inactive RAM
      516 MB Wired RAM
      12.30 GB Page-ins
      631 MB Page-outs

    Upgrade the memory to the max of 8 GB.
    Also this two processers
          14% nsurlsessiond
          11% cloudd
    are associated with iCloud/iCloud drive and should decrease after the iCloud drive is fully populated

Maybe you are looking for

  • How can I get rollover text to show pictures?

    The original flash has a publish setting to Flash Player 5, and I have to have the publish setting set to Flash Player 8 (actionscript 2). The original flash works with the Flash Player 5 setting however when I change it the rollover text to picture

  • Fatal errors using JavaFX ChoiceBox, Tooltip, Popup in Eclipse (RCP) View

    I'm using JavaFX within an Eclipse RCP application. Any JavaFX popup (ChoiceBox, Tooltip, etc..) within an eclipse view causes a fatal exception to occur when clicking on the popup. The popups do appear, but clicking on them causes the fatal error. I

  • Moving App to Dock

    I am not able to move an app to the dock on my iPhone 5.  I can move the app from page to page, but when I drag the app to the dock, it bounces back to its original position.  Please advise.

  • Get the contents of the project documents

    Hi Experts, I have a requirement where an external system wants to make use of the contents of my operation project documents' content. Could you suggest any BAPI for the same ? Regards, Vijayalakshmi

  • Need cntrller.ini for PXI Chassis

    I need to configure an RT for use with my VXI system. My VXI embedded controller seems to be missing this file. Any help?