Running really slow all of a sudden

what could be the problem. all of a sudden it is running very slow and occasionally even Finder is not responding. is there a disc clean up or something that i could run to help clear up this issue?

Derek,
Open Activity Monitor in your Utilities folder, and let us know what process is hogging your CPU.
;~)

Similar Messages

  • My MacBook's Safari is running REALLY slow all of a sudden

    I bought my MacBook at the start of this year and it's been all I could have hoped for a more.
    In the past day or so, it has been taking a really long time for web pages to load, and especially for clips to download on YouTube (which has not been the case in the past at all). I use broadband internet, but it hasn't passed its download limit.
    When i googled this question I saw a post that said someone might have a rootkit (??) installed on their computer, is that at all relevant? Sorry for the hazy questions but I'm not super computer literate and I'm a new mac user.
    Thanks!

    *Hi Johanna, Welcome* to Apple's Users Help Users Forums.
    I won't be too much help but if you can still make the thread a question it will attract more attention.
    In the mean time:
    Check DSL config.
    Repair Permissions from Utilities on the HD.
    Repair Disk by Utilities on the Install Disk.
    Good Luck, JP

  • 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.

  • 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

  • Iphone running super slow all of a sudden and also during a call phone is freezing with a black screen and i am unable to disconnect

    My iphone 3 has just started running super slow all of the time. Also about the same time while on a call my screen is freezing black and I am unable to hang up with the caller. It is driving me crazy!!!!

    try hard reset ( hold the sleep and home button together for a few second the iphone will restart and then the an apple logo will appear)
    if this didn't work try to restore you iphone and check if there are any updates available

  • My MacBook Pro is running painfully slow all of a sudden. I am trying to clean up my iPhoto library and it's all of a sudden running really slow. I've uninstalled and disabled as many unnecessary apps as possible as far as I can tell.

    Here is the etrecheck info. Please advise... thank you!
    Problem description:
    iPhoto is running painfully slow. My library is on an external hard drive. It was runing just fine yesterday. i disabled Dropbox and a few other applications, to no avail.
    EtreCheck version: 2.1.5 (108)
    Report generated January 7, 2015 at 12:40:17 PM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro6,2
      1 2.4 GHz Intel Core i5 CPU: 2-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics - VRAM: 288 MB
      NVIDIA GeForce GT 330M - VRAM: 256 MB
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:55:4
    Disk Information: ℹ️
      Hitachi HTS545032B9SA02 disk0 : (320.07 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 318.84 GB (54.79 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Seagate Backup+ Desk 4 TB
      disk2s1 (disk2s1) <not mounted> : 262 KB
      Seagate Backup Plus Drive (disk2s3) /Volumes/Seagate Backup Plus Drive : 4.00 TB (2.73 TB free)
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Logitech USB Receiver
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.logmein.driver.LogMeInSoundDriver (4.1.46f67) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [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]
    Startup Items: ℹ️
      ProTec6b: Path: /Library/StartupItems/ProTec6b
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [loaded] com.citrix.AuthManager_Mac.plist [Support]
      [running] com.citrix.ReceiverHelper.plist [Support]
      [running] com.citrix.ServiceRecords.plist [Support]
      [invalid?] com.logmein.LMILaunchAgentFixer.plist [Support]
      [not loaded] com.logmein.logmeingui.plist [Support]
      [not loaded] com.logmein.logmeinguiagent.plist [Support]
      [not loaded] com.logmein.logmeinguiagentatlogin.plist [Support]
      [invalid?] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [not loaded] com.gopro.stereomodestatus.plist [Support]
      [not loaded] com.logmein.logmeinserver.plist [Support]
      [invalid?] com.logmein.raupdate.plist [Support]
      [loaded] com.macpaw.CleanMyMac2.Agent.plist [Support]
      [invalid?] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.sharpcast.xfsmond.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      Garmin Express Service Application (/Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)
      Dropbox Application (/Applications/Dropbox.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      ThisLife Uploader ApplicationHidden (/Applications/ThisLife Uploader.app)
      WDQuickView Application (/Library/Application Support/WDSmartWare/WDQuickView.app)
    Internet Plug-ins: ℹ️
      LogMeInSafari64: Version: 1.0.586 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      LogMeIn: Version: 1.0.586 [Support]
      Silverlight: Version: 4.0.60831.0 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      LogMeInSafari32: Version: 1.0.586 [Support]
      CitrixICAClientPlugIn: Version: 11.8.0 - SDK 10.7 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
      Picasa: Version: 1.0 [Support]
    Safari Extensions: ℹ️
      Evernote Web Clipper [Installed]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      GoPro  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 318.84 GB Disk used: 264.06 GB
      Destinations:
      Seagate Backup Plus Drive [Local]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 264.06 GB X 3)
    Top Processes by CPU: ℹ️
          8% WindowServer
          2% Safari
          1% mds
          1% loginwindow
          0% AppleSpell
    Top Processes by Memory: ℹ️
      2.13 GB iPhoto
      610 MB Image Capture Extension
      155 MB mds_stores
      129 MB Safari
      129 MB Finder
    Virtual Memory Information: ℹ️
      48 MB Free RAM
      3.71 GB Active RAM
      3.68 GB Inactive RAM
      1.04 GB Wired RAM
      6.89 GB Page-ins
      293 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 7, 2015, 12:28:48 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-122848_[redacted].cpu_resourc e.diag [Details]
      Jan 7, 2015, 12:13:08 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-121308_[redacted].hang
      Jan 7, 2015, 12:07:39 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-120739_[redacted].cpu_resourc e.diag [Details]
      Jan 7, 2015, 12:02:48 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-120248_[redacted].hang
      Jan 7, 2015, 11:51:45 AM /Library/Logs/DiagnosticReports/iPhoto_2015-01-07-115145_[redacted].cpu_resourc e.diag [Details]
      Jan 7, 2015, 11:45:54 AM Self test - passed
      Jan 6, 2015, 05:01:58 PM /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-01-06-170158_[reda cted].crash
      Jan 5, 2015, 02:12:40 PM /Library/Logs/DiagnosticReports/iPhoto_2015-01-05-141240_[redacted].cpu_resourc e.diag [Details]
      Jan 5, 2015, 10:04:15 AM /Library/Logs/DiagnosticReports/com.apple.MediaLibraryService_2015-01-05-100415 _[redacted].cpu_resource.diag [Details]
      Jan 4, 2015, 05:28:20 PM /Users/[redacted]/Library/Logs/DiagnosticReports/HandBrake_2015-01-04-172820_[r edacted].crash
      Jan 4, 2015, 05:28:04 PM /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-01-04-172804_[reda cted].crash
      Jan 4, 2015, 03:09:50 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-01-04-150950_[reda cted].crash
      Jan 4, 2015, 03:09:15 PM /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-01-04-150915_[reda cted].crash

    Start time: 15:08:00 01/08/15
    Model Identifier: MacBookPro6,2
    System Version: OS X 10.10 (14A389)
    Kernel Version: Darwin 14.0.0
    Time since boot: 1 day3:22
    Memory
        BANK 0/DIMM0:
          Size: 4 GB
          Speed: 1067 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM0:
          Size: 4 GB
          Speed: 1067 MHz
          Status: OK
          Manufacturer: 0x859B
    SerialATA
       Hitachi HTS545032B9SA02                
    USB
       Backup+ Desk (Seagate LLC)
       USB Receiver (Logitech Inc.)
    FileVault: On
    Diagnostic reports
       2014-12-17 Safari crash
       2014-12-17 com.apple.appkit.xpc.openAndSavePanelService crash
       2014-12-17 garcon crash x4
       2014-12-27 Finder crash
       2014-12-27 ThisLife Uploader crash
       2014-12-27 garcon crash x2
       2014-12-28 Finder crash
       2014-12-28 garcon crash x3
       2014-12-31 com.apple.appkit.xpc.openAndSavePanelService crash
       2014-12-31 garcon crash
       2015-01-02 Finder crash
       2015-01-02 garcon crash
       2015-01-05 Finder crash
       2015-01-05 HandBrake crash
       2015-01-05 garcon crash x2
       2015-01-07 garcon crash
       2015-01-08 iPhoto hang x2
    Log
       Jan  7 11:47:39 com.apple.xpc.launchd.domain.user.55: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:43 com.apple.xpc.launchd.domain.user.202: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:43 com.apple.xpc.launchd.domain.user.202: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:58 com.apple.xpc.launchd.domain.user.89: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:47:58 com.apple.xpc.launchd.domain.user.89: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:48:38 jnl: disk2s3: replay_journal: from: 50180096 to: 50778112 (joffset 0x3a3c000)
       Jan  7 11:48:39 jnl: disk2s3: journal replay done.
       Jan  7 11:49:37 com.logmein.LMILaunchAgentFixer: Service setup event to handle failure and will not launch until it fires.
       Jan  7 11:49:39 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.319: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 11:49:39 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.319: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 11:49:39 com.citrix.ServiceRecords: Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.citrix.Beacons
       Jan  7 11:51:29 process iPhoto[248] thread 2450 caught burning CPU! It used more than 50% CPU (Actual recent usage: 52%) over 180 seconds. thread lifetime cpu usage 90.109268 seconds, (87.476202 user, 2.633066 system) ledger info: balance: 90008641218 credit: 90014455352 debit: 5814134 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 172082865204
       Jan  7 11:52:49 com.apple.xpc.launchd.domain.user.99: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 11:52:49 com.apple.xpc.launchd.domain.user.99: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
       Jan  7 12:07:36 process iPhoto[490] thread 12067 caught burning CPU! It used more than 50% CPU (Actual recent usage: 93%) over 180 seconds. thread lifetime cpu usage 90.200179 seconds, (88.682346 user, 1.517833 system) ledger info: balance: 90012025000 credit: 90016246356 debit: 4221356 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 96436947650
       Jan  7 12:19:32 com.apple.xpc.launchd.domain.pid.quicklookd.536: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
       Jan  7 12:21:38 process WindowServer[134] caught causing excessive wakeups. Observed wakeups rate (per sec): 174; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 130324
       Jan  7 12:24:23 process Image Capture Ex[494] caught causing excessive wakeups. Observed wakeups rate (per sec): 1570; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45166
       Jan  7 12:28:45 process iPhoto[643] thread 21591 caught burning CPU! It used more than 50% CPU (Actual recent usage: 90%) over 180 seconds. thread lifetime cpu usage 90.114637 seconds, (88.373536 user, 1.741101 system) ledger info: balance: 90002127665 credit: 90005648813 debit: 3521148 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 99086317519
       Jan  7 12:30:17 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.655: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 12:30:17 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.655: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Jan  7 13:13:15 process com.apple.WebKit[827] caught causing excessive wakeups. Observed wakeups rate (per sec): 560; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 55866
       Jan  7 20:09:33 process iPhoto[643] caught causing excessive wakeups. Observed wakeups rate (per sec): 198; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 269536
       Jan  8 01:12:04 AppleUSBMultitouchDriver::validateChecksum - 512-byte packet checksum is incorrect (expected 0xf60c, checksum bytes were 0xdead)
       Jan  8 15:06:18 com.apple.xpc.launchd.domain.pid.quicklookd.1302: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
    Memory: iPhoto (UID 501) is using 2093 MB
    kexts
       com.logmein.driver.LogMeInSoundDriver (4.1.46f67)
    Daemons
       com.adobe.fpsaud
       com.apple.installer.osmessagetracing
       com.logmein.raupdate
       com.macpaw.CleanMyMac2.Agent
       com.sharpcast.xfsmond
    Agents
       com.adobe.ARM.UUID
       com.apple.AirPortBaseStationAgent
       com.apple.photostream-agent
       com.citrix.AuthManager_Mac
       com.citrix.ReceiverHelper
       com.citrix.ServiceRecords
       com.google.keystone.user.agent
       com.logmein.LMILaunchAgentFixer
    Startup items
       /Library/StartupItems/ProTec6b/DemoOver
       /Library/StartupItems/ProTec6b/Nalpeirond6b
       /Library/StartupItems/ProTec6b/ProTec6b
       /Library/StartupItems/ProTec6b/StartupParameters.plist
    dylibs
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
       /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.703/_platform_specific/mac_x64/libwidev inecdm.dylib
       /usr/lib/HDREfexProFC.dylib
    App extensions
       com.getdropbox.dropbox.garcon
    Contents of /Library/LaunchAgents/com.citrix.AuthManager_Mac.plist
       - mod date: Jun  7 11:58:25 2013
       - checksum: 1591517921
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.AuthManager_Mac</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.AuthManager_Mac</string>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/AuthManager_Mac.app/Contents/MacOS/AuthManager_Mac</ string>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
       - mod date: Jun  7 11:58:25 2013
       - checksum: 676087606
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.citrix.ReceiverHelper</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ReceiverHelper.app/Contents/MacOS/ReceiverHelper</st ring>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ServiceRecords.plist
       - mod date: Jun  7 11:58:25 2013
       - checksum: 1445213025
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.Beacons</key>
        <true/>
        <key>com.citrix.ServiceRecords</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.ServiceRecords</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ServiceRecords.app/Contents/MacOS/ServiceRecords</st ring>
        </array>
       ...and 8 more line(s)
    Contents of /Library/LaunchAgents/com.logmein.LMILaunchAgentFixer.plist
       - mod date: Nov 10 20:47:41 2014
       - checksum: 94065829
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.LMILaunchAgentFixer</string>
        <key>OnDemand</key>
        <true/>
        <key>ThrottleInterval</key>
        <integer>1</integer>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LMILaunchAgentFixer.app/Contents/MacOS/LMILaunchAgentFixer< /string>
        <string>fromlaunchagent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.logmein.logmeingui.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 849719711
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeingui</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeInGUI.app/Contents/MacOS/LogMeInGUI</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.logmein.logmeinguiagent.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 1227007658
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinguiagent</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Helpers/LMIGUIAgent.app/Contents/MacOS /LMIGUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
       ...and 19 more line(s)
    Contents of /Library/LaunchAgents/com.logmein.logmeinguiagentatlogin.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 3390435066
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinguiagentatlogin</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>LoginWindow</string>
        </array>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Helpers/LMIGUIAgent.app/Contents/MacOS /LMIGUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
       ...and 19 more line(s)
    Contents of /Library/LaunchDaemons/com.gopro.stereomodestatus.plist
       - mod date: Jan 29 17:22:17 2014
       - checksum: 2319101607
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.gopro.stereomodestatus</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/GoPro/Tools/StereoModeStatus.app/Contents/MacOS/StereoMod eStatus</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.logmein.logmeinserver.plist
       - mod date: Jan  7 12:05:30 2015
       - checksum: 1427099528
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinserver</string>
        <key>LegacyTimers</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ProcessType</key>
        <string>Interactive</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/MacOS/LogMeIn</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LogMeIn/stderr.log</string>
        <key>StandardOutPath</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.logmein.raupdate.plist
       - mod date: Nov 10 20:46:56 2014
       - checksum: 3493110929
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.logmein.raupdate</string>
        <key>OnDemand</key>
        <true/>
        <key>RunAtLoad</key>
        <false/>
        <key>KeepAlive</key>
        <false/>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/update/raupdate</string>
        <string>/s</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LogMeIn/stderr.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/LogMeIn/stdout.log</string>
        <key>WorkingDirectory</key>
        <string>/Library/Application Support/LogMeIn/bin/</string>
       ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist
       - mod date: Sep  1 15:15:35 2014
       - checksum: 2214847194
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac2.Agent</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
       ...and 8 more line(s)
    Contents of /Library/LaunchDaemons/com.sharpcast.xfsmond.plist
       - mod date: May  4 20:28:27 2013
       - checksum: 3377386094
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <!-- SugarSync version 1.9.96.111090.20130403 -->
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.sharpcast.xfsmond</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/SugarSync/scxfsmond</string>
        <string>-log</string>
        <string>error</string>
        <string>-launchd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
       ...and 14 more line(s)
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
       - mod date: Jul 24 11:11:09 2013
       - checksum: 394026997
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
       - mod date: Nov 30 14:26:35 2014
       - checksum: 4084537214
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Listeners
       cupsd: ipp
    User login items
       Garmin Express Service
       - /Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app
       Dropbox
       - /Applications/Dropbox.app
       Google Chrome
       - /Applications/Google Chrome.app
       ThisLife Uploader
       - /Applications/ThisLife Uploader.app
       WDQuickView
       - /Library/Application Support/WDSmartWare/WDQuickView.app
    Safari extensions
       Evernote Web Clipper
       - com.evernote.safari.clipper
    Widgets
       iCal
       Earth
    Restricted files: 339
    Lockfiles: 101
    Elapsed time (s): 844
    Wow, that's a lot of data for you to sift through, but I suppose you know what you are looking to find. I bet you earned every one of those points. Thanks, Linc. All the folks in the world waiting for me to share their photos with them thank you as well : )  Cathleen

  • CS4 Really slow all of a sudden!

    I am really struggling to work at any reasonable speed with InDesign CS4. It has been fine ever since I got it, but all of a sudden it is crawling along and it is driving me mad. I have tried using fast display, but not good.
    I am running a Mac with OSX 10.5.6, Dual 2.66 Intel, and 11 gig of RAM.
    Any ideas as to why InDesign is running slow? Everything else seems to be running fine.
    Thanks
    Mat

    Thanks for the suggestions, they sort of have an affect, but, it all starts going pear shaped after about an hour or so.
    I have switched off the preflight, colours panel and the auto correct for spelling which seem to make it last that bit longer before it starts to drag its heels, but I am finding that I am basically having to quit a couple of times a day, and also having to restart more often than I like.
    To be honest, I am finding it to be a little unstable, is anybody else? The same with photoshop too...

  • 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.

  • IMac running extremely slow all of a sudden

    I have a 1st generation Intel iMac (24", late 2006), which ran fine for three years but all of a sudden slowed to a crawl about a month ago. I upgraded to 3GB of RAM, but didn't see any improvement; I've run the disk utility app on the system install disk and didn't get any problems; I don't see anything in the Activity Monitor that's hogging CPU usage (although iTunes uses about 7% while playing music and 20% while playing video - considerably higher when it loads a new track into RAM); and I have 70GB free on a 300GB hard disk. I realize that this is just scratching the surface, so what else should I be looking at? For what it's worth, yes I have an HP printer, but the drivers don't seem to take up that much CPU time; and I'm still on 10.4.11, so maybe it's just time to upgrade to Snow Leopard; but either way I've been on this system (and with this printer) for a long time, and I don't understand why this would happen all of a sudden...
    Thanks!
    Message was edited by: Astigmatism

    HI,
    70GB free disk space could be at least part of the problem for the disk slowing down.
    Try Freeing space on your Mac OS X startup disk
    Check the startup disk for errors that may need repairing.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu 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.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. *Make sure there is always 10% to 15% free disk space*
    If you cannot boot from your install disc, try booting in Safe Mode
    How to Force Background Maintenance
    One way to free up disk space...
    Open Console. Select system.log then from the Menu Bar click Reveal in Finder then move that log file to the Trash. These logs can take up as much as a GB.
    Carolyn

  • Snow Leopard Server running extremely slow all of a sudden!!

    Hi, I'm not a qualified server technician but am currently trying my best to run a server in a Secondary School! Please help, need to fix ASAP.
    So basically we've got a Mac Pro running Snow Leopard server which has become incredibly slow in the past week. Nothing has changed in our department to trigger this. Here's everything I know so far...
    - If I try to log on to the admin account when "Some Network Accounts Are Available", log on will take under a minute. If I try to log on to the admin account when the light goes green and "Network Accounts Are Available" log on will take forever and eventually just crash and which point I have to just force a shutdown and try again.
    - When I can log on, some aspects of the computing seems fast and other aspects are really slow. For example, a few programs open as soon as I log on no problem, however a simple spotlight search or trying to open Sytem Preferences will crash the computer completely.
    - Have tried booting in Safe Mode, and everything ran fast and how it's mean to but once restarting and booting normally the problems remained.
    Sorry for the lack of knowledge!!
    Thanks in advance.

    Your comment indicates "crash the computer"?  Do you mean that OS X Server itself fails, and you have to reboot?  Or that the application crashes, and you have to restart it?
    The following are some general approaches toward gathering some data:
    Launch Console.app from Applications > Utilities and see if there are blocks of repeating errors.
    Launch Terminal.app from Applications > Utilities and issue the following harmess, diagnostic command:
    sudo changeip -checkhostname
    After entering an administrative password and possibly seeing a one-time informational message about sudo, you should see some network configuration information and then an indication that no changes are required, or that there are DNS or network errors.
    Boot from the Snow Leopard installation DVD and run a volume verification pass using Disk Utility, this from the Utilities menu of the installation disl.
    FWIW...
    If the applications or OS X Server are crashing, then you're generally heard toward either a reinstallation of the software, or a hardware repair, or quite possibly a combination of the two.
    Forcing a hard shutdown can lead to corruptions, depending on exactly what's going on when the power drops out; that's probably best left as a last-resort approach and one best avoided.

  • My Windows 7 has been running really slowly all of a sudden

    I have a mid-2012 Macbook Pro (2.9Ghz, 8GB, 750GB) with 10.9.2.
    I recently installed Windows 7 Professional with bootcamp, and everything was fine at first. I was running my games and applications with no problems. However, all of a sudden, things have been running very slowly. I can no longer run my games as they take forever to load, and everything is too laggy to be practical in general. It's not an illegal copy of Windows 7 so that's not the problem.
    I have no clue how to address this, as things were running perfectly fine before. Is it a bootcamp problem, a windows 7 problem, or what...? I've googled but found nothing specific to my problem. Any help would be appreciated.

    Unsure, my solution would be to delete then reinstall windows

  • FF4 is really slow all of a sudden

    I get on a site and FF 4.0 goes really slow. I see that it is trying to use 10000000000000000000000000000% of the processor and I have no idea why (task manager is at 100% when FF4.0 is running). It seems to be on every site now. I have an old computer but I have no money also.

    Just an obvious thought . . . make sure you check your software updates. Maybe quicktime isn't updated? Or the rest of the suite?

  • Airport Extreme Airdisk's REALLY SLOW all of a sudden

    I have my media hard drive connected via USB to my Airport Extreme. It serves all the media for my iTunes libraries etc. It's been working flawlessly for months, but now all of a sudden, it's cripplingly slow.
    I've been trying to transfer one 800mb video file all night and it keeps saying "21 hours" and only transfers a few kb every minute or two.
    I've restarted my Airport Extreme, disconnected and reconnected the USB HD and restarted the ADSL modem the AE connects to the internet through. I've also tried a variety of different files.
    No difference.
    Any thoughts? I know I could completely reset my AE, but if a restart won't fix it, then I doubt a reset will.

    chirhodesign, any update on the situation?
    i'm helping my friend overseas with this exact same problem. she just bought a new hdd and as a shared network drive via airport extreme it's EXTREMELY SLOW, maybe around 100kbps transfer rate. we're pulling our hair out trying to troubleshoot this.
    does anybody have a possible solution?

  • Macbook PRO 2009 running extremely slow all of a sudden

    Hello, I have been encountering recent problems regarding my macbook pro 15" from 2009. All of a sudden it became extremely slow and spinning beach ball every time I click something. It used to be very fast it's as if something happened over night. I have already tried re formatting the whole computer and installed a new os x. I verified the hard drive that it's okay and I have already reset the pram. Would love some help please and thank you. Specs for my laptop are: 2.8GHz Intel core 2 duo,  500GB HD, 8GB Ram and it's from 2009. No recent applications were installed.

    Hello, I have been encountering recent problems regarding my macbook pro 15" from 2009. All of a sudden it became extremely slow and spinning beach ball every time I click something. It used to be very fast it's as if something happened over night. I have already tried re formatting the whole computer and installed a new os x. I verified the hard drive that it's okay and I have already reset the pram. Would love some help please and thank you. Specs for my laptop are: 2.8GHz Intel core 2 duo,  500GB HD, 8GB Ram and it's from 2009. No recent applications were installed.

  • Audition REALLY SLOW all of a sudden. What could cause this?

    Within the last week Audition has gotten slower and slower. It takes 5-10 seconds at least for playback to start. It has become unworkable. What could cause this and what settings should I change to fix it?
    Thanks for any help!

    SteveG(AudioMasters) wrote:
    Don't worry about Eric - he's already admitted that he's got a thing about building up a huge points score... although precisely where that's going to get him, I don't know. I only answer questions here now because I feel a little sorry for the poor saps who, in all innocence, try to get anything at all meaningful out of this pathetic apology for a forum. Generally, AudioMasters is a much better bet these days. Okay I'm biased about that, but after all it is the modern incarnation of the original Syntrillium forum...
    I want the largest point score EVER!
    I covet every gold star with a green check-mark!
    I want all my little red bars filled!*
    I want to keep my name on top and never let it drop!!
    I want to complete the Herculean task of climbing the virtual forum mountain to reach the peak, thus achieving the exalted title of
    COMMUNITY EXPERT!!! (cue trumpet fanfare)
    *Once those are filled, are they like health points in a video game?  Do I then get to square off with some giant, Photoshopped community expert from another forum for the right to become King of the Bad Forums?  Maybe they just invite all the red-bar-full folks to some virtual tea party so they can all chat with each other about how wonderful it is to be in the exclusive red-bar club because they spent so much time posting on these forums rather than, say, being busy acutally using the software.
    (Sometimes I forget that subtle sarcasm just doesn't translate well on the internet.)
    I still don't know the point of the points, and perhaps never will.

Maybe you are looking for

  • What is new in PL 15 for SAP Business One 8.82?

    Hello experts I have just been notified that this new patch has been just released, but the email that I have received doesn't specify what is new in it. I have tried to google it unsuccessfully. Is there some page where I can check what is included

  • How to populate JComboBox on a button event

    Hello I am trying to populate a combobox when the user enters a text in the textfield and clicks a button. On clicking the button the program looks for matching string and if found adds it the combobox.However I cannot get it to work. Here is what my

  • No zoom level controls on second monitor!

    I use a second monitor to display a loupe view of the photo I have selected in the grid view, which is on the first monitor.  I have always had the zoom-level controls (Fit, Fill, etc.) at the bottom of the loupe display on the second moitor, until I

  • My new WRE54G works for a bit then stops

    Firstly I cannot begin to complain enough about what a faff this thing was to set up. The supplied disk just "failed" to do a site survey every time i ran the setup. In the end, i managed to get in through ethernet straight into my laptop. and config

  • WLC 5508 issue

    We already have WCL 5508 setup with several SSIDs. We plan to create a new one and assign to new VLAN. However: 1. About 240 devices, laptops, IPods, etc will be connecting to that single SSID - is there any way to resolve that? I don't want to creat