Mac OS Lion CS 5.5 "Pre-Chrome" Install Problem / Solution!

After hours and days of frustration surrounding what should have been a very simple update from CS5 to CS5.5 on Mac OSX Lion (the latest version), I finally found a solution that makes perfect sense, and acutally works.
Here's my brief rant:
Adobe - you seriously need to work on your Tech Support. I've been a customer since Photoshop 2.0 and this is no bueno. Having someone tell me to create an Admin user account on my system with username "test" and "no password" is not helpful nor a good idea. Suggesting that I open up all my permissions to  777 also not a good idea. You need to seriously review your Tech Support team's scripts. Either way neither of these soltuions worked. Anyways I am done with my rant as I want this article to be HELPFUL TO PEOPLE who are super frustrated like me.
Here's what I discovered:
Here's the deal - if you upgrade to lion recently, you probably had an older version of a CS product on your computer. My guess is that when you migrated over some permissions got screwed up and the installer couldn't overrride the correct files it needs to because they are locked under a different user account (fair enough adobe, sounds more like Apple's problem). A friend suggested doing a hard reformat and reinstalling lion fresh via USB drive, probably a good idea but who's got the time?
So anyways, I kept getting a "pre-chrome" error in the debug output and kept seeing the "Accept Terms & Conditions" window no matter how many times I re-installed, wiped my files etc. Uber lame.
The solution turned out to be 'duh' simple from my PC user co-worker "Why don't you just install it under root access?" Ok, for those of you who don't know what root means, it basically just is the account who is authorized to write over all other user accounts. Apple turns this off by default because most people never need to user it. Unless you come across something like this...
Steps:
1. Uninstall anything you got going with CS, the more the better - you're going to reinstall it again anyways (just keep your serials around).
2. Consider downloading the CS Cleaner product that Adobe offers and wipe it all down (probably not required but can't hurt).
3. Follow these instructions on your Admin account to enable root temporarily: http://support.apple.com/kb/HT1528 (BTW the Edit one is hard to find, they mean the acutal Edit menu on the top of the screen).
4. Install your CS 5.5.
5. This one is IMPORTANT - when it asks you to authenticate use your ROOT login and password, not your normal one. This grants the installer the abililty to write over other files.
6. Finish the install, check it out. If it worked you probably want to de-activate the root login for safety's sake.

gdoddsdesign thank you for the great tips I am sure this will help other users within the forum.  You may still want to keep an eye on your administrator group permissions.  If you had to go to root to resolve the issue, and even the newly created User account had compromised permissions, then there could still be some problems out there.
Many times though once software is installed under a root user it will continue to work without any additional modifications needed on the administrator account.
I also really like the tip about disabling root user at the end btw.   Often users and technicians get so excited that the issue is solved they can forget this step.

Similar Messages

  • After I loaded Mac OS lion, it won't let me install my Sierra Wireless telstra. It keeps telling me to install it even though i already have. help please?

    After I loaded Mac OS lion, it won't let me install my Sierra Wireless telstra. It keeps telling me to install it even though i already have. help please?

    Check for new 64 bit software for the modem, other wise you I'll probably have to boot your Mac in 32 bit mode first.. And then every time you want to go online.
    I have the Sierra wireless 306 and have their 64 bit lion software installed. Works well.
    Best.

  • I downloaded mac os lion last night but didn't install. App store says I've installed it but I can't find where it is on my computer

    why didn't os x lion install on my Macbook Pro?

    The installation should have been automatic when you downloaded it.  Do you have the new lion features (like mission control, new scrolling bars, airdrop etc.)?  If you do, there is no problem.

  • App Store Download pause and resume problem in MAC OS lion

    Hello,
    I am facing a problem in App Store Download pause and resume problem in MAC OS lion. My internet connection has a problem of disconnecting frequently
    because of this App store can not complete a download as its resuming download from the beginning again please help me
    Thanks in advance
    -Ashok Athukuri

    Dear Ashok, I also facing the same problem....It shows keep on waiting state.I will share you if have a solution for it...

  • Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server)

    After upgrading to MacOS X Lion, it was discovered that it was not possible to logon to Novell-shares and NAS-boxes (e.g. Qnap).
    Here is a recipe that has been tested OK with the following combinations:
    * Mac OS X Lion -> Novell shares
    * Mac OS X Lion -> Mac OS X 10.5 server
    * Mac OS X Lion -> Mac OS X Lion
    Please note that the command-lines themselves must not have CR/NL-characters. Copy the commands to a text-editor and remove format-inserted CR/NL-characters.
    Another note: Your logon will be less secure with these changes. Later when e.g. Novell and/or your NAS-box support native Lion-logon, then please remove the AppleShareClient-parameter changes again with the first block.
    Recipe:
    The following block can be skipped if you have not previously changed AppleShareClient-parameters:
    sudo -s
    chmod o+w /Library/Preferences
    cd  /Library/Preferences/
    rm com.apple.AppleShareClient.plist*
    ! Restart
    The following block makes it possible to logon to: (1) Novell-shares (2) Pre Lion Mac-OS-X-volumes - and possibly non-native Lion logon NAS-shares:
    sudo -s
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1
    ! Restart
    You now have to logon a real account (non-guest) on another Mac OS X Lion volume
    to catalyst a creation of AppleShareClient-files. (See Apple-support-link) (Is this necessary?)
    ! instead?:
    /bin/sleep 60
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    chmod o-w /Library/Preferences
    PS:
    Possibly all volume-links may be deletes and recreated to use the new logon-parameters?
    Sources for command-bricks:
    OS X Lion: Connecting to legacy AFP services:
    http://support.apple.com/kb/HT4700
    AFP changes in OSX Lion:
    http://www.novell.com/communities/node/13155/afp-changes-osx-lion
    AFP support for DHX2 authentication mechanism on OES:
    http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=7008 683&sliceId=1&docTypeID=DT_TID_1_1
    "/bin/sleep 60":
    Making My NAS Work in Lion:
    http://krypted.com/mac-os-x/making-my-nas-work-in-lion/
    Example:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# cd  /Library/Preferences/
    bash-3.2# rm /Library/Preferences/com.apple.AppleShareClient.plist*
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:41:58 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
    2011-08-12 14:42:31.172 defaults[188:707]
    The domain/default pair of (com.apple.AppleShareClient, afp_disabled_uams) does not exist
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:47:31 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams(
        "Cleartxt Passwrd",
        "MS2.0",
        "2-Way Randnum exchange"
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHX2
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHCAST128
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    Also posted here:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    http://forum.qnap.com/viewtopic.php?f=30&t=48143
    http://forums.macrumors.com/showthread.php?p=13166617

    hammer58 wrote:
    Thanks for your response, but this all looks pretty complicated to me.  I am not sure from this which lines I need to use and what I don't need.
    What are CR/NL characters?
    In plain text files carriage-return (CR) and new-line (NL) has:
    LF, NL: decimal 10, hexadecimal 0x0A
    CR: decimal 13, hexadecimal 0x0D
    References:
    http://en.wikipedia.org/wiki/Carriage_return
    http://en.wikipedia.org/wiki/Line_feed
    http://www.asciitable.com/
    Especially:
    http://en.wikipedia.org/wiki/Line_feed#Representations
    Quote: "...
    CR+LF: Microsoft Windows, DEC TOPS-10, RT-11 and most other early non-Unix and non-IBM OSes, CP/M, MP/M, DOS (MS-DOS, PC-DOS, etc.), Atari TOS, OS/2, Symbian OS, Palm OS
    LF+CR: Acorn BBC spooled text output.
    CR:   Commodore 8-bit machines, Acorn BBC, TRS-80, Apple II family, Mac OS up to version 9 and OS-9
    LF:   Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others.
    RS:   QNX pre-POSIX implementation.
    http://en.wikipedia.org/wiki/Newline#Unicode
    Quote:"...
    The Unicode standard defines a large number of characters that conforming applications should recognize as line terminators:[3]
    LF:   Line Feed, U+000A
    VT:   Vertical Tab, U+000B
    FF:   Form Feed, U+000C
    CR:   Carriage Return, U+000D
    CR+LF: CR (U+000D) followed by LF (U+000A)
    NEL:  Next Line, U+0085
    LS:   Line Separator, U+2028
    PS:   Paragraph Separator, U+2029
    If you have Linux, classic Mac or Windows/DOS text files, and you want to convert their LF/CR-flavor to another, then TextWrangler can do it for you; choose new LF/CR-combination via bottom button of the text file window. TextWrangler can be downloaded for free - also via App Store.
    TextWrangler:
    http://www.barebones.com/products/textwrangler/

  • Pre install apps are deleted after recovering mac osx lion

    Hi all,
    I am new to apple product, i just got my new MacBook Pro late 2011 about 2 months ago, and recently my laptop getting slow so i decided to use mac osx lion recovery, and yesterday i do it, i reninstalled as their was brief description about how to reinstall the refresh copy of macosx lion
    now all the pre installed apps like iphoto, imovie, GrageBand, etc. are not in lauch pad, perhaps deleted, please some help me i want them back, how can get it back
    thankyou!

    Chohan.XXX wrote:
    hey this only help me to get ilife pakage, but not others..........
    What Others are you referring to...
    Chohan.XXX wrote:
    ... and is my mac warrantty affected by this,...
    Why would you think your warranty would be affected after using Lion Recovery...
    Chohan.XXX wrote:
    ... is thier any different between the pre installed mac os x lion when i bought it  and and now after using recovery
    Click on the Apple Icon, top right of your Screen... Click on About this Mac 
    Which Mac OS X does it say you have...

  • How to fix stalling in Google Chrome on Mac OS Lion

    Putting this out as a service to others.
    I was having a frustrating issue with Google Chrome failing to fully load web pages and exhibiting overall poor speed and performance (even on a SSD boot drive) on Mac OS Lion 10.7.3 and figured out how to fix it.
    How to fix Google Chrome stalling on Mac OS Lion
    Hope it helps someone else.  Good Luck.
    Carlos.

    Why not reinstall OSX? The link you gave is fetching the 10.7.5 combo update from the server, and replacing the Java core framework. I don't know why you wouldn't just reinstall 10.8.5 in the normal manner, whether via recovery mode or the combo update:
    OS X Mountain Lion Update v10.8.5 (Combo) The 10.8.5 update is ...
    "curl" it if you feel so inclined.

  • How can I synchronize my blackberry 9810 with Calendar Mac Mountain Lion

    hello, i've a big problem because i can't transfer my date from my blackberry 9810 to my calendar apple mac mountain lion and not the inverse. I utilise the blackberry desktop but it's only bi-directionnel and i would like to do it just in this sens because all my dates are in my phone. I can't understand why it's not working. Before i utilise icalc and it was working.There now it's calendar for mac and it's not working. It's says that it where 96 date but they are not transferred or i don't find them. Thank you for your help and if it's a french who response me it will be better but all are good of course.

    You can't install a previous version on your Mac since it came with Mavericks pre installed.
    Read here >  Don't install a version of Mac OS X earlier than what came with your Mac
    Some Macs are still shipping with Mountain Lion. I should have asked you.
    I'm glad macjack caught that 

  • How to run JavaFX jar with JRE7 on MAC OS Lion 10.7.5 ?

    I have created a bundled JavaFX application jar with ANT on Windows 8 O.S. , 64 bit machine. I have JavaFx2.0 and Java 1.7.0_09 installed on my Window O.S.
    <target name="CreatingJars" depends="Compiling" description="generate the distribution" >
                        <taskdef resource="com/sun/javafx/tools/ant/antlib.xml"     
                                 uri="javafx:com.sun.javafx.tools.ant" classpath="${env.JAVA_HOME}/lib/ant-javafx.jar"/>
                              <mkdir dir="${WorkingFolder}/temp/libs"/>
                             <copy todir="${WorkingFolder}/temp/libs">
                             <fileset file="${WorkingFolder}/CustomJars/ProjectLib.jar">
                             </fileset>
                             </copy>
                             <copy todir="${WorkingFolder}/temp/libs">
                             <fileset dir="${WorkingFolder}/libs">
                             </fileset>
                        </copy>
                        <fx:jar destfile="${WorkingFolder}/${app.name}.jar">
                        <fx:application mainClass="${main.class}"/>
                        <fx:resources>
                             <fx:fileset dir="${WorkingFolder}/temp/"/>
                        </fx:resources>
                        <fileset dir="${WorkingFolder}/build"/>
                        <fileset dir="${WorkingFolder}/resources"/>
                        </fx:jar>
         </target> When I am trying to run that JavaFX application jar on MAC OS Lion 10.7.5 using
    java -jar application.jar
    It always shows a dialog "The application require a newer version of Java Run-time" with download link. Even I have downloaded and successfully installed it on my MAC machine but it still shows me the same window.
    java -version is always point to 1.6.
    Then I searched for Java Preferences to point the current JRE 1.7 but I could find Java Preferences at Applications -> Utilities -> Java -> Java Preferences.
    I would like to know -- how to run JavaFX jar with JRE7 on MAC OS Lion 10.7.5? Is their any other way to run the JavaFX application JAR with JRE7?

    Do I need to download the whole JAVA 1.7 on MAC to run the JAR? No
    Can not I run the Jar file with Jre7?Yes, you can.
    This may be because I have downloaded the JRE 1.7Yep, that's correct, the java_home command only works for jdk's - sorry for the confusion.
    For jre7+ versions, only a single Oracle jre version is allowed to be installed on the machine at a time - making a tool like java_home redundant for jre checking.
    Weirdly, jre7u10 does not supplant the Apple Java on the command line path by default. If you just type java -v, then the Apple java version will displayed if you have an old Java 6 from Apple and a new Oracle jre7+.
    The Oracle jre is always located under (also somewhat strangely):
    /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/javaTo test jar launching, I used the willow JavaFX browser pre-release jar available here:
    http://code.google.com/p/willow-browser/downloads/detail?name=Willow-0.1-prerelease.jar
    Then I launched the jar from the command line using:
    /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar Willow-0.1-prerelease.jar The JavaFX jar ran fine on jre7 with the above machine.
    The test machine was running Mac OS X 8 with Oracle jre7u10 installed as well as the Apple Java 6 runtime, but no Oracle jdk7+ installed.

  • Quicktime Plugin Issue in Safari on Mac OSX Lion.

    (Strange) Safari - Quicktime - issue on Mac OSX Lion (All Updates done - 20/11/2011)
    Strange issue with Safari - Quicktime video playing - on Mac OSX Lion (All updates done till 20th Nov 2011 night)
    Problem discovery: Tried to view the Apple iPhone 4S Keynote on Apple Website. Strange that Safari does not display any videos from Apple Website.
    Following works OK:- You Tube worked fine.
    - Google Chrome worked fine. (It shows the quick time player loading and then displays the video absolutely fine.)
    Conclusion: There is some problem with Safari Quicktime Plug-in.
    Strange Discovery:
    - There are two users on the MAC. Logged in with a general user (Non Admin)
    - When tried to view Apple Videos on Safary ... THEY WORKED FINE !!! 
    - The user where they donot work is an ADMIN User ... Strange !!!
    System:
    - Mac-Mini 2010 - 8 GB RAM - with OSX Lion fully software updated until 20th Nov 2011 night.
    - DIVX is installed and is also a paid version - registered with DIVX website.
    - VLC is installed.
    - Perian was installed - after problem discovery - uninstalled it - no use.
    Please help with a solution if anyone has faced and solved this problem. Sub question is : If DIVX / anyother plug-in causes problems with QuickTime plugin on Safari, why does it affect only one user on the system and not other users on that system ?
    Notes:
    1) There is a similar looking thread on MacRumors here but concluded that required to start a seperate one with clear problem statement.
    2) Apple Forums
    (a) One thread on topic that hints that some 3IVX plug-in can cause issues with Safari Quicktime Plugin: here
    (b) Another thread from Apple Forum, that hints that DIVX causes problems to Safari Quicktime Plug in, Link is Here

    Refer to a thread on Apple Discussions Forum itself, Link is HERE; refer to the posting by "Charles Cole",
    Charles Cole
    Re: Does anyone recommend OS X Lion?
    Aug 2, 2011 8:09 PM (in response to Landrix)
    Charles writes about DIVX and QuickTime Plugin conflict in Safari:
    One thing I've discovered that might help anyone having a Quicktime Plug-in issue. If you have DivX as a codec on your system (usually installed to play .avi files) you'll want to uninstall it so that Sarfari 5.1 will default to the Quicktime Plug-In and not the DivX plug-in. Otherwise, you can't see Quicktime movies in Safari.
    Note: this post is about and at the time of OSX Lions launch, i.e. 10.7.0.
    Now we have 10.7.2, still cannot believe Apple has not fixed this bug !!!

  • Is Ms Office 11 already installed together with Mac os lion?

    Is Ms Office included in the new Mac OS lion?

    No. Office is not an Apple product. You have to purchase it from Microsoft. Only OS X is included with Lion. New computers come with iLife pre-bundled.

  • I'm having an issue on All ADOBE reader/flasher player opening window on Mac OSX Lion

    I have tons of error when i'm openning Adobe reader/Adober flash player/Adobe application manager. When i went check out the Library/Adobe appiication support, it's missing and i can't get it to open. What are the solution to make this work. Cause i really wanna to download Adobe photoshop trial install and open it, but i keep on getting error all the time. What can i do to resolve this issue on my mac osx Lion 10.7.5 version? Any suggestion?

    Could you try switching back to the PPAPI version of the plugin to see if that helps (reversing the steps outlined in the FAQ below)?  From what we've learned, this only effects the NPAPI version and the PPAPI version should display fonts correctly.
    Enable system Flash Player in Google Chrome | Windows | Mac
    We are working with Google to get this fixed asap.
    Thanks,
    Chris

  • PS CS6 BETA, Mac OS Lion: How to paint without the transfer attribute.

    PS CS6 BETA, Mac OS Lion: When I want to paint with a brush without the transfer attribute so that I get flat paint without opacity change I uncheck the option box however it rechecks itself after I make a stroke, why...is this just a bug? It shouldn't work this way.

    I have a set of brushes that I always use and one is set for NO TRANSFER so that I can paint flatly.  I'm using an Intuous 4  Wacom tablet.  After attempting to use my brush it did not  give me the flat paint I wanted.  I opened the brushes pallette and noticed that the transfer attribute was on(thought to myself that shouldn't be on because this brush is saved to work with it off).  I turned off the attribute and began to paint only to find that the transfer opacity attribute was sitll in affect.  I turned it off again and WATCHED the brush pallette and saw that without me selecting that checkbox it rechecked itself.  I restarted PS multiple times( the cmd+opt+shift did not do anything after holding it on launch, the Adobe trial dialog box pops up).  I did a test on ALL brushes available and they alll seem to be FORCED into the transfer attribute! I tested it with my mouse and FINALLY the brush painted FLAT so perhaps it is linked to the pressure sensitive pen??(WHICH IS NOT HOW IT IS IN CS5)  In CS5 I was able to select a flat brush and paint flat without having to press down with the full pressure.  As I continued testing solutions the issue changed slightly... Now all of the brushes have the transfer attribute whether the checkbox is on or off.  I would uncheck the box and paint and not get my flat paint but the box would not recheck itself but rather certain actions would cause it to recheck itself such as Fill canvas, hold opt for eyedropper, hold comand for move tool, switching between tools.. it's weird and unexplainable.. Basically it didn't matter if the box was checked or not because no matter what the attribute was autoomatically on every brush.  Please tell me this can be fixed because it is vital to digital painting workflow especially if you prefer firmer wacom pen settings and do not want to have to press all the way for flat color.
    Thank you
    Here is the paste of my System Info:
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Mac OS 10.7.3
    System architecture: Intel CPU Family:6, Model:42, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3400 MHz
    Built-in memory: 16384 MB
    Free memory: 10071 MB
    Memory available to Photoshop: 14910 MB
    Memory used by Photoshop: 70 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 ATI-7.18.11
    OpenCL Version: 1.1 (Dec  4 2011 16:53:18)
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 6970M OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1440, right: 2560
    Video Renderer ID: 16915205
    Video Card Memory: 1006 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: Macintosh HD:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 930.7G, 872.5G free
    Required Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   5.0.11.0   1.256674
       AdobeACE.framework   AdobeACE   2.19.18.19243   66.492997
       AdobeAGM.framework   AdobeAGM   4.26.17.19243   66.492997
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.19243   66.492997
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.492997
       AdobeCoolType.framework   AdobeCoolType   5.10.31.19243   66.492997
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120201  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   4.0.93   66.496052
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   6.0.0.1642  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.0.5.19287   145486
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1640  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Required plug-ins:
       3D Studio 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 7.0 (308), Copyright © 2012 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0 20120305.m.415 2012/03/05:21:00:00  ©2002-2012 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0 20120305.m.415 2012/03/05:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0 20120305.m.415 2012/03/05:21:00:00  ©1997-2012 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 13.0 20120305.m.415 2012/03/05:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Entropy 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0 20120305.m.415 2012/03/05:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0 20120305.m.415 2012/03/05:21:00:00  ©2001-2012 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Measurement Core 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0 20120305.m.415 2012/03/05:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0 20120305.m.415 2012/03/05:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0 20120305.m.415 2012/03/05:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0 20120305.m.415 2012/03/05:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Summation 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       U3D 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wavefront|OBJ 13.0 20120305.m.415 2012/03/05:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0 20120305.m.415 2012/03/05:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

  • Tried unsuccessfully to restore my MBP, running the Mac OSX Lion, to factory settings. I keep getting the "can't download additional components for the Mac OSX Lion" error when reinstalling the OSX Lion. Any tips on how to resolve this problem?

    Hello! Tried unsuccessfully to restore my MBP, running the Mac OSX Lion, to factory settings. I keep getting the "can't download additional components for the Mac OSX Lion" error when reinstalling the OSX Lion. Any tips on how to resolve this problem?

    Hi
    Given that your answer to 1. is 'pre-installed' and 3. is 'No', I think the only thing to do is to take it to an Apple store (ideally the one you bought it from) and have them reinstall it for you.
    The intended solution in cases like yours is that you should be able to reboot and install even a wiped disk by using Apple's servers over the internet (you do this by restarting with 'command-r' and choosing 'reinstall Lion'). However if this isn't working for you then you need to get the store to do it. Don't let them fob you off with 'go home and try again'. Have them do it in the shop (you're still covered by Applecare warranty so it should cost you nothing save the inconvenience of the trip and possibly leaving the machine there while they fix it).
    A reinstall should leave all your own personal data and programs in place.
    Note for future: when you get it fixed, first thing to do is buy a cheap external drive and start keeping a backup (either Time Machine or clone with Carbon Copy Cloner).
    Message was edited by: softwater

  • My mac OSX lion is now very slow, any idea why?

    my mac OSX lion is now very slow, any idea why?

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with a visit to: OS X Maintenance - MacAttorney.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion/Mountain Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Repair the Hard Drive - Lion/Mountain Lion
    Boot from your Lion Recovery HD. When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    Suggestions for OS X Maintenance
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or Lion and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems. For more about malware see Macintosh Virus Guide.
    I would also recommend downloading a utility such as TinkerTool System, OnyX 2.4.3, or Cocktail 5.1.1 that you can use for periodic maintenance such as removing old log files and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. There is no confirmation that this version also works with Lion.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Data Backup
      3. Deja Vu
      4. SuperDuper!
      5. SyncTwoFolders
      6. Synk Pro
      7. Synk Standard
      8. Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac maintenance Quick Assist.
    Referenced software can be found at CNet Downloads or MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time, then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

Maybe you are looking for