[REQUEST] UndoDb - A reversible debugger

http://undo-software.com/
UndoDB allows gdb to step Linux applications backwards as well as forwards. Horrible bugs such as race conditions and memory corruption that previously took weeks to find can now be found in minutes. UndoDB wraps gdb and adds a few simple commands which make a huge difference. The new bstep command works just like gdb's step, only it steps the program one line backwards. There are backwards equivalents of next, stepi, nexti, finish and until.
Automatically integrates itself with ddd
Debugging a program with undo!! Now how cool is that?

http://undo-software.com/
UndoDB allows gdb to step Linux applications backwards as well as forwards. Horrible bugs such as race conditions and memory corruption that previously took weeks to find can now be found in minutes. UndoDB wraps gdb and adds a few simple commands which make a huge difference. The new bstep command works just like gdb's step, only it steps the program one line backwards. There are backwards equivalents of next, stepi, nexti, finish and until.
Automatically integrates itself with ddd
Debugging a program with undo!! Now how cool is that?

Similar Messages

  • Service doesn't update after data model updating

    Hello, dear experts!
    I have a question.
    I created OData Service and all is OK.
    After that I have updated data model. MPC methods have been changed with my new updates. But I can't see new service metadata document, browser displays old version of it. And service works in the way like old version of data model is actual.
    I don’t understand this behavior.
    In the book “OData and SAP NetWeaver Gateway” I have read that it is not “waterfall” approach in Gateway, which means that we can make changes in all 3 service creation phases (data model definition, service implementation and service maintenance) in the order we want.
    I tried regenerate runtime objects and reactivate service, clear browser cache, but it didn’t help.
    I put external breakpoint into DEFINE method of the MPC class and send some requests to server, but debugger doesn’t open. It looks like some kind of server cache.
    I think it is incorrect behavior. What would you recommend?
    Thanks in advance,
    Ihar

    This feature is available from SP7
    Go the the link below and search for "Reloads the service metadata for the annotation models."
    Activate and Maintain Services - SAP NetWeaver Gateway - SAP Library

  • Classic Debugger limitations - Explanation requested

    Hello Experts,
    I'd really appreciate if one can explain me (in its true sense) what is meant by the following statements:
    With the classic debugger it is generally not possible to analyze prgrams in debugging mode that run in ABAP processor unit and are called recursively from subordinate unit. For example, a conversion exit cannot be analyzed using this debugger if it runs within a WRITE statement - The debugger in this case is called recursively from within itself.
    I am not able to understand what is meant by subordinate unit here and also how can I reproduce this in the system. Meaning what statements should I execute in the system to see it happening before my eyes.
    Thanks a lot!
    Amiya

    >
    Amiya Shrivastava wrote:
    > Hello Experts,
    >
    > I'd really appreciate if one can explain me (in its true sense) what is meant by the following statements:
    >
    > With the classic debugger it is generally not possible to analyze prgrams in debugging mode that run in ABAP processor unit and are called recursively from subordinate unit. For example, a conversion exit cannot be analyzed using this debugger if it runs within a WRITE statement - The debugger in this case is called recursively from within itself.
    >
    > I am not able to understand what is meant by subordinate unit here and also how can I reproduce this in the system. Meaning what statements should I execute in the system to see it happening before my eyes.
    >
    > Thanks a lot!
    > Amiya
    REPORT  zytest1.
    DATA:
      w_matnr TYPE matnr VALUE '1234'.
    WRITE : w_matnr.
    Place a break point at the WRITE statement, debug the code(F5) in both classic and new debuggers and the see the difference for yourself.
    - Rajesh.

  • Javascript:void(null) error while saving a request

    Hi All,
    I am not able to save/open a request in Answers.
    Whenever I click on 'save request' or 'open request' button on the top right corner of the screen on the Answers page, it displays javascript:void(null) and do not prompt me to save or open a request.
    Issue is when I am using Internet Explorer as a web browser. However everything works fine when it's (Answers) accessed through Mozilla Firefox.
    Also the issue only occurs when OBIEE is configured for SSO and I am accessing OBIEE link through Portal.
    I followed all the steps as on http://support.microsoft.com/kb/308260, just to find that the issue is not with IE.
    Could anyone tell me plese if it's something to do with OBIEE.
    Any help on the same will be appreciated.
    Thanks,
    Deepak

    Have you tried it with IE6 or IE8?
    Can you try enabling notification about all javascript errors: (Tools -> Internet Options -> Advanced tab -> click "Display a notification about every script error")
    That it works on Firefox suggests that it is a problem with IE
    You could dig around a bit with a javascript debugger: http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html
    Does it work if you go into Answers directly, not through the portal?

  • BUG: Web service returns request XML as response when result too large

    Hi,
    sorry for cross-posting, but the Web Services forum seems to be quite abandoned and this is an urgent issue for me.
    I have a web service returning some records of a given type (created using JDeveloper 10.1.3.3). The running environment and the service implementation do not seem to make any difference, as the situation is the same whether running it in embedded OC4J or in AS 10.1.3.1, and whether it is generated from a PL/SQL procedure or a method of a plain Java class.
    The problem is that if the result of this web service is too large (contains a lot of records), then the processing halts in some Oracle class in some web service library, so not in a debuggable generated web service source or in the service implementation itself.
    I think that the XML processing halts because of a "java.lang.OutOfMemoryError: Java heap space".
    Then a more serious problem follows: the service doesn't return a fault message but the original request XML as a response. Obviously, this can lead to some really unexpected errors.
    To reproduce this error:
    1. Create a Java class with a method returning an array of an arbitrary type, of the size specified in an input parameter.
    2. Create a web service from this class.
    3. Call it multiple times increasing the size parameter in every call until you get back the request as response or any error message.
    For example:
    - if you test the web service using the web page generated to access the endpoint, then you can see the response XML - in case you don't get an Internal Server Error (Java heap space).
    - if you use a generated web service proxy for testing, then it will give an error saying "unexpected element name: expected={namespace}someOperationResponseElement
    actual={namespace}someOperationElement".
    Any ideas how to locate / solve this problem?
    Regards,
    Patrik

    Patrik,
    the usual recommendation is to try with 10.1.3.3 instead of 10.1.3.1 to exclude you are hunting down an already fixed issue. From what you describe, the error seems less JDeveloper related than OC4J or OracleAs.
    So in case it reproduces in 10.1.3.3 I suggest to create a testcase and open a service request with support, or try the OC4J forum in case its known there.
    Frank

  • [Feature Request] Seperate tab in log window for System.err

    By default, the stack traces of exceptions (and throwables in general) are printed to the System.err stream. So, wouldn't it be useful to include a 2nd tab for System.err messages?
    It could be optional to either include or leave out the System.err output in the System.out tab.
    The whole idea of this 2nd tab is to set it up like the search output tab: a tree-like list which can be expanded to see the stack trace of each exception that occured during runtime. A small parser can parse the stack trace when an exception is printed on the System.err stream and format it.
    If this option would be availble in the debugger only, that would be ok too, I guess. Although, the debugger already has some other means of jumping through code when an exception is thrown (ie, when the debugger 'pauses' runtime).

    I've logged an Enhancement request to improve the handling of System.err messages (2811508). There are ways to enhance the treatment of System.err messages without introducing a new tab, through the use of color, links back to the source code, and collapsing of entire stack traces to a single line (with a button to see the entire trace).
    Thanks!
    -- Brian

  • How can I debug a routine created in Deletion of similar requests?

    Hello Experts,
    I need some help from you. I need to delete overlapping requests and the common
    settings you can set are not suitable, so I decided to write my own ABAP routine.
    But how can I debug a routine, which is implemented in the deletion of similar requests?
    Hope you can help me.
    Cheers
    Daniel Weilbacher

    Please go to the routine code..
    In the menu options..u will find an option for breakpoint--set..
    The line where breakpoint is set will get highlighted and u will also see a STOP symbol..
    then come out of routine..and then run the data load..
    this ABAP routine for overlapping request deletion runs before the scheduled data load..
    the run shud stop at the set breakpoint and show the routine code..in debugger mode..
    cheers,
    Vishvesh

  • Redirection error An error occurred while processing your request in provider-hosted app which is hosted in Windows Azure

    Hello,
    I developed one simple provider hosted app and I published it in my Azure website. I also published the SharePoint App of this solution in O365 site. I'm using Visual Studio 2013 Premium edition. I've followed all the steps to do this work e.g.
    generate the client ID and client secret through my O365 site and updated the AppManifest.xml as well as web.config etc. In my AppWeb project, I've TokenHelper.cs and SharePoint.cs classes.
    When I'm clicking the app from my O365 site, I get the following error "An error occurred while processing your request" which is due to the following code:
     protected void Page_PreInit(object sender, EventArgs e)
                Uri redirectUrl;
                switch (SharePointContextProvider.CheckRedirectionStatus(Context, out redirectUrl))
                    case RedirectionStatus.Ok:
                        return;
                    case RedirectionStatus.ShouldRedirect:
                        Response.Redirect(redirectUrl.AbsoluteUri, endResponse: true);
                        break;
                    case RedirectionStatus.CanNotRedirect:
                        Response.Write("An error occurred while processing your request.");
                        Response.End();
                        break;
    It's always executing the case RedirectionStatus.CanNotRedirect. Why?
    I've checked the method "CheckRedirectionStatus" of SharePointContext.cs class completely and I am not understanding why am I getting this error.
    When I browse my Azure website http://sitename.azurewebsites.net, even there I'm getting this error. I believe that error is because there is no query string parameter there e.g. SPHostURL etc.
    Please let me know why I'm having this redirection error.
    Thanks,
    Ashish

    Hi,
    For a better troubleshooting,
    I suggest you do as the following:
    Debug the code step by step to find the reason of the issue.
    For the remote debug your app from Windows Azure, you need to download Azure SDK:
    http://azure.microsoft.com/en-us/downloads/
    After installing the SDK, it will have “Attach Debugger” for Azure web site, you
    also need to set "Attach Debugger" to on in the Windows Azure Management Portal
    More detailed information about how to debug provider-hosted app:
    http://blogs.technet.com/b/speschka/archive/2013/11/25/debugging-sharepoint-apps-that-are-hosted-in-windows-azure-web-sites.aspx
    Best regards,
    ZhengyuGuo
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if
    they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Multibyte character was garbage characters, when multipart requested (Multipartリクエストで文字化けが発生する) on WebLogic12(12.1.2.0)

    When using File Upload functionality of Servlet3 specification, other item's value(<input type="text">) was garbage characters.
    Need special settings?
    WebLgic12c(12.1.2.0)のファイルアップロード機能(Servlet3仕様の機能)にて、アップロードファイル以外の項目の値が文字化けしました。
    これは、何か設定が必要なのでしょうか?
    【Note】
    When normal request(application/x-www-form-urlencoded), submitted value is not garbage characters.
    Filename & File content of uploaded file is not garbage characters.
    I confirmed by debugger that stored value in temporary file is not garbage characters.
    HttpServletRequest#setCharacterEncoding("UTF-8") is used.
    enctype="multipart/form-data"を指定しないリクエストでは文字化けは発生していません。
    アップロードしたファイルのファイル名及びアップロードファイルの中身自体は文字化けしていない。
    アップロード時に出力される一時ファイルの中身をデバッグ実行して確認したところ、この段階では文字化けしていなかった。
    HttpServletRequest#setCharacterEncoding("UTF-8")も実行しています。
    【Environment Information】
    OS : MacOS X 10.8.5
    JVM : Oracle Java7
    VM Encoding : UTF-8 (-Dfile.encoding=UTF-8)
    WebPage Encoding : UTF-8
    OS LANG : LANG=ja_JP.UTF-8
    IDE : STS(Spring Tool Suite)
    Boot Platform : WTP for Weblogic12.1.2.0
    Framework : Spring MVC(3.2.4)
    I want to know how to solve this behavior.
    なにかご存知の方いましたら、解決方法をご教授頂ければと思います。
    Message was edited by: user11123661 modified main language.(japanese -> english).

    The basic problem is not obscure, it has come up countless times since Tiger was released. See this note and try Fix C (dingbat) to see if it will help:
    http://homepage.mac.com/thgewecke/woutlook.html

  • Come out of loop in debugger

    Hi.,
    While debugging, if we are inside the loop... How to come outside first line of that loop by excuting that loop?
    Also how to come outside of that loop... without excuting that loop?
    ---Its in new debugger!
    --Naveen Inuganti.

    Hi,
    Hope you all know about first screen of module pool programs, where we can't put break points...!
    There we can have LOOPS....
    If I am inside of loop here.... How can I come out of this loop?
    See the following code..is from onwe standard program of SAP..
    PROCESS BEFORE OUTPUT.
            MODULE STATUS_SETZEN_S.
            MODULE DYNPRO_KOPF_MODIF.
            MODULE AUSGLEICHS_VORSCHLAG.
            MODULE D0710_MODIF.
            module dynpro_sel_modif.                       
          LOOP.
            FIELD RF05A-XPOS1.
            FIELD RF05A-AZEI3.
            MODULE SEL_ANZEIGEN_AUSWAHL.
          ENDLOOP.
    PROCESS AFTER INPUT.
            MODULE EXIT AT EXIT-COMMAND.
            MODULE PAI_ANFANG.
            MODULE GET_CURSOR.
    *------- Konto, Buchungskreis ... --------------------------------------
            FIELD RF05A-AGKOA MODULE MC_OBJEKT_SETZEN1.
            FIELD RF05A-AGBUK MODULE MC_AGBUK_PARM_SETZEN.
    *------- Vertrag ----------------------------------------------"contract
            chain.
              field rf05a-vertn.
              field rf05a-vertt.
              field rf05a-xulsd.
              field rf05a-agums.
              module clr_contract.
            endchain.
          CHAIN.
            FIELD RF05A-AGKON.
            FIELD RF05A-VERTN.
            FIELD RF05A-VERTT.
            FIELD RF05A-AGKOA.
            FIELD RF05A-AGUMS.
            FIELD RF05A-XNOPS.
            FIELD RF05A-AGBUK.
            FIELD RF05A-XMULK.
            FIELD RF05A-AVSID.
            FIELD RF05A-XINVS.                                       
            MODULE AUSGLEICHSDATEN.
          ENDCHAIN.
    *------- ... weitere Konten ? ------------------------------------------
            FIELD RF05A-XMULK MODULE RF05A-XMULK ON INPUT.
          CHAIN.
            FIELD RF05A-XAUTS.
            FIELD RF05A-XFIFO.
            MODULE RF05A-XAUTS-XFIFO ON CHAIN-INPUT.
          ENDCHAIN.
    *------- Weitere Suchkriterien -----------------------------------------
          LOOP.
            FIELD RF05A-XPOS1.
            FIELD RF05A-AZEI3.
            MODULE SEL_BEARBEITEN_AUSW.
          ENDLOOP.
          CHAIN.
            FIELD RF05A-AGKON.
            FIELD RF05A-VERTN.
            FIELD RF05A-VERTT.
            FIELD RF05A-AGKOA.
            FIELD RF05A-AGUMS.
            FIELD RF05A-XNOPS.
            FIELD RF05A-AGBUK.
            FIELD RF05A-XMULK.
            FIELD RF05A-XINVS.                                       
            MODULE SEL_PRUEFEN.
            MODULE FUSSZEILE_BEARBEITEN.
          ENDCHAIN.
    PROCESS ON VALUE-REQUEST.
            FIELD RF05A-AGUMS MODULE F4_AGUMS.
            FIELD RF05A-AGKON MODULE F4_AGKON.
            FIELD RF05A-AVSID MODULE F4_AVSID.
    --Naveen Inuganti.

  • Fail to open mapping debugger in client machine

    I have installed OWB 10.2.0.2 successfully on HP-UX server, and designed some db mappings and workflow on that.
    Meanwhile, I installed OWB 10.2.0.2 as client on Windows XP.
    Currently, I could deploy and execute the mappings and workflow in Control Center from client side, which could approve that the control center service is running OK on client, but when I tried to open mapping debugger, I met the following errors:
    Mapping Debugger Error:
    oracle.wh.service.sdk.mapping.debugger.WBMappingDebuggerException:
    DBG1032:Cannot connect to location MAPPING_LOCATION:
    java.sql.SQLException:Io exception: The Network Adapter could not establish the connection
    You are not currently connected to a Control Center schema. You must establish a connection
    to a Control Center schema before proceeding with the current debug session. If a connection
    is not established , the debug session will end
    It is strange that I could open the mapping debugger from server side, i.e. in XWindow of HP-UX, without any other modification, like redeploy or restart the control center service.
    Could anyone give me a hand on the issue?

    If your server serves a web page with a link to a specific drive letter then when a client clicks the link it is going to look for a file on thier client machine.
    Do you understand the client server relationship?
    The href attribute of your anchor tag must point to an http or ftp address for a client to remotely access or download that file.
    <%= request.getContextRoot() %> will give you the context root, then you can place the rest of the path. The files must be within the context of the http web server.

  • SRM: Extended Classic scenario: Request your help.

    Hi Guru's,
    We are implementing the EXTENDED CLASSIC SCENARIO in our project. kindly request your help.
    in our project the SRM box is :  G3OSBSR102.
    R/3 backend Box is :   RCHSBR3142.
    Now when i create a shopping cart it should create the Purchase order In SRM( G3OSBSR102) and also copy the created purcahse order in teh backend system : RCHSBR3142.
    The issue here is which Logical system should be populated in the field at item level when creating the shopping cart :BE_LOG_SYSTEM.
    1) In this field: BE_LOG_SYSTEM.
    If i populate the SRM local: G3OSBSR102., then it will consider the Business object type as : BUS2201and creates the local Po but while transfering this local created document(PO) to R/3 system is loosing the Logical system at the item level of the PO.
    If i populate this field at the item level via DEBUGG mode then system is sucessfull in transferring the document to R/3.
    2)  In this field: BE_LOG_SYSTEM.
    If i populate the SRM local: RCHSBR3142, then it will consider the Business object type as : BUS2012 and creates the purchase order in R/3 system and will not create teh local purchase order.
    Kindly request your help for any further settings if i did miss.Appreciate your help in this regards.
    Many Thanks,
    Prasad NN.

    Dear Prasad,
    To work on Extended Classic Scenario, you just have to maintain the following configuration in SPRO:
    >SAP Supplier Relationship Management
    >SRM Server
      >Cross-Application Basic Settings
       >Activate Extended Classic Scenario
    Check the flag "Extended Classic Scenario Active".
    You dont have to manipulate "BE_LOG_SYSTEM" field to choose your scenario.
    Regards
    Thiago Salvador

  • SR_ Extended Classic Scenario : Request your help please

    Hi Guru's,
    We are implementing the EXTENDED CLASSIC SCENARIO in our project. kindly request your help.
    in our project the SRM box is : G3OSBSR102.
    R/3 backend Box is : RCHSBR3142.
    Now when i create a shopping cart it should create the Purchase order In SRM( G3OSBSR102) and also copy the created purcahse order in teh backend system : RCHSBR3142.
    The issue here is which Logical system should be populated in the field at item level when creating the shopping cart :BE_LOG_SYSTEM.
    1) In this field: BE_LOG_SYSTEM.
    If i populate the SRM local: G3OSBSR102., then it will consider the Business object type as : BUS2201and creates the local Po but while transfering this local created document(PO) to R/3 system is loosing the Logical system at the item level of the PO.
    If i populate this field at the item level via DEBUGG mode then system is sucessfull in transferring the document to R/3.
    2) In this field: BE_LOG_SYSTEM.
    If i populate the SRM local: RCHSBR3142, then it will consider the Business object type as : BUS2012 and creates the purchase order in R/3 system and will not create teh local purchase order.
    Kindly request your help for any further settings if i did miss.Appreciate your help in this regards.
    Many Thanks,
    Prasad NN.

    Hi ,
    Go to SPRO
    There is a node - Activate Extended Classic scenario
    Do the config.
    Regards
    G.Ganesh Kumar

  • Illustrator CC 2014 won't open "could not complete requested operation"

    I can not get my Illustrator CC 2014 to open any longer.  Lately when I try to open the program I get the following error; "Could not complete requested operation".  My other Creative Cloud applications, Photoshop, InDesign, and Acrobat are all working.  I have tried uninstalling and reinstalling the program to no avail.  Any help would be greatly appreciated as I have jobs starting to pile up.

    accupub,
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • 10.7.3, system hang, three beeps, "debugger called: double panic"

    Hi all
    Here are the symptoms:
    0. Otherwise normal system usage; system uptime more than 24 hours.
    1. System freezes.
    2. Three loud beeps, identified as the self-diagnostic report for cases of RAM failure.
    3. Message in console/terminal style characters in the upper left hand corner of the screen: "debugger called: double panic"
    Additional info:
    (A) Does not seem to be timed with installation of new software or new usage pattern.
    (B) Apple "genius" ran hardware diagnostics; RAM as well as all other systems passed.
    (C) This happened before, but I didn't notice of there was a message or whether machine froze
    (D) In response to (C), I had re-seated RAM as instructed in MacBook Pro manual.
    (C) MacBook Pro, mid-2010; Mac OS X Lion 10.7.3 (11D50b); 2.66 GHz Intel Core i7; 8 GB 1067 MHz DDR3; NVIDIA GeForce GT 330M 512 MB
    The "genius" couldn't find anything when he searched what he termed "the knowledge base." He didn't have access to the message, though.
    Google has been useless, but I am not that great a google searcher.
    I hope no one has had anything similar---but if you have, let me know what, if anything, helped!
    Thanks!

    I am re-opening (or rather just continuing) this thread because this problem persists. This time the machine was asleep, with the lid closed, and the three-beep RAM fault alarm started going of. The machine would not wake up and I pushed the power button and held it to turn it off.
    I upgraded to 10.7.4 recently (as soon as I was notified by the system update message).
    This time, when I restarted, it began indexing the disk using Spotlight. The little flashing dot appeared in the magnifying glass, and if I pulled down the menu, it gave the message that's given when it first begins indexing.
    Here is the result of executing the commands recommended above:
    [~] zsh % /bin/bash                                                                                                     [drifter@AdaptivePeak-2]
    bash-3.2$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    bash-3.2$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    bash-3.2$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    Password:
    com.bombich.ccc.scheduledtask.023AD24D-2526-43AE-A490-118C44E68589
    com.bombich.ccc
    bash-3.2$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    org.finkproject.dbus-session
    com.seagate.SeagateStorageGauge.plist
    bash-3.2$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    AudioMixEngine.framework
    Frameworks
    NyxAudioAnalysis.framework
    PluginManager.framework
    QtCore.framework
    QtGui.framework
    TSLicense.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    .DS_Store
    Flash Player.plugin
    JavaAppletPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    Silverlight.plugin
    Unity Web Player.plugin
    Unused
    flashplayer.xpt
    iPhotoPhotocast.plugin
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    com.seagate.SeagateStorageGauge.plist
    z_californianus wrote:
    /Library/LaunchDaemons:
    com.apple.remotepairtool.plist
    com.bombich.ccc.plist
    com.bombich.ccc.scheduledtask.023AD24D-2526-43AE-A490-118C44E68589.plist
    /Library/PreferencePanes:
    Candelair.prefPane
    Flash Player.prefPane
    Perian.prefPane
    TeXDistPrefPane.prefPane
    /Library/PrivilegedHelperTools:
    com.bombich.ccc
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    AC3MovieImport.component
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    Perian.component
    /Library/ScriptingAdditions:
    /Library/Services:
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    Microsoft Office.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    daemonic-dbus
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    AdiumAddressBookAction_AIM.scpt
    AdiumAddressBookAction_ICQ.scpt
    AdiumAddressBookAction_Jabber.scpt
    AdiumAddressBookAction_MSN.scpt
    AdiumAddressBookAction_SMS.scpt
    AdiumAddressBookAction_Yahoo.scpt
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    Library/Fonts:
    Anonymous Pro B.ttf
    Anonymous Pro BI.ttf
    Anonymous Pro I.ttf
    Anonymous Pro.ttf
    Glass_TTY_VT220.ttf
    Inconsolata.otf
    encodings.dir
    fonts.dir
    fonts.list
    fonts.scale
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    .DS_Store
    WebEx.plugin
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.apple.AddressBook.ScheduledSync.ABExchangeSource.3310752C-ECD6-4B2A-8936-290 029531D59.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.E85D81FF-1FAF-42FA-A8AC-CED 125E79789.plist
    com.apple.SafariBookmarksSyncer.plist
    Library/PreferencePanes:
    Library/ScriptingAdditions:
    .DS_Store
    Bibdesk Download.scpt
    Capitalize.scpt
    Error Reporting.scpt
    Library/Services:
    .DS_Store
    Add text to name.workflow
    Add_jpg_extension.workflow
    Export Movie to iPod Format.workflow
    OmniOutliner Professional.service
    bash-3.2$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    gfxCardStatus, MenuCalendarClock iCal, iCal, Wallet, VirusBarrier X6, Namely, Twitterrific, iTerm
    bash-3.2$
    Log text:
    May 13 11:14:45 localhost bootlog[0]: BOOT_TIME 1336922085 0
    System.log:
    May 13 09:36:57: --- last message repeated 1 time ---
    May 13 09:36:57 AdaptivePeak-2 UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 13 09:36:57 AdaptivePeak-2 configd[16]: network configuration changed.
    May 13 09:36:57 AdaptivePeak-2 applepushserviced[88]: <APSCourier: 0x7fc922506ea0>: Stream error occurred for <APSTCPStream: 0x7fc92261aee0>: The operation couldn’t be completed. Socket is not connected
    May 13 09:36:57 AdaptivePeak-2 applepushserviced[88]: <APSCourier: 0x7fc922506ea0>: Stream error occurred for <APSTCPStream: 0x7fc922549260>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    May 13 09:36:57 AdaptivePeak-2 applepushserviced[88]: <APSCourier: 0x7fc922506ea0>: Stream error occurred for <APSTCPStream: 0x7fc924204a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    May 13 09:36:58 AdaptivePeak-2 configd[16]: network configuration changed.
    May 13 09:36:58 AdaptivePeak-2 UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    May 13 09:36:58 AdaptivePeak-2 UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on Pony Express WiFi because it is protected and not on the exception list
    May 13 09:36:58 AdaptivePeak-2 UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    May 13 09:36:58 AdaptivePeak-2 configd[16]: network configuration changed.
    May 13 09:36:58 AdaptivePeak-2 loginwindow[73]: resume called when there was already a timer
    May 13 09:36:58 AdaptivePeak-2 com.apple.usbmuxd[59]: _SendAttachNotification (thread 0x7fff7eea8960): sending attach for device 18:9e:fc:26:af:32@fe80::1a9e:fcff:fe26:af32._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    May 13 09:36:58 AdaptivePeak-2 airportd[7161]: _doAutoJoin: Already associated to “Pony Express WiFi”. Bailing on auto-join.
    May 13 09:36:59: --- last message repeated 1 time ---
    May 13 09:36:59 AdaptivePeak-2 usbmuxd[59]: _AMDeviceConnectByAddressAndPort (thread 0x101981000): IPv4
    May 13 09:37:01 AdaptivePeak-2 mtmfs[69]: long message send to mtmd: 5.001293 seconds
    May 13 09:37:33 AdaptivePeak-2 mtmd[70]: handler unblock failed. (status=-1/errno=2/token=46520/fd=5)
    May 13 09:37:33 AdaptivePeak-2 com.apple.backupd[7174]: Starting standard backup
    May 13 09:37:34 AdaptivePeak-2 mtmd[70]: Set snapshot time:1336916256 (current time:1336916254)
    May 13 09:37:36 AdaptivePeak-2 com.apple.backupd[7174]: Attempting to mount network destination URL: afp://Adam%20M.%20Goldstein@Pony%20Express%20Airport%20Extreme._afpovertcp._tcp .local/Seabright
    May 13 09:37:42 AdaptivePeak-2 com.apple.backupd[7174]: Mounted network destination at mountpoint: /Volumes/Seabright-1 using URL: afp://Adam%20M.%20Goldstein@Pony%20Express%20Airport%20Extreme._afpovertcp._tcp .local/Seabright
    May 13 09:37:42 AdaptivePeak-2 fseventsd[19]: disk logger: failed to open output file /Volumes/Elfland/.fseventsd/636573a9d9908f7c (No such file or directory). mount point /Volumes/Elfland/.fseventsd
    May 13 09:37:42: --- last message repeated 1 time ---
    May 13 09:37:42 AdaptivePeak-2 mds[71]: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    May 13 09:37:47 AdaptivePeak-2 com.apple.backupd[7174]: QUICKCHECK ONLY; FILESYSTEM CLEAN
    May 13 09:37:50 AdaptivePeak-2 com.apple.backupd[7174]: Disk image /Volumes/Seabright-1/AdaptivePeak.sparsebundle mounted at: /Volumes/Time Machine Backups
    May 13 09:37:50 AdaptivePeak-2 com.apple.backupd[7174]: Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    May 13 09:38:19 AdaptivePeak-2 com.apple.launchd.peruser.501[364] (com.apple.KerberosHelper.LKDCHelper[7144]): Exited with code: 1
    May 13 09:39:17 AdaptivePeak-2 com.apple.backupd[7174]: 100.0 MB required (including padding), 60.91 GB available
    May 13 09:39:17 AdaptivePeak-2 com.apple.backupd[7174]: Waiting for index to be ready (101)
    May 13 09:41:42 AdaptivePeak-2 com.apple.backupd[7174]: Copied 2029 files (10.5 MB) from volume LocalPeak.
    May 13 09:41:42 AdaptivePeak-2 com.apple.backupd[7174]: 1.28 GB required (including padding), 60.91 GB available
    May 13 09:42:17 AdaptivePeak-2 com.apple.backupd[7174]: Copied 1383 files (93 bytes) from volume LocalPeak.
    May 13 09:42:30 AdaptivePeak-2 mds[71]: (Error) Volume: Could not find requested backup type:2 for volume
    May 13 09:42:30 AdaptivePeak-2 com.apple.backupd[7174]: Starting post-backup thinning
    May 13 09:45:40 AdaptivePeak-2 mtmd[70]: handler unblock failed. (status=-1/errno=2/token=46734/fd=5)
    May 13 09:45:40 AdaptivePeak-2 com.apple.backupd[7174]: Deleted /Volumes/Time Machine Backups/Backups.backupdb/AdaptivePeak/2012-05-11-210406 (140.7 MB)
    May 13 09:45:40 AdaptivePeak-2 com.apple.backupd[7174]: Post-back up thinning complete: 1 expired backups removed
    May 13 09:45:40 AdaptivePeak-2 com.apple.backupd[7174]: Backup completed successfully.
    May 13 09:45:52 AdaptivePeak-2 com.apple.backupd[7174]: Ejected Time Machine disk image.
    May 13 09:45:53 AdaptivePeak-2 com.apple.backupd[7174]: Ejected Time Machine network volume.
    May 13 09:50:44 AdaptivePeak-2 powerd[21]: PMScheduleWakeEventChooseBest: m=0.00 s=0.00 a=65175.77
    May 13 09:50:44 AdaptivePeak-2 powerd[21]: PM scheduled RTC wake event: WakeImmediate inDelta=65175.77
    May 13 09:50:47 AdaptivePeak-2 UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 13 09:50:47 AdaptivePeak-2 configd[16]: network configuration changed.
    kernel.log
    May 12 23:59:55 AdaptivePeak-2 kernel[0]: utun_ctl_connect: creating interface utun0
    May 12 23:59:55 AdaptivePeak-2 kernel[0]: utun0: attached with 0 suspended link-layer multicast membership(s)
    May 13 00:00:31 AdaptivePeak-2 kernel[0]: nspace-handler-unblock: did not find token 40023
    May 13 00:00:49 AdaptivePeak-2 kernel[0]: hibernate image path: /var/vm/sleepimage
    May 13 00:00:49 AdaptivePeak-2 kernel[0]: sizeof(IOHibernateImageHeader) == 512
    May 13 00:00:49 AdaptivePeak-2 kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    May 13 00:00:49 AdaptivePeak-2 kernel[0]: hibernate image major 14, minor 0, blocksize 512, pollers 4
    May 13 00:00:49 AdaptivePeak-2 kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    May 13 00:00:49 AdaptivePeak-2 kernel[0]: hibernate_setup(0) took 0 ms
    May 13 00:00:50 AdaptivePeak-2 kernel[0]: en1: BSSID changed to 00:26:bb:76:5d:86
    May 13 00:00:50 AdaptivePeak-2 kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    May 13 00:00:50 AdaptivePeak-2 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    May 13 00:00:50 AdaptivePeak-2 kernel[0]:
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: hibernate_page_list_setall start 0xffffff80d228b000, 0xffffff80d22cb000
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: hibernate_page_list_setall time: 618 ms
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: pages 1329572, wire 248067, act 218695, inact 5487, spec 338, zf 0, throt 0, could discard act 182379 inact 350113 purgeable 21110 spec 303383
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: hibernate_page_list_setall found pageCount 472587
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: IOHibernatePollerOpen(0)
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: writing 472322 pages
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: encryptStart 4fa30
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: encryptEnd c64da00
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: image1Size 0x1536f400, encryptStart1 0x4fa30, End1 0xc64da00
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: encryptStart 1536f400
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: encryptEnd 2b66fa00
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: PMStats: Hibernate write took 9599 ms
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: all time: 9599 ms, comp bytes: 1934938112 time: 1686 ms 1094 Mb/s, crypt bytes: 579855824 time: 782 ms 706 Mb/s,
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: image 728168960, uncompressed 1934938112 (472397), compressed 723730992 (37%), sum1 93658c99, sum2 d6af886
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: wired_pages_encrypted 149563, wired_pages_clear 98314, dirty_pages_encrypted 224520
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: hibernate_write_image done(0)
    May 13 00:01:01 AdaptivePeak-2 kernel[0]: sleep
    May 13 03:57:01 AdaptivePeak-2 kernel[0]: Wake reason: RTC (Alarm)
    May 13 03:57:01 AdaptivePeak-2 kernel[0]: RTC: alarm 2012/5/13 07:57:00, sleep 2012/5/13 04:01:02
    May 13 03:57:01 AdaptivePeak-2 kernel[0]: Previous Sleep Cause: 5
    May 13 03:57:01 AdaptivePeak-2 kernel[0]: en1: 802.11d country code set to 'X0'.
    May 13 03:57:01 AdaptivePeak-2 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: en1: 802.11d country code set to 'US'.
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: MacAuthEvent en1  Auth result for: 00:26:bb:76:5d:86  MAC AUTH succeeded
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: AirPort: Link Up on en1
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: en1: BSSID changed to 00:26:bb:76:5d:86
    May 13 03:57:04 AdaptivePeak-2 kernel[0]: AirPort: RSN handshake complete on en1
    May 13 03:57:05 AdaptivePeak-2 kernel[0]: en1: BSSID changed to 00:26:bb:76:5d:86
    May 13 03:57:06 AdaptivePeak-2 kernel[0]: utun_ctl_connect: creating interface utun0
    May 13 03:57:39 AdaptivePeak-2 kernel[0]: nspace-handler-unblock: did not find token 40230
    May 13 04:04:21 AdaptivePeak-2 kernel[0]: nspace-handler-set-snapshot-time: 1336896263
    May 13 04:11:46 AdaptivePeak-2 kernel[0]: nspace-handler-unblock: did not find token 44346
    May 13 04:15:26 AdaptivePeak-2 kernel[0]: nspace-handler-set-snapshot-time: 1336896928
    May 13 04:15:48 AdaptivePeak-2 kernel[0]: AFP_VFS afpfs_mount: /Volumes/Seabright-1, pid 7062
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]: CheckPrefs: Host Prefs
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_reconnect_allow: Yes
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_mount_defaultFlags: 0
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_reconnect_interval: 10, afp_reconnect_max_time: 600 secs
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_debug_level: 5, afp_debug_syslog: Yes
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_host_prefs_version: 15
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_active_timeout: 0, afp_idle_timeout: 0
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_wan_threshold: 0, afp_wan_quantum: 0
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_no_volChange_caching: 1, afp_no_kQueues: 0, afp_no_caseSensitiveVols: 0
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_minFileCache: 5, afp_maxFileCache: 60
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_minDirCache: 5, afp_maxDirCache: 60
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_softmount_vols: No, afp_softautomount_vols: No
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_forceKerberosOnly: No, afp_immutable_dirs: Yes
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_allow_submounts: Yes, afp_prefer_IPv4: Yes
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_minQuantumNbr: 0, afp_maxQuantumNbr: 0, afp_minQuantumSize: 0, afp_maxQuantumSize: 0
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_minIOToleranceMSecs: 0, afp_maxIOToleranceMSecs: 0, afp_minSingleIOToleranceMSecs: 0, afp_maxSingleIOToleranceMSecs: 0
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_allow_system_uams: No, afp_allow_user_uams: No
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]: CheckPrefs: User Prefs
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_login_displayGreeting: Yes
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_keychain_search: Yes, afp_keychain_add: No
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_voldlog_skipIfOnly: No
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_cleartext_allow: No, afp_cleartext_warn: No
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_use_default_name: No, afp_use_short_name: No
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_default_name: (null)
    May 13 04:16:05 AdaptivePeak-2 diskimages-helper[7067]:                    afp_prefs_version: 15
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]: CheckPrefs: Host Prefs
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_reconnect_allow: Yes
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_mount_defaultFlags: 0
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_reconnect_interval: 10, afp_reconnect_max_time: 600 secs
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_debug_level: 5, afp_debug_syslog: Yes
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_host_prefs_version: 15
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_active_timeout: 0, afp_idle_timeout: 0
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_wan_threshold: 0, afp_wan_quantum: 0
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_no_volChange_caching: 1, afp_no_kQueues: 0, afp_no_caseSensitiveVols: 0
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_minFileCache: 5, afp_maxFileCache: 60
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_minDirCache: 5, afp_maxDirCache: 60
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_softmount_vols: No, afp_softautomount_vols: No
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_forceKerberosOnly: No, afp_immutable_dirs: Yes
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_allow_submounts: Yes, afp_prefer_IPv4: Yes
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_minQuantumNbr: 0, afp_maxQuantumNbr: 0, afp_minQuantumSize: 0, afp_maxQuantumSize: 0
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_minIOToleranceMSecs: 0, afp_maxIOToleranceMSecs: 0, afp_minSingleIOToleranceMSecs: 0, afp_maxSingleIOToleranceMSecs: 0
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_allow_system_uams: No, afp_allow_user_uams: No
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]: CheckPrefs: User Prefs
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_login_displayGreeting: Yes
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_keychain_search: Yes, afp_keychain_add: No
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_voldlog_skipIfOnly: No
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_cleartext_allow: No, afp_cleartext_warn: No
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_use_default_name: No, afp_use_short_name: No
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_default_name: (null)
    May 13 04:16:07 AdaptivePeak-2 diskimages-helper[7073]:                    afp_prefs_version: 15
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]: CheckPrefs: Host Prefs
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_reconnect_allow: Yes
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_mount_defaultFlags: 0
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_reconnect_interval: 10, afp_reconnect_max_time: 600 secs
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_debug_level: 5, afp_debug_syslog: Yes
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_host_prefs_version: 15
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_active_timeout: 0, afp_idle_timeout: 0
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_wan_threshold: 0, afp_wan_quantum: 0
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_no_volChange_caching: 1, afp_no_kQueues: 0, afp_no_caseSensitiveVols: 0
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_minFileCache: 5, afp_maxFileCache: 60
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_minDirCache: 5, afp_maxDirCache: 60
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_softmount_vols: No, afp_softautomount_vols: No
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_forceKerberosOnly: No, afp_immutable_dirs: Yes
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_allow_submounts: Yes, afp_prefer_IPv4: Yes
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_minQuantumNbr: 0, afp_maxQuantumNbr: 0, afp_minQuantumSize: 0, afp_maxQuantumSize: 0
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_minIOToleranceMSecs: 0, afp_maxIOToleranceMSecs: 0, afp_minSingleIOToleranceMSecs: 0, afp_maxSingleIOToleranceMSecs: 0
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_allow_system_uams: No, afp_allow_user_uams: No
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]: CheckPrefs: User Prefs
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_login_displayGreeting: Yes
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_keychain_search: Yes, afp_keychain_add: No
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_voldlog_skipIfOnly: No
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_cleartext_allow: No, afp_cleartext_warn: No
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_use_default_name: No, afp_use_short_name: No
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_default_name: (null)
    May 13 04:16:10 AdaptivePeak-2 diskimages-helper[7079]:                    afp_prefs_version: 15
    May 13 04:46:00 AdaptivePeak-2 kernel[0]: AFP_VFS afpfs_unmount: /Volumes/Seabright-1, flags 0, pid 7154
    May 13 04:47:31 AdaptivePeak-2 kernel[0]: hibernate image path: /var/vm/sleepimage
    May 13 04:47:31 AdaptivePeak-2 kernel[0]: sizeof(IOHibernateImageHeader) == 512
    May 13 04:47:31 AdaptivePeak-2 kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    May 13 04:47:31 AdaptivePeak-2 kernel[0]: hibernate image major 14, minor 0, blocksize 512, pollers 4
    May 13 04:47:31 AdaptivePeak-2 kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    May 13 04:47:31 AdaptivePeak-2 kernel[0]: hibernate_setup(0) took 0 ms
    May 13 04:47:32 AdaptivePeak-2 kernel[0]: en1: BSSID changed to 00:26:bb:76:5d:86
    May 13 04:47:32 AdaptivePeak-2 kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    May 13 04:47:32 AdaptivePeak-2 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    May 13 04:47:32 AdaptivePeak-2 kernel[0]:
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: hibernate_page_list_setall start 0xffffff80d21c8000, 0xffffff80d228b000
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: hibernate_page_list_setall time: 519 ms
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: pages 790814, wire 248357, act 215631, inact 5689, spec 338, zf 0, throt 0, could discard act 137292 inact 86463 purgeable 19621 spec 77423
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: hibernate_page_list_setall found pageCount 470015
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: IOHibernatePollerOpen(0)
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: writing 469750 pages
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: encryptStart 4fa30
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: encryptEnd c10a000
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: image1Size 0x14422600, encryptStart1 0x4fa30, End1 0xc10a000
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: encryptStart 14422600
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: encryptEnd 2a67cc00
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: PMStats: Hibernate write took 9381 ms
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: all time: 9381 ms, comp bytes: 1924403200 time: 1640 ms 1118 Mb/s, crypt bytes: 573656016 time: 773 ms 706 Mb/s,
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: image 711445504, uncompressed 1924403200 (469825), compressed 707024848 (36%), sum1 38bc6152, sum2 99dcc06f
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: wired_pages_encrypted 149837, wired_pages_clear 98330, dirty_pages_encrypted 221658
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: hibernate_write_image done(0)
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: sleep
    May 13 04:47:43 AdaptivePeak-2 kernel[0]: nfs server localhost:/qB1caQOlFYRjgRetGTrrkA: not responding
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: Wake reason: EHC2
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: Previous Sleep Cause: 5
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: en1: 802.11d country code set to 'X0'.
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 2 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    May 13 09:36:54 AdaptivePeak-2 kernel[0]: HID tickle 159 ms
    May 13 09:36:56 AdaptivePeak-2 kernel[0]: nfs server localhost:/qB1caQOlFYRjgRetGTrrkA: is alive again
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: en1: 802.11d country code set to 'US'.
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: MacAuthEvent en1  Auth result for: 00:26:bb:76:5d:86  MAC AUTH succeeded
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: AirPort: Link Up on en1
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: en1: BSSID changed to 00:26:bb:76:5d:86
    May 13 09:36:58 AdaptivePeak-2 kernel[0]: AirPort: RSN handshake complete on en1
    May 13 09:37:00 AdaptivePeak-2 kernel[0]: utun_ctl_connect: creating interface utun0
    May 13 09:37:00 AdaptivePeak-2 kernel[0]: utun0: attached with 0 suspended link-layer multicast membership(s)
    May 13 09:37:34 AdaptivePeak-2 kernel[0]: nspace-handler-unblock: did not find token 46520
    May 13 09:37:34 AdaptivePeak-2 kernel[0]: nspace-handler-set-snapshot-time: 1336916256
    May 13 09:37:43 AdaptivePeak-2 kernel[0]: AFP_VFS afpfs_mount: /Volumes/Seabright-1, pid 7175
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]: CheckPrefs: Host Prefs
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_reconnect_allow: Yes
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_mount_defaultFlags: 0
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_reconnect_interval: 10, afp_reconnect_max_time: 600 secs
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_debug_level: 5, afp_debug_syslog: Yes
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_host_prefs_version: 15
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_active_timeout: 0, afp_idle_timeout: 0
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_wan_threshold: 0, afp_wan_quantum: 0
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_no_volChange_caching: 1, afp_no_kQueues: 0, afp_no_caseSensitiveVols: 0
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_minFileCache: 5, afp_maxFileCache: 60
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_minDirCache: 5, afp_maxDirCache: 60
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_softmount_vols: No, afp_softautomount_vols: No
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_forceKerberosOnly: No, afp_immutable_dirs: Yes
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_allow_submounts: Yes, afp_prefer_IPv4: Yes
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_minQuantumNbr: 0, afp_maxQuantumNbr: 0, afp_minQuantumSize: 0, afp_maxQuantumSize: 0
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_minIOToleranceMSecs: 0, afp_maxIOToleranceMSecs: 0, afp_minSingleIOToleranceMSecs: 0, afp_maxSingleIOToleranceMSecs: 0
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_allow_system_uams: No, afp_allow_user_uams: No
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]: CheckPrefs: User Prefs
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_login_displayGreeting: Yes
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_keychain_search: Yes, afp_keychain_add: No
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_voldlog_skipIfOnly: No
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_cleartext_allow: No, afp_cleartext_warn: No
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_use_default_name: No, afp_use_short_name: No
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_default_name: (null)
    May 13 09:37:43 AdaptivePeak-2 diskimages-helper[7179]:                    afp_prefs_version: 15
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]: CheckPrefs: Host Prefs
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_reconnect_allow: Yes
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_mount_defaultFlags: 0
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_reconnect_interval: 10, afp_reconnect_max_time: 600 secs
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_debug_level: 5, afp_debug_syslog: Yes
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_host_prefs_version: 15
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_active_timeout: 0, afp_idle_timeout: 0
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_wan_threshold: 0, afp_wan_quantum: 0
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_no_volChange_caching: 1, afp_no_kQueues: 0, afp_no_caseSensitiveVols: 0
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_minFileCache: 5, afp_maxFileCache: 60
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_minDirCache: 5, afp_maxDirCache: 60
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_softmount_vols: No, afp_softautomount_vols: No
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_forceKerberosOnly: No, afp_immutable_dirs: Yes
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_allow_submounts: Yes, afp_prefer_IPv4: Yes
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_minQuantumNbr: 0, afp_maxQuantumNbr: 0, afp_minQuantumSize: 0, afp_maxQuantumSize: 0
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_minIOToleranceMSecs: 0, afp_maxIOToleranceMSecs: 0, afp_minSingleIOToleranceMSecs: 0, afp_maxSingleIOToleranceMSecs: 0
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_allow_system_uams: No, afp_allow_user_uams: No
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]: CheckPrefs: User Prefs
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_login_displayGreeting: Yes
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_keychain_search: Yes, afp_keychain_add: No
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_voldlog_skipIfOnly: No
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_cleartext_allow: No, afp_cleartext_warn: No
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_use_default_name: No, afp_use_short_name: No
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_default_name: (null)
    May 13 09:37:46 AdaptivePeak-2 diskimages-helper[7185]:                    afp_prefs_version: 15
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]: CheckPrefs: Host Prefs
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_reconnect_allow: Yes
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_mount_defaultFlags: 0
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_reconnect_interval: 10, afp_reconnect_max_time: 600 secs
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_debug_level: 5, afp_debug_syslog: Yes
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_host_prefs_version: 15
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_active_timeout: 0, afp_idle_timeout: 0
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_wan_threshold: 0, afp_wan_quantum: 0
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_no_volChange_caching: 1, afp_no_kQueues: 0, afp_no_caseSensitiveVols: 0
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_minFileCache: 5, afp_maxFileCache: 60
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_minDirCache: 5, afp_maxDirCache: 60
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_softmount_vols: No, afp_softautomount_vols: No
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_forceKerberosOnly: No, afp_immutable_dirs: Yes
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_allow_submounts: Yes, afp_prefer_IPv4: Yes
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_minQuantumNbr: 0, afp_maxQuantumNbr: 0, afp_minQuantumSize: 0, afp_maxQuantumSize: 0
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_minIOToleranceMSecs: 0, afp_maxIOToleranceMSecs: 0, afp_minSingleIOToleranceMSecs: 0, afp_maxSingleIOToleranceMSecs: 0
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_allow_system_uams: No, afp_allow_user_uams: No
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]: CheckPrefs: User Prefs
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_login_displayGreeting: Yes
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_keychain_search: Yes, afp_keychain_add: No
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_voldlog_skipIfOnly: No
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_cleartext_allow: No, afp_cleartext_warn: No
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_use_default_name: No, afp_use_short_name: No
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_default_name: (null)
    May 13 09:37:48 AdaptivePeak-2 diskimages-helper[7191]:                    afp_prefs_version: 15
    May 13 09:45:40 AdaptivePeak-2 kernel[0]: nspace-handler-unblock: did not find token 46734
    May 13 09:45:52 AdaptivePeak-2 kernel[0]: AFP_VFS afpfs_unmount: /Volumes/Seabright-1, flags 0, pid 7218
    May 13 09:50:44 AdaptivePeak-2 kernel[0]: hibernate image path: /var/vm/sleepimage
    May 13 09:50:44 AdaptivePeak-2 kernel[0]: sizeof(IOHibernateImageHeader) == 512
    May 13 09:50:44 AdaptivePeak-2 kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    May 13 09:50:44 AdaptivePeak-2 kernel[0]: hibernate image major 14, minor 0, blocksize 512, pollers 4
    May 13 09:50:44 AdaptivePeak-2 kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    May 13 09:50:44 AdaptivePeak-2 kernel[0]: hibernate_setup(0) took 0 ms
    May 13 09:50:46 AdaptivePeak-2 kernel[0]: en1: BSSID changed to 00:26:bb:76:5d:86
    May 13 09:50:46 AdaptivePeak-2 kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    May 13 09:50:46 AdaptivePeak-2 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    May 13 11:15:47 localhost kernel[0]: PMAP: PCID enabled

Maybe you are looking for

  • HT204400 have done an upgrade on my apple tv now tv screen blank

    Have done an upgrade on my apple tv for the new iso 7 nothing showing on tv screen but apple tv unit light blinking quiet fast ? Is it still downlaoding.

  • Tooltip for IR report header column

    Hello Everyone, I need help in setting up a tooltip for report hearder in interactive reports. I tried the following methods: 1) By assigning a div title for column Deptno(This code is taken from the html source of IR report column): <th id="DEPTNO"

  • How does one escalate problems with support

    Hi How does one escalate problems one experience with support? The support desk has agreed three weeks ago that they will arrange for my Playbook to be collected - and I have follwed up a number of times - but still nothing. I am still sitting with a

  • Many effects missing or not working

    Hello everyone First of all, sorry if there are mistakes in my sentences, I'm french (but willing to learn english)!! I'm posting this because I would need some help on After Effects CC, and I would appreciate the help of your community For scholar r

  • Scrolling upwards with mouse scroll wheel behaves strange

    Hi, I have a pretty plain installation that I have not done anything particular to configure the mouse or anything. It is just a plain Dell two button usb mouse with scroll wheel. That has been plugged in and seems to work ok, except the upward scrol