Displaying boot messages besides dmesg everything.log

Hi,
I'm on a fully updated Arch 64b/KDE.
During the pre-graphic boot process I can see several lines indicating a problem with alsa, yet these lines disappear too fast to read them.
After graphically logging in sound works.
Neither dmesg nor everything log display any alsa problems.
Is there a way to either slow the display of the boot messages or capture them/the screen for later analysis?
Thanks

Maybe not the perfect solution but there is also something in the wiki:
Disable_Clearing_of_Boot_Messages

Similar Messages

  • Display error message in batch job log

    Hello
    I have a batch job running and I have an error coming during some validation logic.
    The problem is I need to continue the batch job when this error message comes and it should not cancel the batch job as it is doing currently but display that error message in batch job log, there are more similar error messages coming in job log and job gets finished, but when my error message comes job gets cancelled.
    I cannot give it as info message as it will give wrong idea about message type.
    Is there any FM by which we can add message in job log?

    Sanjeev I have done that but problem is I do not want to give that as Information message but Error message only and continue processing.
    If you see in screenshot 3rd message is given by me as information and you can see error messages also 6th and 7th and job continued till it is finished
    Basically I want that 'I' to be displayed as 'E'.
    Display error message in batch job log 

  • Plymouth displaying boot messages

    I'm trying to get boot messages to display in Plymouth.
    There is guide for ubuntu: https://joekuan.wordpress.com/2010/08/0 … -messages/
    Has anybody here made something like this?
    Last edited by kiryo (2015-05-12 15:15:21)

    Maybe not the perfect solution but there is also something in the wiki:
    Disable_Clearing_of_Boot_Messages

  • Every time I boot up I receive the message that "iCal cannot log in to your iCloud account because you password is incorrect-" I do enter it correctly but the same error message comes up the next time the computer boots up.  How do I correct this issue?

    How do I correct the problem that every timeI boot up I receive the message that “iCal cannot log in to your iCloud accountbecause you password is incorrect…” I do enter it correctly but the same errormessage comes up the next time the computer boots up?  Thanks.

    Hello jwpg,
    Thank you for the details of the issue you are experiencing after restoring an iCloud backup.  I recommend the following articles for an issue like this:
    iCloud: "Incorrect Apple ID or Password" alert when setting up iCloud after upgrading to iOS 7
    http://support.apple.com/kb/TS5207
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Garage Band displays error message in Safe Boot

    The old issue. When booting into Safe Mode, on launching Garage Band an alert pops up notifying me that "selected driver (~10200) was not found". My Mac came with Lion pre-installed, however since I upgraded to Mavericks after a week of owning it, I didn't have a chance to experience this issue, however in Mavericks both GB v6 and GN v.10 displayed this message when running the System in Safe Boot. I reinstalled Mavericks from scratch, then reset my Mac to factory. I'm now currently on Lion (native OS X) after 15 months again, am fully satisfied with its performance, I have installed iLife'11 from the retailer DVD, then updated via Software Update utility and - partially - via Apple's Updates pages to the latest possible version of iLife'11. However when I started up in Safe Mode  GB 6.0.5 still displays that message. I started a thread some time ago while using Mavericks and it was suggested by some users that it has smth to do with kexts. However now, after reseting to factory and subsequent installs of iLife'11 suite and updates I wonder if that message is somehow related to the procedure of Garage Band 6.0.5 update? I remember that after performing internet recovery and then installing iLife'11 from the DVD I ran Software Update Utility: it clearly detected all installed software but among suggested updates the one for GarageBand 6.0.5 was greyed out: it had the box unticked and impossible to click.
    So, would like to hear some thoughts of yours on the subject. It doesn't make me any obstacles as of now using Garage Band but is definitely annoying.
    All the best,
    I.S.

    scrutinizer82 wrote:
    in Mavericks both GB v6 and GN v.10 displayed this message when running the System in Safe Boot.
    Oops, stand corrected: in Mavericks both GB v.6 and GB v.10....
    GB stands for Garage Band, of course

  • Displaying error messages from application log

    Hi,
    I am using the function module RV_DELIVERY_CREATE for creating delivery in my program. If the sy-subrc is not zero i.e if delivery is not created, i have to display error messages collected inside the application.How can i do this ?
    The object nd subobject are existing in SLG0 but when i
    tried to see the object and subobject in SLG1 transaction , no logs were found.
    Do we need to activate the object and sunobject somewhere before logging can take place??
    I am using the following code in my program to display the logs but it is displaying no logs found: 
    CALL FUNCTION 'APPL_LOG_SET_OBJECT'
          EXPORTING
            object                    = 'ZCH_SCL'
            subobject                 = 'DL'
      LOG_HANDLE                = ' '
      NO_LOG                    = ' '
    EXCEPTIONS
      OBJECT_NOT_FOUND          = 1
      SUBOBJECT_NOT_FOUND       = 2
      OTHERS                    = 3
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    CALL FUNCTION 'APPL_LOG_INIT'
    EXPORTING
    OBJECT                    = 'ZCH_SCL'
       SUBOBJECT                 = 'DL'
      LOG_HANDLE                = ' '
    EXCEPTIONS
      OBJECT_NOT_FOUND          = 1
      SUBOBJECT_NOT_FOUND       = 2
      OTHERS                    = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
          PERFORM z_call_rv_delivery_create. " to call fm rv_delivery_create
          IF sy-subrc ne 0.
            CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN'
      EXPORTING
        object                               = 'ZCH_SCL'
       subobject                            = 'DL'
       title_list_screen                    = 'Error Logs'
      COLUMN_SELECTION                     = '11112221122   '
      COLUMN_SELECTION_MSG_JUMP            = '1'
      EXTERNAL_NUMBER_DISPLAY_LENGTH       = 20
      I_S_DISPLAY_PROFILE                  =
    IMPORTING
      NUMBER_OF_PROTOCOLS                  =
    EXCEPTIONS
      OBJECT_NOT_FOUND                     = 1
      SUBOBJECT_NOT_FOUND                  = 2
      OTHERS                               = 3
    thanks,
    vartika

    Hi Vartika,
    you need to save that log after creating and appending to it.
    here is a code to save that log.
    If log created, save to database
      if e_bal_hndl is not initial.
        refresh: bal_hndl.
        append e_bal_hndl to bal_hndl.
        call function 'BAL_DB_SAVE'
          exporting
            i_client         = sy-mandt
           i_in_update_task = 'X'
            i_t_log_handle   = bal_hndl
          importing
            e_new_lognumbers = log_no
          exceptions
            log_not_found    = 1
            save_not_allowed = 2
            numbering_error  = 3
            others           = 4.
    u have to write this code after appending info to Log.
    hope this will help.
    regards,
    vikas

  • Display Message Beside related UI Field

    Hi,
      I have the situation like, If the user didn't fill the mandatory field then i am showing the error message saying"fill --- Mandatory field" in the message area.
    But Customer wants to show the message just beside the UI Field or like point to that field for better understanding for the user.
    Any suggestions or any alternatives there for this.
    Thanks in Advnace,
    Best Regards,
    Vijay

    Hi Gangisetty Vijaya Bhaskarudu  ,
                                 you can use the method check_mandatory_fields of the class cl_wd_dynamic_tools for this.
    make the required fields as mandatory-> can do this at the design level.
    then at the event you want to check the mandatory fields, just call the method check_mandatory_fields with required attributes. this method will check automatically and display the message with highlighting the empty filed in red.
    Regards
    Sarath

  • Logging boot messages

    I'm looking for a way to log boot messages in a file.
    Could found many threads on the forum, and this wiki thread about it, but they just say how to avoid clearing TTY1 after the boot, while I'd prefer to log messages somewhere.
    Could also read that logging is not trivial because file systems are mounted read-only during boot.
    Is there any workaround to this?
    Couldn't we simply store boot messages in memory and flush them out in a file just when the booting process is done?

    @thisoldman
    This is a sample of what's in in my /var/log/boot file.
    I see no evidence of the current errors I see when rebooting, but admittedly, it may be there in some form and I just don't recognize it.
    I recall setting something, somewhere, to log additional info to this file, so that may also be a factor.
    Sun Jun 26 16:29:32 2011:
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151452/1346400 files, 975546/5375742 blocks
    Mon Jun 27 11:21:33 2011: /var: clean, 30796/993568 files, 294895/3968047 blocks
    Mon Jun 27 11:21:33 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 11:21:33 2011: home-new: clean, 149181/7815168 files, 15714186/31256457 blocks
    Mon Jun 27 11:21:33 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 18:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: en_US.UTF-8^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[%G^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:33 2011: INIT: Entering runlevel: 5
    Mon Jun 27 11:21:33 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:34 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:36 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-NG^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:36 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:36 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:37 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:37 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:37 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 11:21:37 2011:
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151447/1346400 files, 975534/5375742 blocks
    Mon Jun 27 12:18:49 2011: /var: clean, 30797/993568 files, 294962/3968047 blocks
    Mon Jun 27 12:18:49 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 12:18:49 2011: home-new: clean, 149259/7815168 files, 15714519/31256457 blocks
    Mon Jun 27 12:18:49 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 19:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:49 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: en_US.UTF-8^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[%G^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:50 2011: INIT: Entering runlevel: 5
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:50 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:52 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-NG^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:52 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:52 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:53 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:53 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:53 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 12:18:53 2011:
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151452/1346400 files, 975540/5375742 blocks
    Mon Jun 27 13:36:20 2011: /var: clean, 30801/993568 files, 295031/3968047 blocks (check in 5 mounts)
    Mon Jun 27 13:36:20 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 13:36:20 2011: home-new: clean, 149311/7815168 files, 15714716/31256457 blocks (check in 5 mounts)
    Mon Jun 27 13:36:20 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 20:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:20 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: en_US.UTF-8^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[%G^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:21 2011: INIT: Entering runlevel: 5
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:21 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:23 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-NG^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:23 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:23 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:24 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:24 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:24 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 13:36:24 2011:
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151455/1346400 files, 975543/5375742 blocks
    Mon Jun 27 17:07:39 2011: /var: clean, 30801/993568 files, 295104/3968047 blocks (check in 4 mounts)
    Mon Jun 27 17:07:39 2011: /-/-/pacman/pkg: clean, 1931/928416 files, 1135350/3711007 blocks
    Mon Jun 27 17:07:39 2011: home-new: clean, 149579/7815168 files, 15731339/31256457 blocks (check in 4 mounts)
    Mon Jun 27 17:07:39 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Tue Jun 28 00:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: en_US.UTF-8^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[%G^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:39 2011: INIT: Entering runlevel: 5
    Mon Jun 27 17:07:40 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:40 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:42 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-NG^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:42 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:42 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:43 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:43 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:43 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 17:07:43 2011:
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting UDev Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mTriggering UDev uevents^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Modules^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mWaiting for UDev uevents to be processed^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mBringing up loopback interface^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mChecking Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m root-new: clean, 151484/1346400 files, 975564/5375742 blocks
    Mon Jun 27 23:32:12 2011: /var: clean, 30801/993568 files, 295174/3968047 blocks (check in 3 mounts)
    Mon Jun 27 23:32:12 2011: /-/-/pacman/pkg: clean, 1936/928416 files, 1136808/3711007 blocks
    Mon Jun 27 23:32:12 2011: home-new: clean, 151671/7815168 files, 15654514/31256457 blocks (check in 3 mounts)
    Mon Jun 27 23:32:12 2011: ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Local Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mActivating Swap^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Tue Jun 28 06:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mConfiguring Time Zone^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRemoving Leftover Files^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Hostname: Arch2010p5^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Locale: en_US.UTF-8^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting Consoles to UTF-8 mode^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[%G^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:12 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mLoading Keyboard Map: us^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:13 2011: INIT: Entering runlevel: 5
    Mon Jun 27 23:32:13 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mAdjusting Hardware Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:13 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mSetting System Clock^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:15 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Syslog-NG^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:15 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting D-BUS system messagebus^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:15 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting NetworkManager^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:16 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mMounting Network Filesystems^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:16 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mStarting Cron Daemon^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m
    Mon Jun 27 23:32:16 2011: ^[[0;10m^[[1m^[[34m:: ^[[0;10m^[[1mRestoring ALSA Levels^[[0;10m ^[[s^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[36mBUSY^[[0;10m^[[1m^[[34m]^[[0;10m ^[[71G ^[[0;10m^[[1m^[[34m[^[[0;10m^[[1mDONE^[[0;10m^[[1m^[[34m]^[[0;10m

  • Only boots in safe boot - Believe I tried everything

    So, I here I was needing to use my Mac when the only thing I get is a spinning wheel and nothing else. I have a 13-inch mid 2012 MacBook Pro running 10.9.4 here is what I have done.
    Entered into Recovery mode and checked permissions and repaired disc,
    Re-Installed Mavericks over the top
    Erased and restored from Time Machine Backup
    Erased HDD and installed 10.8 (Machine boots fine)
    Installed 10.9.4 won't boot
    reset PRAM
    reset SMC
    Boot in safe mode fine
    Repaired disc permissions and it still won't boot with a fresh copy of 10.9.4
    Have checked memory
    Reseated the memory
    Now I am at a lost, thanks for any tips

    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: S|[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[ ,]|Genesy|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]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p) 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$|(Bo|PO).+ 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 thereturn 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 returnthree 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.

  • How can i display warning messages in user exit EXIT_SAPLMGMU_001 (MM02)

    Hi all,
    while modifying the material master using MM02, i have added new conditions to display messages in user exit EXIT_SPALMGMU_001.
    But using this user exit i am not able to display warning messages.
    Can you please help me with this?
    Sample code which i have included in exit :
    SELECT SINGLE mstav FROM mara
    INTO w_mstav
    WHERE matnr = wmara-matnr.
    IF wmara-mstav NE w_mstav.
    IF wmara-mstdv NE sy-datum.
    wmara-mstdv = sy-datum.
    MESSAGE w177(z03_mm) WITH text-s04 text-s21.
    ENDIF.
    ENDIF.
    Thank you all in advance.

    As written in the SAP documentation of the Enhancement , you can only raise error message using a
    MESSAGE .. RAISING APPLICATION_ERROR.
    You could manage the "warning" yourself, sending an error first time and keeping a trace of the check in some STATICS variable, and not raising the error again if data input remains unchanged between two call of the include.
    <i>----
    EXIT_SAPLMGMU_001
    Where Is the Customer Exit - EXIT_SAPLMGMU_001 called?
    The customer exit is in function module MATERIAL_UPDATE_ALL. The
    function module checks the data for errors (logical relationships,
    foreign keys, fixed domain values, and so on) when the material master
    is updated.
    Use
    o New fields
    You can make checks possible for new fields of your own. These
    checks must be identical to the checks that you carry out for your
    new fields in online maintenance.
    o Existing fields
    For existing fields, you can extend and intensify the checks.
    You can also change data for descriptions and general material data
    (MARA). For example, the descriptions can be generated from attributes
    of the material.
    Limitations
    You cannot bypass existing checks.
    Interface to Application
    The respective data of the current logical transaction is contained in
    the structures, for example, in structure WMARA for MARA. Nonrelevant
    structures are transferred with their initial values.
    General material data that can be changed (CMARA) has the structure
    MARU. This MARA view contains fewer internal fields than MARA itself. If
    WMARA is filled, CMARA is also filled when accessed.
    The customer exit contains the exception APPLICATION_ERROR for your
    self-defined error situations.
    Using the language element MESSAGE .. RAISING APPLICATION_ERROR, you can
    terminate the current (logical) transaction and display your message in
    the log. </i>
    Regards

  • My iPad won't let me sign into my Apple ID when I try and download an app it asks for my id and password and when i type it in the iPad displays a message saying cannot connect to iTunes Store. However when i do this on my phone it works perfectly.

    My iPad won't let me sign into my Apple ID when I try and download an app it asks for my id and password and when i type it in the iPad displays a message saying cannot connect to iTunes Store. However when i do this on my phone it works perfectly. Even when i sign in and out.
    Has anyone else had this problem? If so how can I fix this?

    Remember, any purchased item from the itunes store is forever associated with the Apple ID used to buy it.  So when you get prompted for an ID/password and it doesn't accept it, then you are using the wrong ID.
    Go to Settings>iTunes and App Stores, be sure it's logged into the ID you have set on the iphone (since that one seems to be connecting with the right ID).  If you've done this, then you might wait a bit to see if the "cannot connect to .. store" message has to do with internet connections.

  • Problem while displaying popup message while using inputfile component

    Hi
    I am using JDEV 11.1.1.2.0, using ADF i developed and application
    in my page i have a input file component, from which i am taking a csv file and reading it through valuechangeevent of inputfile component. I have used myfaces.trinidad-UploadedFile to get the selected file and read it using inputstream.
    I have put some validation check (validation check is done while reading the file using valuechangeevent of the inputfile component), while reading the file and incase i receive any error (validation mismatch), the reading of file stops ... and before doing that i used to display error message using below method:-
    public String ValidationCheck(String attrname, String attrvalue, int rownumber) {
    String msg="Validation error found in "+attrname+" with value "+attrvalue+" of row "+rownumber+" in the file. Please correct the file and retry/";
    FacesContext ctx = getFacesContext();
    FacesMessage fm = new FacesMessage(FacesMessage.SEVERITY_ERROR, msg, "");
    ctx.addMessage(null,fm);
    return null;
    i have used the same method to display message in other places where its showing correctly but fails in inputfile component.
    Please help me out how can display messages from inputfile component??
    Thanks
    Sudeep
    Edited by: SKD on Feb 21, 2012 12:02 PM
    Edited by: SKD on Feb 21, 2012 4:08 PM
    Edited by: SKD on Feb 21, 2012 4:11 PM

    It works fine for me (albeit on 11.1.2.1). Here is my complete test case:
    FileUploadTest.jspx:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <af:document title="FileUploadTest.jsf" id="d1">
        <af:form id="f1" usesUpload="true">
          <af:inputFile label="Label 1" id="if1" valueChangeListener="#{TestBean.vcl}"/>
          <af:commandButton text="commandButton 1" id="cb1"/>
        </af:form>
        <af:messages id="m1"/>
      </af:document>
    </f:view>TestBean.java:
    package view;
    import javax.faces.application.FacesMessage;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ValueChangeEvent;
    import oracle.adf.share.logging.ADFLogger;
    public class TestBean
      private static final ADFLogger _LOG = ADFLogger.createADFLogger("view.TestBean");
      public TestBean()
      public void vcl(ValueChangeEvent valueChangeEvent)
        _LOG.severe("in the value change event");
        FacesContext ctx = FacesContext.getCurrentInstance();
        FacesMessage fm = new FacesMessage(FacesMessage.SEVERITY_ERROR, "This is a message", "Message");
        ctx.addMessage(null, fm);
    }adfc-config.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <managed-bean id="__1">
        <managed-bean-name>TestBean</managed-bean-name>
        <managed-bean-class>view.TestBean</managed-bean-class>
        <managed-bean-scope>request</managed-bean-scope>
      </managed-bean>
    </adfc-config>John

  • A way to display error messages from the program

    Dear all,
    I am looking forward to display a set of error messages(in a internal table) during the execution of the program to the user.
    I wanted to know the better way of displaying error messages from my program with more options.
    Well I tried out using displaying errors as ALV list/Grid or as simple list processing.
    But I found some  stanadard transactions (Like in MM and FI  where errors are shown in a better way, but failed to find out how they are done.
    Please guide me.
    Thanks in advance
    Aryan

    Try to use application logging it has a very good way to display a set of messages.
    [http://abap4.tripod.com/Using_Application_Logging.html|http://abap4.tripod.com/Using_Application_Logging.html]
    Run this report in se38 an example sap report to understand logging way to show a set of messages
    Report Name  :  SBAL_DEMO_01
    Edited by: Vighneswaran CE on Dec 19, 2010 3:01 PM
    Edited by: Vighneswaran CE on Dec 19, 2010 3:11 PM

  • How to display error message in case of function module ?

    In the report i was using  " message-id "   to display error message....
    how to use in function module ?

    Hi,
    Messages in Function Modules and Methods
    Messages have two different functions in function modules and methods:
    Normal Messages
    If you use messages in function modules and methods without the RAISING addition in the MESSAGE statement, and the caller does not catch the message, the message is handled
    normally according to the context in which it is called within the function module or method.
    Triggering Exceptions with Messages
    If you use messages in function modules and methods with the addition
    ... RAISING <exc>
    the way in which the message is handled depends on whether the calling program handles the exception <exc> or not.
      If the calling program does not handle the exception, the message is displayed and handled according to the context in which it occurs in the function module or method from which it
    was called.
      If the calling program handles the exception, the message is not displayed. Instead, the procedure is interrupted in accordance with the message type, and processing returns to the calling program. The contents of the message are placed in the system fields SY-MSGID, SY-MSGTY, SY-MSGNO, and SY-MSGV1 to SY-MSGV4.
    Catching Message in the Calling Program
    You can catch messages from function modules that are not sent using the RAISING addition in the MESSAGE statement by including the implicit exception ERROR_MESSAGE in the
    EXCEPTIONS list of the CALL FUNCTION statement. The following conditions apply:
      Type S, I, and W messages are ignored (but logged during background processing)
      Type E and A messages trigger the exception ERROR_MESSAGE
      Type X messages trigger the usual runtime error and short dump.
    Catching messages is not currently supported for methods.
    Regards,
    Bhaskar

  • Display error message in WEBUI using BADI - ORDER_SAVE-CHECK_BEFORE_SAVE

    Hi,
    I am trying to display error message using BADI - ORDER_SAVE (Method-CHECK_BEFORE_SAVE) based on certain conditions when the document is saved from WEB UI.
    I have written it like below:
    If (some conditions).
    Message E000 with 'Error in SAVE' RAISING DO_NOT_SAVE.
    endif.
    I mentioned my message class everything in class, and it is fine.
    However, it is not displaying my error message. It is displaying standard information message saying "Document Could not be saved'.
    Could you please help me out, how can I display my custom message.
    Thanks,
    Sandeep

    Hi Sandeep,
    U can use FM to raise a message from order save badi.
    Inside the if condition, u can raise do_not_save.
    If (some conditions)
          CALL FUNCTION 'CRM_MESSAGE_COLLECT'
            EXPORTING
              iv_caller_name = 'ORDERADM_H'
              iv_ref_object  = iv_guid
              iv_ref_kind    = 'A'
              iv_msgno       = '000'
              iv_msgid       = 'zcrm'
              iv_msgty       = 'A'
              iv_msgv1       = c_text1
              iv_msgv2       = c_text2
              iv_msgv3       = c_text3
            EXCEPTIONS
              not_found      = 1
              appl_log_error = 2
              OTHERS         = 3.
          IF sy-subrc NE 0.
          ENDIF.
          RAISE do_not_save.
    ENDIF.

Maybe you are looking for