Slow SDO_RELATE when using group by.. please help!!

Hi All,
I'm fairly new to the spatial side of Oracle so please go easy on me.
I have 2 tables (a and b), each containing line geometries. There is a one(a) to many(b) relationship between the two.
I want to write a query which selects information from table b where the geometries in table b are completely covered by the geometries in table a, but the returned info is grouped by the rows in table a.
Here's my code:
select
a.route_id,
a.step,
max(b.gritter_status),
sum(b.salt_usage)
from
tbl_routedirs a, tbl_routelinks b
where
a.route_id = b.route_id and
sdo_covers(a.geoloc, b.geoloc) = 'TRUE'
group by
a.route_id, a.step
The query is extremely slow, taking up to 15 minutes to execute...The thing which is confusing me is without the group by clause the statement executes in under half a second.
I have checked all indexes etc - all are valid. I've tried re-ordering the tables in the from clause as ive read this can be a factor, and granted i have little knowledge as to what to swap where but this appeared to have no impact on the speed.
Any suggestions would be warmly welcomed... Thankyou.
Edited by: user8760008 on 27-Aug-2009 07:08 - i copied the script and didnt add the aggregate functions on the selected columns...

If that's the case, please try:
select /*+ leading(a) use_nl(a b) index(b your_index_on_b.geoloc) */
a.route_id,
a.step,
max(b.gritter_status),
sum(b.salt_usage)
from
tbl_routedirs a, tbl_routelinks b
where
a.route_id = b.route_id and
sdo_coveredby(b.geoloc, a.geoloc) = 'TRUE'
group by
a.route_id, a.step
i.e. to have a nested loops join, and take a small table as outer.
Note you may not need all three hints to get the nested loops join plan.

Similar Messages

  • The volume up and down controls on my wireless keyboard show a no entry sign and do not respond when used...please help?

    The volume up and down controls on my wireless keyboard show a no entry sign and do not respond when used...please help?

    If you want to get a little more "exotic" you can try remapping the function keys.  I did a little google searching and the hits that looked promising are,
    Mapping volume and eject keys to 3rd-party keyboard Other Hardware
    Spark
    Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, control iTunes, and more...
    You can also export and import your Hot Keys library, or save it in HTML format to print it.
    Spark is free, so use it without moderation!

  • Flash player crashes my computer when used . . . please help!

    the newest versions of flash player required for use in you tube and hulu crash my computer and causes it to reboot. I'm using windows xp home edition 32 bit, have updated my drivers, and have tried to use several different versions of the flash player 10( installing the other versions first), as well as trying to use it in internet explorer 8, firefox 5, and google chrome. The computer does not crash unless the flash player is in use. I have tried everything I can think of, to no avail. This problem did not happen UNTIL I was forced to udate the flash player to the latest version in order to watch Hulu and you tube due to their requirements. PLEASE HELP!

    osprey623 wrote:
    I have tried everything I can think of, to no avail.
    Have you tried to disable Hardware Acceleration?

  • Emails disappear/vanished when using multiple devices please help!

    Please I need help, I have a long question but want to cover all possible options:
    I have several email accounts, set in different devices (all apple) that are checked continuously and simultaneously, they are all set as IMAP accounts (no conflict between IMAP vs POP) but very offen emails disapear and I am sure no one has deleted them. They literally vanish even from the server.
    I have norrowed down *I think* the problem to the following devices, my Iphone5 opens for the first time the email, and when a PowerBook with Mac OS X Version 10.7.5 opens the email at some point it vanishes, it doesnt happen with all emails but it mostlly happens with emails that contain attachments after I have viewed the attachements in my Iphone.
    I am a die hard Apple fan and I have looked the other way for over a year but I need this to stop, it is actually costing me money now and I have done lots of research but cant find the solution.
    My phone carrier is Verizon if this is relevant.
    Any help would be greatly appresiated! thanks!

    Are you using iCloud top sync mail between devices ??

  • Error in PDF & TXT output requests when using ixlib.cfg please help

    Hi Gurus,
    I am having a problem that
    The output for custom Arabic report in ghost viewer is coming garbage type characters
    so i added these below lines in adovars.env
    export IX_PRINTING=$FND_TOP/resource/ixlib.cfg
    export IX_RENDERING=$FND_TOP/resource/pastas.cfg
    export TK_LOCALE=BIDI
    after that i sourced the environment file and bounced back the apps tier, what happened arabic characters started to come fine as expected in ghost viewer
    but when i ran active user report it ended in completed but with error
    then i checked its output was in PDF so i changed it in text still the same
    then i ran other reports to verify i found it any report file giving output as PDF & TXT is giving the below error where as rtf & Postscript are giving correct output
    the error is coming as
    "stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    *** glibc detected *** ora_rw20_run: free(): invalid pointer: 0x08ee509c ***
    i searched oracle support and found Note [ID 1295724.1] which is very near to my error
    according to it ixlib.cfg is having invalid entries i checked there was none.
    when ever i remove these below 3 lines from adovars.env every thing gets back to normal but arabic characters in postscript ghost viewer appears as junk
    export IX_PRINTING=$FND_TOP/resource/ixlib.cfg
    export IX_RENDERING=$FND_TOP/resource/pastas.cfg
    export TK_LOCALE=BIDI
    Oracle DB Version 11.1.0.7.0
    Apps version 12.1.1
    FNDPSTAX -v
    3.0.4.0(patch 5)
    Please advice Gurus
    Thanks
    HASSAN

    Can you find any errors in the database log file?
    after that i sourced the environment file and bounced back the apps tier, what happened arabic characters started to come fine as expected in ghost viewer
    but when i ran active user report it ended in completed but with error You mentioned that Arabic characters started to come find in Ghost Viewer, so what was the request you have submitted?
    then i checked its output was in PDF so i changed it in text still the same What is the database characterset? Have you reviewed (How to Print PDF/UTF8 in R12? [ID 778970.1])?
    then i ran other reports to verify i found it any report file giving output as PDF & TXT is giving the below error where as rtf & Postscript are giving correct output
    the error is coming as
    "stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    *** glibc detected *** ora_rw20_run: free(): invalid pointer: 0x08ee509c ***Have you tried to enable trace and see if you get more details about the error?
    i searched oracle support and found Note [ID 1295724.1] which is very near to my error
    according to it ixlib.cfg is having invalid entries i checked there was none.What about displayfontpath? Is it set to the absolute path?
    when ever i remove these below 3 lines from adovars.env every thing gets back to normal but arabic characters in postscript ghost viewer appears as junk
    export IX_PRINTING=$FND_TOP/resource/ixlib.cfg
    export IX_RENDERING=$FND_TOP/resource/pastas.cfg
    export TK_LOCALE=BIDIhave you verified the value of "Tk2Motif*fontMapCs" entry in Tk2Motif_UTF8.rgb file? -- Arabic Bitmap Reports Complete in Error [ID 798213.1]
    Thanks,
    Hussein

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • Can anyone knows how to fix back camera having pink lines when i use it so please help me  thank you

    can anyone knows how to fix back camera having pink lines when i use it so please help me  thank you
    <Email Edited by Host>

    You're welcome.
    The 6.1.4 update had nothing to do with this. If it did, then every iPhone with 6.1.4 installed would have the same problem.
    Apple doesn't support downgrading the firmware, which won't change anything.
    If an Apple Store is miles away, then call AppleCare.

  • Currently i am outside country and using my family person sim but my iphone display shows unknown call it become difficult when i missed call please help me out

    currently i am outside country and using my family person sim but my iphone incoming call display shows unknown call it become difficult when i missed call please help me out

    We are all users here
    what exactly do want any one to do ?

  • My iPod won't turn on even when I plug it into my charger. I don't want to spend too much fixing it but I need to use it. Please help!!

    My iPod won't turn on even when I plug it into my charger. I don't want to spend too much fixing it but I need to use it. Please help!!

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable              
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Exchange 2013 CU5 , Exchange Power Shell very very very slow reasponse when using get command.

    Exchange 2013 CU5 , Exchange Power Shell very very very slow reasponse when using get command.
    First my organize has Exchange on 2 site like
    site A (internet facing) : 2CAS 2 MB all are Services pack1
    site B (DR Site , no user active on this site) : 2CAS 2MB all are Services pack 1
    so today I upgrade Exchange 2013 from SP1 to CU5 start on "site B" and I found this issue and the details is....
    When I open EMS on any CU5 for query something (like get-mailboxdatabasecopystatus) the response return very slow and some query will not return at all (like get-owavirtualdirectory).
    But If I using EMS on SP1. Everything is ok then I try to use EMS on SP1 connect to CU5 and try to query something. the result is
    some query command cannot return for any result that are server on siteB (just some query command)
    Problem
    EMS on CU5 return very slow result.
    EMS on SP1 still ok.
    Does anyone face this problem before for CU5??? Please help me figure this out. Thank you
    reply from Social.technet

    Hi,
    Have you used the above cmdlets to check your Exchange server health?
    "all other command that I ran on EMS didn't logged on event viewer.", my environment is the same with you. I use Exchange 2013, only errors will be displayed in MSExchange Management. Actually, it is not related to slow EMS response.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Kernel_task using 1600% CPU, please help

    After updating to yosemite (nightmare) my Mid 2011 macbook air has been running ridiculously slow.
    Activity monitor is telling me that kernel_task is using huge amounts (always over 100%) of CPU
    The only way i can get my computer to function at a normal speed is using Safe boot
    Please help!

    I seem to have the same issue ever since the Yosemite update. It's eating up my memory and battery. I see some kernel extension errors. Here's my report, please advise.
    Start time: 01:12:03 02/13/15
    Model Identifier: MacBookPro8,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 4 minutes
    Memory
        BANK 0/DIMM0:
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM0:
          Size: 4 GB
          Speed: 1333 MHz
          Status: OK
          Manufacturer: 0x859B
    Battery
       Condition: Service Battery
    SerialATA
       Hitachi HTS545032B9A302                
    Diagnostic reports
       2015-02-13 VShieldScanManager crash x5
       2015-02-13 VShieldUpdate crash x20
    Shutdowns
       Feb 10 13:22:59 cause: -60
       Feb 11 22:59:50 cause: -60
    Log
       Feb 12 19:24:42 com.apple.xpc.launchd.domain.pid.MediaLibraryService.11209: 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/MediaLibrary.framework/Versions/A/XPCServices/com.ap ple.MediaLibraryService.xpc
       Feb 12 19:24:42 com.apple.xpc.launchd.domain.pid.MediaLibraryService.11209: 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/MediaLibrary.framework/Versions/A/XPCServices/com.ap ple.MediaLibraryService.xpc
       Feb 12 23:06:48 wl0: Beacon Loss Event
       Feb 12 23:47:41 com.apple.xpc.launchd.domain.pid.quicklookd.16534: 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
       Feb 12 23:56:30 com.apple.iTunesHelper.5996: Service exited with abnormal code: 1
       Feb 12 23:57:26 com.apple.Kerberos.kdc: Service exited with abnormal code: 1
       Feb 12 23:59:36 com.apple.Kerberos.kdc: Service exited with abnormal code: 1
       Feb 13 00:01:00 com.apple.spindump: Service exited with abnormal code: 75
       Feb 13 00:01:42 com.symantec.uiagent.application: Service setup event to handle failure and will not launch until it fires.
       Feb 13 00:01:42 com.freenet.startup.plist: Service setup event to handle failure and will not launch until it fires.
       Feb 13 00:01:43 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.370: 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
       Feb 13 00:01:43 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.370: 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
       Feb 13 00:07:52 com.apple.xpc.launchd.domain.pid.quicklookd.519: 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
       Feb 13 00:14:46 com.apple.iTunesHelper.5996: Service exited with abnormal code: 1
       Feb 13 00:15:32 com.apple.Kerberos.kdc: Service exited with abnormal code: 1
       Feb 13 00:16:26 com.freenet.startup.plist: Service setup event to handle failure and will not launch until it fires.
       Feb 13 00:16:26 com.symantec.uiagent.application: Service setup event to handle failure and will not launch until it fires.
       Feb 13 00:16:37 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.321: 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
       Feb 13 00:16:37 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.321: 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
       Feb 13 01:07:49 com.apple.iTunesHelper.5996: Service exited with abnormal code: 1
       Feb 13 01:08:33 com.apple.Kerberos.kdc: Service exited with abnormal code: 1
       Feb 13 01:09:23 com.freenet.startup.plist: Service setup event to handle failure and will not launch until it fires.
       Feb 13 01:09:23 com.symantec.uiagent.application: Service setup event to handle failure and will not launch until it fires.
       Feb 13 01:09:28 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.317: 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
       Feb 13 01:09:28 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.317: 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
    Activity
       CPU: user 23%, system 11%
    CPU per process: Folder Actions D (UID 501) is using 93.9 percent
    Bad kernel extensions
       /System/Library/Extensions/BJUSBLoad.kext
       Warnings:
       Personality CFBundleIdentifier differs from containing kext's (not necessarily a mistake, but rarely done):
       IJ108a
       IJ10cd
       IJ1723
       IJ1082
       IJ10c5
       IJ1729
       IJ1088
       IJ10bb
       IJ174a
       IJ107e
       IJ1070
       IJ10b3
       IJ1717
       IJ1742
       IJ1076
       IJ10b9
       IJ1748
       IJ170d
       IJ10af
       IJ10a1
       IJ173e
       IJ109d
       IJ1705
       IJ1064
       IJ1730
       IJ10d2
       IJ10a7
       IJ1736
       IJ1095
       IJ172c
       IJ108b
       IJ1724
       IJ1083
       IJ10c6
       IJ171a
       IJ10bc
       IJ174b
       IJ1712
       IJ107f
       IJ10b4
       IJ1718
       IJ1743
       IJ1077
       IJ10aa
       IJ1749
       IJ170e
       IJ1700
       IJ106d
       IJ10a2
       IJ173f
       IJ109e
       IJ1706
       IJ1065
       IJ1090
       IJ10d3
       IJ1731
       IJ10a8
       IJ1737
       IJ1096
       IJ172d
       IJ108c
       IJ10cf
       IJ10c1
       IJ1725
       IJ1084
       IJ10c7
       IJ171b
       IJ107a
       IJ10bd
       IJ1713
       IJ1072
       IJ10b5
       IJ1719
       IJ1078
       IJ173a
       IJ1701
       IJ106e
       IJ1732
       IJ109f
       IJ1091
       IJ1707
       IJ10a9
       IJ1097
       IJ10ca
       IJ172e
       IJ108d
       IJ10c2
       IJ1726
       IJ1085
       IJ10c8
       IJ171c
       IJ107b
       IJ10be
       IJ10b0
       IJ1714
       IJ1073
       IJ10b6
       IJ170a
       IJ1079
       IJ173b
       IJ109a
       IJ1061
       IJ10a4
       IJ1708
       IJ1733
       IJ1067
       IJ10d5
       IJ1098
       IJ172f
       IJ1721
       IJ108e
       IJ1080
       IJ1055
       IJ10c3
       IJ1727
       IJ1086
       IJ10c9
       IJ107c
       IJ10bf
       IJ10b1
       IJ1740
       IJ1715
       IJ1074
       IJ10b7
       IJ1746
       IJ170b
       IJ106a
       IJ173c
       IJ109b
       IJ10a5
       IJ10d0
       IJ1709
       IJ1734
       IJ1068
       IJ1093
       IJ10d6
       IJ1099
       IJ108f
       IJ1722
       IJ1056
       IJ1081
       IJ10c4
       IJ1728
       IJ1087
       IJ10ba
       IJ107d
       IJ1710
       IJ1716
       IJ1741
       IJ1747
       IJ170c
       IJ106b
       IJ10a0
       IJ173d
       IJ109c
       IJ1063
       IJ10a6
       IJ10d1
       IJ1735
       IJ1069
       IJ1094
       IJ172b
       Kext has no executable or compatible version, so it should not declare any OSBundleLibraries.
       Dependency Resolution Failures:
       No kexts found for these libraries:
       com.apple.kernel.libkern
       /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SM C_PlatformPlugin.kext
       Authentication Failures:
       File owner/permissions are incorrect (must be root:wheel, nonwritable by group/other):
       iMac10_1.plist
       iMac11_1.plist
       iMac11_2.plist
       iMac11_3.plist
       iMac12_1.plist
       iMac12_2.plist
       iMac8_1.plist
       iMac9_1.plist
       MacBook1_1.plist
       MacBook2_1.plist
       MacBook3_1.plist
       MacBook4_1.plist
       MacBook5_1.plist
       MacBook5_2.plist
       MacBook6_1.plist
       MacBook7_1.plist
       MacBookAir1_1.plist
       MacBookAir2_1.plist
       MacBookAir3_1.plist
       MacBookAir3_2.plist
       MacBookAir4_1.plist
       MacBookAir4_2.plist
       MacBookPro1_1.plist
       MacBookPro1_2.plist
       MacBookPro2_1.plist
       MacBookPro2_2.plist
       MacBookPro3_1.plist
       MacBookPro4_1.plist
       MacBookPro5_1.plist
       MacBookPro5_2.plist
       MacBookPro5_3.plist
       MacBookPro5_4.plist
       MacBookPro5_5.plist
       MacBookPro6_1.plist
       MacBookPro6_2.plist
       MacBookPro7_1.plist
       MacBookPro8_1.plist
       MacBookPro8_2.plist
       MacBookPro8_3.plist
       Macmini3_1.plist
       Macmini4_1.plist
       Macmini5_1.plist
       Macmini5_2.plist
       Macmini5_3.plist
       MacPro1_1.plist
       MacPro2_1.plist
       MacPro3_1.plist
       MacPro4_1.plist
       MacPro5_1.plist
       Xserve3_1.plist
    Loaded kernel extensions
       com.Cycling74.driver.Soundflower (1.5.1)
       com.jft.driver.PdaNetDrv (1.0.64)
    Daemons
       com.adobe.fpsaud
       com.apple.Kerberos.kdc
       - status: 1
       com.barebones.authd
       com.cleverfiles.cfbackd
       - status: 78
       com.google.keystone.daemon
       com.mcafee.ssm.Eupdate
       - status: -5
       com.mcafee.ssm.ScanManager
       - status: -5
       com.microsoft.office.licensing.helper
       com.oracle.java.Helper-Tool
       com.symantec.avscandaemon
       com.symantec.deepsight-extractor
       - status: 78
       com.symantec.diskMountNotify.plist
       - status: 78
       com.symantec.navapd
       com.symantec.navapdaemonsl
       - status: 78
       com.symantec.sharedsettings
       com.symantec.symdaemon
       - status: 78
       xxx.qnation.PeerGuardian.kextload
       - status: 78
    Agents
       com.adobe.ARM.UUID
       com.apple.AirPortBaseStationAgent
       com.apple.FolderActions.enabled
       - status: -11
       com.apple.photostream-agent
       com.dell.hostregister
       com.dell.profilelistener
       com.divx.agent.postinstall
       com.google.keystone.system.agent
       com.oracle.java.Java-Updater
       com.symantec.uiagent.application
       - status: 78
    Startup items
       /Library/StartupItems/ChmodBPF/ChmodBPF
       /Library/StartupItems/ChmodBPF/StartupParameters.plist
       /Library/StartupItems/cma/StartupParameters.plist
       /Library/StartupItems/Jaksta/Jaksta
       /Library/StartupItems/Jaksta/StartupParameters.plist
       /Library/StartupItems/VirtualBox/StartupParameters.plist
       /Library/StartupItems/VirtualBox/VirtualBox
    App extensions
       com.rockysandstudio.Memory-Diag.Widget
    Contents of /Library/LaunchAgents/com.dell.hostregister.plist
       - mod date: Dec 25 21:59:54 2011
       - checksum: 2053524734
       <?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.dell.hostregister</string>
        <key>Program</key>
        <string>/Library/Printers/Dell/Utilities.localized/AppHostRegister.app/Contents /MacOS/AppHostRegister</string>
        <key>OnDemand</key>
        <true/>
        <key>WatchPaths</key>
        <array>
        <string>/etc/cups/ppd</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.dell.profilelistener.plist
       - mod date: Dec 25 21:59:54 2011
       - checksum: 1303522842
       <?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.dell.profilelistener</string>
        <key>Program</key>
        <string>/Library/Printers/Dell/Utilities.localized/AppProfileListener.app/Conte nts/MacOS/AppProfileListener</string>
        <key>OnDemand</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
       - mod date: Sep 17 12:22:35 2013
       - checksum: 4104577057
       <?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.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>0</integer>
        <key>Minute</key>
        <integer>46</integer>
        <key>Weekday</key>
        <integer>3</integer>
        </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.symantec.uiagent.application.plist
       - mod date: Dec 28 23:58:40 2011
       - checksum: 2715641560
       <?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>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.symantec.uiagent.application</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Symantec/SymUIAgent/SymUIAgent.app/Contents/MacOS/SymUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.barebones.authd.plist
       - mod date: Nov  5 20:53:28 2013
       - checksum: 1995816654
       <?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>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.authd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.authd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.barebones.authd.socket</key>
        <dict>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/tmp/com.barebones.authd.socket</string>
        </dict>
        </dict>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.cleverfiles.cfbackd.plist
       - mod date: Oct 22 22:22:05 2013
       - checksum: 928112517
       <?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>Disabled</key><false/>
         <key>Label</key><string>com.cleverfiles.cfbackd</string>
         <key>ProgramArguments</key>
         <array>
           <string>/Library/Application Support/CleverFiles/BackService.app/Contents/MacOS/cfbackd</string>
         </array>
         <key>OnDemand</key><false/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.mcafee.ssm.Eupdate.plist
       - mod date: Jul 14 02:43:54 2011
       - checksum: 1853145806
       <?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">
       <!-- Copyright (C) 2011  McAfee, Inc. All rights reserved. -->
       <plist version="1.0">
       <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>DYLD_LIBRARY_PATH</key>
        <string>/usr/local/McAfee/AntiMalware/lib</string>
        </dict>
        <key>Label</key>
        <string>com.mcafee.ssm.Eupdate</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/McAfee/AntiMalware/VShieldUpdate</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>eUpdateListenerSocket</key>
        <dict>
        <key>SockFamily</key>
       ...and 9 more line(s)
    Contents of /Library/LaunchDaemons/com.mcafee.ssm.ScanManager.plist
       - mod date: Jul 14 02:43:54 2011
       - checksum: 2877607297
       <?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">
       <!-- Copyright (C) 2011  McAfee, Inc. All rights reserved. -->
       <plist version="1.0">
       <dict>
        <key>GroupName</key>
        <string>Virex</string>
        <key>InitGroups</key>
        <false/>
        <key>Label</key>
        <string>com.mcafee.ssm.ScanManager</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/McAfee/AntiMalware/VShieldScanManager</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.avscandaemon.plist
       - mod date: Oct 10 14:29:35 2009
       - checksum: 4152899394
       <?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>Label</key>
        <string>com.symantec.avscandaemon</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivateFrameworks/SymAVScan.framework/Versions/A/Resources/Sym AVScanDaemon.bundle/Contents/MacOS/SymAVScanDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>AVScanDaemonSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPassive</key>
        <true/>
        <key>SockPathMode</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.symantec.deepsight-extractor.plist
       - mod date: Nov 12 18:07:07 2009
       - checksum: 24668217
       <?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>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.symantec.deepsight-extractor</string>
        <key>OnDemand</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>RunAtLoad</key>
        <true/>
        <key>LowPriorityIO</key>
        <true/>
        <key>Nice</key>
        <integer>10</integer>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StandardErrorPath</key>
        <string>/Library/Application Support/Symantec/DeepSight/errors.log</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Symantec/DeepSight/symdeepsight-extractor</string>
       ...and 10 more line(s)
    Contents of /Library/LaunchDaemons/com.symantec.diskMountNotify.plist
       - mod date: Nov 14 16:57:49 2009
       - checksum: 2121044924
       <?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>Label</key>
        <string>com.symantec.diskMountNotify.plist</string>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Symantec/AntiVirus/DiskMountNotify.app/Contents/MacOS/DiskMountNotify</ string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.navapd.plist
       - mod date: Nov 14 16:57:23 2009
       - checksum: 1790194037
       <?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>Label</key>
        <string>com.symantec.navapd</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Symantec/AntiVirus/NortonAutoProtect.bundle/Contents/MacOS/NortonAutoPr otect</string>
        <string>dem</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>APSpecialSock</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPassive</key>
        <true/>
       ...and 8 more line(s)
    Contents of /Library/LaunchDaemons/com.symantec.navapdaemonsl.plist
       - mod date: Nov 14 16:57:23 2009
       - checksum: 3413446057
       <?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>Label</key>
        <string>com.symantec.navapdaemonsl</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Symantec/AntiVirus/NortonAutoProtect.bundle/Contents/MacOS/NortonAutoPr otect</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceIPC</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.sharedsettings.plist
       - mod date: Jul 22 20:39:56 2009
       - checksum: 2142494329
       <?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>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.symantec.sharedsettings</string>
        <key>MachServices</key>
        <dict>
        <key>com.symantec.sharedsettings</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivateFrameworks/SymSharedSettings.framework/Tools/SymSharedS ettingsd</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.symantec.symdaemon.plist
       - mod date: Nov 26 09:12:40 2009
       - checksum: 1926668438
       <?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>Label</key>
        <string>com.symantec.symdaemon</string>
        <key>OnDemand</key>
        <false/>
        <key>KeepAlive</key>
        <true/>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/MacOS/SymDaemon</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/xxx.qnation.PeerGuardian.kextload.plist
       - mod date: Mar  8 16:26:08 2009
       - checksum: 4148400257
       <?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>GroupName</key>
        <string>wheel</string>
        <key>Label</key>
        <string>xxx.qnation.PeerGuardian.kextload</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/PeerGuardian/pgstart</string>
        <string>-l</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceIPC</key>
        <false/>
        <key>UserName</key>
        <string>root</string>
       </dict>
       </plist>
    Contents of /etc/hosts
       - mod date: Apr 25 10:10:20 2013
       - checksum: 2879152609
       127.0.0.1 localhost
       255.255.255.255 broadcasthost
       ::1             localhost
       fe80::1%lo0 localhost
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
       - mod date: Jan  9 15:32:15 2012
       - checksum: 408149527
       <?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>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist
       - mod date: Jan 30 23:38:53 2015
       - checksum: 3761042537
       <?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.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Desktop/books</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.divx.agent.postinstall.plist
       - mod date: Sep 19 10:40:02 2012
       - checksum: 3163907459
       <?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.divx.agent.postinstall</string>
        <key>LimitToSessionType</key>
        <string>Aqua</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/extensions-installer</stri ng>
        <string>install</string>
        <string>safari</string>
        <string>DivXHTML5</string>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/DivXHTML5.safariextz</stri ng>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.freenet.startup.plist
       - mod date: Nov  1 08:43:33 2014
       - checksum: 2491423124
       <?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.freenet.startup.plist</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Freenet/run.sh</string>
               <string>start</string>
        </array>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>RunAtLoad</key>
        <true/>
        <key>OnDemand</key>
        <false/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac.helperTool.plist
       - mod date: Jul  5 22:03:29 2014
       - checksum: 3584870086
       <?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.CleanMyMac.helperTool</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/CleanMyMac/CleanMyMacHelperTool</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/.Trash</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac.trashSizeWatcher.plist
       - mod date: Jul  5 22:03:30 2014
       - checksum: 2582102082
       <?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.CleanMyMac.trashSizeWatcher</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/CleanMyMac/CleanMyMacHelperTool</string>
        <string>-watchTrashSize</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartInterval</key>
        <integer>21600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac.volumeWatcher.plist
       - mod date: Jul  5 22:03:29 2014
       - checksum: 1665290973
       <?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.CleanMyMac.volumeWatcher</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/CleanMyMac/CleanMyMacHelperTool</string>
        <string>-cleanWinJunk</string>
        <string>-cleanTrashes</string>
        <string>-cleanMacOSJunk</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartOnMount</key>
        <true/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist
       - mod date: Oct  9 10:00:16 2013
       - checksum: 3654809970
       <?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>Disabled</key>
         <true/>
         <key>KeepAlive</key>
         <false/>
         <key>Label</key>
         <string>org.virtualbox.vboxwebsvc</string>
         <key>Program</key>
         <string>/Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv</string>
         <key>Sockets</key>
           <dict>
           <key>Listeners</key>
           <dict>
             <key>SockServiceName</key>
             <string>18083</string>
             <key>SockType</key>
             <string>stream</string>
             <key>SockFamily</key>
             <string>IPv4</string>
           </dict>
         </dict>
       </dict>
       ...and 1 more line(s)
    Root crontab
       45 16 * * * /usr/local/McAfee/AntiMalware/VShieldTaskManager 4 >> /dev/null 2>&1
    Profiles: 1
    Listeners
       cupsd: ipp
       kdc: kerberos
       launchd: afpovertcp
    User login items
       uHD-Agent
       - missing value
       SmartDaemon
       - missing value
       CPULed
       - missing value
       iTunesHelper
       - /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app
       WeatherSimple
       - missing value
       AdobeResourceSynchronizer
       - /Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app
       CrossOver CD Helper
       - missing value
       FreenetTray
       - missing value
    Safari extensions
       AdBlock
       - com.betafish.adblockforsafari
       DivX Plus Web Player HTML5 <video>
       - com.divx.DivXHTML5
       Turn Off the Lights
       - com.stefanvd.turnoffthelights
    Restricted files: 85
    Lockfiles: 91
    Elapsed time (sec): 785

  • Macbook Pro Mid 2009 Processor 2.26 GHz Intel Core 2 Duo, Memory 2 GB 1067 MHz DDR3. iOS 10.10.1 (14B25). My mac is running slow and have ran EtreCheck. Please help me fix my mac. Thanks!

    Macbook Pro Mid 2009 Processor 2.26 GHz Intel Core 2 Duo, Memory 2 GB 1067 MHz DDR3. iOS 10.10.1 (14B25). My mac is running slow and have ran EtreCheck. Please help me fix my mac. Thanks!
    Problem description:
    My mac has been very slow lately. Any suggestions?
    EtreCheck version: 2.1.2 (105)
    Report generated December 14, 2014 at 8:15:29 PM PST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 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 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:54:52
    Disk Information: ℹ️
      Hitachi HTS545016B9SA02 disk0 : (160.04 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      MacHD (disk0s2) / : 159.05 GB (49.15 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Startup Items: ℹ️
      DVD3EnablerService: Path: /Library/StartupItems/DVD3EnablerService
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist [Details]
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.icloud.fmfd.plist [Details]
      [failed] com.apple.secd.plist [Details]
      [failed] com.apple.security.cloudkeychainproxy.plist [Details]
      [failed] com.apple.telephonyutilities.callservicesd.plist [Details]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.ctkd.plist [Details]
      [failed] com.apple.icloud.findmydeviced.plist [Details]
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist [Details]
      [failed] com.apple.softwareupdate_download_service.plist [Details]
      [failed] com.apple.wdhelper.plist [Details]
      [failed] com.apple.xpc.smd.plist [Details]
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] com.oracle.java.Java-Updater.plist [Support]
      [not loaded] com.teamviewer.teamviewer.plist [Support]
      [not loaded] com.teamviewer.teamviewer_desktop.plist [Support]
    Launch Daemons: ℹ️
      [running] com.adobe.ARM.[...].plist [Support]
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [invalid?] com.oracle.java.Helper-Tool.plist [Support]
      [not loaded] com.teamviewer.teamviewer_service.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.nds.pcshow.plist [Support]
      [invalid?] com.nds.pcshow.uninstall.plist [Support]
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      WidevineMediaOptimizer: Version: 6.0.0.12757 - SDK 10.7 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      MacHD: Disk size: 159.05 GB Disk used: 109.90 GB
      Destinations:
      KINGSTON [Local]
      Total size: 30.88 GB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 30.88 GB < (Disk used 109.90 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          0% AppleSpell
          0% SystemUIServer
          0% powerd
          0% Google Chrome
    Top Processes by Memory: ℹ️
      131 MB softwareupdated
      112 MB Google Chrome
      41 MB Finder
      34 MB Google Chrome Helper
      32 MB WindowServer
    Virtual Memory Information: ℹ️
      51 MB Free RAM
      587 MB Active RAM
      551 MB Inactive RAM
      350 MB Wired RAM
      10.96 GB Page-ins
      865 MB Page-outs
    Diagnostics Information: ℹ️
      Dec 14, 2014, 07:37:58 PM Install Adobe Flash Player_2014-12-14-193758_[redacted].crash
      Dec 14, 2014, 07:21:27 PM Self test - passed

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The usual results of posting etrecheck output on this site without a full description of the problem are very poor.
    The many "failed" warnings that etrecheck sometimes spews mean nothing. Those warnings are not a reason to reinstall the OS, or to do anything else at all. They should be ignored.
    The better your description of the problem, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? What changes did you make, if any, just before it became slow? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • Hello, Our indesign file keeps crashing and we need to go to print today. We use CS6. Please help!

    Hello, Our indesign file keeps crashing and we need to go to print today. We use CS6. Please help!

    Ok - we're going to need a few more details.
    Operating System - Windows or Mac?
    Version of CS6 - are you fully patched to the latest version (Help>Updates)?
    Do you use any 3rd Party Plugins (Help>Manage Extensions and look for 3rd Party Plugins)
    At what point does it crash? How are you exorting/printing?
    What file type or action are you doing when it's crashing?
    Common Troubleshooting tips
    Troubleshooting 101: Replace, or "trash" your InDesign preferences
    https://forums.adobe.com/thread/526991
    File Crashing on Output - printing/PDF/other

  • Trying to download latest iTunes, but I keep getting "The older version of Apple Software Update cannot be removed.  Contact your technical support group."  Please help.

    Please help.  I am trying to download the latest version of iTunes so I can synch my new iPhone.  I keep getting "The older version of Apple Software Update cannot be removed.  Contact your technical support group."  Please help as I have absolutely no idea.  Thanks.

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Apple Software Update entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • [NAND] s_cxt_boot:88 sftl: error, unclean shutdown; adopted 23 spans thats what appears in my iPhone 4s when I wake up please Help me

    [NAND] s_cxt_boot:88 sftl: error, unclean shutdown; adopted 23 spans thats what appears in my iPhone 4s when I wake up please Help me

    First try resetting your phone - hold the HOME and SLEEP buttons at the same time until an Apple logo appears.
    If that doesn't work restore the phone using Recovery Mode: http://support.apple.com/kb/HT1808.
    And if that fails it is probably a hardware failure (unless the phone is jailbroken; then that is the problem).

Maybe you are looking for

  • PLS-00103 Error While Creating Procedure

    I am attempting to create the following procedure following the guidelines in Metalink Doc ID #118040.1 and I keep receiving the following error at Line #22: Error(22,65): PLS-00103: Encountered the symbol ":" when expecting one of the following: :=

  • Messages remain marked as unread

    When I open emails they are often not picked up as being read.  The record stands at 20 minutes with an email open before it is considered as read.  Closing an email does not help. Closing and re-opening an email does not help. Any help appreciated.

  • How can I examine FLV properties?

    I downloaded a FLV file and want to know what size, bitrate, framerate, etc that is was recorded in. If I open the file in Flash 8 Pro it just wants to build a player around it and create a new file. I can't figure out how to directly examine the pro

  • FRM-40039 cannot attach the libray C:\ORA902\forms90\webutil

    I have this mistake, when try to run my forms, I compile de forms is OK. This forms try user the library Webutil, is the first time I try use. I use the forms version 9.0.2.10. and webutil version 1.0.6. I use the manual Oracle Forms Developer Webuti

  • I have created complex books in Aperture.  Will these convert to the new photos program so they can still be printed?

    I have created a number of books using Aperture.  These are not just photos, but include a lot of text.  How can I ensure that I will be able to print copies in the future.  Can my book files be converted to use the new photo app?