Console messsages

I would like to suppress the following messages appearing in the console.
How to do that?
Jun 11, 2007 1:38:05 PM ClientCommunicatorAdmin restart
WARNING: Failed to restart: java.net.ConnectException: Connection refused: connect
Jun 11, 2007 1:38:06 PM ClientIntermediary close
INFO: java.io.IOException: The connection is not currently established.
java.io.IOException: The connection is not currently established.
at com.sun.jmx.remote.generic.ClientSynchroMessageConnectionImpl.checkState(ClientSynchroMes
sageConnectionImpl.java:577)
at com.sun.jmx.remote.generic.ClientSynchroMessageConnectionImpl.sendOneWay(ClientSynchroMes
sageConnectionImpl.java:162)
at javax.management.remote.generic.GenericConnector.close(GenericConnector.java:260)
at javax.management.remote.generic.GenericConnector.close(GenericConnector.java:231)
at javax.management.remote.generic.ClientIntermediary$GenericClientCommunicatorAdmin.doStop(
ClientIntermediary.java:839)
at com.sun.jmx.remote.opt.internal.ClientCommunicatorAdmin.restart(ClientCommunicatorAdmin.j
ava:133)
at com.sun.jmx.remote.opt.internal.ClientCommunicatorAdmin.gotIOException(ClientCommunicator
Admin.java:34)
at javax.management.remote.generic.GenericConnector$RequestHandler.connectionException(Gener
icConnector.java:667)
at com.sun.jmx.remote.generic.ClientSynchroMessageConnectionImpl$MessageReader.run(ClientSyn
chroMessageConnectionImpl.java:408)
at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)

Hi,
You can use the java.util.logging API to do that.
The simplest is to set the log level for javax.management.remote.misc to SEVERE
and for javax.management.remote.generic to WARNING in your logging.property
file.
// disable the WARNING trace
javax.management.remote.misc.level=SEVERE
// disable the INFO stack trace
javax.management.remote.generic.level=WARNING
http://java.sun.com/j2se/1.5.0/docs/guide/logging/overview.html
http://java.sun.com/developer/TechTips/txtarchive/2002/Oct02_JohnZ.txt
regards,
-- daniel
JMX, SNMP, Java, etc...
http://blogs.sun.com/jmxetc

Similar Messages

  • Namespace declaration inconsistencies

    It has occurred to me that there is an inconsistency in the BPEL input message depending on where it is called from... If I test the BPEL process from the BPEL console using the test-form, the namespace of the input message is included. However, when the same BPEL process is called through another BPEL process (partner link), the namespace declaration is omitted.
    This makes testing harder, since my XPath expressions will then either fail when I test from the BPEL Console, or when the process is invoked from another bpel.
    The best way to fix it (I think) is to force the calling bpel process to include the namespace declaration when invoking the partner link. Is there a way to accomplish this?
    Cheers,
    Bastiaan

    Bastian
    I have come across the same problem.
    The BPEL Console is producing an XML message that is not consistent with the defined schema.
    Has anyone else seen any other comments relating to this area - has it been raised as a bug?
    I have included my message structures below.
    BPEL Console Messsage - the namespaces in bold are the ones that are incorrect
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body xmlns:ns1="http://itv.com/parispublish">
    <ns1:ParisPublishProcessRequest xmlns:ns2="http://itv.com/schemas/message/paris">
    <ns2:ProgrammeAdviseRq>
    <ns2:HeaderRq xmlns:ns3="http://itv.com/schemas/header/paris">
    <ns3:RqUID>ABC</ns3:RqUID>
    <ns3:Action>Add</ns3:Action>
    </ns2:HeaderRq>
    <ns2:Programme xmlns:ns4="http://itv.com/schemas/productcatalogue/paris">
    <ns4:ProgrammeId>1234</ns4:ProgrammeId>
    </ns2:Programme>
    </ns2:ProgrammeAdviseRq>
    </ns1:ParisPublishProcessRequest>
    </soap:Body>
    </soap:Envelope>
    Partnerlink message - which is correct.
    <inputVariable>
         <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
              <soap:Envelope xmlns="http://itv.com/parispublish" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
                   <soap:Header/>
                   <soap:Body>
                        <ProgrammeAdviseRq xsi:schemaLocation="http://itv.com/schemas/message/paris ../Message.xsd" xmlns="http://itv.com/schemas/message/paris" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                             <HeaderRq xmlns="http://itv.com/schemas/header/paris">
                                  <RqUID>564</RqUID>
                                  <Action>Add</Action>
                             </HeaderRq>
                             <Programme xsi:schemaLocation="http://itv.com/schemas/productcatalogue/paris ../productcatalogue.xsd" xmlns="http://itv.com/schemas/productcatalogue/paris">
                                  <ProgrammeId>G/0002</ProgrammeId>
                                                      </Programme>
                        </ProgrammeAdviseRq>
                   </soap:Body>
              </soap:Envelope>
         </part>
    </inputVariable>

  • Weblogic Console Disappears

    I've just installed SP2 of WLS 6.1 and when ever I try to access the
    console, I get asked for user id & password, after supplying these Internet
    Explorer closes without any error messsages. Can anyone help ?
    Runnning Win 2000 Professional
    WLS 6.1
    IE 5.5.
    Many thanks in advance
    Gary Newbould

    Run the Weblogic Console and attach your remote server. Provide the
    following
    Weblogic Username, password, DNS host name and port name and you are all
    set.
    -D
    "Jackson Martinez" <[email protected]> wrote in message
    news:3afb24e0$[email protected]..
    Can I invoke Weblogic console remotely?

  • Data is not getting displayed in Management Console.

    Hi Experts,
    I am using BPC 7.5(M) SP04, Web server as IIS 7.0 and database server as SQL Server 2008 in Multi Server environment, Web Server is on Application Server (Windows Server 2008) and database server is on different machine.
    I have configured the ODBC logging as documented in the install guide section : Setting Up ODBC Logging in IIS 7.0 for the Default Web Site and records are there in BPClog table of Appserver database but when I try to see data in Management console it doesn't show any data eg: It doesn't show any data after clicking  "Who's Online" link under WebServer section of management console.
    Do I need to do some more settings for getting the records display in Management Console.
    Please Advice.
    Thanks & Regards,
    Rohit

    Hi Roberto,
    I have gone through the OPS guide but still "Who is Online" link of management console is not showing any data, I tried giving date range in Start date/end date fields and clicked on "Reload" button but it gives error message:
    LOGIN FAILED FOR USER 'NT AUTHORITY\ANONYMOUS LOGON'
    Please Advice.
    Thanks & Regards,
    Rohit

  • Error while deploying composite in EM console

    Error while deploying jar files directly from EM console.Please find the below error message and let us know how to deploy the composite.
    Deploying on partition "mooa_businessservices" of "/Farm_SOADomain/SOADomain/SOAServer" ...
    Deploying on "/Farm_SOADomain/SOADomain/SOAServer" failed!
    Error during deployment: Deployment Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/xxxxxxx}xxxxxxx and port xxxxxxx. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace service name and port name. In addition check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally validate the HTTP proxy settings for the server..

    Thanks for the input.
    We Tried to set ListenAddress to hostname,ipaddress and localhost, still composites are not accessible with localhost for any of the three options. It seems like some network or weblogic configuration which is blocking local host 9711 port but same is accessible with hostname and ip address.
    Do you have any idea on this ?
    1.     Host Name hostname.com
    Managed Server HelloSOAServer Set the "Listen Address" to the hostname hostname.com
    a.     http://hostname.com:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL    (Accessible) - Working Fine
    b.     http://10.10.x.x:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL                        (Accessible) - Working Fine
    c.     http://localhost:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL                                  (Not Accessible)
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "http://localhost:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL", caused by: java.net.ConnectException. : java.net.ConnectException: Connection refused
    d.     http://hostname.com:8011/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL (Not Accessible)
    Error 500--Internal Server Error
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '127.0.0.1', port: '9711'
            at weblogic.net.http.HttpClient.openServer(HttpClient.java:327)
            at weblogic.net.http.HttpClient.openServer(HttpClient.java:419)
            at weblogic.net.http.HttpClient.New(HttpClient.java:246)
            at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:176)
            at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:361)
            at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:37)
    Pasted from <http://hostname.com:8011/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL>
    2.     IP Address 10.10.x.x
    Managed Server HelloSOAServer Set the "Listen Address" to the ipaddress 10.10.x.x
    a.     http://hostname.com:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL    (Accessible) - Working Fine
    b.     http://10.10.x.x:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL                        (Accessible) - Working Fine
    c.     http://localhost:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL                                    (Not Accessible)
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "http://localhost:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL", caused by: java.net.ConnectException. : java.net.ConnectException: Connection refused
    3.     Local Address localhost
    Managed Server HelloSOAServer Set the "Listen Address" to the localhost  127.0.0.1
    a.     http://hostname.com:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL    (Not Accessible)
    b.     http://10.10.x.x:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL                        (Not Accessible)
    c.     http://localhost:9711/soa-infra/services/default/HelloWorld/helloworldprocess_client_ep?WSDL                                   (Not Accessible)
    Unable to retrieve composite details.
    The composite HelloWorld (1.0) is not available. This could happen because either the composite has been undeployed or soa-infra has not yet loaded this

  • Error while running a project in em console

    It was running fine all these days.server was restarted and i am facing problems shown below.
    I am not able run any project(ex.Project1) in em console.I am getting 2 errors like.
    1)DBLocker caught exception while retrieving locked messages.Will retry retrieval after 2 seconds
    2)Error while invoking endpoint "http://<server name>:7001/soa-infra/services/default/Project1/StdService" from client; Security Subject: Administrators
    Even if i unlock the account,its getting locked automatically.
    Notifications:1)The DocumentChange is not configured to be allowed for the component: RichTable[org.apache.myfaces.trinidad.component.UIXTable$RowKeyFacesBeanWrapper@7ae15fc6, id=messagesResult]
    2)Invalid Remote Targets: [Target Name: /Farm_soa_domain/soa_domain/AdminServer/OracleBamServer, Target Type: oracle_bam_server, Display Name: OracleBamServer (AdminServer) => com.bea:Name=oracle-bam#11.1.1,Location=AdminServer,Type=AppDeployment], [Target Name: /Farm_soa_domain/soa_domain/AdminServer/OracleBamWeb, Target Type: oracle_bam_web, Display Name: OracleBamWeb (AdminServer) => com.bea:Name=oracle-bam#11.1.1,Location=AdminServer,Type=AppDeployment]
    3)Calling ClearCacheCanonical Path=oracle.dms:JDBC_DataSource=SOADataSource,Location=AdminServer,name=/JDBC/SOADataSource/CONNECTION_4106,type=JDBC_Connection :::: matched=false
    Thanks in advance

    ALV Grid control is based on the custom controls on the screen. When the program is scheduled in background, it tries to create GUI related front-end objects and hence the error u201CFatal Error u2013 GUI cannot be reachedu201D. This type of problem is common with all the programs that use the ALV grid control to display the output.
    Solution:
    Whenever we execute this type of programs in background, we should be passing a blank docking container instead of the custom container as parent to our grid control. 
    The docking container doesnu2019t need any of the custom controls on the screen; instead it attaches an area to any or all of the four edges of the screen (top, left, right or bottom). The behavior of the areas in the container is determined by the sequence in which they are initialized. Docking Containers are attached to the screen from the inside out. This means that when you create a second container, it is attached to the edge of the screen, and the container that was already there is pushed outwards. 
    Let us modify the standard program (by taking a copy of it) to enable it to execute it in background.
    Following modifications have to be made:
    ·        Define a docking container in the program
    data: or_doc  type ref to cl_gui_docking_container .
    ·        At the time of creating a custom container, check if the program is being executed in background or foreground. If the program is scheduled in background, then create a docking container instead of custom container.
    if cl_gui_alv_grid=>offline( ) is initial.
        create object or_custom_container
               exporting container_name = c_container.
      create object or_grid
             exporting i_parent = or_custom_container.
    else .
    create object or_grid
             exporting i_parent = or_doc .
    endif . 
    Now test executing the program in background. The report would be generated.

  • Error while opening the console in BPEL PM (Mid - tier)

    When I try to open the bpel console and enter the default password - I get the following error message:
    Cannot find instances.
    An attempt to fetch the instances using the where condition " ( ci_state = 1 OR ci_state = 2 OR ci_state = 3 ) order by ci_modify_date desc " from the datastore has failed. The exception reported is: ORA-00942: table or view does not exist
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: Select * from ( select a.*, ROWNUM rnum From ( SELECT * FROM admin_list_ci WHERE ci_domain_ref = 0 AND ( ci_state = 1 OR ci_state = 2 OR ci_state = 3 ) order by ci_modify_date desc ) a Where ROWNUM <= 20 ) Where rnum >= 0
    Any say on this?

    it seems the data-seed failed in your dehydration store.
    so i would check if user orabple exsits in your db (pw is orabpel) .. and recreate the schema by executing the following script (based on your db)
    orabpel\system\database\scripts\domain_oracle.ddl
    hth clemens

  • Error in creating a new user in j2ee 14 admin console

    Hi,
    I am getting the following error while trying to create a new user using the j2ee 1.4 admin console.:
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'fileUsers'"
    The root cause is "java.lang.ArrayIndexOutOfBoundsException: 0"
    Plz proide me with solutions
    Regads,
    Tanmoy

    This problem wil happen only if you've created a user with an empty group id, and this issue is fixed for FCS .
    You have two workarounds to use adminGUI for managing users:
    1. Use CLI, and create a group id to this user, then you can use adminGUI.
    2. Other option is remove the empty group id user from domain.xml, and then you can come back to adminGUI to create the user with some group id. I prefer the 1st option.

  • Error while trying to save layout:Console layout (Access is denied)

    Got an error while trying to save changes made in the layout,
    The error message is
    1) 'Preference.properties' (Access is denied), In the details button 'java.io.FileNotFoundException...'
    2) and on continuing futher, another message displayed is - 'Error while trying to save layout:Console layout (Access is denied)
    There is no Oracle Error Number associated with this message. It is a Oracle Warehouse Builder Error
    I have checked that
    1) this file exist in owb home/owb/bin/admin/Preference.properties
    2) It is not read only
    3) tried to set a parameter REPOS_DB_VERSION_ALLOWED=Oracle 10g
    as specified in the Installation and Admin Guide
    Please can you help?

    Also, not that you shouldn't get to the bottom of this, but you should be aware that any of your development or mapping changes are likely still being saved to the respository.
    In other words, you could continue working and just ignore these errors. We ran into this situation (it was indeed simply file permissions on the owb directories), but we noticed right away that at least our actual OWB work was in fact still being committed to the respository every time.

  • Error while deploying the SAR file to EM Console.... MDS-01330: Failed to l

    Hi Team,
    We configured the HUDSON Tool with BPEL Projects. When I am trying to deploy the BPEL Projects to the SOA SERVER. I am getting an error associated with MDS. We never used MDS for storing teh metaData But still we are getting an error.
    10:35:42 deploy:
    10:35:42 [input] skipping input as property serverURL has already been set.
    10:35:42 [input] skipping input as property sarLocation has already been set.
    10:35:42 [deployComposite] setting user / password ..., user = weblogic
    10:35:42 [deployComposite] Processing sar = D: \ Programs \ hudson \ jobs \ P6.1_XYZ \ workspace \ XYZ/deploy/sca_XYZ_rev1.17.jar
    10:35:42 [deployComposite] Adding sar file - D: \ Programs \ hudson \ jobs \ P6.1_XYZ \ workspace \ XYZ \ deploy \ sca_XYZ_rev1.17.jar
    10:35:42 [deployComposite] Creating HTTP connection to host: 10.246.161.147, port: 8020
    10:35:44 [deployComposite] Received HTTP response from the server, response code = 500
    10:35:44 [deployComposite] ----> response code = 500, error: Error during deployment: Error occured when creating target MDS instance.: Oracle.mds.config.MDSConfigurationException: MDS-01330: Failed to load the configuration document MDS
    10:35:44 [deployComposite] MDS-01329: Unable to load the element "persistence-config"
    10:35:44 [deployComposite] MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 [deployComposite] MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 [deployComposite] weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    10:35:44 [deployComposite]: MDS-01330: Failed to load configuration document MDS
    10:35:44 [deployComposite] MDS-01329: Unable to load the element "persistence-config"
    10:35:44 [deployComposite] MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 [deployComposite] MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 [deployComposite] weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    10:35:44 [deployComposite].
    10:35:44
    10:35:44 BUILD FAILED
    10:35:44 D: \ Programs \ hudson \ jobs \ P6.1_XYZ \ workspace \ XYZ \ build.xml: 44: The following error occurred while executing this line:
    10:35:44 D: \ Oracle \ 11gR1ps1 \ jdeveloper \ bin \ ant-sca-deploy.xml: 132: Error during deployment: Error occured when creating target MDS instance.: Oracle.mds.config.MDSConfigurationException: MDS-01330 : Failed to load configuration document MDS
    10:35:44 MDS-01329: Unable to load the element "persistence-config"
    10:35:44 MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    10:35:44: MDS-01330: Failed to load configuration document MDS
    10:35:44 MDS-01329: Unable to load the element "persistence-config"
    10:35:44 MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    This is not pertaining to a single Project and this was happening with all BPEL Process.
    Please help us since it was blocking us to either delete a SAR file from EM Console as well as Deploy the SAR file to the EM Console.
    Thanks,
    Venugopal Raja

    weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..Check server logs to find out why mds-soa is suspended. Make sure that datasource mds-soa is up and running on SOA servrs before deploying an application.
    Regards,
    Anuj

  • OIM 9.1 Time-out problem with Design Console

    If I leave the design console running for any length of time, making updates result in the following error:
    17:36:52,578 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDataBase/getUser encounter some problems: Invalid user found: xelsysadm
    java.lang.RuntimeException: Invalid user found: xelsysadm
    at com.thortech.xl.server.tcDataBase.getUser(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.isOperationAllowed(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.isUpdatePermissible(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source) ...
    Closing the Design Console and re-launching produces similar errors. I must stop and restart the JBOSS server to get access again. My environment is Windows 2003 with JBOSS and an 11g database.
    Any help on what to look for would be appreciated.
    KC

    You are correct. If you pre-populate, it will be the requester. The requester would need to manually populate the field during the request with the requestee information. And there is only one form available. You can however, after submission of the request, get the request data, parse the Consolidated Request Data to determine the id's in the request field, and then return appropriate responses to trigger the tasks needed. This will still be a problem in the long run because you can't change the requestee information for each approval task. You're pretty much out of luck on this one.
    -Kevin

  • I can no longer transfer drm protected wma audiobooks to my ipod. I'm ussing overdrive media console, it always worked before, before ios 5 that is. Any ideas?

    I'm ussing overdrive media console, it always worked before, before ios 5 that is. Any ideas?

    I'm ussing overdrive media console, it always worked before, before ios 5 that is. Any ideas?

  • Suspend to RAM no longer works, even in a console

    I've recently installed Arch on an SSD (OCZ Vertex 2) and I have testing repo enabled.  I can get the laptop to suspend outside of KDE using pm-suspend, but the system never comes back after pressing a key.  The cursor just stays there.  The caps lock key still toggles, but I can't shutdown using the power button.
    In KDE when I close the lid it doesn't do anything. 
    When I first set up KDE suspend worked....I'm not sure what package broke it, but could anyone have any ideas?
    Here are my installed packages:
    a52dec 0.7.4-4
    aalib 1.4rc5-7
    acl 2.2.49-1
    acpi 1.4-2
    acpid 1.0.10-3
    akonadi 1.4.1-1
    akonadi-googledata 1.2.0-1
    alsa-lib 1.0.23-2
    alsa-utils 1.0.23-2
    antlr 2.7.7-8
    apr 1.4.2-1
    apr-util 1.3.10-1
    aria2 1.10.3-1
    aspell 0.60.6-4
    atk 1.32.0-1
    attica 0.1.4-1
    attr 2.4.44-1
    autoconf 2.68-1
    automake 1.11.1-1
    automoc4 0.9.88-1
    avahi 0.6.27-7
    avogadro 1.0.1-1
    babl 0.1.2-1
    bash 4.1.007-1
    beautiful-soup 3.1.0.1-4
    binutils 2.20.1-4
    bison 2.4.3-1
    blas 3.2.2-2
    boost 1.43.0-2
    boost-libs 1.43.0-2
    bzip2 1.0.6-1
    c-ares 1.7.3-1
    ca-certificates 20090814+nmu2-1
    ca-certificates-java 20100412-1
    cabextract 1.3-1
    cairo 1.10.0-2
    cdparanoia 10.2-2
    cfitsio 3.250-2
    cherrypy 3.1.2-3
    chmlib 0.40-1
    chromium 7.0.517.43-1
    cln 1.2.2-3
    cloog-ppl 0.15.9-2
    clucene 0.9.21b-1
    clyde-git 20101027-1
    cmake 2.8.2-3
    compositeproto 0.4.1-1
    consolekit 0.4.2-1
    coreutils 8.6-1
    cracklib 2.8.16-1
    cryptsetup 1.1.3-1
    curl 7.21.2-2
    damageproto 1.2.0-1
    dash 0.5.6.1-1
    db 4.8.26-2
    dbus 1.4.0-1
    dbus-core 1.4.0-1
    dbus-glib 0.86-1
    dbus-python 0.83.1-2
    dcron 4.4-2
    desktop-file-utils 0.16-1
    device-mapper 2.02.74-1
    dhcpcd 5.2.8-1
    dialog 1.1_20100428-2
    diffutils 3.0-1
    dirmngr 1.1.0-1
    djvulibre 3.5.23-1
    dmidecode 2.10-1
    dmxproto 2.3-1
    dnsutils 9.7.1.P2-1
    dri2proto 2.3-1
    e2fsprogs 1.41.12-1
    ebook-tools 0.2.1-1
    eigen 2.0.15-1
    eject 2.1.5-4
    elfutils 0.149-2
    enca 1.13-1
    enchant 1.6.0-1
    ethtool 6-2
    eventlog 0.2.12-1
    exiv2 0.20-1
    expat 2.0.1-5
    faac 1.28-2
    faad2 2.7-1
    fakeroot 1.14.4-2
    farsight2 0.0.21-2
    ffmpeg 25472-1
    fftw 3.2.2-1
    file 5.04-2
    filesystem 2010.10-1
    findutils 4.4.2-2
    fixesproto 4.1.1-1
    flac 1.2.1-2
    flashplugin-prerelease 10.2.161.23-1
    flex 2.5.35-4
    fluidsynth 1.1.3-1
    fontconfig 2.8.0-1
    fontsproto 2.1.0-1
    freeglut 2.6.0-1
    freetype2 2.4.3-1
    fribidi 0.19.2-1
    gawk 3.1.8-1
    gcc 4.5.1-1
    gcc-libs 4.5.1-1
    gconf 2.32.0-1
    gdbm 1.8.3-7
    gdk-pixbuf2 2.22.0-2
    gegl 0.1.2-1
    gen-init-cpio 2.6.32-1
    gettext 0.18.1.1-1
    ggz-client-libs 0.0.14.1-1
    ghostscript 9.00-1
    giflib 4.1.6-3
    gimp 2.6.11-1
    git 1.7.3.2-1
    glew 1.5.6-1
    glib2 2.26.0-2
    glibc 2.12.1-4
    glproto 1.4.12-1
    gmp 5.0.1-1
    gnugo 3.8-1
    gnupg 1.4.11-1
    gnupg2 2.0.16-2
    gnutls 2.8.6-1
    gobject-introspection 0.9.12-1
    gpgme 1.3.0-1
    gpm 1.20.6-5
    gpsd 2.95-4
    grep 2.7-1
    groff 1.20.1-4
    grub 0.97-17
    gsfonts 1.0.7pre44-2
    gsl 1.14-1
    gstreamer0.10 0.10.30-1
    gstreamer0.10-base 0.10.30-1
    gstreamer0.10-base-plugins 0.10.30-1
    gstreamer0.10-python 0.10.18-3
    gtk2 2.22.0-5
    gzip 1.4-1
    hal 0.5.14-4
    hal-info 0.20091130-1
    heimdal 1.3.3-1
    hicolor-icon-theme 0.12-1
    htop 0.8.3-1
    huludesktop 0.9.8-3
    hunspell 1.2.12-1
    iana-etc 2.30-1
    ilmbase 1.0.1-1
    imagemagick 6.6.4.10-1
    imlib2 1.4.4-1
    initscripts 2010.07-1
    inputproto 2.0-1
    intel-dri 7.9-1
    iputils 20100214-2
    iso-codes 3.14-1
    jack 0.118.0-4
    jasper 1.900.1-6
    jfsutils 1.1.14-1
    kbd 1.15.2-1
    kbproto 1.0.5-1
    kde-agent 20090801-2
    kdeaccessibility-colorschemes 4.5.2-1
    kdeaccessibility-iconthemes 4.5.2-1
    kdeaccessibility-kmag 4.5.2-1
    kdeaccessibility-kmousetool 4.5.2-1
    kdeaccessibility-kmouth 4.5.2-1
    kdeadmin-kcron 4.5.2-1
    kdeadmin-ksystemlog 4.5.2-1
    kdeadmin-kuser 4.5.2-1
    kdeadmin-system-config-printer-kde 4.5.2-1
    kdeartwork-aurorae 4.5.2-1
    kdeartwork-colorschemes 4.5.2-1
    kdeartwork-desktopthemes 4.5.2-1
    kdeartwork-emoticons 4.5.2-1
    kdeartwork-iconthemes 4.5.2-1
    kdeartwork-kscreensaver 4.5.2-1
    kdeartwork-sounds 4.5.2-1
    kdeartwork-styles 4.5.2-1
    kdeartwork-wallpapers 4.5.2-1
    kdeartwork-weatherwallpapers 4.5.2-1
    kdebase-dolphin 4.5.2-1
    kdebase-kdepasswd 4.5.2-1
    kdebase-kdialog 4.5.2-1
    kdebase-kfind 4.5.2-1
    kdebase-konqueror 4.5.2-1
    kdebase-konsole 4.5.2-1
    kdebase-kwrite 4.5.2-1
    kdebase-lib 4.5.2-1
    kdebase-plasma 4.5.2-1
    kdebase-runtime 4.5.2-2
    kdebase-workspace 4.5.2-2
    kdebindings-python 4.5.2-8
    kdeedu-blinken 4.5.2-2
    kdeedu-cantor 4.5.2-2
    kdeedu-data 4.5.2-2
    kdeedu-kalgebra 4.5.2-2
    kdeedu-kalzium 4.5.2-2
    kdeedu-kanagram 4.5.2-2
    kdeedu-kbruch 4.5.2-2
    kdeedu-kgeography 4.5.2-2
    kdeedu-khangman 4.5.2-2
    kdeedu-kig 4.5.2-2
    kdeedu-kiten 4.5.2-2
    kdeedu-klettres 4.5.2-2
    kdeedu-kmplot 4.5.2-2
    kdeedu-kstars 4.5.2-2
    kdeedu-ktouch 4.5.2-2
    kdeedu-kturtle 4.5.2-2
    kdeedu-kwordquiz 4.5.2-2
    kdeedu-libkdeedu 4.5.2-2
    kdeedu-marble 4.5.2-2
    kdeedu-parley 4.5.2-2
    kdeedu-rocs 4.5.2-2
    kdeedu-step 4.5.2-2
    kdegames-bomber 4.5.2-1
    kdegames-bovo 4.5.2-1
    kdegames-granatier 4.5.2-1
    kdegames-kajongg 4.5.2-1
    kdegames-kapman 4.5.2-1
    kdegames-katomic 4.5.2-1
    kdegames-kbattleship 4.5.2-1
    kdegames-kblackbox 4.5.2-1
    kdegames-kblocks 4.5.2-1
    kdegames-kbounce 4.5.2-1
    kdegames-kbreakout 4.5.2-1
    kdegames-kdiamond 4.5.2-1
    kdegames-kfourinline 4.5.2-1
    kdegames-kgoldrunner 4.5.2-1
    kdegames-kigo 4.5.2-1
    kdegames-killbots 4.5.2-1
    kdegames-kiriki 4.5.2-1
    kdegames-kjumpingcube 4.5.2-1
    kdegames-klines 4.5.2-1
    kdegames-kmahjongg 4.5.2-1
    kdegames-kmines 4.5.2-1
    kdegames-knetwalk 4.5.2-1
    kdegames-kolf 4.5.2-1
    kdegames-kollision 4.5.2-1
    kdegames-konquest 4.5.2-1
    kdegames-kpatience 4.5.2-1
    kdegames-kreversi 4.5.2-1
    kdegames-ksame 4.5.2-1
    kdegames-kshisen 4.5.2-1
    kdegames-ksirk 4.5.2-1
    kdegames-kspaceduel 4.5.2-1
    kdegames-ksquares 4.5.2-1
    kdegames-ksudoku 4.5.2-1
    kdegames-ktron 4.5.2-1
    kdegames-ktuberling 4.5.2-1
    kdegames-kubrick 4.5.2-1
    kdegames-libkdegames 4.5.2-1
    kdegames-libkmahjongg 4.5.2-1
    kdegames-lskat 4.5.2-1
    kdegames-palapeli 4.5.2-1
    kdegraphics-gwenview 4.5.2-2
    kdegraphics-kamera 4.5.2-2
    kdegraphics-kcolorchooser 4.5.2-2
    kdegraphics-kgamma 4.5.2-2
    kdegraphics-kolourpaint 4.5.2-2
    kdegraphics-kruler 4.5.2-2
    kdegraphics-ksnapshot 4.5.2-2
    kdegraphics-libs 4.5.2-2
    kdegraphics-okular 4.5.2-2
    kdelibs 4.5.2-2
    kdemultimedia-dragonplayer 4.5.2-1
    kdemultimedia-ffmpegthumbs 4.5.2-1
    kdemultimedia-juk 4.5.2-1
    kdemultimedia-kioslave 4.5.2-1
    kdemultimedia-kmix 4.5.2-1
    kdemultimedia-kscd 4.5.2-1
    kdemultimedia-mplayerthumbs 4.5.2-1
    kdenetwork-filesharing 4.5.2-1
    kdenetwork-kdnssd 4.5.2-1
    kdenetwork-kget 4.5.2-1
    kdenetwork-kopete 4.5.2-1
    kdenetwork-kppp 4.5.2-1
    kdenetwork-krdc 4.5.2-1
    kdenetwork-krfb 4.5.2-1
    kdepim-akonadiconsole 4.4.7-1
    kdepim-akregator 4.4.7-1
    kdepim-blogilo 4.4.7-1
    kdepim-console 4.4.7-1
    kdepim-kaddressbook 4.4.7-1
    kdepim-kalarm 4.4.7-1
    kdepim-kjots 4.4.7-1
    kdepim-kleopatra 4.4.7-1
    kdepim-kmail 4.4.7-1
    kdepim-knode 4.4.7-1
    kdepim-knotes 4.4.7-1
    kdepim-kontact 4.4.7-1
    kdepim-korganizer 4.4.7-1
    kdepim-kresources 4.4.7-1
    kdepim-ktimetracker 4.4.7-1
    kdepim-libkdepim 4.4.7-1
    kdepim-runtime 4.4.7-1
    kdepim-wizards 4.4.7-1
    kdepimlibs 4.5.2-1
    kdeplasma-addons-applets-bball 4.5.2-1
    kdeplasma-addons-applets-binary-clock 4.5.2-1
    kdeplasma-addons-applets-blackboard 4.5.2-1
    kdeplasma-addons-applets-bookmarks 4.5.2-1
    kdeplasma-addons-applets-bubblemon 4.5.2-1
    kdeplasma-addons-applets-calculator 4.5.2-1
    kdeplasma-addons-applets-charselect 4.5.2-1
    kdeplasma-addons-applets-comic 4.5.2-1
    kdeplasma-addons-applets-community 4.5.2-1
    kdeplasma-addons-applets-dict 4.5.2-1
    kdeplasma-addons-applets-eyes 4.5.2-1
    kdeplasma-addons-applets-fifteenpuzzle 4.5.2-1
    kdeplasma-addons-applets-filewatcher 4.5.2-1
    kdeplasma-addons-applets-frame 4.5.2-1
    kdeplasma-addons-applets-fuzzy-clock 4.5.2-1
    kdeplasma-addons-applets-incomingmsg 4.5.2-1
    kdeplasma-addons-applets-kdeobservatory 4.5.2-1
    kdeplasma-addons-applets-kimpanel 4.5.2-1
    kdeplasma-addons-applets-knowledgebase 4.5.2-1
    kdeplasma-addons-applets-kolourpicker 4.5.2-1
    kdeplasma-addons-applets-konqprofiles 4.5.2-1
    kdeplasma-addons-applets-konsoleprofiles 4.5.2-1
    kdeplasma-addons-applets-lancelot 4.5.2-1
    kdeplasma-addons-applets-leavenote 4.5.2-1
    kdeplasma-addons-applets-life 4.5.2-1
    kdeplasma-addons-applets-luna 4.5.2-1
    kdeplasma-addons-applets-magnifique 4.5.2-1
    kdeplasma-addons-applets-mediaplayer 4.5.2-1
    kdeplasma-addons-applets-microblog 4.5.2-1
    kdeplasma-addons-applets-news 4.5.2-1
    kdeplasma-addons-applets-notes 4.5.2-1
    kdeplasma-addons-applets-nowplaying 4.5.2-1
    kdeplasma-addons-applets-paste 4.5.2-1
    kdeplasma-addons-applets-pastebin 4.5.2-1
    kdeplasma-addons-applets-plasmaboard 4.5.2-1
    kdeplasma-addons-applets-previewer 4.5.2-1
    kdeplasma-addons-applets-qalculate 4.5.2-1
    kdeplasma-addons-applets-rememberthemilk 4.5.2-1
    kdeplasma-addons-applets-rssnow 4.5.2-1
    kdeplasma-addons-applets-showdashboard 4.5.2-1
    kdeplasma-addons-applets-showdesktop 4.5.2-1
    kdeplasma-addons-applets-social-news 4.5.2-1
    kdeplasma-addons-applets-spellcheck 4.5.2-1
    kdeplasma-addons-applets-systemloadviewer 4.5.2-1
    kdeplasma-addons-applets-timer 4.5.2-1
    kdeplasma-addons-applets-unitconverter 4.5.2-1
    kdeplasma-addons-applets-weather 4.5.2-1
    kdeplasma-addons-applets-weatherstation 4.5.2-1
    kdeplasma-addons-applets-webslice 4.5.2-1
    kdeplasma-addons-libs 4.5.2-1
    kdeplasma-addons-runners-audioplayercontrol 4.5.2-1
    kdeplasma-addons-runners-browserhistory 4.5.2-1
    kdeplasma-addons-runners-characters 4.5.2-1
    kdeplasma-addons-runners-contacts 4.5.2-1
    kdeplasma-addons-runners-converter 4.5.2-1
    kdeplasma-addons-runners-datetime 4.5.2-1
    kdeplasma-addons-runners-katesessions 4.5.2-1
    kdeplasma-addons-runners-konquerorsessions 4.5.2-1
    kdeplasma-addons-runners-konsolesessions 4.5.2-1
    kdeplasma-addons-runners-kopete 4.5.2-1
    kdeplasma-addons-runners-mediawiki 4.5.2-1
    kdeplasma-addons-runners-spellchecker 4.5.2-1
    kdeplasma-addons-wallpapers-mandelbrot 4.5.2-1
    kdeplasma-addons-wallpapers-marble 4.5.2-1
    kdeplasma-addons-wallpapers-pattern 4.5.2-1
    kdeplasma-addons-wallpapers-virus 4.5.2-1
    kdeplasma-addons-wallpapers-weather 4.5.2-1
    kdesdk-cervisia 4.5.2-1
    kdesdk-dolphin-plugins 4.5.2-1
    kdesdk-kapptemplate 4.5.2-1
    kdesdk-kate 4.5.2-1
    kdesdk-kbugbuster 4.5.2-1
    kdesdk-kcachegrind 4.5.2-1
    kdesdk-kdeaccounts-plugin 4.5.2-1
    kdesdk-kdepalettes 4.5.2-1
    kdesdk-kioslave 4.5.2-1
    kdesdk-kmtrace 4.5.2-1
    kdesdk-kompare 4.5.2-1
    kdesdk-kpartloader 4.5.2-1
    kdesdk-kprofilemethod 4.5.2-1
    kdesdk-kstartperf 4.5.2-1
    kdesdk-kuiviewer 4.5.2-1
    kdesdk-lokalize 4.5.2-1
    kdesdk-poxml 4.5.2-1
    kdesdk-scripts 4.5.2-1
    kdesdk-strigi-analyzer 4.5.2-1
    kdesdk-umbrello 4.5.2-1
    kdetoys-amor 4.5.2-1
    kdetoys-kteatime 4.5.2-1
    kdetoys-ktux 4.5.2-1
    kdeutils-ark 4.5.2-2
    kdeutils-kcalc 4.5.2-2
    kdeutils-kcharselect 4.5.2-2
    kdeutils-kdf 4.5.2-2
    kdeutils-kfloppy 4.5.2-2
    kdeutils-kgpg 4.5.2-2
    kdeutils-kremotecontrol 4.5.2-2
    kdeutils-ktimer 4.5.2-2
    kdeutils-kwallet 4.5.2-2
    kdeutils-okteta 4.5.2-2
    kdeutils-printer-applet 4.5.2-2
    kdeutils-superkaramba 4.5.2-2
    kdeutils-sweeper 4.5.2-2
    kdewebdev-kfilereplace 4.5.2-1
    kdewebdev-kimagemapeditor 4.5.2-1
    kdewebdev-klinkstatus 4.5.2-1
    kdewebdev-kommander 4.5.2-1
    kernel26 2.6.35.7-1
    kernel26-headers 2.6.35.7-1
    ksplash-theme-generator 0.4-1
    kwebkitpart 0.9.6-1
    lame 3.98.4-1
    lapack 3.2.2-2
    lcms 1.19-1
    less 436-1
    lesstif 0.95.2-2
    lib32-alsa-lib 1.0.23-4
    lib32-expat 2.0.1-7
    lib32-fontconfig 2.8.0-3
    lib32-freetype2 2.4.3-1
    lib32-gcc-libs 4.5.1-7
    lib32-glibc 2.12.1-7
    lib32-libdrm 2.4.21-4
    lib32-libgl 7.8.2-5
    lib32-libice 1.0.6-3
    lib32-libsm 1.1.1-3
    lib32-libx11 1.3.5-2
    lib32-libxau 1.0.6-2
    lib32-libxcb 1.7-2
    lib32-libxcursor 1.1.10-3
    lib32-libxdamage 1.1.3-3
    lib32-libxdmcp 1.0.3-4
    lib32-libxext 1.1.2-3
    lib32-libxfixes 4.0.5-3
    lib32-libxrandr 1.3.0-3
    lib32-libxrender 0.9.6-4
    lib32-libxt 1.0.8-3
    lib32-libxxf86dga 1.1.1-3
    lib32-libxxf86vm 1.1.0-3
    lib32-mesa 7.8.2-5
    lib32-util-linux-ng 2.18-3
    lib32-zlib 1.2.5-5
    libao 1.0.0-2
    libarchive 2.8.4-2
    libass 0.9.11-1
    libassuan 2.0.1-1
    libcaca 0.99.beta17-1
    libcap 2.19-1
    libcddb 1.3.2-2
    libcdio 0.82-1
    libcroco 0.6.2-1
    libcups 1.4.4-3
    libdaemon 0.14-1
    libdatrie 0.2.4-1
    libdbusmenu-qt 0.6.4-1
    libdca 0.0.5-2
    libdmx 1.1.0-1
    libdrm 2.4.22-1
    libdvbpsi 0.1.7-1
    libdvdnav 4.1.3-2
    libdvdread 4.1.3-2
    libebml 1.0.0-1
    libevent 1.4.14b-2
    libexif 0.6.19-1
    libfetch 2.33-1
    libffi 3.0.9-1
    libfontenc 1.1.0-1
    libftdi 0.18-1
    libgadu 1.9.1-1
    libgcal 0.9.6-1
    libgcrypt 1.4.6-1
    libggz 0.0.14.1-1
    libgl 7.9-1
    libglade 2.6.4-2
    libgpg-error 1.9-2
    libgphoto2 2.4.9-1
    libgssglue 0.1-2
    libical 0.46-1
    libice 1.0.7-1
    libid3tag 0.15.1b-6
    libidl2 0.8.14-1
    libidn 1.19-1
    libieee1284 0.2.11-3
    libindi 0.6.2-1
    libiodbc 3.52.7-4
    libjpeg 8.0.2-1
    libksba 1.0.8-1
    libktorrent 1.0.4-1
    libldap 2.4.23-1
    libmad 0.15.1b-4
    libmatroska 1.0.0-1
    libmng 1.0.10-3
    libmodplug 0.8.8.1-1
    libmp4v2 1.9.1-1
    libmpc 0.8.2-2
    libmpcdec 1.2.6-2
    libmpeg2 0.5.1-1
    libmsn 4.1-2
    libmtp 1.0.2-1
    libmysqlclient 5.1.51-1
    libnice 0.0.13-3
    libnl 1.1-2
    libnova 0.13.0-1
    libofa 0.9.3-2
    libogg 1.2.0-1
    libotr 3.2.0-1
    libpcap 1.1.1-1
    libpciaccess 0.12.0-1
    libpng 1.4.4-1
    libproxy 0.4.6-2
    libqalculate 0.9.7-1
    libraw1394 2.0.5-1
    librpcsecgss 0.19-3
    librsvg 2.32.0-2
    libsamplerate 0.1.7-1
    libsasl 2.1.23-4
    libshout 2.2.2-3
    libsm 1.1.1-1
    libsndfile 1.0.23-1
    libspectre 0.2.6-2
    libssh 0.4.6-1
    libtasn1 2.6-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtirpc 0.2.1-1
    libtool 2.4-1
    libusb 0.1.12-4
    libusb1 1.0.8-1
    libva 1.0.5-2
    libvdpau 0.4-1
    libvisual 0.4.0-3
    libvncserver 0.9.7-3
    libvorbis 1.3.1-1
    libvpx 0.9.2-1
    libwmf 0.2.8.4-8
    libx11 1.3.5-1
    libx86 1.1-2
    libxau 1.0.6-1
    libxaw 1.0.8-1
    libxcb 1.7-1
    libxcomposite 0.4.2-1
    libxcursor 1.1.10-1
    libxdamage 1.1.3-1
    libxdmcp 1.0.3-1
    libxext 1.1.2-1
    libxfixes 4.0.5-1
    libxfont 1.4.2-2
    libxft 2.1.14-1
    libxi 1.3.2-1
    libxinerama 1.1-1
    libxkbfile 1.0.6-1
    libxklavier 5.0-1
    libxml2 2.7.7-2
    libxmu 1.0.5-1
    libxp 1.0.0-3
    libxpm 3.5.8-1
    libxrandr 1.3.0-1
    libxrender 0.9.6-1
    libxslt 1.1.26-2
    libxss 1.2.0-1
    libxt 1.0.8-1
    libxtst 1.1.0-1
    libxv 1.0.5-1
    libxvmc 1.0.6-1
    libxxf86dga 1.1.1-1
    libxxf86vm 1.1.0-1
    libzip 0.9.3-1
    licenses 2.6-1
    linux-api-headers 2.6.34-1
    linux-firmware 20100911-1
    lirc-utils 0.8.6-5
    lm_sensors 3.2.0-1
    logrotate 3.7.9-1
    lua 5.1.4-6
    lua-lzlib 0.4_work2-4
    lua-yajl-git 20100308-1
    luafilesystem 1.5.0-1
    luasec 0.4-2
    luasocket 2.0.2-3
    lvm2 2.02.74-1
    lzo2 2.03-1
    m4 1.4.15-1
    mailx 8.1.1-7
    make 3.82-2
    man-db 2.5.7-1
    man-pages 3.29-1
    mcpp 2.7.2-2
    mdadm 3.1.4-1
    mesa-demos 8.0.1-1
    mkinitcpio 0.6.7-1
    mkinitcpio-busybox 1.17.2-1
    mlocate 0.23.1-2
    module-init-tools 3.12-1
    mozilla-common 1.4-1
    mpfr 3.0.0.p4-1
    mplayer 32492-2
    musicbrainz 2.1.5-4
    mysql 5.1.51-1
    mysql-clients 5.1.51-1
    nano 2.2.5-1
    ncurses 5.7-3
    neon 0.29.3-2
    net-tools 1.60-14
    nfs-utils 1.2.2-3
    nfsidmap 0.23-3
    nickle 2.70-1
    nspr 4.8.6-1
    nss 3.12.8-1
    openbabel 2.2.3-1
    opencore-amr 0.1.2-1
    openexr 1.6.1-1
    openjdk6 6.b20_1.9.1-1
    openjpeg 1.3-3
    openssh 5.6p1-1
    openssl 1.0.0.a-3
    openvpn 2.1.3-1
    orbit2 2.14.19-1
    orc 0.4.7-1
    oss 4.2_2003-1
    oxygen-icons 4.5.2-1
    package-query 0.4-1
    pacman 3.4.1-1
    pacman-mirrorlist 20100825-1
    pam 1.1.1-1
    pango 1.28.3-1
    patch 2.6.1-1
    pciutils 3.1.7-1
    pcmciautils 017-1
    pcre 8.10-1
    perl 5.12.1-2
    perl-error 0.17016-1
    perl-html-parser 3.66-1
    perl-html-tagset 3.20-1
    perl-libwww 5.836-1
    perl-uri 1.54-1
    perl-xyne-arch 2010.10.09.1-1
    perl-xyne-common 2010.10.09.1-1
    phonon 4.4.2-2
    phonon-gstreamer 4.4.2-2
    phoronix-test-suite 2.8.1-1
    php 5.3.3-2
    pinentry 0.8.0-2
    pixman 0.18.4-1
    pkg-config 0.25-2
    pm-quirks 0.20100619-1
    pm-utils 1.4.0-1
    podofo 0.8.4-1
    polkit 0.98-1
    polkit-kde 0.95.1-2
    polkit-qt 0.96.1-3
    poppler 0.14.4-1
    poppler-data 0.4.3-1
    poppler-qt 0.14.4-1
    popt 1.16-2
    postgresql-libs 9.0.1-2
    powerpill 2010.08.24.1-1
    ppl 0.11-1
    ppp 2.4.5-1
    printproto 1.0.4-2
    procps 3.2.8-1
    psmisc 22.13-1
    pth 2.0.7-3
    pycairo 1.8.10-2
    pycrypto 2.3-1
    pycups 1.9.51-2
    pygobject 2.26.0-2
    pygtk 2.22.0-3
    pyqt 4.8.0-1
    pysmbc 1.0.9-1
    python-dateutil 1.5-2
    python-dnspython 1.8.0-2
    python-imaging 1.1.7-2
    python-lxml 2.2.8-2
    python-mechanize 0.2.2-2
    python-numpy 1.5.0-2
    python-pypdf 1.12-5
    python-urwid 0.9.9.1-2
    python2 2.7-2
    qca 2.0.2-2
    qca-ossl 2.0.0-3
    qimageblitz 0.0.6-1
    qscintilla 2.4.5-4
    qt 4.7.0-4
    qwt 5.2.1-1
    randrproto 1.3.1-1
    raptor 1.4.21-1
    rarian 0.8.1-1
    rasqal 0.9.20-1
    rdesktop 1.6.0-5
    readline 6.1.002-1
    recode 3.6-5
    recordproto 1.14-1
    redland 1.0.12-1
    reiserfsprogs 3.6.21-2
    renderproto 0.11.1-1
    rp-pppoe 3.10-5
    rpcbind 0.2.0-2
    rrdtool 1.4.4-2
    run-parts 3.4.1-1
    sane 1.0.21-3
    schroedinger 1.0.9-1
    scrnsaverproto 1.2.0-1
    sdl 1.2.14-5
    sdl_image 1.2.10-2
    sed 4.2.1-2
    shadow 4.1.4.2-3
    shared-desktop-ontologies 0.5-1
    shared-mime-info 0.80-1
    sip 4.11.2-1
    smbclient 3.5.6-1
    soprano 2.5.2-1
    speex 1.2rc1-1
    sqlite3 3.7.3-1
    stdin-plasmoid-svn 0.2r32-1
    strigi 0.7.2-3
    subversion 1.6.9-6
    sudo 1.7.4.p4-1
    sysfsutils 2.1.0-5
    syslog-ng 3.1.2-1
    system-config-printer-common 1.2.5-3
    sysvinit 2.88-2
    taglib 1.6.3-1
    talloc 2.0.1-1
    tar 1.23-3
    tcp_wrappers 7.6-12
    tdb 1.2.1-2
    telepathy-farsight 0.0.15-2
    telepathy-glib 0.12.2-1
    telepathy-qt4 0.3.5-1
    texinfo 4.13a-4
    tidyhtml 1.46-1
    ttf-dejavu 2.30-2
    ttf-freefont 20090104-2
    ttf-ms-fonts 2.0-3
    tunepimp 0.5.3-8
    twisted 10.1.0-1
    tzdata 2010n-1
    udev 163-1
    unixodbc 2.3.0-1
    unrar 3.9.10-1
    unzip 6.0-5
    usbutils 0.90-1
    util-linux-ng 2.18-3
    v4l-utils 0.8.1-1
    vbetool 1.1-1
    vi 050325-3
    videoproto 2.3.1-1
    vim 7.3.3-2
    vim-colorsamplerpack 8.03-2
    vim-runtime 7.3.3-2
    virtualbox_bin 3.2.10-2
    virtuoso 6.1.2-1
    vlc 1.1.4.1-2
    wget 1.12-2
    which 2.20-3
    wicd 1.7.0-6
    wine 1.3.5-1
    wireless_tools 29-3
    wpa_supplicant 0.7.3-1
    x264 20101013-1
    xbitmaps 1.1.0-1
    xcb-proto 1.6-2
    xcb-util 0.3.6-1
    xdg-utils 1.0.2.20100618-1
    xextproto 7.1.2-1
    xf86-input-evdev 2.5.0-1
    xf86-input-keyboard 1.4.0-3
    xf86-input-mouse 1.6.0-1
    xf86-input-synaptics 1.3.0-1
    xf86-video-intel 2.13.0-4
    xf86-video-vesa 2.3.0-3
    xf86dgaproto 2.1-1
    xf86vidmodeproto 2.3-1
    xfsprogs 3.1.3-1
    xineramaproto 1.2-1
    xkeyboard-config 2.0-1
    xorg-docs 1.5-1
    xorg-font-utils 7.5-2
    xorg-fonts-100dpi 1.0.1-3
    xorg-fonts-75dpi 1.0.1-3
    xorg-fonts-alias 1.0.2-1
    xorg-fonts-encodings 1.0.3-1
    xorg-fonts-misc 1.0.1-1
    xorg-iceauth 1.0.3-1
    xorg-luit 1.1.0-1
    xorg-res-utils 1.0.3-3
    xorg-server 1.9.0.901-2
    xorg-server-common 1.9.0.901-2
    xorg-server-utils 7.6-1
    xorg-sessreg 1.0.6-1
    xorg-twm 1.0.4-3
    xorg-utils 7.6-5
    xorg-xauth 1.0.4-1
    xorg-xbacklight 1.1.1-1
    xorg-xcmsdb 1.0.3-1
    xorg-xgamma 1.0.3-1
    xorg-xhost 1.0.3-1
    xorg-xinit 1.2.1-1
    xorg-xinput 1.5.2-1
    xorg-xkb-utils 7.5-2
    xorg-xmodmap 1.0.5-1
    xorg-xrandr 1.3.3-1
    xorg-xrdb 1.0.6-1
    xorg-xrefresh 1.0.3-1
    xorg-xset 1.2.0-1
    xorg-xsetroot 1.0.3-1
    xproto 7.0.18-1
    xterm 266-1
    xvidcore 1.2.2-1
    xz 5.0.0-1
    yajl 1.0.9-3
    yaourt 0.9.5-1
    zlib 1.2.5-2
    zope-interface 3.5.3-2
    zvbi 0.2.33-2
    Last edited by DarksideEE7 (2010-10-28 16:29:14)

    Could it be that I don't have a swap file?  Surely not....I have 4GB of memory and I've never had problems with suspend in the past. 
    I was able to get it to suspend while in KDE using pm-suspend while in konsole and all of the console screens were black, with the exception of tty7, which had konsole up (without any window decoration).  I wasn't able to execute any commands (including shutdown), nor could I su - to root. 
    This happened a second time, and it mentioned that it was enable to mount  sda2 (which is my route partition)  Any ideas on how to fix this?  I NEED suspend. 
    Other than that I'm getting great performance, especially with my fstab options set in place.
    Last edited by DarksideEE7 (2010-10-28 23:40:08)

  • Mac Mini Crashed 2x In Past Week - How To Troubleshoot Console Errors?

    Hello, my mac mini 2011 has crashed on me twice in the past week. Once it happened while I was returning to my desk. I heard a noise... like something electrical shutting down abruptly.  The second time it happened, the mac mini was in the process of restarting.. (same sound), it just automatically restarted again and then booted up. Not sure if that was related to an update that was waiting to install.
    My issue is, how do I troubleshoot the crash? I know most people go to the console.... I have no idea how to define what is going on or find out exactly what caused the crash. There are a ton of messages in there... some are normal?  Other things definitely indicate a problem but I'm not sure how to fix it.
    I copied and pasted the message from the time I rebooted here.. Some highlights I see:
    1) Problems with iCal
    2) Some deny machine lookups: What is this?   ([1034]) mdworker(1034) deny mach-lookup com.apple.ls.boxd
    3) Missing semicolin in dictionary
    4) and unknown Cisvo VPN?  SystemStarter[513]: Unknown service: CiscoVPN"
    5) Some file permissions errors: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist"
    6) SendFlattenedData error:  coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140"
    7) Driver errors:
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    8) Various invalid connections: WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195 (there are more of these)
    9) Boot Strap lookup failures: timezoned[160]: bootstrap_look_up failed (44e)
    Just too many here as you can see. Please note some network names and IP addresses have been redacted. I also took out some multiple Google Update entries for brevity. They look normal for most part except for the part that it showed up about 7 or 8 times.
    if anyone knows how to decipher this please let me know. 
    5/24/13 4:16:11.446 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=9487
    5/24/13 4:16:11.523 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 94616
    5/24/13 4:16:17.470 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:17.471 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:17.472 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 96498
    5/24/13 4:16:17.691 PM iTunes[84926]: 2013-05-24 04:16:17.691209 PM [AVSystemController] Stopping AirPlay
    5/24/13 4:16:18.186 PM WindowServer[82]: CGXUnregisterWindowWithSystemStatusBar: Invalid window (31a1)
    5/24/13 4:16:18.960 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 66380
    5/24/13 4:16:45.365 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationReady to notificationID=8709
    5/24/13 4:16:47.839 PM com.apple.usbmuxd[53255]: stopping.
    5/24/13 4:16:47.852 PM com.apple.launchd.peruser.502[181]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 9 seconds
    5/24/13 4:16:48.394 PM com.apple.usbmuxd[9101]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:16:49.637 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:49.903 PM 1PasswordAgent[319]: [HYBI] socketDidDisconnect: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x1050a0c80 {NSLocalizedDescription=Socket closed by remote peer}
    5/24/13 4:16:50.020 PM prl_naptd[6584]: Exiting Parallels Network Daemon
    5/24/13 4:16:51.741 PM Parallels[9136]: Stopping Parallels Dispatcher Service
    5/24/13 4:16:53.719 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:54.137 PM Parallels[9142]: Stopping Parallels networking
    5/24/13 4:16:54.184 PM watchdog[9146]: Stop watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd
    5/24/13 4:16:54.342 PM watchdog[9154]: file /var/run/prl_watchdog-2323cae42fd8.pid, pid 6661
    5/24/13 4:16:54.348 PM watchdog[9156]: /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd stop
    5/24/13 4:16:54.369 PM prl_naptd[6683]: Exiting Parallels Network Daemon
    5/24/13 4:16:54.618 PM WindowServer[82]: dict count after removing entry for window 0x3d is 0
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.827 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.830 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.838 PM com.apple.launchd[1]: (com.apple.ShareKitHelper[863]) Exited: Killed: 9
    5/24/13 4:16:54.839 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=229
    5/24/13 4:16:54.841 PM com.apple.launchd.peruser.502[181]: (com.sophiestication.mac.CoverSutra.agent[298]) Exited: Killed: 9
    5/24/13 4:16:54.855 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=306
    5/24/13 4:16:54.867 PM com.apple.launchd.peruser.502[181]: (com.dayoneapp.dayone-agent[305]) Exited: Killed: 9
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=137
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11081
    5/24/13 4:16:54.881 PM com.apple.launchd.peruser.502[181]: ([0x0-0x2c02c].com.apple.inputmethod.ironwood[272]) Exited: Killed: 9
    5/24/13 4:16:54.890 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=161
    5/24/13 4:16:54.891 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11093
    5/24/13 4:16:54.903 PM UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=45575 Died
    5/24/13 4:16:54.909 PM 1PasswordAgent[319]: Shutting down 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x5c05c].com.apple.AppleSpell[369]) Exited: Terminated: 15
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x63063].com.apple.ImageCaptureExtension2[432]) Exited: Killed: 9
    5/24/13 4:16:54.940 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=218
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=226
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=286
    5/24/13 4:16:54.953 PM com.apple.launchd.peruser.502[181]: ([0x0-0x60b60b].com.apple.iTunesHelper[17906]) Exited with code: 1
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.969 PM Office365Service[8836]: System shutdown notification
    5/24/13 4:16:54.969 PM com.apple.launchd.peruser.502[181]: ([0x0-0x1a0da0c].com.apple.iCal[90332]) Exited: Killed: 9
    5/24/13 4:16:54.970 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[7581]) Exited: Killed: 9
    5/24/13 4:16:55.163 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=153
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.191 PM com.apple.launchd.peruser.502[181]: ([0x0-0x4d04d].com.wacom.Consumer_TouchDriver[339]) Exited with code: 1
    5/24/13 4:16:55.234 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.mail.01000000-0000-0000-0000-000000000000[9082]) Exited: Killed: 9
    5/24/13 4:16:55.899 PM com.apple.launchd.peruser.502[181]: (com.wacom.pentablet[318]) Exited with code: 1
    5/24/13 4:16:55.917 PM com.apple.launchd.peruser.502[181]: (com.apple.UserEventAgent-Aqua[209]) Exited: Killed: 9
    5/24/13 4:16:55.918 PM Parallels[9159]: Parallels Networking was stopped
    5/24/13 4:16:56.018 PM com.apple.launchd.peruser.502[181]: (com.apple.storeagent[859]) Exited: Killed: 9
    5/24/13 4:16:56.035 PM com.apple.launchd.peruser.502[181]: (com.apple.quicklook[9069]) Exited: Killed: 9
    5/24/13 4:16:56.038 PM Parallels[9162]: Unloading kernel extension prl_netbridge.kext
    5/24/13 4:16:56.204 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=107
    5/24/13 4:16:56.397 PM loginwindow[38]: DEAD_PROCESS: 38 console
    5/24/13 4:16:56.453 PM com.apple.launchd.peruser.502[181]: (com.evernote.EvernoteHelper[306]) Exited: Killed: 9
    5/24/13 4:16:57.527 PM Parallels[9172]:  - kext com.parallels.kext.netbridge found loaded.
    5/24/13 4:16:57.589 PM WindowServer[82]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (1 references)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (0 references)
    5/24/13 4:16:57.590 PM WindowServer[82]: loginwindow connection closed; closing server.
    5/24/13 4:16:57.605 PM imagent[263]: Quit - notifying about shutdown
    5/24/13 4:16:57.605 PM imagent[263]: Quit - shutting down daemon
    5/24/13 4:16:58.677 PM Parallels[9182]: Unloading kernel extension prl_vnic.kext
    5/24/13 4:16:58.701 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:16:58.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 is unloading.
    5/24/13 4:16:58.000 PM kernel[0]: free vms_list while it is not empty
    5/24/13 4:16:59.181 PM Parallels[9187]:  - kext com.parallels.kext.vnic found loaded.
    5/24/13 4:16:59.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 is unloading.
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic1
    5/24/13 4:16:59.400 PM Parallels[9194]: Unloading kernel extension prl_usb_connect.kext
    5/24/13 4:16:59.441 PM loginwindow[9176]: Login Window Application Started
    5/24/13 4:16:59.593 PM Parallels[9199]:  - kext com.parallels.kext.usbconnect found loaded.
    5/24/13 4:16:59.797 PM Parallels[9207]: Unloading kernel extension prl_hid_hook.kext
    5/24/13 4:16:59.820 PM WindowServer[9204]: Server is starting up
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 released (1 references)
    5/24/13 4:16:59.884 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.885 PM WindowServer[9204]: init_page_flip: page flip mode is on
    5/24/13 4:17:00.034 PM WindowServer[9204]: mux_initialize: Couldn't find any matches
    5/24/13 4:17:00.000 PM kernel[0]: /prl_hid/ Parallels HID Helper stopped.
    5/24/13 4:17:00.119 PM WindowServer[9204]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:17:00.119 PM WindowServer[9204]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:17:00.143 PM WindowServer[9204]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:17:00.143 PM WindowServer[9204]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.143 PM WindowServer[9204]: Created shield window 0x4 for display 0x003f003f
    5/24/13 4:17:00.144 PM WindowServer[9204]: Created shield window 0x5 for display 0x003f003e
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x6 for display 0x04248b01
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x7 for display 0x003f003c
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.155 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.155 PM WindowServer[9204]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.159 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000324f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:17:00.160 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:17:00.365 PM loginwindow[9176]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:00.482 PM WindowServer[9204]: Created shield window 0x8 for display 0x04248b01
    5/24/13 4:17:00.483 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:00.571 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:00.756 PM launchctl[9225]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.093 PM BezelServices 236.3[9176]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.837 PM com.apple.SecurityServer[25]: Session 100444 created
    5/24/13 4:17:01.948 PM loginwindow[9176]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:17:02.120 PM loginwindow[9176]: USER_PROCESS: 9176 console
    5/24/13 4:17:02.152 PM WindowServer[9204]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:02.172 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:02.243 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:02.256 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:03.167 PM WindowServer[9204]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x1092cba10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:17:06.074 PM launchctl[9225]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:17:09.762 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:17:09.772 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:09.849 PM launchctl[9285]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:09.960 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:17:10.001 PM locationd[9283]: NOTICE,Location icon should now be in state 0
    5/24/13 4:17:10.100 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:10.227 PM UserEventAgent[9275]: cannot find useragent 1102
    5/24/13 4:17:11.593 PM mdworker[9273]: Unable to talk to lsboxd
    5/24/13 4:17:11.774 PM mdworker[9272]: Unable to talk to lsboxd
    5/24/13 4:17:11.000 PM kernel[0]: Sandbox: sandboxd(9288) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:17:12.079 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.218 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.419 PM sandboxd[9288]: ([9273]) mdworker(9273) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:13.223 PM sandboxd[9288]: ([9272]) mdworker(9272) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:20.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:17:37.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:08.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:18:22.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:29.218 PM mds[34]: (Normal) ImportServer: Preparing for software update
    5/24/13 4:18:30.483 PM mds[34]: (Normal) ImportServer: Software update complete
    5/24/13 4:18:35.116 PM reboot[9323]: rebooted by _usbmuxd
    5/24/13 4:18:35.116 PM reboot[9323]: BOOT_TIME: 1369426715 116379
    5/24/13 4:20:15.000 PM bootlog[0]: BOOT_TIME 1369426815 0
    5/24/13 4:20:43.000 PM kernel[0]: PMAP: PCID enabled
    5/24/13 4:20:43.000 PM kernel[0]: Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    5/24/13 4:20:43.000 PM kernel[0]: vm_page_bootstrap: 3924376 free pages and 237160 wired pages
    5/24/13 4:20:43.000 PM kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    5/24/13 4:20:43.000 PM kernel[0]: zone leak detection enabled
    5/24/13 4:20:43.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    5/24/13 4:20:43.000 PM kernel[0]: standard background quantum is 2500 us
    5/24/13 4:20:43.000 PM kernel[0]: mig_table_max_displ = 74
    5/24/13 4:20:43.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto kext started!
    5/24/13 4:20:43.000 PM kernel[0]: Running kernel space in FIPS MODE
    5/24/13 4:20:43.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    5/24/13 4:20:43.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    5/24/13 4:20:43.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    5/24/13 4:20:43.000 PM kernel[0]: MAC Framework successfully initialized
    5/24/13 4:20:43.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    5/24/13 4:20:43.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    5/24/13 4:20:43.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    5/24/13 4:20:43.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration begin ]
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 13:47:00 Aug 14 2012) initialization complete
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    5/24/13 4:20:43.000 PM kernel[0]: console relocated to 0xfd0010000
    5/24/13 4:20:43.000 PM kernel[0]: PCI configuration changed (bridge=72 device=10 cardbus=0)
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration end, bridges 22 devices 23 ]
    5/24/13 4:20:29.388 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    5/24/13 4:20:43.000 PM kernel[0]: FireWire runtime power conservation disabled. (2)
    5/24/13 4:20:43.000 PM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    5/24/13 4:20:43.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    5/24/13 4:20:43.000 PM kernel[0]: rooting via boot-uuid from /chosen: 674D14D9-4E9E-3C3C-836E-C2B76F083714
    5/24/13 4:20:43.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    5/24/13 4:20:43.000 PM kernel[0]: BTCOEXIST off
    5/24/13 4:20:43.000 PM kernel[0]: BRCM tunables:
    5/24/13 4:20:43.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    5/24/13 4:20:43.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    5/24/13 4:20:43.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 406c8ffffe7cbff0; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 PCI now active, GUID 000a270200434c07; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: Kernel is LP64
    5/24/13 4:20:43.000 PM kernel[0]: USBMSC Identifier (non-unique): 57442D574341554830323532353836 0x1058 0x1100 0x175
    5/24/13 4:20:43.000 PM kernel[0]: macx_swapon SUCCESS
    5/24/13 4:20:36.673 PM hidd[42]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    5/24/13 4:20:36.675 PM hidd[42]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    5/24/13 4:20:43.215 PM distnoted[58]: Bug: 12D78: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    5/24/13 4:20:44.812 PM mDNSResponder[35]: mDNSResponder mDNSResponder-379.37 (Dec 16 2012 19:43:09) starting OSXVers 12
    5/24/13 4:20:44.825 PM coreservicesd[59]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    5/24/13 4:20:44.837 PM appleeventsd[48]: main: Starting up
    5/24/13 4:20:44.000 PM kernel[0]: Waiting for DSMOS...
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:27:e1:64
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:0c:63:a3
    5/24/13 4:20:44.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 70:73:cb:c4:c3:99
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    5/24/13 4:20:46.000 PM kernel[0]: Previous Shutdown Cause: 5
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0100
    5/24/13 4:20:46.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    5/24/13 4:20:46.229 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.232 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.270 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.271 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.000 PM kernel[0]: DSMOS has arrived
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    5/24/13 4:20:46.000 PM kernel[0]: AMDTurksGraphicsAccelerator: ** Device in slot: SLOT--1 **
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    5/24/13 4:20:47.416 PM com.apple.SecurityServer[25]: Session 100000 created
    5/24/13 4:20:48.279 PM configd[50]: setting hostname to "Jacquelines-Mac-mini.local"
    5/24/13 4:20:48.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    5/24/13 4:20:48.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:48.284 PM configd[50]: network changed.
    5/24/13 4:20:48.297 PM airportd[81]: _processDLILEvent: en1 attached (up)
    5/24/13 4:20:48.000 PM kernel[0]: createVirtIf(): ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80448bf400
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    5/24/13 4:20:48.000 PM kernel[0]: Created virtif 0xffffff80448bf400 p2p0
    5/24/13 4:20:49.673 PM mds[34]: (Normal) FMW: FMW 0 0
    5/24/13 4:20:49.725 PM blued[52]: Read the UHE Info
    5/24/13 4:20:49.725 PM blued[52]: Read version 2 info.  Number of devices:3
    5/24/13 4:20:49.725 PM blued[52]: Class of device:     0x2580
    5/24/13 4:20:49.725 PM blued[52]: Device name: 'Jacqueline's mouse' length:19
    5/24/13 4:20:49.725 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.726 PM blued[52]: Found a device with PID:0x030d VID:0x05ac
    5/24/13 4:20:49.726 PM blued[52]: Class of device:     0x2540
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's Keyboard' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x0255 VID:0x05ac
    5/24/13 4:20:49.727 PM blued[52]: Class of device:     0x2594
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's trackpad' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x030e VID:0x05ac
    5/24/13 4:20:56.741 PM com.apple.SecurityServer[25]: Entering service
    5/24/13 4:20:56.775 PM systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    5/24/13 4:20:56.794 PM configd[50]: network changed: DNS*
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2D_IPC: Loaded
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2DInitialize succeeded
    5/24/13 4:20:56.828 PM loginwindow[38]: Login Window Application Started
    5/24/13 4:20:56.874 PM WindowServer[93]: Server is starting up
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 released (1 references)
    5/24/13 4:20:56.889 PM awacsd[53]: Starting awacsd connectivity-78.2 (Dec 16 2012 19:43:29)
    5/24/13 4:20:56.893 PM awacsd[53]: InnerStore CopyAllZones: no info in Dynamic Store
    5/24/13 4:20:56.898 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.902 PM WindowServer[93]: init_page_flip: page flip mode is on
    5/24/13 4:20:56.941 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    5/24/13 4:20:56.993 PM netbiosd[80]: Unable to start NetBIOS name service:
    5/24/13 4:20:57.322 PM WindowServer[93]: mux_initialize: Couldn't find any matches
    5/24/13 4:20:57.334 PM WindowServer[93]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:20:57.334 PM WindowServer[93]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:20:57.358 PM WindowServer[93]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:20:57.358 PM WindowServer[93]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:20:57.358 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.358 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x5 for display 0x003f003f
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x6 for display 0x003f003e
    5/24/13 4:20:57.365 PM WindowServer[93]: Created shield window 0x7 for display 0x04248b01
    5/24/13 4:20:57.366 PM WindowServer[93]: Created shield window 0x8 for display 0x003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.368 PM WindowServer[93]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.392 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000334f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:20:57.393 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:20:57.396 PM loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:20:57.397 PM launchctl[97]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:20:57.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    5/24/13 4:20:57.000 PM 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
    5/24/13 4:20:57.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 28:37:37:48:08:f1  MAC AUTH succeeded
    5/24/13 4:20:57.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    5/24/13 4:20:57.000 PM kernel[0]: AirPort: Link Up on en1
    5/24/13 4:20:57.000 PM kernel[0]: en1: BSSID changed to 28:37:37:48:08:f1
    5/24/13 4:20:57.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:58.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    5/24/13 4:20:58.525 PM digest-service[104]: label: default
    5/24/13 4:20:58.525 PM digest-service[104]: dbname: od:/Local/Default
    5/24/13 4:20:58.525 PM digest-service[104]: mkey_file: /var/db/krb5kdc/m-key
    5/24/13 4:20:58.525 PM digest-service[104]: acl_file: /var/db/krb5kdc/kadmind.acl
    5/24/13 4:20:58.527 PM digest-service[104]: digest-request: uid=0
    5/24/13 4:20:58.549 PM rpcsvchost[106]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    5/24/13 4:20:58.553 PM digest-service[104]: digest-request: init request
    5/24/13 4:20:58.556 PM digest-service[104]: digest-request: init return domain: BUILTIN server: JACQUELINES-MAC-MINI
    5/24/13 4:20:58.827 PM com.apple.usbmuxd[19]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:20:59.366 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:21:00.046 PM locationd[39]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:00.396 PM WindowServer[93]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x10ed76a10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:21:07.824 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:07.848 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:11.000 PM kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    5/24/13 4:21:11.896 PM awacsd[53]: Exiting
    5/24/13 4:21:12.000 PM kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchDevice::start] entered
    5/24/13 4:21:16.000 PM kernel[0]: AmbrosiaAudioSupport: newUserClient connection attempt.
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][waitForHandshake][28-37-37-35-c5-f5] Timeout waiting for handshake
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] Forcing closeDownServices
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] commandSleep in sendData returned an error
    5/24/13 4:21:23.924 PM configd[50]: subnet_route: write routing socket failed, Network is unreachable
    5/24/13 4:21:25.534 PM configd[50]: network changed: v4(en1+:XXX.XXX.XXX.XXX) DNS* Proxy+ SMB
    5/24/13 4:21:28.096 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:28.099 PM configd[50]: network changed: v4(en1:XXX.XXX.XXX.XXX) DNS Proxy SMB
    5/24/13 4:21:30.730 PM _cvmsroot[124]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] Became inactive while sending data
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][setReportWL][28-37-37-35-c5-f5] Could not send DATA command via interrupt channel - 0xE00002D7
    5/24/13 4:21:33.578 PM _cvmsroot[128]: Unable to resolve hostname(s)
    5/24/13 4:21:33.765 PM ntpd[102]: proto: precision = 1.000 usec
    5/24/13 4:21:34.179 PM WindowServer[93]: Created shield window 0x9 for display 0x04248b01
    5/24/13 4:21:34.179 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.201 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.863 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.868 PM launchctl[131]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:34.886 PM launchctl[131]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:21:34.914 PM com.apple.SecurityServer[25]: Session 100003 created
    5/24/13 4:21:35.196 PM airportd[81]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:21:35.626 PM loginwindow[38]: Login Window Started Security Agent
    5/24/13 4:21:35.774 PM SecurityAgent[141]: This is the first run
    5/24/13 4:21:35.775 PM SecurityAgent[141]: MacBuddy was run = 0
    5/24/13 4:21:36.144 PM launchctl[148]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:36.487 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:21:36.607 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:21:36.687 PM locationd[156]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:36.691 PM UserEventAgent[132]: cannot find useragent 1102
    5/24/13 4:21:39.137 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:39.342 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:42.000 PM kernel[0]: [SendHCIRequestFormatted] ### ERROR: [0x0406] (Disconnect) -- Send request failed (err = 0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:42.000 PM kernel[0]: ### ERROR: send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:44.107 PM configd[50]: network changed: v4(en1!:10.0.1.39) DNS+ Proxy SMB
    5/24/13 4:21:44.120 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:45.696 PM com.apple.launchd[1]: (com.apple.xprotectupdater[17]) Exited with code: 252
    5/24/13 4:22:15.683 PM launchctl[164]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:15.794 PM distnoted[166]: # distnote server agent  absolute time: 121.114577396   civil time: Fri May 24 16:22:15 2013   pid: 166 uid: 502  root: no
    5/24/13 4:22:34.512 PM launchctl[173]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:37.019 PM com.apple.SecurityServer[25]: Session 100005 created
    5/24/13 4:22:37.064 PM com.apple.SecurityServer[25]: Session 100006 created
    5/24/13 4:22:44.199 PM BezelServices 236.3[38]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:22:48.261 PM mdworker32[170]: CGSGetDisplayBounds: Invalid display 0x00000000
    5/24/13 4:22:49.134 PM mdworker32[170]: bootstrap_look_up2 failed with 0x44c
    5/24/13 4:22:49.000 PM kernel[0]: Sandbox: sandboxd(178) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:22:49.731 PM SecurityAgent[141]: User info context values set for [COMPUTERNAME]
    5/24/13 4:22:50.910 PM SecurityAgent[141]: Login Window login proceeding
    5/24/13 4:22:51.272 PM loginwindow[38]: Login Window - Returned from Security Agent
    5/24/13 4:22:51.310 PM loginwindow[38]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:22:51.328 PM loginwindow[38]: USER_PROCESS: 38 console
    5/24/13 4:22:51.472 PM airportd[180]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:22:51.586 PM com.apple.launchd[1]: ([0x0-0x6006].com.wacom.Consumer_TouchDriver[147]) Exited with code: 255
    5/24/13 4:22:51.588 PM coreservicesd[59]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=107
    5/24/13 4:22:51.590 PM com.apple.launchd[1]: (com.wacom.pentablet[137]) Exited with code: 255
    5/24/13 4:22:51.624 PM launchctl[181]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: UserName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: GroupName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/24/13 4:22:51.645 PM loginwindow[38]: Connection with distnoted server was invalidated
    5/24/13 4:22:52.074 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:22:52.486 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:22:52.603 PM blued[52]: kBTXPCUpdateUserPreferences gConsoleUserUID = 502
    5/24/13 4:22:52.895 PM com.apple.launchd.peruser.502[163]: (com.apple.afpstat-qfa[213]) Exited with code: 2
    5/24/13 4:22:52.959 PM launchctl[201]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:54.150 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:22:54.210 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.06 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:22:55.096 PM com.apple.launchd.peruser.502[163]: (com.apple.mrt.uiagent[203]) Exited with code: 255
    5/24/13 4:22:55.108 PM NetworkBrowserAgent[235]: Starting NetworkBrowserAgent
    5/24/13 4:22:55.441 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:22:55.443 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:22:55.460 PM 1PasswordAgent[215]: Starting 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:22:55.677 PM 1PasswordAgent[215]: Trying to load Localizable.strings [English] from the main bundle
    5/24/13 4:22:55.857 PM 1PasswordAgent[215]: Cannot find English version, using English localization for Localizable.strings
    5/24/13 4:22:57.107 PM 1PasswordAgent[215]: reloadAllObjects
    5/24/13 4:22:58.073 PM 1PasswordAgent[215]: Database (AGHtmlDatabase:file://localhost/Users/Winter/Dropbox/1PasswordSync/1Password.a gilekeychain/) load time [Cache]: 0.959+0.006 (2296 objects)
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:23:00.890 PM apsd[219]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    5/24/13 4:23:01.720 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:23:02.398 PM coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140
    5/24/13 4:23:03.753 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: GrowlApplicationBridgeRegistrationAttempt: Could not send open-document event to register this application with Growl because AESend returned -600/no eligible process with specified descriptor
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: Failed all attempts at registering
    5/24/13 4:23:11.507 PM CoreServicesUIAgent[256]: Error: qtn_file_apply_to_path error: Permission denied
    5/24/13 4:23:16.700 PM storeagent[252]: CKSoftwareMap: waitUntilMapIsLoadedAndPerformBlock:onDispatchQueue: timed out waiting for mdSemaphore
    5/24/13 4:23:24.378 PM com.apple.dock.extra[298]: Could not load bundle for Dock Extra key DockTile.docktileplugin
    5/24/13 4:23:24.379 PM Dock[190]: Failed to set up extra plugin. file://localhost/Applications/Calendar%20Plus.app/ Failed to get plugin class.
    5/24/13 4:23:25.000 PM kernel[0]: Sandbox: sandboxd(311) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:23:26.097 PM launchctl[317]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:23:26.791 PM quicklookd[282]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/private/tmp/
    5/24/13 4:23:27.006 PM Delibar[251]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    5/24/13 4:23:27.851 PM mdworker[171]: Unable to talk to lsboxd
    5/24/13 4:23:29.000 PM kernel[0]: fsevents: watcher dbfseventsd (pid: 322) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    5/24/13 4:23:29.433 PM mdworker[174]: Unable to talk to lsboxd
    5/24/13 4:23:36.028 PM Finder[192]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/
    5/24/13 4:23:38.110 PM MenuTab Pro for Facebook[347]: objc[347]: Class HandCursorButton is implemented in both /Applications/MenuTab Pro for Facebook.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNe wsletter and /Applications/MenuTab Pro for Facebook.app/Contents/MacOS/MenuTab Pro for Facebook. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.124 PM Tab for Google+ Pro[346]: objc[346]: Class HandCursorButton is implemented in both /Applications/Tab for Google+ Pro.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNewslet ter and /Applications/Tab for Google+ Pro.app/Contents/MacOS/Tab for Google+ Pro. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.486 PM com.apple.SecurityServer[25]: Session 100012 created
    5/24/13 4:23:39.707 PM Pin Pro for Pinterest[348]: objc[348]: Class HandCursorButton is implemented in both /Applications/Pin Pro for Pinterest.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABN ewsletter and /Applications/Pin Pro for Pinterest.app/Contents/MacOS/Pin Pro for Pinterest. One of the two will be used. Which one is undefined.
    5/24/13 4:23:46.417 PM Mint QuickView[344]: Could not find image named 'accounts'.
    5/24/13 4:23:47.947 PM usernoted[197]: Connection does not have the proper entitlement (com.apple.developer.notificationcenter-identifiers) to connect on behalf of com.apple.sociald.twitterservice.Twitter. All communication will be denied.
    5/24/13 4:23:49.075 PM librariand[342]: MMe quota status changed: under quota
    5/24/13 4:24:06.102 PM Alfred 2[264]: [TIMER] 59.030677 seconds to initialise Alfred
    5/24/13 4:24:20.647 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "Alfred 2" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:24:20.781 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "Alfred 2" after 1.15 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:24:32.998 PM prl_naptd[431]: Starting Parallels Network Daemon (proxy_mode)
    5/24/13 4:24:33.282 PM Parallels[451]: Set 'root:wheel' as owners for /Applications/Parallels Desktop.app/Contents//Library/Extensions/10.6
    5/24/13 4:24:33.591 PM Parallels[460]: Starting Parallels Dispatcher Service
    5/24/13 4:24:33.597 PM Parallels[464]: Parallels Dispatcher Service sucessfully started
    5/24/13 4:24:33.664 PM Parallels[467]: Loading kernel extension prl_usb_connect.kext
    5/24/13 4:24:35.496 PM Parallels[473]: Loading kernel extension prl_hypervisor.kext
    5/24/13 4:24:39.025 PM Parallels[482]: Loading kernel extension prl_hid_hook.kext
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtx.c:186   CPU is Intel
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypLowCache.c:201   Low cache initialized (0 kB for 0 VMs on 16384 MB)
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypApic.c:253   Host APIC base_msr 0xFEE00800 ver 0x15
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3975   [vtdInit]
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ MacACPI.cpp:40   ACPI table DMAR is not found
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:160   map: addr = 0xf0e0, size = 1024
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:213   [acpiFindRootTablePointer] Can't find RSDP!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:309   [_acpiFindTableBySig] Not found root table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3720   [vtdProcessDmarTable] Can't find DMAR table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:4014   [vtdInit] No VT-d hardware
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:174   Parallels IPI vector 0x47 shared 0
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:185   Parallels Hypervisor 8.0.18483.860857 loaded.
    5/24/13 4:24:39.402 PM Parallels[488]: Loading kernel extension prl_netbridge.kext
    5/24/13 4:24:39.000 PM kernel[0]: /prl_hid/ Parallels HID Helper started.
    5/24/13 4:24:39.905 PM Parallels[494]: Loading kernel extension prl_vnic.kext
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 has started.
    5/24/13 4:24:40.666 PM Parallels[499]: Trying to load kernel extensions, exit status: 0
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 has started.
    5/24/13 4:24:40.672 PM Parallels[502]: Starting Parallels networking...
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic0
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic1
    5/24/13 4:24:41.501 PM Parallels[509]: Parallels networking sucessfully started
    5/24/13 4:24:41.512 PM Parallels[511]: Restarting CiscoVPN
    5/24/13 4:24:41.565 PM SystemStarter[513]: Unknown service: CiscoVPN
    5/24/13 4:24:41.648 PM watchdog[525]: Start watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd (limit is 20)
    5/24/13 4:24:41.655 PM watchdog[531]: Start /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd start
    5/24/13 4:24:41.659 PM watchdog[533]: Child pid 532
    5/24/13 4:24:41.676 PM prl_naptd[532]: Starting Parallels Network Daemon
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic0: DHCP/NAT for XX.XXX.XX.1-10.XXX.XX.XXX netmask 255.255.255.0
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic1: DHCP for XX.XX.XXX.1-XX.XX.XXX.XXX netmask 255.255.255.0
    5/24/13 4:24:42.000 PM kernel[0]: vnic0: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: vnic1: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: /drv/ HypIoctls.c:608   Ioctl VT-d status: FFFFFFFD
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument

    My apologies about the wall of text. After I made my original post, I thought maybe it would better to go back and put it in a pastebin instead. I was not able to edit that post once I sent it.
    In regards to your question, the  permissions on the
    /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist file is "read and write" for system, wheel and everyone.

  • Stopping the Enterprise Manager Console (Oracle 10g on SuSE 9.1)

    I'm trying to stop the Enterprise Manager Console by issuing the command:
    ${ORACLE_HOME}/bin/emctl stop dbconsole
    Unfortunately, the command fails to stop the EM Console. Here's the output I get:
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://<hostname>:5505/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    The only way I can stop the EM Console (and related services--i.e., emagent) is to kill its process.
    Everything (Listener, DB Instance, EM Console) starts fine. I can stop the Listener and DB Instance without any problems. It's just the EM Console shutdown that doesn't happen cleanly.
    Has anyone else encountered the same condition? If so, what was the solution?
    Here's my operating environment:
    SuSE 9.1 (Kernel 2.6.5-7.108-default)
    Oracle 10g
    Thanks in advance for any help/insight.

    Has anyone else encountered the same condition? If so, what was the solution?Yes. Shutdown/reboot of the system made the error go away.
    Sorry, no better clues,
    Toni

Maybe you are looking for

  • How to connect Hard Disk with my MacBookPro

    Hello Everyone, I have recently bought MacBookPro, But i am unable to transfer the data from MAcBook to Hard Disk... Can anyone please help??

  • Any function in BPEL to decode the message??

    Hi, I am working on BPEL.I am sending a xml message as input which is getting encoded. Is there any function in bpel which will decode the message and assign to the output. please help me out of this problem Regards, mohamed

  • Calulations using TMVL SAP BPC10 NW

    Hi Experts     I am not sure if this is possible? I am trying to use script logic to forecast some balance sheet account. 1. Get prior years balance for account code AC_2016100 2. Perform a calculation using the prior years balance (cacluation AC_201

  • Your Session has Expired - iPhone SDK 3.1.2

    I am new in development. I had my activation done. I try to download from my Mac - Safari and Firefox and I have this error. Your session has expired. Please return to the ADC Member Site and attempt to download the file again. If you feel you receiv

  • Indesign: remove all inline empty frames script?

    Hi, I need to delete all inline empty frames within a document. Those inline empty frames appear after a data merge is done. Please help!