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

Why is my iMac running so slow?

I noticed in the past few months my iMac 27' mid 2011 was running slow.


A lot of times when I click a link or something another window will open up and it will be some sort of junk website. Occasionaly there is this "WebCake" bar that pulls up on the side.


Overall my Mac has been running pretty slow and I do not understand why. I still have 789GB left of free space and it is running Mac OS X Lion 1.7.5, 4 GB memory and everything.


Everything is up to date but it still doesn't run as smoothly and quickly as it did when I first got it.


Please don't link me to anything without expaning what it is


Any help would be greatly appreciated,


Thanks

iMac, Mac OS X (10.7.5), Not running smooth,

Posted on Dec 1, 2013 3:09 PM

Reply
20 replies

Dec 1, 2013 8:01 PM in response to batsassin

Please read this whole message before doing anything.

This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.

Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.


These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.


Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.

The commands will line-wrap or scroll in your browser, but each one is really just 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, and you can then copy it.

Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.

Launch the 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.


Step 1


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

{ echo "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo $'\n'"Loaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo $'\n'"Inserted libraries:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo $'\n'"User cron tasks:"; crontab -l; echo $'\n'"System launchd configuration:"; cat /e*/lau*; echo $'\n'"User launchd configuration:"; cat .lau*; echo $'\n'"Login items:"; osascript -e 'tell application "System Events" to get name of login items' | sed $'s/, /\\\n/g'; echo $'\n'"Safari extensions:"; /usr/libexec/PlistBuddy -c Print L*/Saf*/*/E*.plist | awk -F'= ' '/Bundl/{print $2}' | sed 's/\..*$//;s/-[1-9]$//'; printf "\nRestricted user files: %s\n" $(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); echo $'\n'"Extrinsic loadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo $'\n'"Unsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef


Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.

The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.

Step 2


Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:

{ echo "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo $'\n'"Login hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo $'\n'"Root cron tasks:"; sudo crontab -l; echo $'\n'"Log check:"; syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail; } 2> /dev/null | open -ef

This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.

To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.

Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.

Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.

Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.

You can then quit Terminal.

Jan 22, 2014 1:38 PM in response to Linc Davis

Loaded kernel extensions:



Loaded user agents:

com.google.GoogleTalkPluginD.71840.AE1A1ADA-6AC4-4150-96B9-0B0A57473BB6

com.adobe.PDApp.AAMUpdatesNotifier.48432.12B992D5-9126-4582-A4D8-A87162A7F10A

com.google.keystone.system.agent

com.dimdim.webmeetingplugin

com.adobe.CS4ServiceManager

com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109

com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9



Inserted libraries:



User cron tasks:



System launchd configuration:



User launchd configuration:



Login items:

Dropbox



Safari extensions:



Restricted user files: 1407



Extrinsic loadable bundles:

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin

Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin

Library/Internet Plug-Ins/WebEx64.plugin

Library/PreferencePanes/Growl.prefPane

Library/PreferencePanes/Perian.prefPane

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin

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

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

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

/Library/Internet Plug-Ins/npContributeMac.bundle

/Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin

/Library/Internet Plug-Ins/o1dbrowserplugin.plugin

/Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/Internet Plug-Ins/wkDimdimControl.plugin

/Library/PreferencePanes/Flash Player.prefPane

/Library/PreferencePanes/Flip4Mac WMV.prefPane

/Library/PreferencePanes/VersionCueCS4.prefPane

/Library/QuickTime/SoundboothScoreCodec.component

/Library/Spotlight/Microsoft Office.mdimporter



Unsigned shared libraries:

/usr/lib/libdvdcss.2.dylib



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.CS4ServiceManager.plist

com.dimdim.webmeetingplugin.plist

com.google.keystone.agent.plist



/Library/LaunchDaemons:

com.adobe.SwitchBoard.plist

com.adobe.fpsaud.plist

com.adobe.versioncueCS4.plist

com.dimdim.dimdimupdater.plist

com.google.keystone.daemon.plist

com.microsoft.office.licensing.helper.plist



/Library/PrivilegedHelperTools:

Google Drive Icon Helper

com.microsoft.office.licensing.helper



/Library/StartupItems:



Library/Fonts:

Archer-Book.otf

Archer-Semibold.otf

B Futura Bold.dfont

CLO Futura CondLightOblique

FuturConLigObl

Futura.dfont

FuturaStd-Bold.otf

FuturaStd-Medium.otf



Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9.plist

com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist

Feb 27, 2014 9:20 PM in response to Linc Davis

Hello Linc, care to have a looksee at my incredibly slow iMac? Any help greatly appreciated.


Loaded system agents:

org.macosforge.xquartz.privileged_startx

info.lokiware.attachmenttamer.securetool

com.squirrels.kextinstaller

com.splashtop.streamer-srioframebuffer

com.splashtop.streamer-daemon

com.oracle.java.JavaUpdateHelper

com.oracle.java.Helper-Tool

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.fitbit.galileod

com.adobe.fpsaud



Login hook:



Root cron tasks:



Log check:

Feb 22 08:46:01 limbo*** kernel[0] <Debug>: PM notification timeout (pid 786, Messages)

Feb 24 17:37:50 limbo*** kernel[0] <Debug>: disk1s3: I/O error.

--- last message repeated 105 times ---

Loaded kernel extensions:

com.Cycling74.driver.Soundflower (1.6.6)

com.splashtop.driver.SRXDisplayCard (1.6)

com.splashtop.driver.SRXFrameBufferConnector (1.6)



Loaded user agents:

info.lokiware.attachmenttamer.helper

org.macosforge.xquartz.startx

info.lokiware.attachmenttamer.setupagent

com.wacom.wacomtablet

com.oracle.java.Java-Updater

com.google.keystone.system.agent

com.adobe.AdobeCreativeCloud

net.infinite-labs.SIMBLEnablerForSandboxedApps

com.spotify.webhelper

com.splashtop.streamer-for-user

com.mlbam.nexdef.core.NexdefLoader

com.microsoft.SyncServicesAgent

com.hp.printerAgent

com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109

com.adobe.ARM.de23d1e3aa2d00ce38d73f10fcbdc8dcaaaf6be989610710a1ddda77



Inserted libraries:



User cron tasks:



System launchd configuration:



User launchd configuration:



Login items:

ChronoSyncBackgrounder

iTunesHelper

Time Track Pro

WDDriveUtilityHelper

JustCloud

AdobeResourceSynchronizer

Fitbit Connect Menubar Helper



Safari extensions:

AdBlock



Restricted user files: 982



Extrinsic loadable bundles:

/System/Library/Extensions/Soundflower.kext

/System/Library/Extensions/SRXDisplayCard.kext

/System/Library/Extensions/SRXFrameBufferConnector.kext

/System/Library/Extensions/TIVCPSerial.kext

/System/Library/Extensions/USBGenericPrinterClass.kext

/System/Library/Extensions/Wacom Tablet.kext

/System/Library/Extensions/WD1394_64HPDriver.kext

/System/Library/Extensions/WD1394HPDriver.kext

/System/Library/Extensions/WDUSB_64HPDriver.kext

/System/Library/Extensions/WDUSBHPDriver.kext

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

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

Library/Internet Plug-Ins/WebEx64.plugin

Library/Mail/Bundles/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 1)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 10)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 2)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 3)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 4)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 5)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 6)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 7)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 8)/Attachment Tamer.mailbundle

Library/Mail/Bundles (Disabled 9)/Attachment Tamer.mailbundle

Library/PreferencePanes/AirServer.prefPane

Library/Spotlight/NoteBook.mdimporter

/Library/Internet Plug-Ins/AdobeAAMDetect.plugin

/Library/Internet Plug-Ins/AdobeExManCCDetect_x86_64.plugin

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin

/Library/Internet Plug-Ins/AmazonMP3DownloaderPlugin101750.plugin

/Library/Internet Plug-Ins/CANONiMAGEGATEWAYDL.plugin

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

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

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

/Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin

/Library/Internet Plug-Ins/o1dbrowserplugin.plugin

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/Internet Plug-Ins/Unity Web Player.plugin

/Library/Internet Plug-Ins/WacomNetscape.plugin

/Library/Internet Plug-Ins/WacomSafari.plugin

/Library/Mail/Bundles/Attachment Tamer.mailbundle

/Library/PreferencePanes/Flash Player.prefPane

/Library/PreferencePanes/JavaControlPanel.prefPane

/Library/PreferencePanes/WacomTablet.prefPane

/Library/QuickLook/CC_QL.qlgenerator

/Library/QuickTime/CanonMJPEGAVI.component

/Library/QuickTime/CanonMJPEGAVIDec.component

/Library/QuickTime/CanonText.component

/Library/Spotlight/Microsoft Office.mdimporter



Unsigned shared libraries:

/usr/lib/fing/libboost_date_time.dylib

/usr/lib/fing/libboost_filesystem.dylib

/usr/lib/fing/libboost_program_options.dylib

/usr/lib/fing/libboost_system.dylib

/usr/lib/fing/libboost_thread.dylib

/usr/lib/fing/liboverlook.dylib

/usr/lib/fing/libprotobuf.6.dylib

/usr/lib/HDREfexProFC.dylib

/usr/lib/SilverEfexPro2FC.dylib

/usr/lib/Viveza2FC.dylib



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.AdobeCreativeCloud.plist

com.google.keystone.agent.plist

com.oracle.java.Java-Updater.plist

com.splashtop.streamer-for-root.plist

com.splashtop.streamer-for-user.plist

com.wacom.wacomtablet.plist

info.lokiware.attachmenttamer.setupagent.plist

org.macosforge.xquartz.startx.plist



/Library/LaunchDaemons:

com.adobe.fpsaud.plist

com.apple.aelwriter.plist

com.apple.serverd.plist

com.fitbit.galileod.plist

com.google.keystone.daemon.plist

com.microsoft.office.licensing.helper.plist

com.oracle.java.Helper-Tool.plist

com.oracle.java.JavaUpdateHelper.plist

com.splashtop.streamer-daemon.plist

com.splashtop.streamer-srioframebuffer.plist

com.squirrels.kextinstaller.plist

info.lokiware.attachmenttamer.securetool.plist

org.macosforge.xquartz.privileged_startx.plist



/Library/PrivilegedHelperTools:

SRServicePreLogin

com.microsoft.office.licensing.helper

com.oracle.java.JavaUpdateHelper

com.squirrels.kextinstaller

info.lokiware.attachmenttamer.securetool



/Library/StartupItems:

ProTec6b



Library/Fonts:

28 Days Later.ttf

A&S Black Swan.ttf

A&S Blaze.ttf

A&S Bone Casual.ttf

A&S Brushwacker.ttf

A&S California Plug.ttf

A&S Cartoon Hi Lite Regular.ttf

A&S Cartoon Hi Lite.ttf

A&S Cartoon.ttf

A&S Christmas Script.ttf

A&S Cricket.ttf

A&S Graceland.ttf

A&S Graphina Chisel Bold.ttf

A&S Graphina Chisel Reg Bold.ttf

A&S Graphina Chisel.ttf

A&S Graphina.ttf

A&S Happy Jack.ttf

A&S Harliquin.ttf

A&S Jiggy Roman.ttf

A&S Marquee Chisel.ttf

A&S Marquee Ext Chisel Reg.ttf

A&S Marquee Ext Chisel.ttf

A&S Marquee Ext.ttf

A&S Marquee.ttf

A&S Motherlode Bold.ttf

A&S Omni Chisel Regular.ttf

A&S Omni Chisel.ttf

A&S Omni.ttf

A&S Pen & Ink Roman Bold.ttf

A&S Popcorn.ttf

A&S Porkchop Bold.ttf

A&S Porkchop Primitive Bold.ttf

A&S Puff Daddy Bold.ttf

A&S Rhino.ttf

A&S Rister.ttf

A&S Roadhouse.ttf

A&S Shocard Block.ttf

A&S Sign Gothic.ttf

A&S Signwriter.ttf

A&S Snapper Script Light.ttf

A&S Snapper Script.ttf

A&S Speedway.ttf

A&S Wizard Bold.ttf

A&S Wizard.ttf

A&S Xtreme Script swash.ttf

A&S Xtreme Script.ttf

ABTS milk.otf

AachenStd-Bold.otf

AkzidenzGroteskBE-Regular.otf

AmphionCondensed Bold.ttf

AntiqueOliT Bold.ttf

AntiqueOliTCon.ttf

AntiqueOliTLig.ttf

ArnoPro-Bold.otf

ArnoPro-BoldCaption.otf

ArnoPro-BoldDisplay.otf

ArnoPro-BoldItalic.otf

ArnoPro-BoldItalicCaption.otf

ArnoPro-BoldItalicDisplay.otf

ArnoPro-BoldItalicSmText.otf

ArnoPro-BoldItalicSubhead.otf

ArnoPro-BoldSmText.otf

ArnoPro-BoldSubhead.otf

ArnoPro-Caption.otf

ArnoPro-Display.otf

ArnoPro-Italic.otf

ArnoPro-ItalicCaption.otf

ArnoPro-ItalicDisplay.otf

ArnoPro-ItalicSmText.otf

ArnoPro-ItalicSubhead.otf

ArnoPro-LightDisplay.otf

ArnoPro-LightItalicDisplay.otf

ArnoPro-Regular.otf

ArnoPro-SmText.otf

ArnoPro-Smbd.otf

ArnoPro-SmbdCaption.otf

ArnoPro-SmbdDisplay.otf

ArnoPro-SmbdItalic.otf

ArnoPro-SmbdItalicCaption.otf

ArnoPro-SmbdItalicDisplay.otf

ArnoPro-SmbdItalicSmText.otf

ArnoPro-SmbdItalicSubhead.otf

ArnoPro-SmbdSmText.otf

ArnoPro-SmbdSubhead.otf

ArnoPro-Subhead.otf

Artbrush.ttf

Arvo Bold.TTF

Arvo-Bold.ttf

Arvo-BoldItalic.ttf

Arvo-Italic.ttf

Arvo-Regular.ttf

BIGBB___.TTF

BIGBLOKE.otf

BRADHITC.TTF

BRADHI__.TTF

BRLNSDB.TTF

BSTTRIAL.otf

BellGothicStd-Black.otf

BellGothicStd-Bold.otf

BellGothicStd-Light.otf

BlueCentury-Regular.ttf

BorisBlackBloxx.ttf

Bradley Hand ITC TT Bold.ttf

BrothersBold.otf

BrothersRegular.otf

Bullet-Regular.otf

Bullet-RegularScript.otf

Bullet-SmallCaps.otf

Bullet-SmallCapsAlt.otf

Bullet-SmallCapsScript.otf

Bullet-SpeedCaps.otf

BurbankBigCondensed-Black.otf

BurbankBigCondensed-Bold.otf

BurbankBigCondensed-Light.otf

BurbankBigCondensed-Medium.otf

BurbankBigRegular-Black.otf

BurbankBigRegular-Bold.otf

BurbankBigRegular-Light.otf

BurbankBigRegular-Medium.otf

BurbankBigWide-Black.otf

BurbankBigWide-Bold.otf

BurbankBigWide-Light.otf

BurbankBigWide-Medium.otf

CALIFR.TTF

CR______.PFB

CachetStd-Bold.otf

CachetStd-Book.otf

CachetStd-Medium.otf

Calibri Bold.ttf

Calibri Italic.ttf

Calibri.ttf

Canard!.ttf

CartaStd.otf

ChampHTFLig

ChampHTFMid

Champion-HTF-Bantamweight.otf

Champion-HTF-Featherweight.otf

Champion-HTF-Flyweight.otf

Champion-HTF-Heavyweight.otf

Champion-HTF-Lightweight

Champion-HTF-Lightweight.otf

Champion-HTF-Middleweight

Champion-HTF-Middleweight.otf

Champion-HTF-Welterweight.otf

ClarendonLTStd-Bold.otf

ClarendonLTStd-Light.otf

ClarendonLTStd.otf

CollegeSlabSC.otf

Conduit ITC Light.ttf

Conduit ITC Medium.ttf

ConduitITCStd-ExtraBold.otf

CoopBlack.otf

CoopBold.otf

CoopCondensed.otf

CoopFlaired.otf

CoopHeavy.otf

CoopLatin.otf

CoopLight.otf

DIN Bold.ttf

DIN-Black.otf

DIN-BlackAlternate.otf

DIN-BlackItalic.otf

DIN-Bold.otf

DIN-BoldAlternate.otf

DIN-BoldItalic.otf

DIN-Euro.otf

DIN-Light.otf

DIN-LightAlternate.otf

DIN-LightItalic.otf

DIN-LightItalicAlt.otf

DIN-Medium.otf

DIN-MediumAlternate.otf

DIN-MediumItalic.otf

DIN-MediumItalicAlt.otf

DIN-Regular.otf

DIN-RegularAlternate.otf

DIN-RegularItalic.otf

DIN-RegularItalicAlt.otf

DINCond-Black.otf

DINCond-Bold.otf

DINCond-Light.otf

DINCond-LightAlternate.otf

DINCond-Medium.otf

DINCond-MediumAlternate.otf

DINCond-Regular.otf

DINCond-RegularAlternate.otf

DINEngschrift-Alternate.otf

DINEngschrift.otf

DINPro-Black.otf

DINPro-Bold.otf

DINPro-Light.otf

DINPro-Medium.otf

DINPro-Regular.otf

DIRTYEGO.TTF

Flyerfonts-Hardcore.otf

FranklinGothicNew-Bold.ttf

FranklinGothicNew-BoldItalic.ttf

FranklinGothicNew-Heavy.ttf

FranklinGothicNew-HeavyItalic.ttf

FranklinGothicNew-Italic.ttf

FranklinGothicNew-Medium.ttf

FranklinGothicNew-MediumItalic.ttf

FranklinGothicNew-Regular.ttf

FranklinGothicNewSmc-Medium.ttf

FranklinGothicStd-Condensed.otf

FranklinGothicStd-ExtraCond.otf

FranklinGothicStd-Roman.otf

FreestyleScriptStd.otf

Freshman.ttf

FrizQuadrataStd-Bold.otf

FrizQuadrataStd.otf

FuturaStd-Bold.otf

FuturaStd-BoldOblique.otf

FuturaStd-Book.otf

FuturaStd-BookOblique.otf

FuturaStd-CondExtraBoldObl.otf

FuturaStd-Condensed.otf

FuturaStd-CondensedBold.otf

FuturaStd-CondensedBoldObl.otf

FuturaStd-CondensedExtraBd.otf

FuturaStd-CondensedLight.otf

FuturaStd-CondensedLightObl.otf

FuturaStd-CondensedOblique.otf

FuturaStd-ExtraBold.otf

FuturaStd-ExtraBoldOblique.otf

FuturaStd-Heavy.otf

FuturaStd-HeavyOblique.otf

FuturaStd-Light.otf

FuturaStd-LightOblique.otf

FuturaStd-Medium.otf

FuturaStd-MediumOblique.otf

GabrielWeissFriendsFont.ttf

GarageGothic-Black.otf

Giorgio Sans-Bold Italic.otf

Giorgio Sans-Bold.otf

Giorgio Sans-Extra Light Italic.otf

Giorgio Sans-Extra Light.otf

Giorgio Sans-Light Italic.otf

Giorgio Sans-Light.otf

Giorgio Sans-Medium Italic.otf

Giorgio Sans-Medium.otf

Giorgio Sans-Regular Italic.otf

Giorgio Sans-Regular.otf

Giorgio Sans-Thin Italic.otf

Giorgio Sans-Thin.otf

Gotham-Black.otf

Gotham-BlackItalic.otf

Gotham-Bold.otf

Gotham-BoldItalic.otf

Gotham-Book.otf

Gotham-BookItalic.otf

Gotham-Light.otf

Gotham-LightItalic.otf

Gotham-Medium.otf

Gotham-MediumItalic.otf

Gotham-Thin.otf

Gotham-ThinItalic.otf

Gotham-Ultra.otf

Gotham-UltraItalic.otf

Gotham-Ultra_0.otf

Gotham-XLight.otf

Gotham-XLightItalic.otf

GothamBlack-Italic.otf

GothamBlack.otf

GothamBold-Italic.otf

GothamBold.otf

GothamBook-Italic.otf

GothamBook.otf

GothamCondensed-Bold.otf

GothamCondensed-Book.otf

GothamCondensed-Light.otf

GothamCondensed-Medium.otf

GothamExLight-Italic.otf

GothamExLight.otf

GothamLight-Italic.otf

GothamLight.otf

GothamMedium-Italic.otf

GothamMedium.otf

GothamThin-Italic.otf

GothamThin.otf

GothamUltra-Italic.otf

GothamUltra.otf

GothamUltra_0.otf

GreatLakesNF.ttf

HARRYP__.TTF

HelveCon

HelveConBla

HelveConBol

Helvetica-Condensed

Helvetica-Condensed-Black

Helvetica-Condensed-Bold

HelveticaLTStd-Blk.otf

HelveticaLTStd-BlkCond.otf

HelveticaLTStd-BlkCondObl.otf

HelveticaLTStd-BlkObl.otf

HelveticaLTStd-Bold.otf

HelveticaLTStd-BoldCond.otf

HelveticaLTStd-BoldCondObl.otf

HelveticaLTStd-BoldObl.otf

HelveticaLTStd-Comp.otf

HelveticaLTStd-Cond.otf

HelveticaLTStd-CondObl.otf

HelveticaLTStd-ExtraComp.otf

HelveticaLTStd-Fractions.otf

HelveticaLTStd-FractionsBd.otf

HelveticaLTStd-Light.otf

HelveticaLTStd-LightCond.otf

HelveticaLTStd-LightCondObl.otf

HelveticaLTStd-LightObl.otf

HelveticaLTStd-Obl.otf

HelveticaLTStd-Roman.otf

HelveticaLTStd-UltraComp.otf

House-A-Rama-Kingpin.otf

HouseMovements-Runway.otf

HypatiaSansPro-Black.otf

HypatiaSansPro-Bold.otf

HypatiaSansPro-ExtraLight.otf

HypatiaSansPro-Light.otf

HypatiaSansPro-Regular.otf

HypatiaSansPro-Semibold.otf

ITCFranklinGothicStd-BkCd.otf

ITCFranklinGothicStd-BkCdIt.otf

ITCFranklinGothicStd-BkCp.otf

ITCFranklinGothicStd-BkCpIt.otf

ITCFranklinGothicStd-BkXCp.otf

ITCFranklinGothicStd-Book.otf

ITCFranklinGothicStd-BookIt.otf

ITCFranklinGothicStd-Demi.otf

ITCFranklinGothicStd-DemiIt.otf

ITCFranklinGothicStd-DmCd.otf

ITCFranklinGothicStd-DmCdIt.otf

ITCFranklinGothicStd-DmCp.otf

ITCFranklinGothicStd-DmCpIt.otf

ITCFranklinGothicStd-DmXCp.otf

ITCFranklinGothicStd-Hvy.otf

ITCFranklinGothicStd-HvyIt.otf

ITCFranklinGothicStd-MdCd.otf

ITCFranklinGothicStd-MdCdIt.otf

ITCFranklinGothicStd-Med.otf

ITCFranklinGothicStd-MedIt.otf

Interstate Black.ttf

Interstate BlackCompressed.ttf

Interstate BlackCondensed.ttf

Interstate Bold.ttf

Interstate Regular Comp.ttf

Interstate Regular Cond.ttf

Interstate Regular Italic.ttf

Interstate Regular.ttf

Interstate RegularCompressed.ttf

Interstate RegularCondensed.ttf

Interstate UltraBlack Comp.ttf

Interstate UltraBlack Cond.ttf

Interstate UltraBlack.ttf

Interstate-RegularCompressed.ttf

Interstate-UltraBlackItalic.ttf

Interstate.ttf

InterstateBlack.ttf

InterstateBoldCondensed.ttf

InterstatePlus Regular Cond.ttf

Jacinto Sans.otf

Janson Text LT 76 Bold Italic.ttf

Klavika-Bold.otf

Klavika-BoldItalic.otf

Klavika-Regular.otf

KnockHTF31JunMid

KnockHTF49Lit

KnockHTF50Wel

KnockHTF53Hev

KnockHTF71FulMid

KnockHTF72FulCru

KnockHTF90UltWel

KnockHTF91UltMid

KnockHTF92UltCru

KnockHTF93UltHev

Knockout 26JuniorFlywght.otf

Knockout 27JuniorBantamwt.otf

Knockout 28JuniorFeathrwt.otf

Knockout 29JuniorLtweight.otf

Knockout 30JuniorWelterwt.otf

Knockout 31JuniorMiddlewt.otf

Knockout 32JuniorCruisewt.otf

Knockout 33JuniorHeviwt.otf

Knockout 34JuniorSumo.otf

Knockout 46Flyweight.otf

Knockout 47Bantamweight.otf

Knockout 48Featherweight.otf

Knockout 49Liteweight.otf

Knockout 50Welterweight.otf

Knockout 51Middleweight.otf

Knockout 52Cruiserweight.otf

Knockout 53Heviweight.otf

Knockout 54Sumo.otf

Knockout 66FullFlyweight.otf

Knockout 67FullBantamwt.otf

Knockout 68FullFeatherwt.otf

Knockout 69FullLiteweight.otf

Knockout 70FullWelterwt.otf

Knockout 71FullMiddlewt.otf

Knockout 72FullCruiserwt.otf

Knockout 73FullHeviweight.otf

Knockout 74FullSumo.otf

Knockout 90UltmtWelterwt.otf

Knockout 91UltmtMiddlewt.otf

Knockout 92UltmtCruiserwt.otf

Knockout 93UltmtHeviwt.otf

Knockout 94UltmtSumo.otf

Knockout HTF31 JuniorMiddlewt

Knockout HTF49 Liteweight

Knockout HTF50 Welterweight

Knockout HTF53 Heviweight

Knockout HTF71 FullMiddlewt

Knockout HTF72 FullCruiserwt

Knockout HTF90 UltmtWelterwt

Knockout HTF91 UltmtMiddlewt

Knockout HTF92 UltmtCruiserwt

Knockout HTF93 UltmtHeviwt

Knockout-26.otf

Knockout-27.otf

Knockout-28.otf

Knockout-29.otf

Knockout-30.otf

Knockout-31.otf

Knockout-32.otf

Knockout-33.otf

Knockout-34.otf

Knockout-46.otf

Knockout-47.otf

Knockout-48.otf

Knockout-49.otf

Knockout-50.otf

Knockout-51.otf

Knockout-52.otf

Knockout-53.otf

Knockout-54.otf

Knockout-66.otf

Knockout-67.otf

Knockout-68.otf

Knockout-69.otf

Knockout-70.otf

Knockout-71.otf

Knockout-72.otf

Knockout-73.otf

Knockout-74.otf

Knockout-90.otf

Knockout-91.otf

Knockout-92.otf

Knockout-93.otf

Knockout-94.otf

LOKICOLA.TTF

LUMOS.TTF

Latino-Samba.otf

LuckiestGuy.ttf

MinstrelPosterWHG.ttf

NeutraText-Book.otf

New Press Eroded.ttf

Nunito-Bold.ttf

Nunito-Light.ttf

Nunito-Regular.ttf

OceanSansStd-Bold.otf

OceanSansStd-BoldExt.otf

OceanSansStd-BoldExtIta.otf

OceanSansStd-BoldIta.otf

OceanSansStd-BoldSemiExt.otf

OceanSansStd-BoldSemiExtIta.otf

OceanSansStd-Book.otf

OceanSansStd-BookExt.otf

OceanSansStd-BookExtIta.otf

OceanSansStd-BookIta.otf

OceanSansStd-BookSemiExt.otf

OceanSansStd-BookSemiExtIta.otf

OceanSansStd-Light.otf

OceanSansStd-LightExt.otf

OceanSansStd-LightExtIta.otf

OceanSansStd-LightIta.otf

OceanSansStd-Semibold.otf

OceanSansStd-SemiboldExt.otf

OceanSansStd-SemiboldExtIta.otf

OceanSansStd-SemiboldIta.otf

OceanSansStd-XBold.otf

OceanSansStd-XBoldExt.otf

OceanSansStd-XBoldExtIta.otf

OceanSansStd-XBoldIta.otf

OldLondon.ttf

OldLondonAlternate.ttf

Olondon_.otf

Olondona.otf

Orotund Heavy.ttf

PARSELTO.TTF

PUSSS___.TTF

PenumbraSansStd-Bold.otf

PenumbraSansStd-Light.otf

PenumbraSansStd-Regular.otf

PenumbraSansStd-Semibold.otf

QuattrocentoSans-Bold.ttf

RBNo3.1-Extrabold.otf

Rehotalko.ttf

Rio Grande Wbw.ttf

RollerCoaster.ttf

SF Collegiate Solid Bold.ttf

SF Collegiate Solid Italic.ttf

SF Collegiate Solid.ttf

SignPainter HouseScript.ttf

SignPainter-HouseBrush.otf

SignPainter-HouseInformal.otf

SignPainter-HouseScript.otf

Slickhouse.otf

StempelGaramondLTStd-Bold.otf

StempelGaramondLTStd-BoldIt.otf

StempelGaramondLTStd-Italic.otf

StempelGaramondLTStd-Roman.otf

StempelSchneidlerStd-BdIt.otf

Stratum2 Black.otf

Stratum2 Bold.otf

Stratum2 Medium.otf

That_'s Font Folks!.ttf

TikiSurf.otf

TitilliumText22L001-webfont.ttf

Trade Gothic Condensed No. 18.ttf

TradeGotBol

TradeGotBolConTwe

TradeGotConEig

TradeGothic Bold

TradeGothic BoldCondTwenty

TradeGothic BoldCondTwenty-network

TradeGothic CondEighteen

TradeGothic-BoldCondTwenty.otf

TradeGothicLTStd-Bd2.otf

TradeGothicLTStd-Bd2Obl.otf

TradeGothicLTStd-BdCn20.otf

TradeGothicLTStd-BdCn20Obl.otf

TradeGothicLTStd-Bold.otf

TradeGothicLTStd-BoldExt.otf

TradeGothicLTStd-BoldObl.otf

TradeGothicLTStd-Cn18.otf

TradeGothicLTStd-Cn18Obl.otf

TradeGothicLTStd-Extended.otf

TradeGothicLTStd-Light.otf

TradeGothicLTStd-LightObl.otf

TradeGothicLTStd-Obl.otf

TradeGothicLTStd.otf

Tungsten-Black.otf

Tungsten-Bold.otf

Tungsten-Medium.otf

Tungsten-Semibold.otf

UnitedItalicSmCdBd.otf

UnitedItalicSmCdBk.otf

UnitedItalicSmCdHv.otf

UnitedSansCdBd.otf

UnitedSansCdBk.otf

UnitedSansCdHv.otf

UnitedSansCdLt.otf

UnitedSansCdMd.otf

UnitedSansCond-Black.otf

UnitedSerifSmCdBk.otf

UniveCon

UniveConBol

UniveConLig

Univers Condensed

Univers CondensedBold

Univers CondensedLight

Vonnes-Black.otf

Vonnes-Bold.otf

Vonnes-Book.otf

Vonnes-Exbold.otf

Vonnes-Light.otf

Vonnes-Medium.otf

Vonnes-Thin.otf

Whitney-Black.otf

Whitney-BlackItalic.otf

Whitney-BlackItalicSC.otf

Whitney-BlackSC.otf

Whitney-Bold.otf

Whitney-BoldItalic.otf

Whitney-BoldItalicSC.otf

Whitney-BoldSC.otf

Whitney-Book.otf

Whitney-BookItalic.otf

Whitney-BookItalicSC.otf

Whitney-BookSC.otf

Whitney-Light.otf

Whitney-LightItalic.otf

Whitney-LightItalicSC.otf

Whitney-LightSC.otf

Whitney-Medium.otf

Whitney-MediumItalic.otf

Whitney-MediumItalicSC.otf

Whitney-MediumSC.otf

Whitney-Semibold.otf

Whitney-SemiboldItalic.otf

Whitney-SemiboldItalicSC.otf

Whitney-SemiboldSC.otf

WhitneyCondensed-Black.otf

WhitneyCondensed-Bold.otf

WhitneyCondensed-Book.otf

WhitneyCondensed-Light.otf

WhitneyCondensed-Medium.otf

WhitneyCondensed-Semibold.otf

Wolfsburg-Regular.otf

ZapfDingbats.dfont

batmfa__.ttf

boston.ttf

calibrib.ttf

calibrii.ttf

calibriz.ttf

champion-htf-bantamweight.ttf

conduit-itc-bold.otf

electr.ttf

encodings.dir

fonts.dir

fonts.list

fonts.scale

jotterscript.ttf

kamandisplayssi.ttf

orbitron-black.otf

orbitron-bold.otf

orbitron-light.otf

orbitron-medium.otf

pillgothic300mg-bold.ttf

stomper_.ttf

ufonts.com_carta_1_.ttf



Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.de23d1e3aa2d00ce38d73f10fcbdc8dcaaaf6be989610710a1ddda77.plist

com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist

com.apple.FolderActions.enabled.plist

com.apple.FolderActions.folders.plist

com.apple.serveralertproxy.plist

com.hp.printerAgent.plist

com.microsoft.LaunchAgent.SyncServicesAgent.plist

com.mlbam.nexdef.core.NexdefLoader.plist

com.splashtop.streamer-for-user.plist

com.spotify.webhelper.plist

info.lokiware.attachmenttamer.cleanup.plist

net.infinite-labs.SIMBLEnablerForSandboxedApps.plist

Mar 3, 2014 12:13 PM in response to Linc Davis

Loaded kernel extensions:

at.obdev.nke.LittleSnitch (4080)

com.Cycling74.driver.Soundflower (1.5.1)



Loaded user agents:

com.graphisoft.GSQTServer.28896.FC293550-F14E-4AC5-A6D5-B44002C37C67

com.graphisoft.ArchiCAD.65680.B0A9A4AF-ACC5-4486-A60A-F9B189706DD7

com.graphisoft.GSQTServer.28896.9722151A-4D27-4E01-8CCE-EC274547A5E6

com.graphisoft.ArchiCAD.65680.5E3B04B4-9A19-467A-A766-C50019B1A578

com.epson.epw.agent

com.epson.Epusp

at.obdev.LittleSnitchUIAgent

com.google.keystone.user.agent



Inserted libraries:



User cron tasks:



System launchd configuration:



User launchd configuration:



Login items:

EEventManager

Adobe Update Manager

PuntoSwitcher

PuntoSwitcher

TomTomHOMERunner

PuntoSwitcher

PuntoSwitcher

PuntoSwitcher

PuntoSwitcher



Safari extensions:

html5video

Facebook Photo Zoom

Awesome Screenshot

clea

Turn Off the Lights

YoutubeWide

Facebook Cleaner

AdBlock

Searchme



Restricted user files: 149



Extrinsic loadable bundles:

/System/Library/Extensions/CDSDAudioCaptureSupport.kext

/System/Library/Extensions/CmUSBMassStorage.kext

/System/Library/Extensions/hp_qc_io_enabler.kext

/System/Library/Extensions/SamsungUSBmWiMAXDriver.kext

/System/Library/Extensions/SamsungWiMAXInstallDisk.kext

/System/Library/Extensions/Soundflower.kext

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

Library/PreferencePanes/Perian.prefPane

Library/QuickTime/AC3MovieImport.component

Library/QuickTime/Perian.component

Library/Services/ToastIt.service

/Library/Extensions/LittleSnitch.kext

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

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/DivXBrowserPlugin.plugin

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

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

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

/Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin

/Library/Internet Plug-Ins/OVSHelper.plugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/Internet Plug-Ins/Unity Web Player.plugin

/Library/PreferencePanes/DivX.prefPane

/Library/PreferencePanes/Flash Player.prefPane

/Library/PreferencePanes/Flip4Mac WMV.prefPane

/Library/PreferencePanes/MacFUSE.prefPane

/Library/PreferencePanes/Version Cue CS2.prefPane

/Library/QuickLook/GSQuickLook.qlgenerator

/Library/Spotlight/GSMDimporter.mdimporter

/Library/Spotlight/Microsoft Office.mdimporter



Unsigned shared libraries:

/usr/local/lib/libfuse.2.dylib

/usr/local/lib/libfuse_ino64.2.dylib



/Library/LaunchAgents:

at.obdev.LittleSnitchUIAgent.plist

com.epson.Epusp.plist

com.epson.epw.agent.plist

com.oracle.java.Java-Updater.plist



/Library/LaunchDaemons:

at.obdev.littlesnitchd.plist

com.adobe.fpsaud.plist

com.apple.aelwriter.plist

com.oracle.java.Helper-Tool.plist



/Library/PrivilegedHelperTools:



/Library/StartupItems:

AdobeVersionCueCS2

WkSvMacX



Library/Fonts:



Library/LaunchAgents:

com.apple.FolderActions.enabled.plist

com.apple.FolderActions.folders.plist

com.google.keystone.agent.plist

Mar 3, 2014 12:25 PM in response to Linc Davis

Loaded system agents:

com.adobe.fpsaud

at.obdev.littlesnitchd



Login hook:



Root cron tasks:



Log check:

Feb 26 00:44:20 iMacGregory kernel[0] <Debug>: AFP_VFS afpfs_DoReconnect: Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Time Capsule

Feb 26 00:56:37 iMacGregory kernel[0] <Debug>: PM notification timeout (pid 2311, iTunes)

--- last message repeated 1 time ---

Feb 26 01:03:20 iMacGregory kernel[0] <Debug>: AFP_VFS afpfs_DoReconnect: Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Time Capsule

--- last message repeated 14 times ---

Mar 7, 2014 10:44 AM in response to Linc Davis

Hi Linc Davis, Any help would be very appreciated. -Pam



Loaded kernel extensions:

com.manycamllc.driver.ManyCamDriver (0.0.9)


Loaded user agents:

  1. com.google.GoogleTalkPluginD.54416.1447D4EB-09EF-40E4-9FAF-009E16A7937B
  2. com.plantronics.Spokes
  3. com.google.keystone.system.agent
  4. com.divx.update.agent
  5. com.divx.dms.agent
  6. com.zeobit.MacKeeper.Helper
  7. com.spotify.webhelper


Inserted libraries:


User cron tasks:


System launchd configuration:


User launchd configuration:


Login items:

Plantronics

AdobeResourceSynchronizer

EEventManager

Dropbox

EEventManager


Safari extensions:


Restricted user files: 181


Extrinsic loadable bundles:

/System/Library/Extensions/hp_qc_io_enabler.kext

/System/Library/Extensions/ManyCamDriver.kext

/System/Library/Extensions/RIMBBUSB.kext

/System/Library/Extensions/RIMBBVSP.kext

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin

Library/Internet Plug-Ins/doubleTwistWebPlugin.bundle

Library/Internet Plug-Ins/fbplugin_1_0_1.plugin

Library/Internet Plug-Ins/fbplugin_1_0_3.plugin

Library/Internet Plug-Ins/WebEx64.plugin

Library/PreferencePanes/Plantronics.prefPane

Library/Services/ENService.app

Library/Spotlight/EndNote.mdimporter

/Library/InputManagers/Cooliris/Cooliris.bundle

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/CoolirisWebKitPlugin.plugin

/Library/Internet Plug-Ins/DivX Web Player.plugin

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

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

/Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin

/Library/Internet Plug-Ins/o1dbrowserplugin.plugin

/Library/Internet Plug-Ins/OVSHelper.plugin

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/PreferencePanes/Flash Player.prefPane

/Library/QuickTime/CanonMJPEGAVI.component

/Library/QuickTime/CanonMJPEGAVIDec.component

/Library/QuickTime/CanonText.component

/Library/QuickTime/DivX Decoder.component

/Library/QuickTime/DivX Encoder.component

/Library/QuickTime/ManyCamVDig_RGB.component

/Library/QuickTime/ManyCamVDig_YCbCr.component

/Library/Spotlight/Microsoft Office.mdimporter


Unsigned shared libraries:


/Library/LaunchAgents:

  1. com.divx.dms.agent.plist
  2. com.divx.update.agent.plist
  3. com.google.keystone.agent.plist
  4. com.oracle.java.Java-Updater.plist


/Library/LaunchDaemons:

  1. com.adobe.fpsaud.plist
  2. com.google.keystone.daemon.plist
  3. com.microsoft.office.licensing.helper.plist
  4. com.oracle.java.Helper-Tool.plist
  5. com.zeobit.MacKeeper.AntiVirus.plist


/Library/PrivilegedHelperTools:

com.microsoft.office.licensing.helper


/Library/StartupItems:


Library/Fonts:

.DS_Store

ACaslonPro-Bold.otf

ACaslonPro-BoldItalic.otf

ACaslonPro-Italic.otf

ACaslonPro-Regular.otf

ACaslonPro-Semibold.otf

ACaslonPro-SemiboldItalic.otf

AGaramondPro-Bold.otf

AGaramondPro-BoldItalic.otf

AGaramondPro-Italic.otf

AGaramondPro-Regular.otf

ARDS1

AdobeFangsongStd-Regular.otf

AdobeHeitiStd-Regular.otf

AdobeKaitiStd-Regular.otf

AdobeMingStd-Light.otf

AdobeMyungjoStd-Medium.otf

AdobeSongStd-Light.otf

BellGothicStd-Black.otf

BellGothicStd-Bold.otf

BernhardModernStd-Bold.otf

BernhardModernStd-BoldIt.otf

BernhardModernStd-Italic.otf

BernhardModernStd-Roman.otf

BickhamScriptPro-Bold.otf

BickhamScriptPro-Regular.otf

BickhamScriptPro-Semibold.otf

  1. BirchStd.otf
  2. BlackoakStd.otf
  3. BrushScriptStd.otf

CaflischScriptPro-Bold.otf

CaflischScriptPro-Regular.otf

CastroScript_PERSONAL_USE_ONLY.ttf

ChaparralPro-Bold.otf

ChaparralPro-BoldIt.otf

ChaparralPro-Italic.otf

ChaparralPro-Light.otf

ChaparralPro-LightIt.otf

ChaparralPro-Regular.otf

ChaparralPro-Semibold.otf

ChaparralPro-SemiboldIt.otf

CharlemagneStd-Bold.otf

CharlemagneStd-Regular.otf

CooperBlackStd-Italic.otf

  1. CooperBlackStd.otf
  2. EccentricStd.otf

GaramondPremrPro-It.otf

GaramondPremrPro-Smbd.otf

GaramondPremrPro-SmbdIt.otf

  1. GaramondPremrPro.otf
  2. GiddyupStd.otf
  3. HoboStd.otf
  4. JennaSue.ttf

Jennifer Lynne Bold.ttf

Jennifer Lynne.ttf

KozGoPro-Bold.otf

KozGoPro-ExtraLight.otf

KozGoPro-Heavy.otf

KozGoPro-Light.otf

KozGoPro-Medium.otf

KozGoPro-Regular.otf

KozGoStd-Bold.otf

KozGoStd-ExtraLight.otf

KozGoStd-Heavy.otf

KozGoStd-Light.otf

KozGoStd-Medium.otf

KozGoStd-Regular.otf

KozMinPro-Bold.otf

KozMinPro-ExtraLight.otf

KozMinPro-Heavy.otf

KozMinPro-Light.otf

KozMinPro-Medium.otf

KozMinPro-Regular.otf

KozMinStd-Bold.otf

KozMinStd-ExtraLight.otf

KozMinStd-Heavy.otf

KozMinStd-Light.otf

KozMinStd-Medium.otf

KozMinStd-Regular.otf

LetterGothicStd-Bold.otf

LetterGothicStd-BoldSlanted.otf

LetterGothicStd-Slanted.otf

LetterGothicStd.otf

LithosPro-Black.otf

LithosPro-Bold.otf

LithosPro-Regular.otf

MesquiteStd.otf

MinionPro-Bold.otf

MinionPro-BoldCn.otf

MinionPro-BoldCnIt.otf

MinionPro-BoldIt.otf

MinionPro-It.otf

MinionPro-Medium.otf

MinionPro-MediumIt.otf

MinionPro-Regular.otf

MinionPro-Semibold.otf

MinionPro-SemiboldIt.otf

MinionStd-Black.otf

MyriadPro-Black.otf

MyriadPro-BlackIt.otf

MyriadPro-Bold.otf

MyriadPro-BoldCond.otf

MyriadPro-BoldCondIt.otf

MyriadPro-BoldIt.otf

MyriadPro-Cond.otf

MyriadPro-CondIt.otf

MyriadPro-It.otf

MyriadPro-Light.otf

MyriadPro-LightIt.otf

MyriadPro-Regular.otf

MyriadPro-Semibold.otf

MyriadPro-SemiboldIt.otf

MyriadStd-Sketch.otf

MyriadStd-Tilt.otf

NewsGothicStd-Bold.otf

NewsGothicStd-BoldOblique.otf

NewsGothicStd-Oblique.otf

NewsGothicStd.otf

NuevaStd-Bold.otf

NuevaStd-BoldCond.otf

NuevaStd-BoldCondItalic.otf

NuevaStd-BoldItalic.otf

NuevaStd-Cond.otf

NuevaStd-CondItalic.otf

NuevaStd-Italic.otf

NuevaStd-Light.otf

NuevaStd-LightItalic.otf

NuevaStd-Regular.otf

OCRAStd.otf

OratorStd-Slanted.otf

OratorStd.otf

PoplarStd.otf

PrestigeEliteStd-Bd.otf

RosewoodStd-Fill.otf

RosewoodStd-Regular.otf

RyoDispStd-Bold.otf

RyoDispStd-ExtraBold.otf

RyoDispStd-Heavy.otf

RyoDispStd-Medium.otf

RyoDispStd-SemiBold.otf

RyoGothicStd-Bold.otf

RyoGothicStd-ExtraLight.otf

RyoGothicStd-Heavy.otf

RyoGothicStd-Light.otf

RyoGothicStd-Medium.otf

RyoGothicStd-Regular.otf

RyoGothicStd-UltraHeavy.otf

RyoTextStd-ExtraLight.otf

RyoTextStd-Light.otf

RyoTextStd-Medium.otf

RyoTextStd-Regular.otf

SCHOON 2.TTF

Signerica_Fat.ttf

Signerica_Medium.ttf

Signerica_Thin.ttf

StencilStd.otf

TektonPro-Bold.otf

TektonPro-BoldCond.otf

TektonPro-BoldExt.otf

TektonPro-BoldObl.otf

TrajanPro-Bold.otf

TrajanPro-Regular.otf

  1. WoodtypeOrnamentsStd.otf
  2. encodings.dir
  3. fonts.dir
  4. fonts.list
  5. fonts.scale


Library/LaunchAgents:

.DS_Store

  1. com.spotify.webhelper.plist
  2. com.zeobit.MacKeeper.Helper.plist


Loaded system agents:

  1. com.zeobit.MacKeeper.AntiVirus
  2. com.microsoft.office.licensing.helper
  3. com.google.keystone.daemon
  4. com.adobe.fpsaud


Login hook:


Root cron tasks:


Log check:

Mar 6 22:01:32 PAMELA-CONELLYs-iMac kernel[0] <Debug>: PM notification timeout (pid 43874, GoogleTalkPlugin)

--- last message repeated 1 time ---

Mar 7, 2014 11:29 AM in response to mapnoc

Folks, Linc doesn't usually answer in cases like this. He was trying to help batsassin, and would respond to him/her, but is unlikely to help folks who "threadjack" by poting their own issues on someone else's question. A lot of other helpers here share the same sentiment. Your problems are very unlikely to be exactly the same as those of batsassin, as there are MANY possible reasons for a machine to be slow.


What you need to do is start your own topic. Do not simply post the output from Linc's recommendations above... that may not be relevant for your issue. Describe what your problem is, as clearly and concisely as you can, and someone will help you.


In the meantime, you can get some general advice in my Mac Performance Guide.

Jun 19, 2014 10:24 AM in response to Linc Davis

I would love for you to tell me why my iMac is running so slow.


Loaded kernel extensions:

com.logmein.driver.LogMeInSoundDriver (1.0.3)



Loaded user agents:

com.adobe.PDApp.AAMUpdatesNotifier.39280.44549F6A-44DD-4342-9D4B-31FD2E3D8524

com.adobe.acc.AdobeCreativeCloud.39632.888F8F22-E613-41C3-A634-5C774F9AC51E

com.oracle.java.Java-Updater

com.maintain.CocktailSystemEvents

com.logmein.LMILaunchAgentFixer

com.kodak.BonjourAgent

com.google.keystone.system.agent

com.canon.MFManager

com.adobe.AdobeCreativeCloud

com.kodak.StatisticCollection

com.kodak.KODAK

com.kodak.KODAK

com.google.GoogleContactSyncAgent

com.facebook.videochat.wilmaherrera.updater

com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109

com.adobe.ARM.de23d1e3aa2d00ce38d73f10fcbdc8dcaaaf6be989610710a1ddda77



Inserted libraries:



User cron tasks:



System launchd configuration:



User launchd configuration:



Login items:

CrashPlan menu bar

Dropbox

Google Drive



Safari extensions:

1-ClickWeather



Restricted user files: 3022



Extrinsic loadable bundles:

/System/Library/Extensions/LogMeInSoundDriver.kext

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

Library/Internet Plug-Ins/FacebookVideoCalling.bundle

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

Library/Internet Plug-Ins/npBcsMcTcIO.plugin

Library/Internet Plug-Ins/Picasa.plugin

/Library/Internet Plug-Ins/AdobeAAMDetect.plugin

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin

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

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

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

/Library/Internet Plug-Ins/LogMeIn.plugin

/Library/Internet Plug-Ins/LogMeIn.plugin/LogMeInPluginHost.app

/Library/Internet Plug-Ins/LogMeInSafari32.plugin

/Library/Internet Plug-Ins/o1dbrowserplugin.plugin

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/Internet Plug-Ins/UploaderForCiG.plugin

/Library/PreferencePanes/Flash Player.prefPane

/Library/PreferencePanes/Flip4Mac WMV.prefPane

/Library/PreferencePanes/JavaControlPanel.prefPane

/Library/QuickLook/CC_QL.qlgenerator

/Library/QuickTime/CanonMJPEGAVI.component

/Library/QuickTime/CanonMJPEGAVIDec.component

/Library/QuickTime/CanonText.component

/Library/QuickTime/Flip4Mac WMV Advanced.component

/Library/QuickTime/Flip4Mac WMV Export.component

/Library/QuickTime/Flip4Mac WMV Import.component

/Library/Spotlight/Microsoft Office.mdimporter



Unsigned shared libraries:



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.AdobeCreativeCloud.plist

com.canon.MFManager.plist

com.google.keystone.agent.plist

com.kodak.BonjourAgent.plist

com.logmein.LMILaunchAgentFixer.plist

com.logmein.logmeingui.plist

com.logmein.logmeinguiagent.plist

com.logmein.logmeinguiagentatlogin.plist

com.maintain.CocktailPurgeInactiveMemory.plist

com.maintain.CocktailSystemEvents.plist

com.oracle.java.Java-Updater.plist

com.teamviewer.teamviewer.plist

com.teamviewer.teamviewer_desktop.plist



/Library/LaunchDaemons:

com.adobe.SwitchBoard.plist

com.adobe.fpsaud.plist

com.barebones.authd.plist

com.crashplan.engine.plist

com.google.keystone.daemon.plist

com.logmein.logmeinblanker.plist

com.logmein.logmeinserver.plist

com.logmein.raupdate.plist

com.maintain.CocktailScheduler.plist

com.microsoft.office.licensing.helper.plist

com.oracle.java.Helper-Tool.plist

com.oracle.java.JavaUpdateHelper.plist

com.teamviewer.Helper.plist

com.teamviewer.teamviewer_service.plist



/Library/PrivilegedHelperTools:

Google Drive Icon Helper

com.barebones.authd

com.microsoft.office.licensing.helper

com.oracle.java.JavaUpdateHelper

com.teamviewer.Helper



/Library/StartupItems:



Library/Fonts:

.DS_Store

101! Star Lit Nght.ttf

AeroviasBrasilNF.ttf

AlexBrush-Regular.ttf

Arista.ttf

AvantGarde-Book-Bold.ttf

BILLO___.TTF

BLACKJAR.TTF

BLADRMF_.TTF

BLiNGRiNG.ttf

Bickham Script Three.ttf

Blazed.ttf

Bleeding_Cowboys.ttf

CHOPS___.TTF

Campanile.ttf

Chalk-hand-lettering-shaded_demo.ttf

Confusions on a Dancefloor.ttf

DistrThi

DistrictThin

Everyday_Ghost.ttf

FEMMEF.ttf

FONTL___.TTF

FRAKTURI.ttf

Font (el&font BLOCK).ttf

Fontin_Sans_BI_45b.otf

Fontin_Sans_B_45b.otf

Fontin_Sans_I_45b.otf

Fontin_Sans_R_45b.otf

Fontin_Sans_SC_45b.otf

Fontscafe_HandShopTypography-C30_demo.ttf

GUB______.ttf

GaramondITCBQ-UltraItalic.otf

Garamond_UltraItalic.ttf

GillSans-UltraBold.ttf

GillSans.ttc

Grand Stylus.ttf

GrandHotel-Regular.otf

Hawaii_Killer.ttf

Heather.ttf

HerrVonMuellerhoff-Regular.otf

INTHCITY.TTF

ITC Avant Garde Gothic LT Bold Oblique.ttf

ImperatorSmallCaps 2.ttf

ImperatorSmallCaps 3.ttf

ImperatorSmallCaps.ttf

JaneAust.ttf

Joyful Juliana.ttf

KISSMKMK.TTF

LEMONCHI.TTF

LOKICOLA.TTF

Landliebe.ttf

LearningCurve.ttf

LearningCurveDashed.ttf

LearningCurveDashed_OT.otf

LearningCurve_OT.otf

MA Sexy.ttf

MARCS___.ttf

MLSJN.TTF

Marcsc___.ttf

MiasScribblings~.ttf

Mostwasted.ttf

Mutlu__Ornamental.ttf

OLYMPIQUES.ttf

Of Wildflowers and Wings.ttf

Organic_Elements.TTF

Organic_Elements.TTF alias

PAINP___.TTF

PORCELAI.TTF

Parisian.ttf

ParryHotter.ttf

Perpetua Titling MT Light.ttf

PersonalUse_ShippedGoods1.ttf

PersonalUse_ShippedGoods2.ttf

PhontPhreaks Handwriting.ttf

Prociono-Regular-webfont.ttf

Prociono.otf

Prociono.ttf

RaconteurNF 2.ttf

Return_To_Sender.ttf

SCRIPTIN.ttf

SFCovington-Bold.ttf

SFCovington-BoldItalic.ttf

SFCovington-Italic.ttf

SFCovington.ttf

SFCovingtonCond-Bold.ttf

SFCovingtonCond-BoldItalic.ttf

SFCovingtonCond-Italic.ttf

SFCovingtonCond.ttf

SFCovingtonExp-Bold.ttf

SFCovingtonExp-BoldItalic.ttf

SFCovingtonExp-Italic.ttf

SFCovingtonExp.ttf

SFCovingtonRev-BoldItalic.ttf

SFCovingtonRev-Italic.ttf

SFCovingtonSC-Bold.ttf

SFCovingtonSC-BoldItalic.ttf

SFCovingtonSC-Italic.ttf

SFCovingtonSC.ttf

SFCovingtonSCCond-Bold.ttf

SFCovingtonSCCond-BoldItali.ttf

SFCovingtonSCCond-Italic.ttf

SFCovingtonSCCond.ttf

SFCovingtonSCExp-Bold.ttf

SFCovingtonSCExp-BoldItalic.ttf

SFCovingtonSCExp-Italic.ttf

SFCovingtonSCExp.ttf

SFCovingtonSCRev-BoldItalic.ttf

SFCovingtonSCRev-Italic.ttf

SFCovingtonSCShadow-Italic.ttf

SFCovingtonSCShadow.ttf

SFCovingtonShadow-Italic.ttf

SFCovingtonShadow.ttf

SKATERDUDES.ttf

STEAK.ttf

Sachiko.ttf

Sandwich Paper Dark.ttf

Sandwich Paper Light.ttf

Sandwich Paper.ttf

Sketch_Block.ttf

Sofachrome

Sofia-Regular.otf

SomeWeatz_with_swashes.ttf

SomeWeatz_with_symbols.ttf

Sue Ellen Francisco.ttf

THEROOTS.TTF

Tobec___.ttf

Tolkien.ttf

Turbayne Running Hand 2.ttf

Turbayne Running Hand.ttf

VonFont.ttf

You Are Loved.ttf

ZEBRAIRR.TTF

ZITCREAM.TTF

ZURCHE.TTF

akaDora.ttf

alberto.ttf

album-avantquelombre.ttf

andes.ttf

angelina.TTF

bickham-script-one.ttf

coldnightforalligators.ttf

coliseo2.ttf

comesinhandy.ttf

eraser.TTF

evanescent_p.ttf

fletcher.ttf

francis_mirtha.ttf

geometric_pw_shadow.ttf

graffonti.atomic.bomb.[fontvir.us].ttf

graffonti.gradient.fill.[fontvir.us].ttf

hurricaneSDS.ttf

itc-garamond-lt-ultra-condensed-italic.ttf

kberry.ttf

renaissance.ttf

riesling.ttf

suckgolf.ttf

the_King__26_Queen_font.ttf

times_new_yorker.ttf

waltographUI.ttf

zurich-cn-bt-bold.ttf



Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.de23d1e3aa2d00ce38d73f10fcbdc8dcaaaf6be989610710a1ddda77.plist

com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist

com.facebook.videochat.wilmaherrera.plist

com.google.GoogleContactSyncAgent.plist

com.kodak.KODAK AiO Firmware Updater.plist

com.kodak.KODAK AiO Software Updater.plist

com.kodak.StatisticCollection.plist


Loaded system agents:

com.oracle.java.Java-Updater

com.oracle.java.JavaUpdateHelper

com.teamviewer.Helper

com.oracle.java.Helper-Tool

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.crashplan.engine

com.barebones.authd

com.adobe.fpsaud



Login hook:



Root cron tasks:



Log check:

Jun 19, 2014 10:40 AM in response to wilmaherrera

wilmaherrera,


Please create your own thread with your Kernal Panic report. I am sure someone will be willing to help you. It gets extremely confusing when people with similar issues chime in on a topic, it's best to keep them seperate. The reason being that even though you may have a similar symptom, the causes may be completely different.

Jun 26, 2014 11:49 AM in response to Linc Davis

Loaded kernel extensions:



Loaded user agents:

com.oracle.java.Java-Updater

com.intego.backupassistant.agent

com.hp.help.tocgenerator

com.google.keystone.user.agent

com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae



Inserted libraries:



User cron tasks:



System launchd configuration:



User launchd configuration:



Login items:

Safari



Safari extensions:



Restricted user files: 264



Extrinsic loadable bundles:

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin

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

/Library/Internet Plug-Ins/AdobeExManDetect.plugin

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin

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

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

/Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/Internet Plug-Ins/Unity Web Player.plugin

/Library/Internet Plug-Ins (Disabled)/Flash Player.plugin

/Library/PreferencePanes/Flash Player.prefPane

/Library/PreferencePanes/JavaControlPanel.prefPane

/Library/PreferencePanes/OSXFUSE.prefPane

/Library/Spotlight/Microsoft Office.mdimporter

/Library/Spotlight/Notepad.mdimporter



Unsigned shared libraries:

/usr/lib/libbz2.1.0.3.dylib

/usr/lib/libgimpprint.7.dylib

/usr/lib/libPrintServiceQuota.1.dylib

/usr/local/lib/libmacfuse_i32.2.dylib

/usr/local/lib/libmacfuse_i64.2.dylib

/usr/local/lib/libosxfuse_i32.2.dylib

/usr/local/lib/libosxfuse_i64.2.dylib



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.hp.help.tocgenerator.plist

com.intego.backupassistant.agent.plist

com.oracle.java.Java-Updater.plist



/Library/LaunchDaemons:

com.adobe.SwitchBoard.plist

com.adobe.fpsaud.plist

com.apple.remotepairtool.plist

com.barebones.authd.plist

com.intego.BackupAssistant.daemon.plist

com.oracle.java.Helper-Tool.plist

com.oracle.java.JavaUpdateHelper.plist



/Library/PrivilegedHelperTools:

Google Drive Icon Helper

com.barebones.authd

com.oracle.java.JavaUpdateHelper



/Library/StartupItems:

Intego Backup Assistant



Library/Fonts:



Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist

com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.568295E0-FAD1-423F-9096-382 722FA894B.plist

com.apple.CSConfigDotMacCert-wittsend100@me.com-SharedServices.Agent.plist

com.apple.FolderActions.enabled.plist

com.apple.FolderActions.folders.plist

com.google.keystone.agent.plist

Jun 26, 2014 11:52 AM in response to Linc Davis

Loaded system agents:

com.oracle.java.JavaUpdateHelper

com.oracle.java.Helper-Tool

com.intego.BackupAssistant.daemon

com.barebones.authd

com.adobe.SwitchBoard

com.adobe.fpsaud



Login hook:



Root cron tasks:



Log check:

Jun 22 02:35:07 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: Failed to recover emergency paging segment

--- last message repeated 4 times ---

Jun 22 13:38:50 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: Switching ON Emergency paging segment

Jun 22 13:39:07 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: Failed to recover emergency paging segment

Jun 23 16:45:57 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: Switching ON Emergency paging segment

Jun 23 16:45:58 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: Failed to recover emergency paging segment

--- last message repeated 10 times ---

Jun 26 11:39:44 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: Switching ON Emergency paging segment

Jun 26 11:40:00 Megans-iMac-2 kernel[0] <Debug>: (default pager): [KERNEL]: System is out of paging space.

--- last message repeated 285 times ---

Why is my iMac running so slow?

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