Freeze after admin login

Hi everyone,
I have a MacBook Pro, running OS 10.4.11 and two accounts: an admin account in my name and a Guest account with no password.
About a month ago, Safari started unexpectedly quitting whenever I tried to load a page. I sent a crash report but thought nothing of it and just used Firefox until yesterday, when the same thing started happening to more apps like Skype and iChatAV. I had the latest versions of all of these apps.
When I restarted I came across a bigger problem. Now when I try to login to my admin account, the computer will freeze on login. The login window will say "Logging in..." then disappear to the default background, and then the computer will freeze. It always does this, before any menus or my personal desktop appear. The mouse is still movable. Sometimes, after a few minutes, the login screen reappears, as if I never logged in. Then I try again and it still freezes.
But here's the kicker. I can still login fine to the Guest account with no freezing or application problems. I tried a bunch of restart/shutdown combos but to no avail.
I then tried safe boot and no-start-up-items boot. I also booted from the install disk and ran disk utility. I verified, repaired permissions and repaired the disk. Nothing changed - same problem. I looked through a bunch of material on the support site but could not find anything particularly applicable. I cannot identify the problem. I'm resigning myself to the fact that I'll probably have to reinstall the system software, but I'm hoping by posting here that people may have a better solution.
I also recently installed the last security update (unsure which one), if that helps. I found a bunch of useful things to try here: (http://forums.osxfaq.com/viewtopic.php?f=14&t=7269) but much of this I cannot do without admin permissions. Also, I'm afraid to do anything drastic or unnecessary until I know more about the problem itself.
So can anyone help? Your help would be GREATLY appreciated and could save me from quite a deal of effort.

So, honestly, is there no redemption for that original account?
There most certainly is, but the hard part is figuring out which of the tens of thousands of files are the munged ones.
I was thinking of running DiskWarrior but I can't seem to mount my external drive (separate problem?) to make a backup, and I'm nervous to run DW without a backup.
Nothing like a Backup, but I'd be the least nervous about running DiskWarrior than anything else!
It seems like I might as well just take what I need from my old account manually and then trash it and start afresh. What are the problems with this mentality?
Let's wait on that, unless you're critically short on HDD free space.
What are the problems with this mentality? If I do, how to do I make the full transformation (permissions and everything) of designing my new admin account the "default" admin account?
Let's see if where we have problems first.

Similar Messages

  • Slim freezes after entering login information

    I have a strange problem with Slim. I've used it for a while and everything has always worked fine (indeed, a different computer with similar setup is still fine), but two weeks ago I couldn't log in. The problem did not develop after an update of slim. I haven't found any similar symptoms described in the forums or wiki.
    I start slim through the inittab method, and I usually boot into awesome, but sometimes into openbox, so I followed the instructions for setting up slim for multiple environments. Booting into either worked fine previously.
    Now when booting, I can get to slim fine. If I immediately enter my user info and then hit "enter" to start the default WM (which is awesome), then slim just freezes. The user and password box disappear, but the background remains, and nothing else happens. I need to use ctl-alt-F1 to login again from tty and reboot. The strange thing is that if after booting, I enter my user info into slim and then hit "F1" then I can select awesome and boot normally. But just hitting enter after user and password (which should boot the default WM, which is awesome) without selecting awesome from F1 causes the freeze. Also, if I use F1 to select openbox, I get the same freeze.
    I have tried modifying my .xinitrc just to open awesome rather than using the multiple-environment setup (see below), and with this .xinitrc, I still got the freezing problem, but obviously couldn't get around it by using F1.
    Finally, if I get into awesome using the F1 method and then logout of awesome to go back to slim, then logging in to either awesome without hitting F1 or even logging in to openbox work fine. Very strange.
    My slim.log has absolutely nothing useful in it. Here are the last lines from the last 7 boots (the ones where it says "Slim: unexpected signal 15" are the ones where I had to use tty to reboot, the others are where I've booted successfully).
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: waiting for X server to begin accepting connections.
    slim: unexpected signal 15
    slim: waiting for X server to begin accepting connections.
    Here's my .xinitrc. When testing whether the multiple-environment setup was the problem, I commented everything except the last line (which I uncommented) and still had the same problem.
    #xset +fp /usr/share/fonts/local
    #xset fp rehash
    #exec ck-launch-session dbus-launch openbox-session
    DEFAULT_SESSION=awesome
    case $1 in
    awesome)
    # exec dbus-launch awesome
    exec awesome
    openbox)
    # exec dbus-launch openbox-session
    exec openbox-session
    exec $DEFAULT_SESSION
    esac
    #exec awesome
    Here's my slim.conf. Everything should be the default settings except for the login command (where I added "dbus-launch") and the sessions line where I specify options for awesome and openbox.
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    # login_cmd exec /bin/bash -login ~/.xinitrc %session
    login_cmd exec dbus-launch /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions awesome,openbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    Anyway, I can get around this by using F1, but it is somewhat of a pain as sometimes I forget. Any ideas?

    I'm having a very similar problem.   My post is in the newbie corner forum.  So far, I have not found a solution.
    Rob
    rasteenb wrote:
    I solved my problem - slim was not the last daemon I started in rc.conf.  By moving it to the end, I get password auto-focus and everything works.
    Now my rc.conf looks like
    # DAEMONS
    DAEMONS=(syslog-ng dbus acpid @network @wicd @openntpd @cupsd @crond slim)
    I found this recommendation in the Display Manager wiki page while researching the problem:
    Ensure you start the display manager last in the DAEMONS array, otherwise X will later allocate a tty device which was previously claimed by Getty (see /etc/inittab). Not placing the display manager at the end can cause X crashes, and is therefore unsupported.
    I'd just been lucky before that there wasn't a conflict.
    There is a "flicker" during login where I'm shown the XFCE splash, then the SLIM splash again, then the XFCE desktop.  Not sure what's going on there, but it's no big deal.
    Cheers,
    Rob
    Last edited by rasteenb (2012-07-17 11:30:39)

  • Finder doesn't start after admin login

    Hello together,
    I have a Lion Server which is manage mainly via ssh on console.
    At the moment I have some Kerberos / OpenDirectory issuses und I wanted to login at the Server directly with the local admin account.
    When I try to do so, I geht a grey screen and the Finder does not start.
    When I then connect via ssh and open the Finder and the Dock with
    open -a Finder
    open -a Dock
    I get a GUI but there are still some issues (System Preferences does not work properly and so on).
    Can this be due to Kerbereos misconfiguration?
    What else could be the reason for this?
    Thanks in advance
    Regards macmartin

    This may not be a great help, but it's what I'm in the process of doing to solve the same issue on my mac mini.
    I'm booting from the Mac 10.5 install DVD again, then when it's asking me where I'd like to install, I'm going to the disk utility, from the menu at the top.
    From there, I've selected my boot disk and (not the partition) and clicked new image. I then saved the image to an external drive.
    Once that's finished, I'm going to do an erase an install.
    Once the install is complete, I'll mount the dmg file I created and use Migration assistant to get all my settings and programs back.
    It's a PITA, but I'm a big believer of wiping things and starting from scratch if an upgrade doesn't go well.
    If you like, I'll post back when I'm done to let you know if this worked?

  • Problem description: Computer takes a long time to fire up. Spinning ball is seen during start up, sometimes when login dialog box, and sometimes after entering login password. My mac freeze often, especially when using Lightroom-.

    Problem description:
    Computer takes a long time to fire up. Spinning ball is seen during start up, sometimes when login dialog box, and sometimes after entering login password. My mac freeze often, especially when using Lightroom….     Help is much appreciated!
    EtreCheck version: 2.0.11 (98)
    Report generated 3. november 2014 kl. 01.23.41 CET
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 320M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2:49:19
    Disk Information: ℹ️
      Samsung SSD 840 EVO 500GB disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (260.35 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
    Configuration files: ℹ️
      /etc/sysctl.conf - Exists
      /etc/hosts - Count: 15
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/IPVanish.app
      [not loaded] foo.tap (1.0) Support
      [not loaded] foo.tun (1.0) Support
      /Applications/LaCie Desktop Manager.app
      [not loaded] com.LaCie.ScsiType00 (1.2.13 - SDK 10.5) Support
      [not loaded] com.jmicron.driver.jmPeripheralDevice (2.0.4) Support
      [not loaded] com.lacie.driver.LaCie_RemoteComms (1.0.1 - SDK 10.5) Support
      [not loaded] com.oxsemi.driver.OxsemiDeviceType00 (1.28.13 - SDK 10.5) Support
      /Applications/Private Eye.app
      [loaded] com.radiosilenceapp.nke.PrivateEye (1 - SDK 10.7) Support
      /Library/Application Support/HASP/kexts
      [not loaded] com.aladdin.kext.aksfridge (1.0.2) Support
      /System/Library/Extensions
      [loaded] com.hzsystems.terminus.driver (4) Support
      [not loaded] com.nvidia.CUDA (1.1.0) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.sony.filesystem.prodisc_fs (2.3.0) Support
      [not loaded] com.sony.protocol.prodisc (2.3.0) Support
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) Support
    Startup Items: ℹ️
      CUDA: Path: /System/Library/StartupItems/CUDA
      ProTec6b: Path: /Library/StartupItems/ProTec6b
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.adobe.CS5ServiceManager.plist Support
      [running] com.digitalrebellion.EditmoteListener.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.intego.backupassistant.agent.plist Support
      [running] com.mcafee.menulet.plist Support
      [invalid?] com.mcafee.reporter.plist Support
      [loaded] com.nvidia.CUDASoftwareUpdate.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.orbicule.WitnessUserAgent.plist Support
      [loaded] com.xrite.device.softwareupdate.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [running] com.aladdin.aksusbd.plist Support
      [failed] com.aladdin.hasplmd.plist Support
      [running] com.edb.launchd.postgresql-8.4.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [running] com.intego.BackupAssistant.daemon.plist Support
      [loaded] com.ipvanish.helper.openvpn.plist Support
      [loaded] com.ipvanish.helper.pppd.plist Support
      [invalid?] com.mcafee.ssm.ScanFactory.plist Support
      [invalid?] com.mcafee.ssm.ScanManager.plist Support
      [running] com.mcafee.virusscan.fmpd.plist Support
      [loaded] com.mvnordic.mvlicensehelper.offline.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] com.orbicule.witnessd.plist Support
      [loaded] com.radiosilenceapp.nke.PrivateEye.plist Support
      [running] com.xrite.device.xrdd.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [invalid?] com.digitalrebellion.SoftwareUpdateAutoCheck.plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      Skype Program (/Applications/Skype.app)
      GetBackupAgent Program (/Users/[redacted]/Library/Application Support/BeLight Software/Get Backup 2/GetBackupAgent.app)
      PhoneViewHelper Program (/Users/[redacted]/Library/Application Support/PhoneView/PhoneViewHelper.app)
      EarthDesk Core UNKNOWN (missing value)
      Dropbox Program (/Applications/Dropbox.app)
      AdobeResourceSynchronizer ProgramHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
      i1ProfilerTray Program (/Applications/i1Profiler/i1ProfilerTray.app)
    Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.0 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      iPhotoPhotocast: Version: 7.0
      SiteAdvisor: Version: 2.0 - SDK 10.1 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      GarminGPSControl: Version: 3.0.1.0 Release - SDK 10.4 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.2 Support
      F5 Inspection Host Plugin: Version: 6031.2010.0122.1 Support
      f5 sam inspection host plugin: Version: 7000.2010.0602.1 Support
    Safari Extensions: ℹ️
      Facebook Cleaner
      Better Facebook
      SiteAdvisor
      Incognito
      Bing Highlights
      YouTube5
      AdBlock
      YoutubeWide
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3.2
    3rd Party Preference Panes: ℹ️
      CUDA Preferences  Support
      EarthDesk  Support
      Editmote  Support
      Flash Player  Support
      FUSE for OS X (OSXFUSE)  Support
      Growl  Support
      Java  Support
      Witness  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          13% taskgated
          12% WindowServer
          1% WitnessUserAgent
          1% sysmond
          1% Activity Monitor
    Top Processes by Memory: ℹ️
      327 MB com.apple.WebKit.WebContent
      137 MB softwareupdated
      94 MB Safari
      82 MB VShieldScanner
      82 MB Dock
    Virtual Memory Information: ℹ️
      65 MB Free RAM
      1.58 GB Active RAM
      1.54 GB Inactive RAM
      647 MB Wired RAM
      2.95 GB Page-ins
      260 MB Page-outs

    You have SCADS of extensions and the things running. McAfee, Intego, Orbicule, CleanMyMac, and others I've not ever even heard of. My first recommendation would be to remove all of these and see if things improve.

  • System freezes and restart after user login screen shows up

    The interesting thing is thing is that the same thing happens on the bootcamp partition. Every time I turn on MBA mid 2012, when the login screen shows up, the computer freezes and than turns off. Same problem when I boot into bootcamp partition, the computer turns on, pass through windows logo and after the login screen shows, it turns off.
    ...forgot to mention that it's running osx 10.9
    I figure out that I can log in with Sage Mode. Every time I log in with Safe Mode, the error popup message shows up saying about the error and its log. There is the log:
    Anonymous UUID:       1975668F-0791-B095-A5DD-001905FAF4A7
    Mon Nov  4 23:53:40 2013
    panic(cpu 2 caller 0xffffff8002adc19e): Kernel trap at 0xffffff7f84801ee1, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000080, CR3: 0x000000003e429024, CR4: 0x00000000001606e0
    RAX: 0x0000000000000000, RBX: 0xffffff800f7ebc04, RCX: 0x000000000000000e, RDX: 0x0000000000000000
    RSP: 0xffffff8081d32fc0, RBP: 0xffffff8081d32fd0, RSI: 0xffffff801121a03a, RDI: 0x0000000000000000
    R8:  0xffffff801121a602, R9:  0x0000000000000000, R10: 0xffffff8003070850, R11: 0xffffff8003089ce8
    R12: 0xffffff800fae8644, R13: 0x0000000000000000, R14: 0x00000000000164a4, R15: 0xffffff800fae864c
    RFL: 0x0000000000010286, RIP: 0xffffff7f84801ee1, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000080, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8081d32c50 : 0xffffff8002a22f69
    0xffffff8081d32cd0 : 0xffffff8002adc19e
    0xffffff8081d32ea0 : 0xffffff8002af3606
    0xffffff8081d32ec0 : 0xffffff7f84801ee1
    0xffffff8081d32fd0 : 0xffffff7f847f6388
    0xffffff8081d33070 : 0xffffff7f8480de2d
    0xffffff8081d33130 : 0xffffff7f84811951
    0xffffff8081d332b0 : 0xffffff7f847fb2b8
    0xffffff8081d33390 : 0xffffff7f847f882f
    0xffffff8081d333e0 : 0xffffff7f847e7422
    0xffffff8081d33790 : 0xffffff8002be2abf
    0xffffff8081d33af0 : 0xffffff8002be363d
    0xffffff8081d33f20 : 0xffffff8002be31d9
    0xffffff8081d33f60 : 0xffffff8002e3db67
    0xffffff8081d33fb0 : 0xffffff8002af3af8
          Kernel Extensions in backtrace:
             com.paragon-software.filesystems.ntfs(78.1.10)[C00EE7CC-736F-3A48-AC68-33826B2C4CDF]@0xffffff7f847e4000->0xffffff7f8481dfff
    BSD process name corresponding to current thread: mount_ufsd_NTFS
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000002800000
    Kernel text base: 0xffffff8002a00000
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 12684772054
    last loaded kext at 12348392875: com.paragon-software.filesystems.ntfs          78.1.10 (addr 0xffffff7f847e4000, size 237568)
    loaded kexts:
    com.paragon-software.filesystems.ntfs          78.1.10
    com.protech.NoSleep          1.3.3
    org.virtualbox.kext.VBoxUSB          4.2.16
    org.virtualbox.kext.VBoxDrv          4.2.16
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleHDAHardwareConfigDriver          2.5.2fc2
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.iokit.IOBluetoothUSBDFU          4.2.0f6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyEventDriver          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOSurface          91
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f9
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD TS128E, 121,33 GB
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.4
    Any ideas?

    Problem solved... Figure out that in Safe Mode, the bootcamp partition is unmounted. So I thought that it could be the problem, when the login screen shows up, I guess the system was trying to mount the bootcamp partition and for some reason the computer was restarting. That's why the computer was turning off when I was trying to log in into Bootcamp partition also. So I wiped my bootcamp partition and resized the OSX partition. Now I can succesfully log in my user with out a problem

  • [SOLVED] GNOME login screen freezes after 3 seconds

    Hello,
    today I installed Arch-Linux the first time. I had some issues during the installation (following https://wiki.archlinux.de/title/Anleitu … Einsteiger (its the german version, seems to differ a little from the english version)), but everything went good until I installed GNOME. Now the login screen freezes everytime after quite exactly 3 seconds, unless I press [strg]+[alt]+[f2] fast enough to switch in tty2. Then the screen will only freeze when I switch back to tty1. Once the screen is frozen, I can't switch to tty2 anymore.
    I think the problem has something to do with my nvidia hybrid graphic system. During the installation I installed the packages bumblebee, bbswitch and primus, but uninstalled them because I thought they could be the problem. But although I uninstalled the packages, the "Stamina-Mode" status led is turned on after the system has started and the "Speed-Mode" status led not. I think that's a little bit strange, because I can't imagine which process is controlling these leds.
    So I ran just
    pacman -S xorg-drivers
    and I had to create the xinitrc-file (because I could not find this file in /etc/skel). Now the default GUI appeared after I ran
    startx
    (I saw some windows and a clock). After that I installed gnome, changed the xinitrc-file in my userhome and got the freeze after a reboot.
    I don't know if it has anything to do with my problem, but I get the following error-messages everytime I boot:
    [drm:ibx_irq_handler] *ERROR* PCH transcoder A FIFO underrun
    [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up
    [drm:ilk_display_irq_handler] *ERROR* Pipe A FIFO underrun
    interl ips 0000:00:1f.6: thermal reporting for required devices not enabled, aborting
    Hoeman
    P.S.: Because I'm a total beginner at linux I probably missed the most important informations, but I can give you more if you tell me how
    Last edited by Homan42 (2014-10-18 19:43:17)

    Ok, I could solve the problem myself by installing the latest nvidia driver. Now I guess the intel grahic card is not used anymore, but I don't really know...

  • MBP Freezes after login

    Used Firefox, when suddenly the computer was unresponsive.. so had to hard boot.
    Now when i startup it freezes after approx. 20 sec. after the login is shown.
    If i don't login the computer freezes at the login, and if i login finder freezes.
    There is no problem when starting in "safe mode"...
    Anyone have a solution to what i can do??
    Regards
    Jens

    I had the same issue as all of you guys. Here is what really worked for me and though of sharing with you
      Just as you could before, you can boot into Yosemite’s Recovery partition by holding down Command-R at startup, and in the OS X Utilities window that eventually appears, click Reinstall OS X, and then click Continue. This launches the OS X installer, which will download a fresh copy of Yosemite and install it on your startup volume.
    Alternatively, if you no longer have the original Yosemite installer that you downloaded from the Mac App Store, you can get another copy by selecting App Store from the Apple menu, clicking on the Purchases link, and clicking Download next to the OS X Yosemite entry.
    If the word Download doesn’t appear next to the installer, it means that the App Store believes you have a working copy of the installer already on your Mac. You should locate that copy and if you don’t want to use it—because it’s now a couple of point-releases old, for example—either compress it or remove it from your drive. Once you do, you should be able to download a fresh copy from the Purchases page.
    The reinstallation might take up to 8 hours. After the reinstalling the OS I have no issues anymore !!! Hope this will work for you too !
    All the best !

  • Lion freeze after Login

    I just downloaded Lion from the app store... it installed correctly after the restart it does the new lion login screen show up, i logged in and 4 secs the screen dropped like a shade from the top to bottom of the screen and a thing pop up asking me in several lenguages to hold down the power key to manually turn off the computer and then turn back on.. i did do more than 7 times and always the same, the boot up is normal the login screen is normal i login but 4 secs after i login the same thing it freezes and pops a thing telling me to manually turn off and back on.. my machine worked flawlessly before i got lion now i get do anything! and i didnt had a backup so i cant restart it i tried holding "command" and "r" at the boot up screen and it poped a recovery section where i selected re-install lion it took over 2 hours then after it was all done again the same.. login 4 secs after a shade comes from the top to the screen to the bottom and a thing pops telling me to manually turn off and back on... i dont know what to do like i said i dont hv a backup and i had important files in there i cant just loose them to reset and get snow leopard again... please help me.... here is a video i took of that happens when i login http://www.youtube.com/watch?v=YSn2RVZ6J4A   thanks for your time homefully somebody had a suggestion or solution to this weird glitch.... thanks

    I know what that is - it's a Kernel Panic. But I don't know how you fix it. Sorry.
    Just found this:
    http://support.apple.com/kb/TS3742
    Regards,
    Colin R.

  • One user freezes after login

    One user on my computer (G5 1.6Ghz running 10.4.11) freezes after login. All the desktop items appear, as does the menu bar. But within a few seconds of this, the spinning beachball appears and everything becomes unresponsive (including force quit). If I login while holding shift everything works fine.
    All the other accounts are working normally.
    What should I do? I've removed everything from login items, but it still freezes.

    Thanks for this. I did all this, but it still did not help. I then tried totally uninstalling little snitch, and the problem went away. After installing the newest version, everything seems to be working again.
    Seems odd as I've been using little snitch (version 1.x) for years with no problems. Using 2.0.4 now and all is fine, so I'm happy.

  • After installing 10.9.4 computer freezes  after sleep

    After I installed 10.9.4, my Imac bean to freeze after being asleep.  Sometimes I can move the mouse, but it has no effect on anything.  Most of the time I move the mouse or keyboard and I get eh color wheel of death.  Here is my info, can you help?
    EtreCheck version: 1.9.12 (48)
    Report generated August 6, 2014 at 7:06:43 PM MDT
    Hardware Information:
      iMac (27-inch, Mid 2010) (Verified)
      iMac - model: iMac11,3
      1 2.93 GHz Intel Core i7 CPU: 4 cores
      8 GB RAM
    Video Information:
      ATI Radeon HD 5750 - VRAM: 1024 MB
      iMac 2560 x 1440
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 5:12:25
    Disk Information:
      WDC WD1001FALS-40Y6A0 disk0 : (1 TB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 902.82 GB (631.84 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 84.56 GB (38.76 GB free)
      PIONEER DVD-RW  DVRTS09 
    USB Information:
      Apple Inc. iPhone
      Logitech USB Receiver
      Apple Internal Memory Card Reader 31.91 GB
      NIKON D7000 (disk1s1) /Volumes/NIKON D7000: 31.91 GB (28.3 GB free)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple, Inc. Keyboard Hub
      Fitbit Inc. Fitbit Base Station
      Apple, Inc Apple Keyboard
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
    FireWire Information:
      G-TECH OEM ATA Device 00 800mbit - 800mbit max
      EFI (disk2s1) <not mounted>: 209.7 MB
      G-DRIVE (disk2s2) /Volumes/G-DRIVE: 999.86 GB (937.8 GB free)
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] arcana.PRAM (6.1) Support
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.52) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.45) Support
    Startup Items:
      ArcanaStartupSound: Path: /Library/StartupItems/ArcanaStartupSound
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.avast.update.plist Support
      [running] com.crashplan.engine.plist Support
      [running] com.fitbit.galileod.plist Support
      [failed] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.rim.BBDaemon.plist Support
      [loaded] com.timesoftware.timemachineeditor.backupd-auto.plist Support
      [failed] com.vmware.launchd.vmware.plist Support
      [not loaded] com.vsearch.daemon.plist Support
      [failed] com.vsearch.helper.plist Support
    Launch Agents:
      [loaded] com.avast.userinit.plist Support
      [failed] com.google.keystone.agent.plist Support
      [running] com.rim.BBLaunchAgent.plist Support
      [failed] com.vsearch.agent.plist Support
    User Launch Agents:
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.avast.home.userinit.plist Support
      [running] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
    User Login Items:
      SpeechSynthesisServer
      Canon IJ Network Scanner Selector EX
      Dropbox
      CrashPlan menu bar
      Fitbit Connect Menubar Helper
    Internet Plug-ins:
      Easy-WebPrint EX: Version: 1.1.0 Support
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
      AdobePDFViewerNPAPI: Version: 10.1.10 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Silverlight: Version: 5.1.10516.0 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 10.1.10 Support
      npDDRia: Version: 0.0.14.2 - SDK 10.9 Support
      EPPEX Plugin: Version: 3.0.5.0 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions:
      avast! Online Security: Version: 9.0.2022.120
      1Password: Version: 4.2.3
      Dragon Dictate: Version: 12.81.000.006
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
      Flip4Mac WMV  Support
      Secrets  Support
      ArcanaStartupSound  Support
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 840.81 GB Disk used: 252.37 GB
      Destinations:
      G-DRIVE [Local] (Last used)
      Total size: 931.19 GB
      Total number of backups: 33
      Oldest backup: 2014-03-03 19:34:10 +0000
      Last backup: 2014-03-13 00:00:27 +0000
      Size of backup disk: Adequate
      Backup size 931.19 GB > (Disk used 252.37 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          1% WindowServer
          1% fontd
          1% CrashPlan menu bar
          0% Fitbit Connect Menubar Helper
          0% Dropbox
    Top Processes by Memory:
      164 MB softwareupdated
      131 MB mds_stores
      131 MB com.avast.daemon
      123 MB CrashPlanService
      106 MB Finder
    Virtual Memory Information:
      4.89 GB Free RAM
      1.83 GB Active RAM
      525 MB Inactive RAM
      781 MB Wired RAM
      1.96 GB Page-ins
      0 B Page-outs

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/(de|[nst]):/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\) \\(.+\\)/\\\2x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print($2,$3,a[n],$1)|p;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • My Mac freezes after waking up

    I have a rMBP mid 2014 that keeps freezing after sleep, but not every time, since I upgraded to latest Yosemite 10.10.3. I can move the mouse and close all active programs, but it takes long time and will anyway not restart after that. I have to force power off and then power on again, then it will work for a while.
    I have tried to do the upgrade again och even tried to reinstall Yosemite again, but it didn't help. Here's a report:
    EtreCheck version: 2.2 (132)
    Report generated 5/5/15, 11:24 AM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (Retina, 13-inch, Mid 2014) (Technical Specifications)
        MacBook Pro - model: MacBookPro11,1
        1 2.8 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Not upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en0: 802.11 a/b/g/n/ac
        Battery: Health = Normal - Cycle count = 52 - SN = C01446209C2FT60AN
    Video Information: ℹ️
        Intel Iris
            Color LCD 2560 x 1600
    System Software: ℹ️
        OS X 10.10.3 (14D136) - Time since boot: 0:10:5
    Disk Information: ℹ️
        APPLE SSD SM0256F disk0 : (251 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 249.80 GB (87.51 GB free)
                Core Storage: disk0s2 250.14 GB Online
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hypervisor (10.2.0 28956 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (10.2.0 28956 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (10.2.0 28956 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.vnic (10.2.0 28956 - SDK 10.7) [Click for support]
            /Library/Extensions
        [not loaded]    com.Elgato.Thunderbolt2DockChargingSupport (1.0.0 - SDK 10.10) [Click for support]
        [not loaded]    com.Elgato.ThunderboltDockChargingSupport (1.0.0 - SDK 10.10) [Click for support]
        [not loaded]    com.elgato.ElgatoThunderboltDockAudioRename (1.0.2 - SDK 10.10) [Click for support]
    Startup Items: ℹ️
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        StartOuc: Path: /Library/StartupItems/StartOuc
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.mtrecorder.plist
    Launch Agents: ℹ️
        [loaded]    com.acronis.acep.plist [Click for support]
        [running]    com.teamviewer.teamviewer.plist [Click for support]
        [running]    com.teamviewer.teamviewer_desktop.plist [Click for support]
    Launch Daemons: ℹ️
        [failed]    com.apple.spirecorder.plist
        [running]    com.bombich.ccchelper.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [running]    com.teamviewer.teamviewer_service.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Program  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        XtraFinder    Program  (/Applications/XtraFinder.app)
    Internet Plug-ins: ℹ️
        MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Click for support]
        SharePointBrowserPlugin: Version: 14.4.9 - SDK 10.6 [Click for support]
        nplastpass: Version: 3.1.77 - SDK 10.10 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        None
    Time Machine: ℹ️
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 249.80 GB Disk used: 162.29 GB
        Destinations:
            Images [Network]
            Total size: 2.20 TB
            Total number of backups: 17
            Oldest backup: 2014-12-01 13:56:38 +0000
            Last backup: 2015-04-06 09:44:01 +0000
            Size of backup disk: Excellent
                Backup size 2.20 TB > (Disk size 249.80 GB X 3)
    Top Processes by CPU: ℹ️
            77%    mdworker(9)
             3%    WindowServer
             2%    fontd
             0%    Microsoft Lync
             0%    taskgated
    Top Processes by Memory: ℹ️
        820 MB    kernel_task
        377 MB    com.apple.WebKit.WebContent(5)
        360 MB    Microsoft Outlook
        246 MB    Dock
        164 MB    mdworker(9)
    Virtual Memory Information: ℹ️
        10.00 GB    Free RAM
        6.03 GB    Used RAM
        0 B    Swap Used
    Diagnostics Information: ℹ️
        May 5, 2015, 11:13:37 AM    Self test - passed
    I'd be grateful for any help.

    Rid the MBP of CleanMyMac.  It may very well be the source of your problems.
    NO so called cleaning or performance applications should be installed in a Mac.  At best they will do nothing, at worst they can corrupt your system.
    Ciao.

  • I install Mountain Lion on my MacBook Pro and freezing after waking up and is impossible restart

    I install mountain lion on my macbook pro late 2009 and freezing after waking up and is impossible restart

    Restart your mac in Safe Mode by holding down the 'shift' key while it powers up. You'll know if you've entered Safe Mode correctly if you see a progress bar underneath the grey Apple logo screen. Let go of the shift key when you see that, wait for the progess bar to complete then log in.
    After log in, go to
     > System Preferences... Users & Groups and remove everything from the 'Login Items' tab.
    If you have any anti-virus software installed (Sophos, F-Secure, VirusBarrier, Mackeeper) uninstall it while in Safe Mode.
    Restart your mac normally and test.
    Any improvement?

  • Do i need a separate appleID and password for itunes store, icloud and app store apart from my admin login and password?

    after having my mbp upgraded  with new m.lion by apple tech service i noticed that applications like iphoto, garageband and imovie are gone
    researched online and was told that i had to acess the `purchase` via AppStore where it asks me to log in with Apple ID and password
    i used the usual admin login and password and didnt work, also on itunes and icloud the similar case
    do i need to register with a separate appleID and password for itunes store, icloud and app store apart from my admin login and password?

    Just use the same Apple ID and password that you used to access this forum - that's your Apple ID.
    The user name and password on your computer has nothing to do with your Apple ID.
    Good luck,
    Clinton

  • Mac Pro on 10.6.8 freezes after startup

    Since updating to 10.6.8 my 2009 MacPro will freeze after startup when opening finder, safari and itunes (so far). No beach ball and ForceQuit doesn't work. Resolved only by a hard shutdown with the off switch and restarting.  Never a problem on restart. This problem seems identical to that described in an archived discussion (after an update to 10.5).  Refer: https://discussions.apple.com/thread/2018112?threadID=2018112  .
    I have followed those suggestions without success:
    -run AHT and no issues found
    -run disk utility to verify and repair permissions
    -used Rember to check memory and no issues
    Grateful for any suggestions; thank you.

    It means that a third-party system modification you installed is causing the problem.
    Reboot as usual (not in safe mode) if you haven't already done so. Don't launch any of your usual applications. Launch the Terminal application, copy or drag -- do not type -- the line of text below into the window, and press return:
    kextstat -kl | awk ' !/apple/ { print $6 $7 } '
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
    Next, do the same thing with this line:
    sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '
    That's one line, not two. You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Next, this command:
    launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '
    Again, one line. Finally, one more:
    ls -1 /Library/{InputManagers,StartupItems}
    Remember, this is all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password.
    You can then quit Terminal.

  • Whenever I launch firfox through non admin login, I get an alert message.

    Whenever I open firefox through non admin login, I get following alert message. "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."
    After this, firfox opens but whenever I go to any web page having secure connection like orkut, facebook etc. firefox crashes. It works normally through admin login.
    == This happened ==
    Every time Firefox opened
    == I suppose this started when I updated it to latest version i.e. 3.6.8 ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Thankyou, for contacting Mozilla Firefox, Please join us on live chat so we can better assist you with your issue.

Maybe you are looking for

  • Iphone 5s lost LTE, 4g, weak signal. dropped calls after upgrading to IOS 8.1

    i recently upgraded my iphone 5s to IOS 8.1 , after the upgrade i lost LTE and 4g, connectivity and stuck to 3g, i observed that my phone's got weker signal than before, i have intermittent signal during calls, and dropped calls. i did go to my servi

  • O365 federation for testing purposes

    hello, could i set up federated trust from my on premisse infrastructure to o365 (using adfs and dyrsync and localy issuated certificate) just for testing purposes , and after test period i would just brake the trust. Could that have any circumstance

  • Confused about the confirmation in SRM

    Hi,my experts:     I work in SRM 5.0 ,Extended Classis Scenairo .     I want to do confirmation in SRM ,and then cope the document to ECC .     I thouht it should  be automatic.But Now I must do like this:       A.Do confirmation in SRM ;B.Run FM:IDO

  • Safari crashing when wake from hibernate

    I started having a problem about 4 months ago where safari (although occasionally other applications like evernote) will crash when waking the computer from deep sleep/hibernate. This does not happen when waking from regular sleep. This happens ALMOS

  • Final Step away from Windoze (Need help) [easily SOLVED]

    Hi all, I am preparing to take my final step away from windows OS, as the more I learn about Linux, the more I detest the majority of my hard drive being dedicated to a monopolus (if that's a word), closed monster. However there is one thing that I n