Patch Digest

Hello All,
I downloaded Oracle 11.2.0.3.0 from Oracle e-delivery cloud,
what I usually did was to check the checksum to see if my files are OK, and the was some check sum information mentioned as below:
Oracle Database 11g Release 2 (11.2.0.1.0) for AIX (PPC64)
     Download      aix.ppc64_11gR2_database_1of2.zip (1,564,425,851 bytes) (cksum - 1915658395)
     Download      aix.ppc64_11gR2_database_2of2.zip (1,007,010,341 bytes) (cksum - 1152318705)
in the following Link for example:
[http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-aixsoft-092688.html]
Now and for Oracle 11.2.0.3.0 which need a CSI number and it is on the Oracle e delivery cloud, There is a Patch Digest Information like below:
p10404530_112030_AIX64-5L_1of7.zip
SHA-1     013835....................
MD5     967FE.......................................
I do Not know how to check if my file is not corrupted and it is OK. Can you help please what is Patch Digest what steps should I do to ensure my downloaded files are OK?
Regards,

NB wrote:
Ok then What is the reason of the Patch Digest, what are SHA-1 and MD5?You might want to look at http://lmgtfy.com/?q=wikipedia+md5 or http://en.wikipedia.org/wiki/MD5
In a nutshell, these are different ways of verifying the download is correct ... each has it's benefits, drawbacks, supporters ... a bit like religion.

Similar Messages

  • How to install patchs in linux

    Hi Friends,
    I am new person. How do I install oracle patchs in linux redhat 5.0 system?
    Plz show me some steps in detail.
    Thanks,
    Jim

    Hi Jim
    Sorry for the late answer.
    What patches are we taking about?
    Oracle patches? Yes then you have to use
    0. First read the installation note given on metalink it gives your a detailled description what shall be done.
    In metalink go to Patches & updates
    make a simple search on your patch and read the read me file
    Please control also that the file downloaded is consitent by controlling the value of the "patch digest"
    for example :
    File      Digests
    p7369190_10203_Linux-x86-64.zip      
    SHA-1      295AF3B7585BB00093CF7DB25A314E750B3A76AE
    MD5      7D1C9C9B36D646E557DE250458067B1B
    i.e.
    to list all the installed patches :
    $ORACLE_HOME/OPatch/opatch lsinventory
    unzip p7369190_10203_<platform>.zip
    cd 7369190
    opatch napply -skip_subset -skip_duplicate
    And if the patch is changing something in the datadictionary :
    cd $ORACLE_HOME/cpu/CPUOct2008
    sqlplus /nolog
    SQL> CONNECT / AS SYSDBA
    SQL> STARTUP
    SQL> @catcpu.sql
    SQL> QUIT
    cd $ORACLE_HOME/rdbms/admin
    sqlplus /nolog
    SQL> CONNECT / AS SYSDBA
    SQL> @utlrp.sql
    You can check for any invalid objects by executing following statement:
    SQL> SELECT OBJECT_NAME FROM DBA_OBJECTS WHERE STATUS= 'INVALID';
    Voilà !
    more question please ask!
    Edited by: Hub on Oct 29, 2008 10:33 AM
    Edited by: Hub on Oct 29, 2008 10:35 AM

  • Could not verify signing in patched jar

    I have encountered a strange bug in JWS verification of the signing of a resource updated via a jardiff patch.
    We have a jar resource where the only change is the contents of a text file, and when the webstart client downloads the patch created by the jnlp-servlet, it reports:
    Could not verify signing in resource: (http://oas-psolis-test.health.wa.gov.au:9002/PSOLIS-SwingApp-TES/PSOLIS-GUI-graphics.jar, 1.2)
    The wrapped exception is:
    java.lang.SecurityException: SHA1 digest error for Themes/DESERT.properties
    at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:191)
    at java.util.jar.JarVerifier.processEntry(JarVerifier.java:207)
    at java.util.jar.JarVerifier.update(JarVerifier.java:194)
    at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:380)
    at com.sun.javaws.security.SigningInfo.checkSigning(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:536)
    v1.2 is the new version of the jar in question (PSOLIS-GUI-graphics.jar). DESERT.properties is NOT the changed text file, but rather another text file which has not changed (ie: being used from the v1.1 previously downloaded).
    The patch jar contains an essentially empty index.jd file, with just the line:
    version 1.0
    As you can tell from the above, no resources have been renamed, just one text/properties file has different contents (so this is not immediately obviously <http://developer.java.sun.com/developer/bugParade/bugs/4474211.html> - but regarding 4474211, how does one enable the -nonminimal switch to jardiff from the JNLP servlet?).
    Nor is it obvious that this is an instance of bug 4739089 <http://developer.java.sun.com/developer/bugParade/bugs/4739089.html>
    As you would expect, the patch jar file also contains the modified text file, plus the manifest.mf and the signing data files.
    If I delete the webstart cache first the application downloads and runs fine (which proves there is nothing wrong with the signing in this jar). Another workaround is not to include the base/old version (v1.1) of the jar in the war.
    Both these workarounds are impractical - I can't get all the users to delete their webstart caches on each new version (of which we have many (both users and version releases)), and my build/deploy process automatically creates versioned jars (based on whether any source files have changed), I would need to modify my process to never provide diffs for this very large jar (and perhaps, any of my jars?), and hence lose jardiffing benefits altogether (I just spent a long time developing this build process to automate versioned jars for webstart!)
    These jar files are never altered once created, and the signing is the last stage of creating the jar files (though as I mentioned above, that the signatures are fine is demonstrated by both workarounds, it is only the patching which causes the issue).
    We have reproduced this problem using both JWS v1.4.1 clients and JWS v1.0.1 (from JRE v1.4.0) client - our users use the latter as they require support for Windows 95, sigh.
    While I have a copy of a v1.4.1 cache in a state from which I can reproduce the error, I haven't managed to get a case where I can clear the cache, deploy version A, download it, deploy version B and download it to reproduce the error. This means that I haven't got a process to setup a test of v1.4.2_02 of JWS.
    I am using the jnlp-servlet.jar from the "JNLP Developers Pack v1.2 FCS".
    Has anyone else encountered a similar problem, or know of a solution (which works with the 1.0.1 JWS client for long suffering 95 users)?
    An interesting side-note for OC4J standalone users - when oc4j expands the EAR (and its component WAR files) under the j2ee/home/applications directory, it does not clear out the old contents from any previous deployment of the same application (name) - I modified my deploy to not include previous jar versions, and yet the client was still patching - because the old jar file versions were left there by oc4j, joy!

    Even I am facing a similar kind of problem. When webstart is downloading JRE_1.4.2_02.jar, I am getting the following error the very time itself.
    java.lang.SecurityException: SHA1 digest error for jre.jar
         at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
         at com.sun.javaws.security.SigningInfo.checkSigning(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    JRE_1.4.2_02.jar is a signed and verified jar that contains jre.jar. This is being downloaded on to the client for the first time. Webstart version used is 1.0.1. Can any tell me what may be the problem?

  • WSM-00061 : Signature digest verification failure

    Currently Im having some difficulties to decrypt a message that was encrypted using WSM_PolicyName: oracle/wss11_username_token_with_message_protection_service_policy.
    I've attached this policy to a SOA Suite 11g PS3 - SOAP Web service service and Im calling this service from a .Net client. It looks like the content of the response has some CR LF's or other invallid characters. I've already tried removing those using XSLT but no luck so far.
    Anyone faced the same problem and solved it. Any tips/tricks are also welcome.
    Here are some serverlogging snippets:
    oracle.wsm.security.SecurityException: WSM-00061 : Signature digest verification failure.
         at oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor.verify(Wss11MessageSecurityProcessor.java:401)
         at oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor.verify(Wss11X509TokenProcessor.java:647)
         at oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor.receiveRequest(Wss11UsernameWithCertsScenarioExecutor.java:134)
         at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.execute(SecurityScenarioExecutor.java:530)
         at oracle.wsm.policyengine.impl.runtime.AssertionExecutor.execute(AssertionExecutor.java:41)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeSimpleAssertion(WSPolicyRuntimeExecutor.java:608)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeAndAssertion(WSPolicyRuntimeExecutor.java:335)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.execute(WSPolicyRuntimeExecutor.java:282)
         at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:102)
         at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:915)
         at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:436)
         at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:94)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:91)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:232)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:153)
         at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:562)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:902)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:220)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
         at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [2012-04-25T17:32:54.562+02:00] [soa_server1] [ERROR] [WSM-00006] [oracle.wsm.resources.security] [host: WNSB01] [nwaddr: xxx.xx.x.xx] [tid: [ACTIVE].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JRe8ZthFg4K6yVaeMG1F^I150018nS,0] [WEBSERVICE_PORT.name: IObjectIS_pt] [APP: soa-infra] [WSM_OperationName: unknown] [J2EE_MODULE.name: fabric] [dcid: 26e72e9850f41d50:-6f3ca2ad:136ceebf996:-7fff-000000000000f8f5] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: ObjectISService11MP_ep] [WSM_PolicyVersion: 3] [WSM_LogType: Request] [WSM_RemoteAddress: 172.18.3.49] [WSM_ServiceID: soa-infra/ObjectIS/ObjectISService11MP_ep] [WSM_PolicyName: oracle/wss11_username_token_with_message_protection_service_policy] [arg: oracle.wsm.security.SecurityException: WSM-00061 : Signature digest verification failure.] Error in receiving the request: oracle.wsm.security.SecurityException: WSM-00061 : Signature digest verification failure..
    [2012-04-25T17:32:54.562+02:00] [soa_server1] [TRACE:32] [] [oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor] [host: WNSB01] [nwaddr: 172.18.1.11] [tid: [ACTIVE].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JRe8ZthFg4K6yVaeMG1F^I150018nS,0] [SRC_CLASS: oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor] [WSM_OperationName: unknown] [dcid: 26e72e9850f41d50:-6f3ca2ad:136ceebf996:-7fff-000000000000f8f5] [SRC_METHOD: receiveRequest] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: ObjectISService11MP_ep] [WSM_LogType: Request] [WSM_PolicyName: oracle/wss11_username_token_with_message_protection_service_policy] [WEBSERVICE_PORT.name: IObjectIS_pt] [APP: soa-infra] [J2EE_MODULE.name: fabric] [WSM_PolicyVersion: 3] [WSM_RemoteAddress: 172.18.3.49] [WSM_ServiceID: soa-infra/ObjectIS/ObjectISService11MP_ep] Failed to receive request[[
    oracle.wsm.security.SecurityException: WSM-00061 : Signature digest verification failure.
         at oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor.verify(Wss11MessageSecurityProcessor.java:401)
         at oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor.verify(Wss11X509TokenProcessor.java:647)
         at oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor.receiveRequest(Wss11UsernameWithCertsScenarioExecutor.java:134)
         at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.execute(SecurityScenarioExecutor.java:530)
         at oracle.wsm.policyengine.impl.runtime.AssertionExecutor.execute(AssertionExecutor.java:41)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeSimpleAssertion(WSPolicyRuntimeExecutor.java:608)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeAndAssertion(WSPolicyRuntimeExecutor.java:335)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.execute(WSPolicyRuntimeExecutor.java:282)
         at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:102)
         at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:915)
         at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:436)
         at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:94)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:91)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:232)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:153)
         at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:562)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:902)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:220)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
         at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Regards,
    Melvin

    After some research at support.oracle.com I've found the following:
    Bug 9399779: .NET CLIENT TO COMPOSITES SECURED WITH OWSM POLICY FAILS AS DIGEST MISMATCH
    We are now going to apply:
    Patch 9749456: SIGNATURE DIGEST VERIFICATION FAILURE WHEN USING OSDT LIBRARIES
    I'll keep you informed.
    Regards,
    Melvin

  • After updating Safari to the latest patch 7.1.2 on December 30, 2014 on OS X Maverick, my safari became unresponsive

    After updating Safari to the latest patch 7.1.2 on December 30, 2014 on OS X Maverick, my safari became unresponsive at times.  It freezes the whole MacBook air for a few minutes, then comes back.  Pages can be very slow to load.  I have rebooted the modem, no change.  Does anyone else have the problem?

    Unfortunately, my macbook air did it again.  It freezes, not only Safari but it takes around 15 to 20 seconds to go from one application/screen to another.  I had to force quit Safari and restart my computer.  Here is the log from the console.  Any idea.  I did what was indicated at the front of the message.
    1/14/15 16:35:26.864 loginwindow[94]: Could not find image named 'NSApplication'.
    1/14/15 16:36:23.858 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "loginwindow" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:36:23.862 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "loginwindow" after 12.01 seconds (server forcibly re-enabled them after 12.00 seconds)
    1/14/15 16:36:37.276 loginwindow[94]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:36:37.277 loginwindow[94]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:36:43.481 com.apple.launchd[1]: (com.apple.WebKit.WebContent.4E484BF4-37DC-42BD-9F76-7B2DEC650D14[242]) Exited with code: 1
    1/14/15 16:36:43.481 com.apple.launchd[1]: (com.apple.WebKit.WebContent.444AB69E-17A3-46A5-A59B-2D3769D3962B[241]) Exited with code: 1
    1/14/15 16:36:43.485 com.apple.launchd[1]: (com.apple.WebKit.WebContent.7AA29F45-408A-4E65-9DA2-14E6420F568B[239]) Exited with code: 1
    1/14/15 16:36:43.485 com.apple.launchd[1]: (com.apple.WebKit.WebContent.1A62BC23-A16D-4255-8E63-4DEA0680CEC0[238]) Exited with code: 1
    1/14/15 16:36:43.486 com.apple.launchd[1]: (com.apple.WebKit.WebContent.E0A5134F-2FD3-4D57-8779-EC6107A721C6[240]) Exited with code: 1
    1/14/15 16:36:43.546 com.apple.launchd.peruser.501[158]: ([0x0-0x8008].com.apple.Safari[172]) Exited: Terminated: 15
    1/14/15 16:36:43.807 com.apple.launchd[1]: (com.apple.WebKit.WebContent.22F673ED-6F47-4CE5-96D5-9BD6D810E27C[2799]) Exited with code: 1
    1/14/15 16:36:44.009 com.apple.launchd[1]: (com.apple.WebKit.WebContent.141477D3-4C3A-4300-AB8E-E8557475588A[1555]) Exited with code: 1
    1/14/15 16:36:44.439 com.apple.launchd[1]: (com.apple.WebKit.WebContent.506AE069-5EEC-4590-9EDC-35BF101F8A8D[235]) Exited with code: 1
    1/14/15 16:36:44.481 com.apple.launchd[1]: (com.apple.WebKit.Networking.7BEC76D4-5005-4D80-B668-BE204E0C3891[234]) Exited with code: 1
    1/14/15 16:36:44.747 com.apple.launchd[1]: (com.apple.WebKit.Plugin.64.9D503386-E4EB-4B7D-8DB4-6F0E3CACC339[2863]) Exited with code: 1
    1/14/15 16:36:44.797 com.apple.launchd[1]: (com.apple.WebKit.WebContent.0A790648-8E71-465E-81C2-CF8085C57CED[608]) Exited with code: 1
    1/14/15 16:36:44.926 com.apple.launchd[1]: (com.apple.WebKit.WebContent.83D4819A-E0BA-413D-B2B8-83C2A2E4E80E[2593]) Exited with code: 1
    1/14/15 16:36:45.059 com.apple.launchd[1]: (com.apple.WebKit.WebContent.FB81B203-3A91-4003-9453-CA869E2D0D6F[1212]) Exited with code: 1
    1/14/15 16:36:56.000 kernel[0]: memorystatus_thread: idle exiting pid 3132 [com.apple.iCloud]
    1/14/15 16:36:56.364 com.apple.launchd[1]: (com.apple.iCloudHelper[3132]) Exited: Killed: 9
    1/14/15 16:36:56.000 kernel[0]: memorystatus_thread: idle exiting pid 3130 [CloudKeychainPro]
    1/14/15 16:36:56.601 secd[3098]:  handle_xpc_event >>>>> handle_connection_event via event_handler <<<<<, ***?
    1/14/15 16:36:56.602 com.apple.launchd.peruser.501[158]: (com.apple.security.cloudkeychainproxy3[3130]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    1/14/15 16:36:56.602 com.apple.launchd.peruser.501[158]: (com.apple.security.cloudkeychainproxy3[3130]) assertion failed: 13F34: launchd + 43321 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0x9
    1/14/15 16:36:56.000 kernel[0]: memorystatus_thread: idle exiting pid 3129 [WiFiKeychainProx]
    1/14/15 16:36:56.853 com.apple.launchd.peruser.501[158]: (com.apple.wifi.WiFiKeychainProxy[3129]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    1/14/15 16:36:56.853 com.apple.launchd.peruser.501[158]: (com.apple.wifi.WiFiKeychainProxy[3129]) assertion failed: 13F34: launchd + 43321 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0x9
    1/14/15 16:36:57.000 kernel[0]: memorystatus_thread: idle exiting pid 3098 [secd]
    1/14/15 16:36:57.101 com.apple.internetaccounts[3079]: xpc __securityd_create_connection_block_invoke got event: Connection interrupted
    1/14/15 16:36:57.105 CalendarAgent[226]: xpc __securityd_create_connection_block_invoke got event: Connection interrupted
    1/14/15 16:36:57.113 com.apple.launchd.peruser.501[158]: (com.apple.secd[3098]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    1/14/15 16:36:57.113 com.apple.launchd.peruser.501[158]: (com.apple.secd[3098]) assertion failed: 13F34: launchd + 43321 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0x9
    1/14/15 16:36:57.169 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.221 Dock[180]: CGSReleaseWindow: Invalid window 149
    1/14/15 16:36:57.255 com.apple.launchd[1]: (com.apple.internetaccounts[3079]) Exited: Killed: 9
    1/14/15 16:36:57.255 com.apple.launchd.peruser.501[158]: (com.apple.noticeboard.agent[1266]) Exited: Killed: 9
    1/14/15 16:36:57.256 com.apple.launchd.peruser.501[158]: (com.apple.EscrowSecurityAlert[461]) Exited: Killed: 9
    1/14/15 16:36:57.342 loginwindow[94]: ERROR | -[ApplicationManager(AppleEventHandling) sendQuitEventToApp:withDelay:] | sendQuitEventToApp (gamed): AESendMessage returned error -600
    1/14/15 16:36:57.343 loginwindow[94]: ERROR | -[Application terminate] | Application terminate returned 3
    1/14/15 16:36:57.357 com.apple.launchd.peruser.501[158]: ([0x0-0x32032].com.apple.AppleSpell[280]) Exited: Killed: 9
    1/14/15 16:36:57.362 com.apple.launchd.peruser.501[158]: (com.apple.UserEventAgent-Aqua[162]) Exited: Killed: 9
    1/14/15 16:36:57.378 UserEventAgent[11]: Captive: [UserAgentDied:142] User Agent @port=64007 Died
    1/14/15 16:36:57.385 Office365Service[3115]: System shutdown notification
    1/14/15 16:36:57.389 com.apple.launchd.peruser.501[158]: (com.apple.iTunesHelper.30128[269]) Exited with code: 1
    1/14/15 16:37:00.967 com.apple.launchd[1]: (com.apple.WebKit.WebContent.9A4E69CE-A0AC-44EA-870F-E954975402E3[667]) Exited with code: 1
    1/14/15 16:37:07.436 loginwindow[94]: ERROR | -[ApplicationManager quitPrivateProcesses] | Private process did not quit
    1/14/15 16:37:07.582 sessionlogoutd[3162]: sessionlogoutd Launched
    1/14/15 16:37:07.605 loginwindow[94]: ERROR | -[Application hardKill:] | Application hardKill returned -600
    1/14/15 16:37:07.606 loginwindow[94]: ERROR | -[Application hardKill:] | Application hardKill returned -600
    1/14/15 16:37:07.607 loginwindow[94]: ERROR | -[Application hardKill:] | Application hardKill returned 3
    1/14/15 16:37:07.627 sessionlogoutd[3162]: DEAD_PROCESS: 94 console
    1/14/15 16:37:07.767 shutdown[3163]: reboot by _netbios:
    1/14/15 16:37:07.000 kernel[0]: Kext loading now disabled.
    1/14/15 16:37:07.000 kernel[0]: Kext unloading now disabled.
    1/14/15 16:37:07.000 kernel[0]: Kext autounloading now disabled.
    1/14/15 16:37:07.000 kernel[0]: Kernel requests now disabled.
    1/14/15 16:37:07.768 shutdown[3163]: SHUTDOWN_TIME: 1421271427 767697
    1/14/15 16:37:15.000 bootlog[0]: BOOT_TIME 1421271435 0
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 kernel[0]: Longterm timer threshold: 1000 ms
    1/14/15 16:37:17.000 kernel[0]: PMAP: PCID enabled
    1/14/15 16:37:17.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    1/14/15 16:37:17.000 kernel[0]: Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    1/14/15 16:37:17.000 kernel[0]: vm_page_bootstrap: 928745 free pages and 111639 wired pages
    1/14/15 16:37:17.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    1/14/15 16:37:17.000 kernel[0]: zone leak detection enabled
    1/14/15 16:37:17.000 kernel[0]: "vm_compressor_mode" is 4
    1/14/15 16:37:17.000 kernel[0]: standard timeslicing quantum is 10000 us
    1/14/15 16:37:17.000 kernel[0]: standard background quantum is 2500 us
    1/14/15 16:37:17.000 kernel[0]: mig_table_max_displ = 74
    1/14/15 16:37:17.000 kernel[0]: TSC Deadline Timer supported and enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    1/14/15 16:37:17.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    1/14/15 16:37:17.000 kernel[0]: calling mpo_policy_init for Sandbox
    1/14/15 16:37:17.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    1/14/15 16:37:17.000 kernel[0]: calling mpo_policy_init for Quarantine
    1/14/15 16:37:17.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    1/14/15 16:37:17.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    1/14/15 16:37:17.000 kernel[0]: The Regents of the University of California. All rights reserved.
    1/14/15 16:37:17.000 kernel[0]: MAC Framework successfully initialized
    1/14/15 16:37:17.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    1/14/15 16:37:17.000 kernel[0]: AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
    1/14/15 16:37:17.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:103
    1/14/15 16:37:17.000 kernel[0]: ACPI: sleep states S0 S3 S4 S5
    1/14/15 16:37:17.000 kernel[0]: pci (build 20:04:33 Aug 17 2014), flags 0x63408, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    1/14/15 16:37:17.000 kernel[0]: [ PCI configuration begin ]
    1/14/15 16:37:17.000 kernel[0]: console relocated to 0x7f90000000
    1/14/15 16:37:17.000 kernel[0]: [ PCI configuration end, bridges 12, devices 14 ]
    1/14/15 16:37:17.000 kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssDmac did show up, fDmacService 0xffffff801b8a8000
    1/14/15 16:37:17.000 kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssGspi channel# 1 did show up, gspi 0xffffff807af57000
    1/14/15 16:37:17.000 kernel[0]: AppleHSSPIController::start Start Succeeded
    1/14/15 16:37:17.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    1/14/15 16:37:17.000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    1/14/15 16:37:17.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    1/14/15 16:37:17.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    1/14/15 16:37:17.000 kernel[0]: rooting via boot-uuid from /chosen: 31535BED-E265-3C10-8639-8F51A6A8DF7C
    1/14/15 16:37:17.000 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>
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    1/14/15 16:37:17.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP06@1C,5/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SD0128F Media/IOGUIDPartitionScheme/Customer@2
    1/14/15 16:37:17.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    1/14/15 16:37:17.000 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    1/14/15 16:37:17.000 kernel[0]: srom rev:11
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.551559: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.551575: Data written into the PLL_CNTRL_ADDR2: 00000c31
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.551631: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.558860: BTCOEXIST off
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.559204: BRCM tunables:
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.559212:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.559823: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xb0600004]
    1/14/15 16:37:17.000 kernel[0]: 6.30.223.154 (r420397)
    1/14/15 16:37:17.000 kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    1/14/15 16:37:17.000 kernel[0]: [AppleMultitouchDevice::start] entered
    1/14/15 16:37:17.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    1/14/15 16:37:17.000 kernel[0]: XCPM: registered
    1/14/15 16:37:17.000 kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    1/14/15 16:37:17.000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    1/14/15 16:37:17.000 kernel[0]: IOThunderboltSwitch<0xffffff801b8eca00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    1/14/15 16:37:17.000 kernel[0]: IOThunderboltSwitch<0xffffff801b8eca00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    1/14/15 16:37:15.309 com.apple.launchd[1]: *** launchd[1] has started up. ***
    1/14/15 16:37:15.309 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    1/14/15 16:37:17.215 com.apple.SecurityServer[15]: Session 100000 created
    1/14/15 16:37:17.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    1/14/15 16:37:17.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    1/14/15 16:37:17.391 com.apple.SecurityServer[15]: Entering service
    1/14/15 16:37:17.000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    1/14/15 16:37:17.451 configd[18]: dhcp_arp_router: en0 SSID unavailable
    1/14/15 16:37:17.461 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/14/15 16:37:17.471 UserEventAgent[11]: Captive: CNPluginHandler en0: Inactive
    1/14/15 16:37:17.000 kernel[0]: Waiting for DSMOS...
    1/14/15 16:37:17.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/14/15 16:37:17.550 configd[18]: setting hostname to "Philippes-MacBook-Air.local"
    1/14/15 16:37:17.562 configd[18]: network changed.
    1/14/15 16:37:17.000 kernel[0]: init
    1/14/15 16:37:17.000 kernel[0]: probe
    1/14/15 16:37:17.000 kernel[0]: start
    1/14/15 16:37:17.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::init
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::probe
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff80a9bbd000 (len=65536)
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff80aa362000 (len=268435456)
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff801c888300 (len=1048576)
    1/14/15 16:37:17.000 kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    1/14/15 16:37:17.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    1/14/15 16:37:17.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: Previous Shutdown Cause: 3
    1/14/15 16:37:17.000 kernel[0]: IOBluetoothUSBDFU::probe
    1/14/15 16:37:17.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0079
    1/14/15 16:37:17.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x9000 ****
    1/14/15 16:37:17.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x9000 ****
    1/14/15 16:37:17.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x9000
    1/14/15 16:37:17.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    1/14/15 16:37:17.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xd140 -- 0x8000 -- 0x9000 ****
    1/14/15 16:37:17.000 kernel[0]: DSMOS has arrived
    1/14/15 16:37:17.000 kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    1/14/15 16:37:17.000 kernel[0]: IOPPF: XCPM mode
    1/14/15 16:37:17.000 kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path_object = 0xffffff801b477340
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path = IOACPIPlane:/_SB/PCI0@0/RP02@1c0001/CMRA@0
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_device_entry = 0xffffff801b82e300
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIDevice = 0xffffff801b82e300
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIPowerEnabled = 1
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::power_off_hardware
    1/14/15 16:37:18.127 mDNSResponder[41]: mDNSResponder mDNSResponder-522.92.1 (Jul 27 2014 17:31:49) starting OSXVers 13
    1/14/15 16:37:18.132 networkd[42]: networkd.42 built Aug 24 2013 22:08:46
    1/14/15 16:37:18.000 kernel[0]: AppleCamIn::initForPM
    1/14/15 16:37:18.000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    1/14/15 16:37:18.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x9000 ****
    1/14/15 16:37:18.220 systemkeychain[46]: done file: /var/run/systemkeychaincheck.done
    1/14/15 16:37:18.233 configd[18]: network changed: DNS*
    1/14/15 16:37:18.236 configd[18]: network changed: DNS*
    1/14/15 16:37:18.237 mDNSResponder[41]: D2D_IPC: Loaded
    1/14/15 16:37:18.237 mDNSResponder[41]: D2DInitialize succeeded
    1/14/15 16:37:18.239 mDNSResponder[41]:   4: Listening for incoming Unix Domain Socket client requests
    1/14/15 16:37:18.240 mDNSResponder[41]: Adding registration domain 1109319984.members.btmm.icloud.com.
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA789007360 Philippes-MacBook-Air.local. (AAAA) that's already in the list
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA7890077F0 C.6.0.2.8.A.E.F.F.F.8.3.9.F.E.5.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA78A00BD60 Philippes-MacBook-Air.local. (Addr) that's already in the list
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA78A00C1F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    1/14/15 16:37:18.257 awacsd[59]: Starting awacsd connectivity_executables-97.1 (Jul 27 2014 17:02:42)
    1/14/15 16:37:18.347 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    1/14/15 16:37:18.407 awacsd[59]: Configuring lazy AWACS client: 1109319984.p04.members.btmm.icloud.com.
    1/14/15 16:37:18.449 awacsd[59]: KV HTTP 0
    1/14/15 16:37:18.501 locationd[64]: NBB-Could not get UDID for stable refill timing, falling back on random
    1/14/15 16:37:18.528 locationd[64]: Location icon should now be in state 'Inactive'
    1/14/15 16:37:19.000 kernel[0]: hfs: mounted Recovery HD on device disk0s3
    1/14/15 16:37:19.393 fseventsd[39]: Logging disabled completely for device:1: /Volumes/Recovery HD
    1/14/15 16:37:19.000 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    1/14/15 16:37:19.000 kernel[0]: hmm.. mismatch sizes: 3100 vs 20
    1/14/15 16:37:19.000 kernel[0]: fGPUIdleIntervalMS = 0
    1/14/15 16:37:19.000 kernel[0]: fGPUIdleIntervalMS = 0
    1/14/15 16:37:19.000 kernel[0]: fGPUIdleIntervalMS = 0
    1/14/15 16:37:19.000 kernel[0]: en1: promiscuous mode enable succeeded
    1/14/15 16:37:20.000 kernel[0]: VM Swap Subsystem is ON
    1/14/15 16:37:20.104 loginwindow[94]: Login Window Application Started
    1/14/15 16:37:20.109 hidd[99]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    1/14/15 16:37:20.110 hidd[99]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    1/14/15 16:37:20.119 kdc[97]: label: default
    1/14/15 16:37:20.119 kdc[97]: dbname: od:/Local/Default
    1/14/15 16:37:20.119 kdc[97]: mkey_file: /var/db/krb5kdc/m-key
    1/14/15 16:37:20.119 kdc[97]: acl_file: /var/db/krb5kdc/kadmind.acl
    1/14/15 16:37:20.147 digest-service[111]: label: default
    1/14/15 16:37:20.148 digest-service[111]: dbname: od:/Local/Default
    1/14/15 16:37:20.148 digest-service[111]: mkey_file: /var/db/krb5kdc/m-key
    1/14/15 16:37:20.148 digest-service[111]: acl_file: /var/db/krb5kdc/kadmind.acl
    1/14/15 16:37:20.154 digest-service[111]: digest-request: uid=0
    1/14/15 16:37:20.176 com.apple.usbmuxd[78]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    1/14/15 16:37:20.000 kernel[0]: Unrecognized reportID 0x02
    1/14/15 16:37:20.212 digest-service[111]: digest-request: netr probe 0
    1/14/15 16:37:20.213 digest-service[111]: digest-request: init request
    1/14/15 16:37:20.222 kdc[97]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    1/14/15 16:37:20.222 digest-service[111]: digest-request: init return domain: BUILTIN server: PHILIPPES-MACBOOK-AIR indomain was: <NULL>
    1/14/15 16:37:20.347 kdc[97]: KDC started
    1/14/15 16:37:20.370 revisiond[85]: "/.vol/16777218/2/.DocumentRevisions-V100/.cs/ChunkStorage/0/0/0/21" does not exist, rowID:21
    1/14/15 16:37:20.370 WindowServer[117]: Server is starting up
    1/14/15 16:37:20.371 revisiond[85]: There was a problem compacting SF ftRowId:21, rc:-1
    1/14/15 16:37:20.374 WindowServer[117]: Session 256 retained (2 references)
    1/14/15 16:37:20.374 WindowServer[117]: Session 256 released (1 references)
    1/14/15 16:37:20.381 mds[91]: (Normal) FMW: FMW 0 0
    1/14/15 16:37:20.393 WindowServer[117]: Session 256 retained (2 references)
    1/14/15 16:37:20.396 WindowServer[117]: init_page_flip: page flip mode is on
    1/14/15 16:37:20.529 airportd[110]: airportdProcessDLILEvent: en0 attached (up)
    1/14/15 16:37:20.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    1/14/15 16:37:20.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init() <p2p> role 1
    1/14/15 16:37:20.546 WindowServer[117]: Found 16 modes for display 0x00000000 [16, 0]
    1/14/15 16:37:20.593 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.628 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.630 WindowServer[117]: mux_initialize: Couldn't find any matches
    1/14/15 16:37:20.632 WindowServer[117]: Found 16 modes for display 0x00000000 [16, 0]
    1/14/15 16:37:20.636 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.636 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.672 WindowServer[117]: WSMachineUsesNewStyleMirroring: true
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x042737c0: GL mask 0x1; bounds (0, 0)[1440 x 900], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cdf, S/N 0, Unit 0, Rotation 0
    UUID 0xea8876a9951cb458a16805bc015c42a8
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.674 WindowServer[117]: 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 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.688 WindowServer[117]: WSSetWindowTransform: Singular matrix
    1/14/15 16:37:20.688 WindowServer[117]: WSSetWindowTransform: Singular matrix
    1/14/15 16:37:20.705 WindowServer[117]: Display 0x042737c0: GL mask 0x1; bounds (0, 0)[1440 x 900], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cdf, S/N 0, Unit 0, Rotation 0
    UUID 0xea8876a9951cb458a16805bc015c42a8
    1/14/15 16:37:20.705 WindowServer[117]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.706 WindowServer[117]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.706 WindowServer[117]: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.706 WindowServer[117]: CGXPerformInitialDisplayConfiguration
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x042737c0: Unit 0; Vendor 0x610 Model 0x9cdf S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    1/14/15 16:37:20.726 WindowServer[117]: GLCompositor: GL renderer id 0x01024500, GL mask 0x0000000f, accelerator 0x0000368b, unit 0, caps QEX|MIPMAP, vram 1536 MB
    1/14/15 16:37:20.726 WindowServer[117]: GLCompositor: GL renderer id 0x01024500, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    1/14/15 16:37:20.726 WindowServer[117]: GLCompositor enabled for tile size [256 x 256]
    1/14/15 16:37:20.726 WindowServer[117]: CGXGLInitMipMap: mip map mode is on
    1/14/15 16:37:20.734 loginwindow[94]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    1/14/15 16:37:20.848 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:20.905 launchctl[129]: com.apple.findmymacmessenger: Already loaded
    1/14/15 16:37:20.924 com.apple.SecurityServer[15]: Session 100004 created
    1/14/15 16:37:20.999 loginwindow[94]: Setting the initial value of the magsave brightness level 2
    1/14/15 16:37:21.020 UserEventAgent[130]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/14/15 16:37:21.065 loginwindow[94]: Login Window Started Security Agent
    1/14/15 16:37:21.155 SecurityAgent[137]: This is the first run
    1/14/15 16:37:21.155 SecurityAgent[137]: MacBuddy was run = 0
    1/14/15 16:37:21.179 WindowServer[117]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042737c0 device: 0x7f91baf023f0  isBackBuffered: 1 numComp: 3 numDisp: 3
    1/14/15 16:37:21.179 WindowServer[117]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f91baf023f0) - enabling OpenGL
    1/14/15 16:37:21.000 kernel[0]: en0: 802.11d country code set to 'US'.
    1/14/15 16:37:21.000 kernel[0]: en0: 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 144 149 153 157 161 165
    1/14/15 16:37:21.000 kernel[0]: ARPT: 7.337263: MacAuthEvent en0   Auth result for: 00:1f:90:e6:62:28  MAC AUTH succeeded
    1/14/15 16:37:21.000 kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    1/14/15 16:37:21.000 kernel[0]: AirPort: Link Up on en0
    1/14/15 16:37:21.000 kernel[0]: en0: BSSID changed to 00:1f:90:e6:62:28
    1/14/15 16:37:21.875 parentalcontrolsd[147]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    1/14/15 16:37:22.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/14/15 16:37:22.689 WindowServer[117]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    1/14/15 16:37:22.724 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:22.755 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:23.039 configd[18]: network changed: DNS* Proxy
    1/14/15 16:37:23.042 UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en0: SSID '889W0' making interface primary (protected network)
    1/14/15 16:37:23.042 UserEventAgent[11]: Captive: CNPluginHandler en0: Evaluating
    1/14/15 16:37:23.045 UserEventAgent[11]: Captive: en0: Probing '889W0'
    1/14/15 16:37:23.049 configd[18]: network changed: v4(en0!:192.168.1.7) DNS+ Proxy+ SMB
    1/14/15 16:37:24.137 configd[18]: setting hostname to "philippes-air.home"
    1/14/15 16:37:24.188 UserEventAgent[11]: Captive: CNPluginHandler en0: Authenticated
    1/14/15 16:37:25.043 ntpd[74]: proto: precision = 1.000 usec
    1/14/15 16:37:25.400 apsd[61]: Unrecognized leaf certificate
    1/14/15 16:37:25.000 kernel[0]: utun_ctl_connect: creating interface utun0
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[500] (Can't assign requested address).
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[500]: because interface address is/was not ready (flags 2).
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[4500] (Can't assign requested address).
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[4500]: because interface address is/was not ready (flags 2).
    1/14/15 16:37:25.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/14/15 16:37:31.475 SecurityAgent[137]: User info context values set for Pbeaurain
    1/14/15 16:37:32.000 SecurityAgent[137]: Login Window login proceeding
    1/14/15 16:37:32.233 loginwindow[94]: Login Window - Returned from Security Agent
    1/14/15 16:37:32.253 loginwindow[94]: USER_PROCESS: 94 console
    1/14/15 16:37:32.300 airportd[110]: _doAutoJoin: Already associated to “889W0”. Bailing on auto-join.
    1/14/15 16:37:32.000 kernel[0]: AppleKeyStore:Sending lock change 0
    1/14/15 16:37:32.390 com.apple.launchd.peruser.501[158]: Background: Aqua: Registering new GUI session.
    1/14/15 16:37:32.408 com.apple.launchd.peruser.501[158]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    1/14/15 16:37:32.409 com.apple.launchd.peruser.501[158]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    1/14/15 16:37:32.412 launchctl[161]: com.apple.pluginkit.pkd: Already loaded
    1/14/15 16:37:32.412 launchctl[161]: com.apple.sbd: Already loaded
    1/14/15 16:37:32.424 distnoted[163]: # distnote server agent  absolute time: 17.144346298   civil time: Wed Jan 14 16:37:32 2015   pid: 163 uid: 501  root: no
    1/14/15 16:37:32.865 WindowServer[117]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    1/14/15 16:37:33.189 sharingd[192]: Starting Up...
    1/14/15 16:37:33.199 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:33.904 com.apple.SecurityServer[15]: Session 100008 created
    1/14/15 16:37:33.980 xpcproxy[202]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    1/14/15 16:37:34.020 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:34.170 xpcproxy[207]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    1/14/15 16:37:34.247 com.apple.IconServicesAgent[209]: IconServicesAgent launched.
    1/14/15 16:37:34.279 com.apple.SecurityServer[15]: Session 100010 created
    1/14/15 16:37:34.793 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.77 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:34.828 SystemUIServer[179]: Cannot find executable for CFBundle 0x7fea32d55bc0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    1/14/15 16:37:34.853 SystemUIServer[179]: Cannot find executable for CFBundle 0x7fea32d7e170 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    1/14/15 16:37:34.854 SystemUIServer[179]: Cannot find executable for CFBundle 0x7fea32d7e950 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    1/14/15 16:37:35.250 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    1/14/15 16:37:35.250 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/14/15 16:37:35.281 com.apple.audio.DriverHelper[215]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/14/15 16:37:35.281 com.apple.audio.DriverHelper[215]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/14/15 16:37:35.281 com.apple.audio.DriverHelper[215]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    1/14/15 16:37:35.461 coreaudiod[181]: 2015-01-14 04:37:35.460687 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    1/14/15 16:37:35.513 SystemUIServer[179]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:37:35.513 SystemUIServer[179]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:37:35.742 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:35.823 accountsd[227]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    1/14/15 16:37:35.857 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.12 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:35.898 UserEventAgent[162]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/14/15 16:37:36.023 Console[171]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    1/14/15 16:37:36.578 com.apple.SecurityServer[15]: Session 100015 created
    1/14/15 16:37:36.752 com.apple.NotesMigratorService[231]: Joined Aqua audit session
    1/14/15 16:37:36.788 com.apple.internetaccounts[207]: An instance 0x7f9e42c122c0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7f9e42c79fc0> (
    <NSKeyValueObservance 0x7f9e42c78dd0: Observer: 0x7f9e42c80790, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8685043b, Property: 0x7f9e42f8b2d0>
    1/14/15 16:37:36.810 com.apple.internetaccounts[207]: An instance 0x7f9e42c93400 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7f9e42c93620> (
    <NSKeyValueObservance 0x7f9e42c934b0: Observer: 0x7f9e42c9b700, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8685043b, Property: 0x7f9e42f8b2d0>
    1/14/15 16:37:37.167 com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/14/15 16:37:37.192 com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/14/15 16:37:37.317 com.apple.dock.extra[229]: <NSXPCConnection: 0x7ff2f1737340>: received an undecodable message (no exported object to receive message). Dropping message.
    1/14/15 16:37:37.594 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x11d] - extension: pdf, UTI: com.adobe.pdf, fileType: PDF .
    1/14/15 16:37:37.598 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: PDF  request size:64 scale: 1
    1/14/15 16:37:37.600 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x11f] flags: 0x8 binding: FileInfoBinding [0x205] - extension: webarchive, UTI: com.apple.webarchive, fileType: ????.
    1/14/15 16:37:37.601 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: webarchive, UTI: com.apple.webarchive, fileType: ???? request size:64 scale: 1
    1/14/15 16:37:37.605 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x207] flags: 0x8 binding: FileInfoBinding [0x121] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    1/14/15 16:37:37.606 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:64 scale: 1
    1/14/15 16:37:37.615 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x123] flags: 0x8 binding: FileInfoBinding [0x209] - extension: xlsx, UTI: org.openxmlformats.spreadsheetml.sheet, fileType: XLSX.
    1/14/15 16:37:37.615 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: xlsx, UTI: org.openxmlformats.spreadsheetml.sheet, fileType: XLSX request size:64 scale: 1
    1/14/15 16:37:38.841 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Activity Monitor" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:39.107 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Activity Monitor" after 1.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:40.607 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.700 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [ICS Error for file: Erreur: EventID non trouv&eacute;]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [No components found]
    1/14/15 16:37:40.704 CalendarAgent[228]: [com.apple.calendar.store.log.subscription] [Failed to refresh <CalManagedSubscriptionInfo: 0x7f814b7703a0> (entity: SubscriptionInfo; id: 0x4000eb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionInfo/p1> ; data: {
        calendar = "0x14000cb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/CalDAVSubscribedCalendar/p5> ";
        hasAlarmFilter = 1;
        hasAttachmentFilter = 1;
        hasTaskFilter = 1;
        isAutoProvisioned = 0;
        isAutoRefreshed = 1;
        languageCode = nil;
        lastError = "0xb6b40026b <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionError/p11693>";
        locationCode = nil;
        needsRefresh = 0;
        refreshDate = "2014-11-10 14:58:45 +0000";
        refreshInterval = 604800;
        subscriptionID = nil;
        subscriptionNotes = nil;
        subscriptionTitle = "CONCERT IRLANDAIS \"CELTICFROGS\"";
        subscriptionURL = "(...not nil..)";
        subscriptionURLString = "webcal://ville-theoulesurmer.fr/modules/APCal/index.php?fmt=single&event_id=00 00000550&output_ics=1";
    }) with error Error Domain=CalSubscriptionErrorDomain Code=-1001 "The operation couldn’t be completed. (CalSubscriptionErrorDomain error -1001.)"]
    1/14/15 16:37:40.714 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.726 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.12 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:40.607 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.700 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [ICS Error for file: Erreur: EventID non trouv&eacute;]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [No components found]
    1/14/15 16:37:40.704 CalendarAgent[228]: [com.apple.calendar.store.log.subscription] [Failed to refresh <CalManagedSubscriptionInfo: 0x7f814b7703a0> (entity: SubscriptionInfo; id: 0x4000eb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionInfo/p1> ; data: {
        calendar = "0x14000cb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/CalDAVSubscribedCalendar/p5> ";
        hasAlarmFilter = 1;
        hasAttachmentFilter = 1;
        hasTaskFilter = 1;
        isAutoProvisioned = 0;
        isAutoRefreshed = 1;
        languageCode = nil;
        lastError = "0xb6b40026b <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionError/p11693>";
        locationCode = nil;
        needsRefresh = 0;
        refreshDate = "2014-11-10 14:58:45 +0000";
        refreshInterval = 604800;
        subscriptionID = nil;
        subscriptionNotes = nil;
        subscriptionTitle = "CONCERT IRLANDAIS \"CELTICFROGS\"";
        subscriptionURL = "(...not nil..)";
        subscriptionURLString = "webcal://ville-theoulesurmer.fr/modules/APCal/index.php?fmt=single&event_id=00 00000550&output_ics=1";
    }) with error Error Domain=CalSubscriptionErrorDomain Code=-1001 "The operation couldn’t be completed. (CalSubscriptionErrorDomain error -1001.)"]
    1/14/15 16:37:40.714 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.726 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.12 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:42.734 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 3.02 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:42.894 com.apple.launchd.peruser.501[158]: (com.apple.iTunesHelper.30128[257]) Spawned and waiting for the debugger to attach before continuing...
    1/14/15 16:37:42.929 com.apple.launchd.peruser.501[158]: (com.adobe.AdobeResourceSynchronizer.52656[259]) Spawned and waiting for the debugger to attach before continuing...
    1/14/15 16:37:42.970 SocialPushAgent[244]: ApplePushService: APSConnection being used without a delegate queue
    1/14/15 16:37:43.187 WiFiKeychainProxy[243]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    1/14/15 16:37:43.188 WiFiKeychainProxy[243]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    1/14/15 16:37:43.315 accountsd[227]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (05E87ACE-7C73-48DD-9562-B96363DE6890) could not be found!
    1/14/15 16:37:43.315 accountsd[227]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    1/14/15 16:37:43.638 gamed[261]: CKSoftwareMap: Registering with Daemon
    1/14/15 16:37:49.530 talagent[177]: CGSBindSurface: Invalid window 0x19
    1/14/15 16:37:49.530 WindowServer[117]: _CGXWindowRightsRelinquish: Invalid window 0x19
    1/14/15 16:37:49.531 talagent[177]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/14/15 16:37:49.766 talagent[177]: CGSBindSurface: Invalid window 0x22
    1/14/15 16:37:49.766 WindowServer[117]: _CGXWindowRightsRelinquish: Invalid window 0x22
    1/14/15 16:37:49.766 talagent[177]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/14/15 16:37:51.406 talagent[177]: CGSBindSurface: Invalid window 0x25
    1/14/15 16:37:51.407 WindowServer[117]: _CGXWindowRightsRelinquish: Invalid window 0x25
    1/14/15 16:37:51.407 talagent[177]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/14/15 16:37:51.637 revisiond[85]: fcntl("/.vol/16777218/2/.DocumentRevisions-V100/PerUID/501/47/com.apple.documen tVersions/A3B4CC38-CFB8-4CD9-8AE4-6C974EEFF16C.tiff", MAKECOMPRESSED, 2) failed; error 16 (Resource busy)
    1/14/15 16:37:51.637 revisiond[85]: sqlite3_step returned: 101 (unknown error), listToken: 120
    1/14/15 16:37:52.941 com.apple.IconServicesAgent[209]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/XPCServi ces/com.apple.ShareKitHelper.xpc/
    1/14/15 16:37:53.197 parentalcontrolsd[279]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream

  • Need advice: Accidentally applied the same patch twice

    So I fumbled with my 10 PuTTy sessions and accidentally typed opatch apply in server that I had already patched. It asked me if the system was ready for patching and I hit "yes". It started "Updating" some files and in a bit of a panic I probably did exactly what I shouldn't have done... pressed ctrl+c to break the process. Should I be at all concerned? Should I...
    - Reapply the patch (it doesn't do anything else but update more files)?
    -Take the "updated files" from another recently patched environment and overwrite them in this one?
    - Rollback the patch and reapply it?
    - Leave it?
    Any help would be appreciated. Thanks!
    This about how far it got:
    Is the local system ready for patching? y
    y
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files affected by the patch 'REDACTED' for restore. This might take a while...
    Backing up files affected by the patch 'REDACTED' for rollback. This might take a while...
    ApplySession rolling back interim patch 'REDACTED' from OH '/opt/application/oracle/Oracle_IDM1'
    Patching component oracle.oim.server, 11.1.1.3.0...
    Updating jar file "/opt/application/oracle/Oracle_IDM1/server/apps/oim.ear/APP-INF/lib/iam-platform-auth-server.jar" with "/server/apps/oim.ear/APP-INF/lib/iam-platform-auth-server.jar/oracle/iam/platform/auth/impl/DBStore.class"
    Updating jar file "/opt/application/oracle/Oracle_IDM1/server/apps/oim.ear/APP-INF/lib/xlScheduler.jar" with "/server/apps/oim.ear/APP-INF/lib/xlScheduler.jar/com/thortech/xl/schedule/tasks/tcEntitlementDeltaLoad.class"
    Updating jar file "/opt/application/oracle/Oracle_IDM1/server/apps/oim.ear/APP-INF/lib/xlScheduler.jar" with "/server/apps/oim.ear/APP-INF/lib/xlScheduler.jar/com/thortech/xl/schedule/tasks/tcEntitlementsAssignmentTask.class"
    Updating jar file "/opt/application/oracle/Oracle_IDM1/server/apps/oim.ear/APP-INF/lib/xlDataObjectBeans.jar" with "/server/apps/oim.ear/APP-INF/lib/xlDataObjectBeans.jar/com/thortech/xl/ejb/beansimpl/tcLookupOperationsBean.class"
    Updating jar file "/opt/application/oracle/Oracle_IDM1/server/apps/oim.ear/APP-INF/lib/OIMServer.jar" with "/server/apps/oim.ear/APP-INF/lib/OIMServer.jar/oracle/iam/scheduler/impl/quartz/QuartzJob.class"
    Edited by: user602387 on Feb 28, 2012 9:34 AM

    Thanks for the response.
    I actually ended up just doing an opatch rollback -id <Patch ID> followed by another opatch apply for that patch. Nothing seems to have gone wrong. I was worried earlier because I checked the md5 digest of some of the files and none of them matched up between environments with equal patch levels.

  • Cannot apply the signed patch 118855-36

    I cannot apply the signed patch 118855-36 because of bad signature.
    I have installed Solaris from original DVD,
    exported proper Root CA:
    # pkgadm listcert
    Enter Keystore Password:
        Keystore Alias: /C=US/O=VeriSign, Inc./OU=Class 2 Public Primary Certification Authority - G2/O
           Common Name: /C=US/O=VeriSign, Inc./OU=Class 2 Public Primary Certification Authority - G2/O
      Certificate Type: Trusted Certificate
    Issuer Common Name: /C=US/O=VeriSign, Inc./OU=Class 2 Public Primary Certification Authority - G2/O
        Validity Dates: <May 18 00:00:00 1998 GMT> - <Aug  1 23:59:59 2028 GMT>
       MD5 Fingerprint: 2D:BB:E5:25:D3:D1:65:82:3A:B7:0E:FA:E6:EB:E2:E1
      SHA1 Fingerprint: B3:EA:C4:47:76:C9:C8:1C:EA:F2:9D:95:B6:CC:A0:08:1B:67:EC:9DThe patch was downloaded via Update Manager.
    But:
    # patchadd 118855-36.jar
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    Checking patches that you specified for installation.
    Done!
    Approved patches will be installed in this order:
    118855-36
    Verifying signed patch <118855-36>...
    Enter keystore password:
    Verifying digital signature for signer <es-signature>
    Digital signature for signer <es-signature> verified.
    Verifying contents of signed patch </var/sadm/spool/118855-36.jar>
    ERROR: File <118855-36/prepatch> in patch </var/sadm/spool/118855-36.jar> has different digest and may have been altered (<OZwjYrSlDGqyPj8RGf9c+3K+saA=> != <Dcu2A5syfryGIoCm2J06v3pGPm8=>).
    ERROR: Signer <es-signature> recorded bad signature for file <118855-36/prepatch> in patch </var/sadm/spool/118855-36.jar>
    ERROR: Unable to verify signature for signer <es-signature>
    Signature invalid on signed patch <118855-36>.
    Patchadd is terminating.Although I have no problem with another patches.
    What is a problem with this one?
    Message was edited by:
    elisey

    Yes - I am having this problem getting this patch to stick, however it seems that my issue is with the cert.
    I get the following message:
    Verifying signed patch <118855-36>...
    Verifying digital signature for signer <es-signature>
    ERROR: Signature verification failed while verifying certificate <subject=Sun Microsystems Inc Root CA, issuer=/C=US/O=Verisign, Inc./OU=Class2 Public Primary Certification Authority - G2/O:<unable to get local issuer certificate>.
    ERROR: Unable to verify signature for signer <es-signature>
    Signature invalid on signed patch <118855-36>.
    Look familar?

  • Poodle Patch breaks Webdav in Filr 1.1?

    Hi
    We upgraded Filr 1.1 (small install) with the poodle patch (filr-1.1.0.655).
    After the update, none of the clients can connect to Filr via Webdav. I get the error "Error message 0x80070043 - the network name cannot be found".
    Tried to install all patches available on the download Center, but no success.
    Access via Webinterface is fine, but we Need webdav.
    Enviroment:
    Filr 1.1 small Installation
    Webdav Authentication: Digest
    Client: Windows 7 64bit with all patches, IE10
    Webdav-Clint: native Client from Windows
    Tried "IISCrypto40" from https://social.technet.microsoft.com...w7itprogeneral with no success
    Can anybody give mi a hint?
    Thank you

    On Thu, 12 Feb 2015 18:06:02 GMT, chfritsche
    <[email protected]> wrote:
    Hi,
    Enable fips on the client
    >
    > Hi
    >
    > We upgraded Filr 1.1 (small install) with the poodle patch
    > (filr-1.1.0.655).
    > After the update, none of the clients can connect to Filr via Webdav. I
    > get the error "Error message 0x80070043 - the network name cannot be
    > found".
    > Tried to install all patches available on the download Center, but no
    > success.
    >
    > Access via Webinterface is fine, but we Need webdav.
    >
    > Enviroment:
    > Filr 1.1 small Installation
    > Webdav Authentication: Digest
    > Client: Windows 7 64bit with all patches, IE10
    > Webdav-Clint: native Client from Windows
    >
    > Tried "IISCrypto40" from
    > https://social.technet.microsoft.com...w7itprogeneral
    > with no success
    >
    > Can anybody give mi a hint?
    >
    > Thank you

  • Digest mismatch

    I'm seeing the following error when I access my flex
    application:
    Flex Error #1001: Digest mismatch with RSL LibTest.swf. Redeploy
    the matching RSL or relink your application with the matching
    library.
    Here is the source code of my application:
    ------------------ digestTest.mxml ------------------------
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import test.LibTest;
    ]]>
    </mx:Script>
    </mx:Application>
    and here is the source code of the only file in my library:
    ----------------------------- LibTest.as
    package test
    public class LibTest
    public function LibTest()
    super();
    I'm using Flex Builder 3.
    I used the RSL link type to link the digestTest application
    to the LibTest library, and enabled digest verification.
    After I've written and saved both files, I exported the
    release build of the digestTest application, and uploaded the
    entire content of the bin-release folder to my web server.
    Then, when I accessed the digestTest application on my
    server, I get the error above.
    Please tell me what I'm doing wrong.

    Hi Darrell,
    After upgrading to Flex SDK 3.5a and using the ant task patch jar I get the following error when running the ant script:
    [mxmlc] Loading configuration file C:\workspaces\dashboard\com.metatomix.releng\tools\flex_sdk_3.5a\frameworks\flex-config.x ml
    [mxmlc] command line: Error: configuration variable 'runtime-shared-library-path' requires a value for 'rsl-url'
    [mxmlc] Use 'mxmlc -help' for information about using the command line.
    Excerpt from my any script:
           <mxmlc
                file="${flex.main.file}"
                output="${flex.output.swf}"
                actionscript-file-encoding="UTF-8"
                keep-generated-actionscript="true"
                static-link-runtime-shared-libraries="false"
                locale="${flex.build.locale}"
                maxmemory="256m">
                <source-path path-element="${PROJECT_FRAMEWORKS}"/>
                <external-library-path dir="${flex.player.lib.dir}" includes="playerglobal.swc"/>
                <runtime-shared-library-path path-element="${PROJECT_FRAMEWORKS}/libs/framework.swc" >
                    <url rsl-url="framework_${FLEX_BUILD}.swz" />               
                </runtime-shared-library-path>           
                <default-size width="500" height="600" />           
            </mxmlc>

  • Patch for Bind on OS X server 10.3.9 ?

    Where can I find the patch for Bind for my OS X server 10.3.9 (we have 9.3.4-1) ?

    Or better yet, see if you can get shasum working,
    http://search.cpan.org/~mshelor/Digest-SHA-PurePerl-5.47/shasum
    http://search.cpan.org/src/MSHELOR/Digest-SHA-PurePerl-5.47/shasum
    You'll need to use CPAN to get Digest::SHA installed,
    which (if you've not used CPAN before) will be an adventure in itself.
    An absolutely necessary one. If you want to be empowered to have the option to handle a matter such as this on your own (a worthy goal !!), then using CPAN should already be part of your toolkit.
    From there, put shasum in (for example) /usr/local/bin
    Then you can use
    /usr/local/bin/shasum -a 512 /Users/yournamehere/Downloads/bind-9.4.2-P1.tar.gz

  • Iplanet ds 5.1sp4 + digest-md5 - slapd crash

    Sol9 bundled iplanet directory server with sp4 on Sparc.
    Everything is doing fine, until: when trying to connect into the directory with ms outlook 'secure password authentication' on, serverprocess crashes immediately. No coredumps, nothing left.
    Debugging shows, that outlook tries to bind with DIGEST-MD5, server tries it,
    responds with "auth failed", and crashes with internal authentication error..
    -> Almost everyone can DOS our servers, just knowing its address and clicking 'search'.
    Has anyone any suggestions?

    Ok, that might be it.
    So there is no patch nor documentation across it?
    Makes me wonder how many admins run their servers unaware of that bug..
    Thanks!

  • Installing latest Java patches (125136-18 and 125137-18) fails

    Hello!
    During the installation of the patches 125136-18 and 125137-18 I get this errors on two machines:
    Looking for 125136-18 (2/3)
    Found patch file
    Installing 125136-18 (2/3)
    Unzipping patch
    Running patchadd
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SUNWj6jmp from directory SUNWj6jmp in patch 125136-18 is not installed on the system. Changes for package SUNWj6jmp will not be applied to the system.
    Checking patches that you specified for installation.
    Done!
    Approved patches will be installed in this order:
    125136-18
    Preparing checklist for non-global zone check...
    Checking non-global zones...
    This patch passes the non-global zone check.
    125136-18
    Summary for zones:
    Zone ls5ocs
    Rejected patches:
    None.
    Patches that passed the dependency check:
    125136-18
    Patching global zone
    Adding patches...
    Checking installed patches...
    Installing patch packages...
    Pkgadd failed. See /var/tmp/125136-18.log.11565 for details
    Patchadd is terminating.
    Failed (exit code 5)
    125137 17 < 18 -S-   3 JavaSE 6: update 17 patch (equivalent to JDK 6u17), 64bit
    Looking for 125137-18 (3/3)
    Found patch file
    Installing 125137-18 (3/3)
    Unzipping patch
    Running patchadd
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    Checking patches that you specified for installation.
    Done!
    Approved patches will be installed in this order:
    125137-18
    Preparing checklist for non-global zone check...
    Checking non-global zones...
    This patch passes the non-global zone check.
    125137-18
    Summary for zones:
    Zone ls5ocs
    Rejected patches:
    None.
    Patches that passed the dependency check:
    125137-18
    Patching global zone
    Adding patches...
    Checking installed patches...
    Installing patch packages...
    Pkgadd failed. See /var/tmp/125137-18.log.17302 for details
    Removing partially installed patch
    Validating patches...
    Loading patches installed on the system...
    Done!
    Patch patchaddInterrupt does not exist.
    Checking patches that you specified for removal.
    Done!
    Approved patches will be removed in this order:
    125137-18
    Preparing checklist for non-global zone check...
    Checking non-global zones...
    Cannot lock all zones
    Failed to remove partially installed patch.
    Verify the integrity of 125137-18 and install it again.
    Patchadd is terminating.
    Failed (exit code 5)What makes me nervous is the "Failed to remove partially installed patch" message. The logfile of the last patch contains:
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    Dryrun complete.
    No changes were made to the system.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    Dryrun complete.
    No changes were made to the system.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    Dryrun complete.
    No changes were made to the system.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    Installation of <SUNWj6dmx> was successful.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    Installation of <SUNWj6dvx> was successful.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    /var/sadm/pkg/SUNWj6rtx/install/postinstall: /var/tmp/125137-18.SUNWj6rtx: does not exist
    pkgadd: ERROR: postinstall script did not complete successfully
    Installation of <SUNWj6rtx> failed.Does anyone know what is going on?
    TIA
    Stephan

    I see a similar problem. And, an attempt to install simply via the old patchadd yields:
    patchadd 125136-18
    Approved patches will be installed in this order:
    125136-18
    Verifying signed patch <125136-18>...
    Verifying digital signature for signer <PATCHSIG>
    Digital signature for signer <PATCHSIG> verified.
    Verifying contents of signed patch </var/sadm/spool/125136-18.jar>
    ERROR: File <125136-18/SUNWj6dmo/reloc/jdk/instances/jdk1.6.0/demo/jni/Poller/PollingServer$Consumer.class> in patch </var/sadm/spool/125136-18.jar> has different digest and may have been altered (<NQZKWyaaMi87KLvBwA9YvcXLYqU=> != <LWC5s1PCosd8uLG0WwXn5g+CLdI=>).
    ERROR: Signer <PATCHSIG> recorded bad signature for file <125136-18/SUNWj6dmo/reloc/jdk/instances/jdk1.6.0/demo/jni/Poller/PollingServer$Consumer.class> in patch </var/sadm/spool/125136-18.jar>
    ERROR: Unable to verify signature for signer <PATCHSIG>
    Signature invalid on signed patch <125136-18>.
    Patchadd is terminating.

  • Zypper "Digest verification failed"

    Hi,
    when installing oes11sp2-December-2014-Hot-Patch I get a "Digest
    verification failed for novell-plugin-base-2.7.7-0.23.29.2.noarch.rpm". It's
    the same on all my servers.
    I guess this is a problem with the repo servers? Is Novell aware of this, or
    which is the best way to inform them?
    Thanks,
    Mirko

    On 18/12/2014 11:52, Mirko Guldner wrote:
    > when installing oes11sp2-December-2014-Hot-Patch I get a "Digest
    > verification failed for novell-plugin-base-2.7.7-0.23.29.2.noarch.rpm". It's
    > the same on all my servers.
    >
    > I guess this is a problem with the repo servers? Is Novell aware of this, or
    > which is the best way to inform them?
    Novell are aware - see
    https://forums.novell.com/showthread...nce-OES-11-SP1
    It's a problem with the third-party EdgeCast's Content Delivery Network
    (CDN).
    HTH.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • Questions on Patch Deployment - From older post.

    Almost a year ago I had a post with questions on the patch scan process.
    https://forums.novell.com/novell-pro...s-updates.html
    I have been reviewing my patch process again due to Student laptop's getting re-imaged this summer. I am hoping I can get some additional information based off the replies from that post.
    1. It was stated that monthly patch bundles were created and deployed. I am unsure how that is best accomplished. If I create an all Microsoft (Windows 7 for example) Patch bundle for each month, yet the workstations it is deployed to may not require the patch, would this not cause the bundle to fail? If it just fails on that section will the remaining patch's continue to deploy?
    What is the best way to deploy a monthly patch bundle? In the past I would create a patch bundle through the Patch Management area for Windows 7 but assign to only a single workstation and then go back and assign to the Windows 7 group as a "run on ref" option. Is it better to assign the patch bundle to all nonpatched devices? If this is done will a system that is reimaged and no longer has the patch or a new system created after the bundle create be automatically assigned said bundle?
    Any other good strategies for patching systems? I create custom bundles for Adobe, Java, and Quicktime to ensure I control how they are deployed. Java seems to be one that works better when older versions are not installed. This method seems to be working well for those products. It is my MS Windows updates that are way off the mark. I have most of my systems with 60 to 80 patches reported ready. No matter how many times I deploy the patches they never seem to report as patched on the devices (Even tho the bundle reports back as successful). I am getting ready to start an SR since I think this is an issue with the server since so many of my systems are doing this. Good deployment procedures would be nice since I really hate to mess with my Universal WIndows image since it is working so well. Recreating it just to patch it with the latest Windows Updates would be pain.
    Thanks
    Richard

    rhuhman,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000
    FAILED: file igwprop.odf on worker  1 for product igw username IGW.
    When i check the worker log file i got this error
    The sequence IGW_AWARDS_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    (Note: The cache value for sequence IGW_AWARDS_S is 20 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
    Alter the sequence with :
    Start time for statement below is: Sun Oct 06 2013 22:16:28
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
            because of the error above
    Time when worker failed: Sun Oct 06 2013 22:16:28
    plz help me in solving this.

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

Maybe you are looking for

  • After reformatting hard drive, iPod syncs very slowly with iTunes

    A couple of months ago I had to reformat my computer's hard drive. I keep all my music files on an external hard drive. After reformatting, the man who did this for me reloaded iTunes for me and imported all my music back into my iTunes library. It s

  • SmartForms: Purchase order Print prog and SLIN

    Hi all, I am on 4.7 and Purchase Order Print Prog name is /SMB10/FM06P. When i am doing SLINE Check on this Prog. I am getting the following Message.       Program:  /SMB10/FM06P  Row:      1 The namespace of program /SMB10/FM06P has the setting "C"

  • Inserting rows

    hello every body if u can explain there is a form consists of 1-(dept table) from scott schema 2-text_item in a control block 3-push_button in a control block 4- when button pressed trigger on the push button --- what i want is when i write a value i

  • Icons not resolved in KM Content

    The icons in the KM Content Admin that are assigned to folders and documents are not getting resolved. Can anybody help here? Tridib

  • How to view a full screen video in Aperture ?

    I am hoping that this is an easy question for someone. When I am watching a video in quicktime, and I press Command-F it expand the video to use all of my iMac's screen. How do I do the same thing in Aperture? Pressing F toggles the full screen mode