Credential mapper not working

"Please tell where I am wrong in configuring and calling credential mapper?????
I wanted to achieve single sign on using Credential mapping feature of weblogic server.It means using weblogic inner capability.
I thought of getting connected to pointbase server which can act as Enterprise Information System.
I did following steps to achieve single sign on using Weblogic Server Credential mapping feature.
Confuration Phase:
Step 1) I configured Examples as username and Examples as password in pointbase server which will act as my Enterprise information system.
Step 2) I wrote one connector class for connecting to pointbase server.
Step 3) I deploy that connector class.
Step 4) I configured Admin as username and Admin as password in my configured security realm which will act as Weblogic User.
Step 5) I did credential mapping in the connector class for mapping my Weblogic (Admin)
     user to EIS(Examples) user.
Calling Phase:
Step 1) I deploy one application to call pointbase server using the connector class.
Step 2) I try to get the connection to pointbase server using the follwing code
     getConnection("Admin","Admin");
     Where Admin username is my weblogic user mapped to Examples user of point base server whose mapping is already done in the connector class.
     I hope it to work for getting the connection.

"Please tell where I am wrong in configuring and calling credential mapper?????
I wanted to achieve single sign on using Credential mapping feature of weblogic server.It means using weblogic inner capability.
I thought of getting connected to pointbase server which can act as Enterprise Information System.
I did following steps to achieve single sign on using Weblogic Server Credential mapping feature.
Confuration Phase:
Step 1) I configured Examples as username and Examples as password in pointbase server which will act as my Enterprise information system.
Step 2) I wrote one connector class for connecting to pointbase server.
Step 3) I deploy that connector class.
Step 4) I configured Admin as username and Admin as password in my configured security realm which will act as Weblogic User.
Step 5) I did credential mapping in the connector class for mapping my Weblogic (Admin)
     user to EIS(Examples) user.
Calling Phase:
Step 1) I deploy one application to call pointbase server using the connector class.
Step 2) I try to get the connection to pointbase server using the follwing code
     getConnection("Admin","Admin");
     Where Admin username is my weblogic user mapped to Examples user of point base server whose mapping is already done in the connector class.
     I hope it to work for getting the connection.

Similar Messages

  • Credential Mapping not working

    "Please tell where I am wrong in configuring and calling credential mapper????
    I wanted to achieve single sign on using in-built Credential mapping feature of weblogic server.It means using weblogic inner capability.
    I thought of getting connected to pointbase server which can act as Enterprise Information System(EIS).
    I did following steps.
    Configuration Phase:
    1) I configured Examples as username and Examples as password in pointbase server which will act as my EIS.
    2) I wrote and deploy one connector class for connecting to pointbase server.
    3) I configured Admin as username and Admin as password in my configured security realm which will act as Weblogic User.
    4) I did credential mapping in the connector class for mapping my Weblogic (Admin) user to EIS(Examples) user.
    Calling Phase:
    1) I deploy one application to call pointbase server using the connector class.
    2) I try to get the connection to pointbase server using the follwing code
         getConnection("Admin","Admin");
         Where Admin username is my weblogic user mapped to Examples user of point base server whose mapping is already done in the connector class.
         I hope it to work for getting the connection. But it doesn't work.
         whearas when i try to get connection using
         getConnection("Examples","Examples");
         which is my point base

    Sorry I'm still a little confused.
    Do you have a unique index defined over the set_id and cust_id?
    Why are you generating a sequence number for just the unique combinations of the above columns? How is that being done?
    What happens to the generated sequence column if you find a non-unique match of the columns?
    What is your ultimate goal here?
    Thanks!
    -gary

  • Device-mapper not working after kernel update

    Hi, yesterday i've upgraded kernel to 2.6.36 and I was so happily so i rebooted immediatly, but it ended up with error. that it can't found /dev/mapper/archarray-archroot, which is, of course my root partition.
    I'm using to raid1 partitions:
    /dev/md0 with boot ext2 partitions (archboot partition)
    /dev/md1 with LVM (volume group arrcharay, partitions archroot, archvar and archdata)
    When in sandbox i've tried lsmod and i see, that i have raid1,ext2,ext4(root partition),md_mod and dm_mod loaded(and some more of course), so i think there's nothing missing to fire-up root partition.
    I've tried to boot up install (from USB stick) and mount root patition with following:
    modprobe dm_mod raid1
    mdamdm --examine --scan >> /etc/mdam.conf
    mdassemble
    vgscan
    vgchange -ay
    And it worked, so my disk nor LVM setting is not broken.
    Only thing that i think i can did wrong, is that i've commented /dev/md1 entry in /etc/mdam.conf. I was confused by "name=archiso:1" because i haven't use "archiso" anywhere when creating LVM volumes. So i thought i will try it, and if anything go bad, i will undo this. But it worked ... until kernel update.

    It was problem with my badly edited /etc/mdadm.conf, so I'm sorry for this.

  • XSL mapper not working

    When i try to open an XSL file in jDeveloper, it complains about the first line in the file is invalid, <?xml version="1.0" encoding="UTF-8" ?>, which is originally generated by the XSL mapper and perfectly valid.
    because of this complaint, the mapper designer refused to open.
    after a good few hours of investigation, i found that this only happens when i start jDev "directly" by starting jdeveloper.exe
    if i go into JD Edwards OMW (object management workbench) and invoke jDev from there, the mapper works fine.
    how weird is that!
    anyone from Oracle can explain this? and maybe provide a work around?
    Thanks!

    We've been using JDeveloper/SOA Suite for almost 2 years now and this mapper issue happens now and then. No real explaination why other than it seems to be a memory issue and maybe something also with network speed. It seem to get worse when I try to work at home via VPN and I have Verizon Fios so speed shouldn't be an issue. All that seems to solve it is to close out and even log off for the memory resources to clear up.
    I've opened a couple of tickets over this issue in the past but got nowhere.

  • Adobe Reader Rights Credential link not working

    Hi All,
    The link in the SOA Discovery System v3 Quick Guide for the trial / temporary Adobe Reader Rights Credential is no longer working.  Where else can I get a temporary credential?
    Link in the Quick Guide to the trial credential...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70aa75cc-6ac3-2910-c78c-ade192ec861e
    Bill

    Hi Bill,
    We tested the link and it is working correctly. Please try again.
    Thanks,
    Deepa

  • Credential Mapping Mapping not working

    "Please tell where I am wrong in configuring and calling credential mapper???
    I wanted to achieve single sign on using in-built Credential mapping feature of weblogic server.
    I thought of getting connected to pointbase which can act as Enterprise Information System(EIS).
    I did following steps.
    Configuration Phase
    1 I made Examples as user and Examples as password in pointbase which will act as my EIS.
    2 I wrote and deploy one connector class for connecting to pointbase.
    3 I configured Admin as user and Admin as password in my configured security realm which will act as Weblogic User.
    4 I did credential mapping in the connector class for mapping my Weblogic (Admin) user to EIS(Examples) user.
    Calling Phase
    1 I deployed one application to call pointbase server using the connector class.
    2 I try to get connection to pointbase server using following code
    getConnection("Admin","Admin");
    Where Admin user is my weblogic user mapped to Examples user of point base server whose mapping is done in the connector.
    I hope it to work for getting the connection.But it didn't work.
    whearas when i try to get connection using
    getConnection("Examples","Examples");
    which is my pointbase user.It works.
    So,I can assume it is not working for mapped user for credential provider.
    I don't know where I am

    Mario
    There is a bug with this, but in SP10 and SP11 - I found out the hardware and impleneted some didgy fixes from SAP that broke more than they fixed...
    What's the error you were getting?  Were both paths evaluated?
    These are the two OSS Notes I know of:
    Note 1061202 - Function "if" evaluates both branches
    https://service.sap.com/sap/support/notes/1061202
    Note 1053706 - Function "if" produces wrong result in Message-Mapping
    https://service.sap.com/sap/support/notes/1053706

  • SAML Credential Mapper does not support credential type

    Has anybody any idea on what could be causing the message below, which is being logged several times?
    <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1309285937475> <BEA-000000> <SAMLCredentialMapperV2: getCredentials(Subject): getCredentialInternal() called>
    <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1309285937475> <BEA-000000> <SAMLCredentialMapperV2: getCredentialInternal(): **SAML Credential Mapper does not support credential type: weblogic.UserPassword, returns null**>
    Best regards
    Update: Forgot to mention this is SOA Suite 11G environment
    Edited by: user9501748 on Jun 28, 2011 11:53 AM

    I've got the same issue too.
    My setup is to have one domain acting as both Source and Destination.
    For every 10 seconds, I'm seeing 4 of these logs, and the CPU consumption is 100% consistently.
    ####<2-Jun-2009 11:00:27 o'clock AM EDT> <Debug> <SecuritySAMLCredMap> <MYHOST> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243954827839> <BEA-000000> <SAMLCredentialMapperV2: getCredentials: Subject initiator>
    ####<2-Jun-2009 11:00:27 o'clock AM EDT> <Debug> <SecuritySAMLCredMap> <MYHOST> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243954827839> <BEA-000000> <SAMLCredentialMapperV2: getCredentials(Subject): getCredentialInternal() called>
    ####<2-Jun-2009 11:00:27 o'clock AM EDT> <Debug> <SecuritySAMLCredMap> <MYHOST> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243954827839> <BEA-000000> <SAMLCredentialMapperV2: getCredentialInternal(): SAML Credential Mapper does not support credential type: weblogic.UserPassword, returns null>
    Does anyone know what's happening? I've got one of the Security Provider = Active Directory, and thus there's no password returning. Could it be the root cause of the problem?

  • I have iPhone4 with updated software 6.0.1. Voice nevigation for map is not working. I could not see the voice options in setting/mapp.

    I have iPhone4 with updated software 6.0.1. Voice nevigation for map is not working. I could not see the voice options in setting/mapp.

    Voice navigation is not available for the iPhone 4

  • Null Pointer Exception while configuring SAML Credential Mapper

    Hi,
    I am trying to set up my customised SAML code for WLS 10.3. To test it , I have created a standalone suite with 2 applications,one as a source where the authentication will be through simple username and password and second as destination where the identity assertion will take place based on token generated in first app.
    So to achieve this , I am using a default SAMLCredentialMapperV2 for credential mapping at source site. But While configuring it, the management tab of the credential mapper shows null pointer exception.
    Can anyone point out whats wrong or if I am missing on anything?
    Steps to create:-
    1. Create a security realm
    2.Goto security realm ->Provider ->Credential Mapping tab.
    3.Create a credential mapper of type SAMLCredentialMapperV2 and with specifications as mentioned in http://www.oracle.com/technetwork/articles/entarch/sso-with-saml3-086457.html
    4. Click on the newly created mapper and go to management tab. It throws null pointer exception which is visible on the screen.
    Log Entries are as follows:-
    <Error> <Console> <BEA-240003> <Console encountered the following error java.lang.NullPointerException
         at com.bea.common.security.saml.registry.SAMLPartnerRegistry.<init>(SAMLPartnerRegistry.java:153)
         at com.bea.common.security.saml.registry.SAMLRelyingPartyRegistry.<init>(SAMLRelyingPartyRegistry.java:26)
         at weblogic.security.providers.saml.SAMLCredentialMapperV2Impl.init(SAMLCredentialMapperV2Impl.java:65)
         at weblogic.security.providers.saml.SAMLCredentialMapperV2Impl.listRelyingParties(SAMLCredentialMapperV2Impl.java:81)
         at weblogic.security.providers.saml.SAMLCredentialMapperV2MBeanImpl.listRelyingParties(SAMLCredentialMapperV2MBeanImpl.java:206)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:268)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1033_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:544)
         at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)
         at $Proxy144.listRelyingParties(Unknown Source)
         at com.bea.console.actions.security.providers.SAMLCredentialMapperV2ManagementPartnersTableAction.getSAMLCredentialMapperV2Partners(SAMLCredentialMapperV2ManagementPartnersTableAction.java:60)
         at com.bea.console.actions.security.providers.SAMLCredentialMapperV2ManagementPartnersTableAction.getCollection(SAMLCredentialMapperV2ManagementPartnersTableAction.java:42)
         at com.bea.console.actions.security.ManagementBaseTableAction.execute(ManagementBaseTableAction.java:82)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:256)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:133)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
         at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.render(StrutsStubImpl.java:107)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:211)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:196)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:47)
         at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
         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 weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         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)

    I've got the same issue too.
    My setup is to have one domain acting as both Source and Destination.
    For every 10 seconds, I'm seeing 4 of these logs, and the CPU consumption is 100% consistently.
    ####<2-Jun-2009 11:00:27 o'clock AM EDT> <Debug> <SecuritySAMLCredMap> <MYHOST> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243954827839> <BEA-000000> <SAMLCredentialMapperV2: getCredentials: Subject initiator>
    ####<2-Jun-2009 11:00:27 o'clock AM EDT> <Debug> <SecuritySAMLCredMap> <MYHOST> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243954827839> <BEA-000000> <SAMLCredentialMapperV2: getCredentials(Subject): getCredentialInternal() called>
    ####<2-Jun-2009 11:00:27 o'clock AM EDT> <Debug> <SecuritySAMLCredMap> <MYHOST> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243954827839> <BEA-000000> <SAMLCredentialMapperV2: getCredentialInternal(): SAML Credential Mapper does not support credential type: weblogic.UserPassword, returns null>
    Does anyone know what's happening? I've got one of the Security Provider = Active Directory, and thus there's no password returning. Could it be the root cause of the problem?

  • Undo is not working properly (grayed out)

    Undo is not working properly in Indesign CC 9.2. I am using a 17" MBP running OSX 10.9.1.
    Processor: 2.2 GHz Intel Core i7
    Memory: 4GB 1333 MHz DDR3
    I ran into this issue doing a publication layout. I was not doing anything overly complicated. Copying/pasting, placing images, adding text boxes, copying/pasting text boxes. It seems to happen without rhyme or reason.
    I know that is not helpful for troubleshooting so I was able to isolate the problem. Here is how to recreate it.
    Open new doc (standard letter)
    Create text box with random text
    copy the text box (cmd C)
    paste the text box (cmd V)
    move the resulting text box using selection tool (V)
    select NEW text box (selection tool)
    copy the NEW text box (cmd C)
    paste the NEW text box (cmd V)
    move the text box (selection tool).
    Repeat until there are 5 text boxes (at least).
    Undo the various actions after placing and moving the 5 text boxes.
    I cannot undo back to a "new document."
    In some cases I can only undo 2 actions before "undo" becomes grayed out, and in some cases, I can undo up to 9 or 10 actions before it gets grayed out.
    Other programs running:
    Illustrator
    Photoshop
    Text Edit
    MS Word 2011
    Excell 2011
    Messages
    Chrome
    Finder
    Fetch (FTP software)
    I need to have these programs running simultaneously in many cases and have done so successfully in the past. I have a feeling it might be a memory issue, but I have not seen a similar post and I never had the issue with CS5 running with an identical setup. I was able to undo actions up until my previous save in CS5 sometimes 25-30 actions.

    I unplugged the USB items and the problem still persisted so it is not related to any of those.
    I shut down InDesign and tried reopening. InDesign crashed at reopen. I have provided the log below. Hopefully this shows where the problem is occurring.
    Process:         Adobe InDesign CC [3814]
    Path:            /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Identifier:      com.adobe.InDesign
    Version:         9.2.0.69 (9200)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [172]
    Responsible:     Adobe InDesign CC [3814]
    User ID:         ***
    Date/Time:       2014-01-27 11:58:37.300 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  ********************
    Sleep/Wake UUID: *********************
    Crashed Thread:  8
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x6180002737c0: Heap corruption detected, free list canary is damaged
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8af44622 __open_nocancel + 10
    1   libsystem_c.dylib             0x00007fff8fa09c9b __opendir2$INODE64 + 59
    2   com.apple.CoreFoundation       0x00007fff8d160d4a _CFIterateDirectory + 74
    3   com.apple.CoreFoundation       0x00007fff8d1636b3 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 627
    4   com.apple.CoreFoundation       0x00007fff8d16331d CFBundleGetInfoDictionary + 141
    5   com.apple.CoreFoundation       0x00007fff8d15fb5b _CFBundleCreate + 827
    6   com.apple.CoreFoundation       0x00007fff8d1a3e89 _CFBundleEnsureBundleExistsForImagePath + 89
    7   com.apple.CoreFoundation       0x00007fff8d24bb93 _CFBundleEnsureAllBundlesUpToDateAlreadyLocked + 67
    8   com.apple.CoreFoundation       0x00007fff8d1a3bf8 CFBundleGetBundleWithIdentifier + 248
    9   com.adobe.InDesign.AWS         0x000000011667d2bc 0x116676000 + 29372
    10  com.adobe.InDesign.AWS         0x000000011667a577 0x116676000 + 17783
    11  com.adobe.InDesign.AWS         0x000000011667a370 0x116676000 + 17264
    12  com.adobe.InDesign.AWS         0x00000001166772a7 0x116676000 + 4775
    13  com.adobe.InDesign.AWS         0x0000000116683fb0 0x116676000 + 57264
    14  com.adobe.InDesign.AWS         0x000000011668472e 0x116676000 + 59182
    15  com.adobe.InDesign.AWSUI       0x0000000116646597 0x116636000 + 66967
    16  com.adobe.InDesign.AWSUI       0x0000000116645f05 0x116636000 + 65285
    17  com.adobe.InDesign.AppFramework 0x000000010d6739bb 0x10d632000 + 268731
    18  ObjectModelLib.dylib           0x0000000104b2fcd3 0x104b10000 + 130259
    19  ObjectModelLib.dylib           0x0000000104b4306c 0x104b10000 + 209004
    20  ObjectModelLib.dylib           0x0000000104b3e3fc ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 7676
    21  com.adobe.InDesign             0x0000000100001c7e main + 94
    22  com.adobe.InDesign             0x0000000100001bb4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8af45662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff9067043d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff90670152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8af44716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff97874c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore 0x00007fff92a51c37 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore 0x00007fff92a2238d MPWaitOnQueue + 192
    4   PMRuntime.dylib               0x0000000101682be1 0x101681000 + 7137
    5   com.apple.CoreServices.CarbonCore 0x00007fff92a2290b PrivateMPEntryPoint + 58
    6   libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8af4534a fstat$INODE64 + 10
    1   IMSLib.dylib                   0x0000000119a3d2dd 0x1199c0000 + 512733
    2   IMSLib.dylib                   0x00000001199f3616 0x1199c0000 + 210454
    3   IMSLib.dylib                   0x00000001199f39ef 0x1199c0000 + 211439
    4   IMSLib.dylib                   0x0000000119a1f3c8 0x1199c0000 + 390088
    5   IMSLib.dylib                   0x00000001199f328d 0x1199c0000 + 209549
    6   IMSLib.dylib                   0x0000000119a2ebdf 0x1199c0000 + 453599
    7   IMSLib.dylib                   0x00000001199f64f0 0x1199c0000 + 222448
    8   IMSLib.dylib                   0x00000001199f894b 0x1199c0000 + 231755
    9   IMSLib.dylib                   0x0000000119a3fc0e 0x1199c0000 + 523278
    10  IMSLib.dylib                   0x0000000119a40a0b 0x1199c0000 + 526859
    11  IMSLib.dylib                   0x00000001199ea34e 0x1199c0000 + 172878
    12  IMSLib.dylib                   0x00000001199ded11 0x1199c0000 + 126225
    13  IMSLib.dylib                   0x00000001199d37ef 0x1199c0000 + 79855
    14  IMSLib.dylib                   0x00000001199e3851 0x1199c0000 + 145489
    15  IMSLib.dylib                   0x00000001199da4f1 0x1199c0000 + 107761
    16  IMSLib.dylib                   0x00000001199cce14 0x1199c0000 + 52756
    17  libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    18  libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    19  libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8af40a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8af3fd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d1b0315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d1af939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d1af275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff975a1907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff975a170b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 8 Crashed:
    0   libsystem_kernel.dylib         0x00007fff8af44866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9787335c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8fa39bba abort + 125
    3   libsystem_malloc.dylib         0x00007fff919a5bf9 nanozone_error + 486
    4   libsystem_malloc.dylib         0x00007fff919a5dbb _nano_malloc_check_clear + 445
    5   libsystem_malloc.dylib         0x00007fff919a46c4 nano_malloc + 35
    6   libsystem_malloc.dylib         0x00007fff919a287c malloc_zone_malloc + 71
    7   libsystem_malloc.dylib         0x00007fff919a3290 malloc + 42
    8   libc++abi.dylib               0x00007fff90c5853e operator new(unsigned long) + 30
    9   libstdc++.6.dylib             0x00007fff8f47d0be std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) + 102
    10  libstdc++.6.dylib             0x00007fff8f47d00d std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) + 35
    11  libstdc++.6.dylib             0x00007fff8f47dae6 std::string::reserve(unsigned long) + 62
    12  libstdc++.6.dylib             0x00007fff8f47de3b std::string::append(char const*, unsigned long) + 101
    13  IMSLib.dylib                   0x0000000119a414fb 0x1199c0000 + 529659
    14  IMSLib.dylib                   0x0000000119a416a2 0x1199c0000 + 530082
    15  IMSLib.dylib                   0x00000001199ea192 0x1199c0000 + 172434
    16  IMSLib.dylib                   0x00000001199ded11 0x1199c0000 + 126225
    17  IMSLib.dylib                   0x00000001199d37ef 0x1199c0000 + 79855
    18  IMSLib.dylib                   0x00000001199e3851 0x1199c0000 + 145489
    19  IMSLib.dylib                   0x00000001199da4f1 0x1199c0000 + 107761
    20  IMSLib.dylib                   0x00000001199cce14 0x1199c0000 + 52756
    21  libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    22  libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    23  libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8af449aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d1fbd43 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 8 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000119dfa000  rcx: 0x0000000119df8958  rdx: 0x0000000000000000
      rdi: 0x0000000000007c13  rsi: 0x0000000000000006  rbp: 0x0000000119df8980  rsp: 0x0000000119df8958
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000104bf7000  r13: 0x00006180002737c0  r14: 0x0000000000000006  r15: 0x0000000000000000
      rip: 0x00007fff8af44866  rfl: 0x0000000000000206  cr2: 0x00000001083c9000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100005fff +com.adobe.InDesign (9.2.0.69 - 9200) <B7C09BD6-74AF-323E-8D22-D5E1F7965643> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
           0x10000c000 -        0x10000eff7 +com.adobe.InDesign.InDesignModelAndUI (9.0 - 0) <612870BE-869E-3165-9714-55F900A66BCC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
           0x100014000 -        0x10001cfff +com.adobe.coretech.adobesplashkit (AdobeSplashKit Version 1.0 - 1.0) <65BFDA83-4121-3D12-9BBE-9F4FF1DB3D6A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x100025000 -        0x10002ffff +ASLSupportLib.dylib (1) <1039F962-C495-36E4-B868-3DA5C43E3EBF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ASLSupportLib.dylib
           0x100037000 -        0x10013aff7 +DV_WidgetBinLib.dylib (1) <57491245-3B90-3D4B-B4B6-4441EE325E3C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DV_WidgetBinLib.dylib
           0x1001d5000 -        0x10021aff7 +TextPanelLib.dylib (1) <4B30610F-C637-3910-A413-C40325795CAD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/TextPanelLib.dylib
           0x100237000 -        0x100398fff +WidgetBinLib.dylib (1) <50EE77D3-591B-306F-9D62-2026938837EE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/WidgetBinLib.dylib
           0x10044a000 -        0x100616fff +com.adobe.owl (AdobeOwl version 5.0.24 - 5.0.24) <1C99AA07-E73F-370B-82FA-01C1C4AAF97D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x100659000 -        0x10089dfff +com.adobe.dvacore.framework (7.0.849324 - 7.0.849324.0) <08EB97C1-03E5-3C1B-B154-C886807BC6F1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x100964000 -        0x100df1ff7 +com.adobe.dvaui.framework (7.0.849324 - 7.0.849324.0) <25942AAC-0437-303F-9663-B17113468EBB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x101089000 -        0x101089fff +com.adobe.InDesign.InDesignModel (9.0 - 0) <7DCCCD9E-8ECB-330B-84AF-4F090F82BBBA> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
           0x10108e000 -        0x10109cfff +com.adobe.boost_threads.framework (7.0.847203 - 7.0.847203.0) <A0AE19A9-2B8E-310A-8AC1-0E2E026E7A40> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1010b2000 -        0x1010b8ff7 +com.adobe.boost_date_time.framework (7.0.847203 - 7.0.847203.0) <F30F59C3-41C0-3DB1-899A-E2491EA25263> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x1010c7000 -        0x101536ff7 +PublicLib.dylib (1) <1B305F6E-A0D3-39A3-91FE-B878D638B7A7> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PublicLib.dylib
           0x101681000 -        0x10168bfff +PMRuntime.dylib (1) <0164EA5E-E56E-332F-901A-5E514833C38F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PMRuntime.dylib
           0x101694000 -        0x1016abff7 +com.adobe.AFL (AdobeAFL 1.5.0 - 1.5) <1C46F2BE-2E4D-3E25-ACDF-85E2962B92DF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
           0x1016ba000 -        0x1019cbff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.31977 - 5.15.00.31977) <42323DBD-3A6D-3C41-A2C1-2B944789D8A9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x101a13000 -        0x101a30fff +com.adobe.BIB (AdobeBIB 1.2.03.31977 - 1.2.03.31977) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x101a38000 -        0x101b7efff +com.adobe.ACE (AdobeACE 2.20.02.31977 - 2.20.02.31977) <3A212837-B075-34C0-96E9-5A4019C9DFEE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x101b92000 -        0x102163fff +com.adobe.AGM (AdobeAGM 4.30.29.31977 - 4.30.29.31977) <BFFDBF0E-28EF-3720-93BE-293618541D26> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x102200000 -        0x10223dfff +com.adobe.ARE (AdobeARE 1.5.02.31977 - 1.5.02.31977) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x102245000 -        0x10226bfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x102273000 -        0x10280cfff +com.adobe.MPS (AdobeMPS 5.8.1.31977 - 5.8.1.31977) <96C4D283-326B-3E50-B555-534492C6AA95> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x102889000 -        0x1028a7fff +com.adobe.dvaflashview.framework (7.0.849324 - 7.0.849324.0) <46FFD5B4-2182-3CC3-A258-486E585A5B2D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x1028bf000 -        0x1028c3ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1028ca000 -        0x10298cfff +com.adobe.exo.framework (7.0.849324 - 7.0.849324.0) <AF41BB10-6BB7-3645-9F60-AE77E54F04F1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x102a2a000 -        0x102ad8fff +com.adobe.dvaworkspace.framework (7.0.849324 - 7.0.849324.0) <97F274A8-A56B-3F3A-AAA7-66B9FBEFEBF1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x102b5b000 -        0x1031fafff +com.adobe.PlugPlugOwl (4.2.0.36 - 4.2.0.36) <D6EC53B4-E257-3698-8EA8-24D4E3D98EBD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
           0x1034ef000 -        0x10351bff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbb.dylib
           0x103536000 -        0x103555fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10357a000 -        0x1042bffff +com.adobe.ICUData (4.0 - 3.61) <01D90725-4B10-312C-9546-9C0CCCA1B7BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x1042d3000 -        0x104404ff7 +com.adobe.ICUInternationalization (4.0 - 3.61) <CD4AD967-00CD-3979-8F82-1166E2058FA6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40.0 .dylib
           0x104458000 -        0x10454eff7 +com.adobe.ICUUnicode (4.0 - 3.61) <2352E6C8-3431-3A99-92B9-382E85A018AC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x104586000 -        0x1046b4fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10470f000 -        0x1047fffff +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <48D8FFDB-DFEA-310D-BAE3-DFD8D05B0160> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x104812000 -        0x104814fff +com.adobe.AdobeCrashReporter (7.0 - 7.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x10481a000 -        0x1048d1ff7 +com.adobe.boost_regex.framework (7.0.847203 - 7.0.847203.0) <F1C659D9-D3E8-3ACE-8368-9161529A6A66> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x10493b000 -        0x1049aaff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x1049b5000 -        0x1049c0fff +com.adobe.boost_signals.framework (7.0.847203 - 7.0.847203.0) <E0B3BB47-4294-3D65-8979-29B2D6C5DD2E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x1049cf000 -        0x1049d3fff +com.adobe.boost_system.framework (7.0.847203 - 7.0.847203.0) <70F73B9F-8416-37BF-9294-086AE475B743> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1049d9000 -        0x104a7afff +com.adobe.ICUConverter (4.0 - 3.61) <46764474-111C-3B13-AF62-002B71877405> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
           0x104a9a000 -        0x104afcfff +DataBaseLib.dylib (1) <670C9B64-DD9A-3B32-BDA9-22D6EA26A5EF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DataBaseLib.dylib
           0x104b10000 -        0x104b7dfff +ObjectModelLib.dylib (1) <38EFA738-542E-32EB-A5AA-45380C5CCAAF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ObjectModelLib.dylib
           0x104b9a000 -        0x104bbefff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
           0x108348000 -        0x108386fff +com.adobe.InDesign.Dictionary Editor Dialog (9.2.0.69 - 0) <EC06E951-7EDF-306A-85E2-B52805F8110C> /Applications/Adobe InDesign CC/*/Dictionary Editor Dialog
           0x1083a7000 -        0x1083b6ff7 +com.adobe.InDesign.DTTransform (9.2.0.69 - 0) <417A914C-BEA9-3AF6-94BC-158C93DCDC56> /Applications/Adobe InDesign CC/*/DTTransform
           0x10846c000 -        0x108479ff7 +com.adobe.InDesign.Text Color Panel (9.2.0.69 - 0) <B9722BDD-B3B2-3B6B-90EC-D7B52D54C678> /Applications/Adobe InDesign CC/*/Text Color Panel
           0x108482000 -        0x108496ff7 +com.adobe.InDesign.Story Panel (9.2.0.69 - 0) <989D8312-C513-36B9-9A2A-A161EC806905> /Applications/Adobe InDesign CC/*/Story Panel
           0x1084a5000 -        0x1084afff7 +com.adobe.InDesign.Span Columns Panel (9.2.0.69 - 0) <15F063E0-7874-30AE-841C-C10A12CF8B5E> /Applications/Adobe InDesign CC/*/Span Columns Panel
           0x1084b8000 -        0x1084c9ff7 +com.adobe.InDesign.SING (9.2.0.69 - 0) <3CC6846B-D663-31F2-BAB9-03BCAD89606E> /Applications/Adobe InDesign CC/*/SING
           0x1084d3000 -        0x1084ddfff +com.adobe.InDesign.Justification Panel (9.2.0.69 - 0) <4F940073-AAF8-3FDF-87FA-04A8DC87679D> /Applications/Adobe InDesign CC/*/Justification Panel
           0x109caa000 -        0x109cabff7 +com.adobe.InDesign.Metadata Database Filter (9.2.0.69 - 0) <3BE1DF86-81E8-359D-A40E-84EC7A016E16> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
           0x109cb0000 -        0x109ccaff7 +com.adobe.InDesign.IME (9.2.0.69 - 0) <905334C5-8BF8-3958-8216-720BDB4D3A1F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
           0x109cda000 -        0x109cddfff +com.adobe.InDesign.Global Preferences Panel (9.2.0.69 - 0) <3B261D67-E6B5-32E3-AC7E-AFCCDC9B75CB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
           0x109ce3000 -        0x109cedfff +com.adobe.InDesign.Workgroup Client UI (9.2.0.69 - 0) <5025F9EC-7C4C-377B-92F0-EC208F75B671> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
           0x10aa1f000 -        0x10aa23fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10af61000 -        0x10af9ffff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 7.0.1.102 - 7.0.1.102) <75ADE364-1107-3DA7-84A2-26C6874EB881> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotifications
           0x10afdc000 -        0x10afeefff +com.adobe.boost_filesystem.framework (7.0.847203 - 7.0.847203.0) <B0F56E9F-BAAB-34C5-93C4-C713203AB0DF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x10c6ee000 -        0x10c6f0ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10c6f5000 -        0x10c6f9fff +com.adobe.InDesign.Help (9.2.0.69 - 0) <09CFAB79-828F-39A9-8E6C-634999CF4EC8> /Applications/Adobe InDesign CC/*/Help
           0x10d632000 -        0x10d7f8ff7 +com.adobe.InDesign.AppFramework (9.2.0.69 - 0) <D84FAD4D-B653-3EB4-8FDA-7264A51F7359> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
           0x10e0cf000 -        0x10e255ff7 +com.adobe.InDesign.SettingsInCloud (9.2.0.69 - 0) <EC5B37FA-9195-3243-9D62-C6A5FB8E394A> /Applications/Adobe InDesign CC/*/SettingsInCloud
           0x10e640000 -        0x10e7feff7 +com.adobe.InDesign.Text Walker (9.2.0.69 - 0) <BA84432B-6B10-3684-982F-856AB2248204> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker
           0x10e856000 -        0x10e8a7fff +com.adobe.InDesign.Linguistics (9.2.0.69 - 0) <13A4BC6D-4C68-3884-9059-5837B952EC17> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
           0x10e8c1000 -        0x10e927fff +com.adobe.InDesign.Text Panel (9.2.0.69 - 0) <70BA1FF5-A8FD-3D59-976A-5AE782CB79ED> /Applications/Adobe InDesign CC/*/Text Panel
           0x10e94a000 -        0x10e996ff7 +com.adobe.InDesign.Spelling Panel (9.2.0.69 - 0) <B208BBCC-1AAB-354C-9CA6-44C6B5D35946> /Applications/Adobe InDesign CC/*/Spelling Panel
           0x10e9b0000 -        0x10ec14fff +com.adobe.InDesign.Package and Preflight (9.2.0.69 - 0) <6590908A-0A78-32F4-A455-ABBEC9D97B5E> /Applications/Adobe InDesign CC/*/Package and Preflight
           0x10ec5a000 -        0x10ecc7ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 21 - 79.154911) <E8E31BC1-F7BC-3018-8CF8-AC3C7B2DCEA2> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x10ecd3000 -        0x10eda5fff +com.adobe.InDesign.Text Editor (9.2.0.69 - 0) <C8F82611-461D-3339-A65E-51190B515F9F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
           0x10edd5000 -        0x10efe3fff +com.adobe.InDesign.Layout UI (9.2.0.69 - 0) <5BC0A7D6-7A69-346C-B5A1-4F4AF2AC5F01> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
           0x10f043000 -        0x10f0b3fff +com.adobe.InDesign.Import Export UI (9.2.0.69 - 0) <FFA896AE-BAF9-30EC-A788-25AD02061296> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
           0x10f0da000 -        0x10f1e8fff +com.adobe.InDesign.Hyperlinks (9.2.0.69 - 0) <BF029BB8-6578-303F-A983-9ADEE43AB7A4> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
           0x10f213000 -        0x10f2b7fff +com.adobe.InDesign.Master Page (9.2.0.69 - 0) <557BD678-3F9D-3A4F-ABDA-8A1DD7D41AF6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
           0x10f2d1000 -        0x10f2fffff +com.adobe.InDesign.Utilities (9.2.0.69 - 0) <9F7A613A-54DB-3604-B811-FCE0BC56F416> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
           0x10f31a000 -        0x10f417fff +com.adobe.InDesign.Color Management (9.2.0.69 - 0) <33023C59-D4C5-3BF2-8C42-54BD6E50E651> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
           0x10f444000 -        0x10f659ff7 +com.adobe.InDesign.Application UI (9.2.0.69 - 0) <2235307F-D211-397C-BAA7-34028F1C4F56> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
           0x10f6f0000 -        0x10fa0eff7 +com.adobe.dvaadameve.framework (7.0.849324 - 7.0.849324.0) <FF303DE3-2F53-3AA7-94E7-93B46DB28918> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x10fce4000 -        0x10fd33fff +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <160BF2F9-B418-31C5-866F-6FADA1B720ED> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10fd59000 -        0x10fe17fff +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.31983) <7764EE73-651A-3D8A-9B0F-A25DF57D79E1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x10fe3f000 -        0x10feeaff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.31983) <0E9111E5-ECBF-3C1C-82DB-9A945F1A573C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10ff14000 -        0x110064fff +com.adobe.dvascriptui.framework (7.0.849324 - 7.0.849324.0) <EC31CE70-34C1-31E0-A68D-F49D99ADA604> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui
           0x110186000 -        0x110366fff +com.adobe.InDesign.Document Framework (9.2.0.69 - 0) <ABC1E3A8-3AC3-3199-B572-B734998B696E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
           0x1106d2000 -        0x110813fff +com.adobe.InDesign.SangamServicer-Mapper (9.2.0.69 - 0) <F2E5BD34-3091-317F-88A8-0B6090F262E0> /Applications/Adobe InDesign CC/*/SangamServicer-Mapper
           0x110837000 -        0x1108a0fff +com.adobe.AdobeSangam (AdobeSangam 5.65.0.31977 - 5.65.0.31977) <81A4C7F3-E791-3AD1-A44B-CF5BB5B6A545> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
           0x1108ee000 -        0x11091aff7 +com.adobe.Reader for DOCX (Reader for DOCX 5.65.0.31977 - 5.65.0.31977) <C21B199B-542B-34CD-8F0E-F38D970D88BD> /Applications/Adobe InDesign CC/*/Reader for DOCX
           0x110925000 -        0x110a23ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) <DF0EC9F6-D499-39B8-B2F4-CAF4F742D702> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x110a39000 -        0x110b16fff +com.adobe.AXEXSLT (AdobeAXSLE 3.8.0.30807 - 3.8.0.30807) <6299FB87-471B-3EA2-9E02-6DEA293FA533> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x110b2b000 -        0x110b96ff7 +com.adobe.AdobeSangamML (AdobeSangamML 5.65.0.31977 - 5.65.0.31977) <BF6D92E9-AF42-3B9F-BBDD-FBCDE605C4BE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
           0x110bba000 -        0x110c18ff7 +com.adobe.Reader for Excel (Reader for Excel 5.65.0.31977 - 5.65.0.31977) <628DA00F-210B-3856-89F3-66393386E801> /Applications/Adobe InDesign CC/*/Reader for Excel
           0x110c2b000 -        0x110c3ffff +com.adobe.AdobeSFL (AdobeSFL 1.1.0.31977 - 1.1.0.31977) <A1874DA3-6F12-333D-8941-ED3A08A1E265> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
           0x110c47000 -        0x110d3cfff +com.adobe.Reader for Quark (Reader for Quark 5.65.0.31977 - 5.65.0.31977) <7877BBF5-B31A-3CA9-9E8E-3FDFB174F261> /Applications/Adobe InDesign CC/*/Reader for Quark
           0x110d56000 -        0x110db1ff7 +com.adobe.Reader for RTF (Reader for RTF 5.65.0.31977 - 5.65.0.31977) <3ACB0F8E-0B51-3E5C-B924-A31D1D6606F6> /Applications/Adobe InDesign CC/*/Reader for RTF
           0x110dca000 -        0x110e38ff7 +com.adobe.Reader for Word (Reader for Word 5.65.0.31977 - 5.65.0.31977) <27531852-B602-3785-94C0-3B316DBEC69C> /Applications/Adobe InDesign CC/*/Reader for Word
           0x110e4d000 -        0x110eb3fff +com.adobe.Reader for XLSX (Reader for XLSX 5.65.0.31977 - 5.65.0.31977) <D896568B-FB6A-3036-91FC-A1DF0FA820DF> /Applications/Adobe InDesign CC/*/Reader for XLSX
           0x110ecd000 -        0x110ed5ff7 +com.adobe.ZTextReader (ZTextReader 5.65.0.31977 - 5.65.0.31977) <28B268EF-A3AD-3933-B4DC-247428D3A88D> /Applications/Adobe InDesign CC/*/ZTextReader
           0x110f5c000 -        0x110fcbfff +com.adobe.InDesign.XMLParser (9.2.0.69 - 0) <745F02C0-071B-3979-B284-391BA59D9CF5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser
           0x110fe1000 -        0x111204fff +com.adobe.InDesign.XML (9.2.0.69 - 0) <97314A64-BB21-3965-B9D3-F4C219C3DCDF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/XML.InDesignPlugin/XML
           0x11124e000 -        0x11127bfff +com.adobe.InDesign.WorldReady (9.2.0.69 - 0) <787871A9-77D2-3095-8930-4F140D091F0A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady
           0x11128b000 -        0x1112c8ff7 +com.adobe.InDesign.Workgroup (9.2.0.69 - 0) <FEA65E81-92F4-36EE-940C-3C7BD07DB7F4> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
           0x1112d8000 -        0x1112fafff +com.adobe.InDesign.Workgroup Client (9.2.0.69 - 0) <2447A61F-74CA-38D1-9444-22A25D2DEE98> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
           0x111308000 -        0x111416fff +com.adobe.InDesign.Widgets (9.2.0.69 - 0) <A9FB91A0-7CDB-3025-B6AC-D53BA8BBEB1E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets
           0x11147c000 -        0x1115c0ff7 +com.adobe.InDesign.Transparency (9.2.0.69 - 0) <636FD3CD-06FE-3D25-A252-368317D80C66> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency
           0x1115eb000 -        0x11259ffef +com.adobe.psl (AdobePSL 14.0.0.31988 - 14.0.0.31988) <1EBD1547-F7B1-379D-8F50-FB49C7E01A58> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x112762000 -        0x11281bff7 +com.adobe.JP2K (1.2.2 - 1.2.2.31977) <8BD41D6E-B8A2-36FA-B855-7CF02E856A08> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x112842000 -        0x1128a4fff +com.adobe.InDesign.TOC (9.2.0.69 - 0) <99A6C9FF-2F20-3475-A9CF-24C7B0F63CF3> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC
           0x1128b8000 -        0x112ebbff7 +com.adobe.InDesign.Text (9.2.0.69 - 0) <4216A99F-7F58-3E9B-A37E-8178A6ED812A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text.InDesignPlugin/Text
           0x112f59000 -        0x112fcfff7 +com.adobe.InDesign.Text Wrap (9.2.0.69 - 0) <8B65C672-BB4E-3F46-A7C5-6B2D0331C0F5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap
           0x112fe8000 -        0x11300cfff +com.adobe.InDesign.Text Wrap Path (9.2.0.69 - 0) <D826BA05-20A8-367F-9414-573944D46303> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path
           0x113015000 -        0x11302bff7 +com.adobe.InDesign.Text Editor Model (9.2.0.69 - 0) <C997B3C0-98C6-34A5-89E0-DBD7FB071AD6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
           0x113036000 -        0x11308cff7 +com.adobe.InDesign.Text Attributes (9.2.0.69 - 0) <F90E2E25-38B2-3F12-8902-D5A56D6AD919> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
           0x1130a7000 -        0x113104ff7 +com.adobe.InDesign.TableStyles (9.2.0.69 - 0) <4D83BFF9-CAF4-34EF-BEAE-86E2D8A1D14F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
           0x113117000 -        0x113349fff +com.adobe.InDesign.Table Model (9.2.0.69 - 0) <829471A3-999A-3B01-BD5A-B2ADC2F2972A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
           0x113385000 -        0x1133d8ff7 +com.adobe.InDesign.Image Filters (9.2.0.69 - 0) <F3DF9DCA-6073-3DF8-89EB-18F8D1DB8902> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
           0x1133e4000 -        0x11346ffff +com.adobe.InDesign.SVGExport (9.2.0.69 - 0) <E86D7C69-48CA-362B-B3A0-CC2C8F4B31B5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/SVGExport.InDesignPlugin/SVGExport
           0x113489000 -        0x113547fff +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <2FAB4B9A-EDB9-0FF9-55B2-52DEC380D2BF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x11356a000 -        0x11360efff +com.adobe.InDesign.Support for JavaScript (9.2.0.69 - 0) <EC1C0215-E510-3D0F-B692-E2F8853811D9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
           0x113639000 -        0x113690ff7 +com.adobe.InDesign.Support for AppleScript (9.2.0.69 - 0) <7D7706C3-B3C9-3B96-8473-CAD03A053148> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
           0x1136a6000 -        0x1137a8ff7 +com.adobe.InDesign.Graphics (9.2.0.69 - 0) <FCBDB8E7-46E8-3987-9BCB-0E3177F00F11> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
           0x1137cc000 -        0x113827ff7 +com.adobe.InDesign.Stroke and Fill (9.2.0.69 - 0) <72D3DE23-CFCC-3821-80AE-0908DB5768F5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
           0x11383f000 -        0x113980ff7 +com.adobe.InDesign.Spread (9.2.0.69 - 0) <AF10A69E-0D98-3E25-ABE5-CC310529098A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
           0x1139b2000 -        0x113a14fff +com.adobe.InDesign.Spread UI (9.2.0.69 - 0) <B7A3AE3F-DC65-34F6-B601-1780AF9220D9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
           0x113a30000 -        0x113a7afff +com.adobe.InDesign.Spline (9.2.0.69 - 0) <53E6EF37-C070-39BE-BB18-2703B2041EC6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
           0x113a92000 -        0x113adaff7 +com.adobe.InDesign.Spline UI (9.2.0.69 - 0) <9FC93D14-6D7C-32EE-BF90-3756FEA25FEE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
           0x113af6000 -        0x113b09ff7 +com.adobe.InDesign.Spelling Service (9.2.0.69 - 0) <1E6AAFFE-ACCA-3E0B-AA63-37A767CC336E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
           0x113b18000 -        0x113b26fff +com.adobe.InDesign.Sound (9.2.0.69 - 0) <43D68A27-E17F-3E9D-A02D-EB3230178339> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
           0x113b32000 -        0x113bbcfff +com.adobe.InDesign.SharedContent (9.2.0.69 - 0) <3863D336-3468-35E6-8298-3C1BFB37FBA5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/SharedContent.InDesignPlugin/SharedContent
           0x113bdd000 -        0x113c05fff +com.adobe.InDesign.Sections (9.2.0.69 - 0) <4DB2B4F0-124A-36F1-B1A3-9BFA36BB2FCF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
           0x113c16000 -        0x113cc4fff +com.adobe.InDesign.Scripting (9.2.0.69 - 0) <01395410-7F18-323A-BF92-4FAC6F3ECCD5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
           0x113ce3000 -        0x113d0dff7 +com.adobe.InDesign.Rulers (9.2.0.69 - 0) <C21FAD98-14EA-3E6F-9D58-7DED5B0EFB76> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
           0x113d20000 -        0x113eb5fff +com.adobe.InDesign.Print (9.2.0.69 - 0) <4E53767E-8497-32D1-B922-735E610640E2> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
           0x113ee2000 -        0x113f21ff7 +com.adobe.InDesign.PNG Import Filter (9.2.0.69 - 0) <3EA87A99-3FBF-38E5-BE00-896001E5AD91> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
           0x113f31000 -        0x113f6afff +com.adobe.InDesign.Photoshop Import Filter (9.2.0.69 - 0) <B62B89C7-29F4-3058-BBD9-62BAB193B133> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
           0x113f7a000 -        0x113fe0fff +com.adobe.InDesign.Book (9.2.0.69 - 0) <A57C7841-5282-3A46-8202-CAB3C70DFBD0> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
           0x113ff7000 -        0x11410dff7 +com.adobe.InDesign.Image (9.2.0.69 - 0) <E026A24C-EF82-33E8-95FD-463A23618CB2> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
           0x114139000 -        0x114145ff7 +com.adobe.InDesign.Group (9.2.0.69 - 0) <8DF66586-0FC5-3EA5-8F0D-6083387F0697> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
           0x114152000 -        0x114294fe7 +com.adobe.InDesign.EPS Page Item (9.2.0.69 - 0) <CFD4D636-06B2-3969-91FA-ED68F0873111> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
           0x1142d3000 -        0x11451ffff +com.adobe.InDesign.PDF (9.2.0.69 - 0) <36EED87F-F233-3B82-83C4-57584FEBE296> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
           0x114561000 -        0x114665fff +com.adobe.PDFPort (AdobePDFPort 2.1.0.31977 - 2.1.0.31977) <83787D51-C878-3CFF-A3A2-F2107F7BB920> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x114678000 -        0x1146a1ff7 +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <E07D101E-E47A-392A-8A44-005B49393DEC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
           0x1146ab000 -        0x114917ff7 +com.adobe.InDesign.Generic Page Item (9.2.0.69 - 0) <F0DECCE6-EAF5-30C0-8FB0-48FA56CB3503> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
           0x114963000 -        0x1149a7fff +com.adobe.InDesign.Path Type (9.2.0.69 - 0) <32D8F2D5-AF06-375A-85ED-C4E42D3B790B> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
           0x1149c0000 -        0x1149caff7 +PathTypeLib.dylib (1) <A6E44FB4-61D6-3729-B3DD-A4D22EEC73B3> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PathTypeLib.dylib
           0x1149d3000 -        0x114a88fff +com.adobe.InDesign.Paragraph Composer (9.2.0.69 - 0) <EEE3D51D-AF42-30AF-A8BA-DE663DC95888> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
           0x114a99000 -        0x114adafff +com.adobe.InDesign.Open Place (9.2.0.69 - 0) <6CBC4B8F-3B3D-3B14-9512-6808497AC68A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
           0x114aee000 -        0x114b06ff7 +com.adobe.InDesign.Movie (9.2.0.69 - 0) <FD78448B-F572-32C2-9580-4A0681AC69EE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
           0x114b15000 -        0x114ba0fff +com.adobe.InDesign.Metadata (9.2.0.69 - 0) <361ED9DD-BAD7-35E5-AFE5-3176BAD1C0FC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
           0x114bbd000 -        0x114ccafff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 81 - 79.154911) <38348CA8-7905-3AA4-AA00-95A6D912C491> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x114d00000 -        0x114d5cff7 +com.adobe.InDesign.Media (9.2.0.69 - 0) <560CE1DB-99AF-389F-8BC2-37D5F83C110F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
           0x114d72000 -        0x114eacfff +com.adobe.InDesign.Links (9.2.0.69 - 0) <1BCD7856-3DD0-3C58-AF61-0E430CF5EFBC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
           0x114ee1000 -        0x114f0afff +com.adobe.InDesign.Layout (9.2.0.69 - 0) <98815961-6446-3917-B266-7E3DB625B782> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
           0x114f19000 -        0x114f46fff +com.adobe.InDesign.Layer (9.2.0.69 - 0) <94604B73-0E52-30CB-9CC0-805F5B138FE4> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
           0x114f59000 -        0x115029fff +com.adobe.InDesign.INXCore (9.2.0.69 - 0) <FCF49243-A7FD-3993-A242-7ECAB3971857> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
           0x115051000 -        0x115157ff7 +com.adobe.InDesign.Indexing (9.2.0.69 - 0) <CD23A88C-DBB2-3F46-91CC

  • NVIDIA driver not working on HP envy dv7

    Hi,
    i trying to install nvidia official driver to my HP envy dv7 laptop.
    Two wasted nights without success.
    I trying newest version from nvidia.com and from pacman.
    Result is same in both cases - black screen, high cpu temperatures, no video output.
    Pasted logs are from pacman version.
    Thank you for help !
    uname -a :
    $ uname -a
    Linux localhost 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux
    lspci | grep VGA
    $ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
    modinfo nvidia
    $modinfo nvidia
    filename: /lib/modules/3.13.5-1-ARCH/extramodules/nvidia.ko.gz
    alias: char-major-195-*
    version: 331.38
    supported: external
    license: NVIDIA
    alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
    alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
    alias: pci:v000010DEd*sv*sd*bc03sc02i00*
    alias: pci:v000010DEd*sv*sd*bc03sc00i00*
    depends: drm,i2c-core
    vermagic: 3.13.0-1-ARCH SMP preempt mod_unload modversions
    parm: NVreg_Mobile:int
    parm: NVreg_ResmanDebugLevel:int
    parm: NVreg_RmLogonRC:int
    parm: NVreg_ModifyDeviceFiles:int
    parm: NVreg_DeviceFileUID:int
    parm: NVreg_DeviceFileGID:int
    parm: NVreg_DeviceFileMode:int
    parm: NVreg_RemapLimit:int
    parm: NVreg_UpdateMemoryTypes:int
    parm: NVreg_InitializeSystemMemoryAllocations:int
    parm: NVreg_RMEdgeIntrCheck:int
    parm: NVreg_UsePageAttributeTable:int
    parm: NVreg_MapRegistersEarly:int
    parm: NVreg_RegisterForACPIEvents:int
    parm: NVreg_CheckPCIConfigSpace:int
    parm: NVreg_EnablePCIeGen3:int
    parm: NVreg_EnableMSI:int
    parm: NVreg_MemoryPoolSize:int
    parm: NVreg_RegistryDwords:charp
    parm: NVreg_RmMsg:charp
    parm: NVreg_AssignGpus:charp
    pacman -Qi nvidia
    $pacman -Qi nvidia
    Name : nvidia
    Version : 331.38-3
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.13 linux<3.14 nvidia-libgl nvidia-utils=331.38
    Optional Deps : None
    Required By : None
    Optional For : bumblebee
    Conflicts With : nvidia-96xx nvidia-173xx
    Replaces : None
    Installed Size : 4642.00 KiB
    Packager : Thomas Bächler <[email protected]>
    Build Date : Sun 26 Jan 2014 10:22:40 AM UTC
    Install Date : Wed 26 Feb 2014 05:45:32 PM UTC
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    nvidia-xconfig --query-gpu-info
    $nvidia-xconfig --query-gpu-info
    Number of GPUs: 1
    GPU #0:
    Name : GeForce GT 630M
    UUID : GPU-172f9afb-954f-a30c-b9e1-016f89943947
    PCI BusID : PCI:1:0:0
    Number of Display Devices: 1
    Display Device 0 (CRT-0):
    No EDID information available.
    xorg.0.log
    [ 2028.379]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 2028.394] X Protocol Version 11, Revision 0
    [ 2028.399] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2028.407] Current Operating System: Linux localhost 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64
    [ 2028.407] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 2028.423] Build Date: 09 January 2014 08:47:24AM
    [ 2028.431]
    [ 2028.439] Current version of pixman: 0.32.4
    [ 2028.456] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2028.456] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2028.498] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 26 18:29:34 2014
    [ 2028.510] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2028.522] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2028.535] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2028.548] (==) ServerLayout "Layout0"
    [ 2028.561] (**) |-->Screen "Screen0" (0)
    [ 2028.574] (**) | |-->Monitor "Monitor0"
    [ 2028.587] (**) | |-->Device "Device0"
    [ 2028.601] (**) |-->Input Device "Keyboard0"
    [ 2028.615] (**) |-->Input Device "Mouse0"
    [ 2028.629] (==) Automatically adding devices
    [ 2028.643] (==) Automatically enabling devices
    [ 2028.658] (==) Automatically adding GPU devices
    [ 2028.673] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2028.688] Entry deleted from font path.
    [ 2028.704] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2028.721] Entry deleted from font path.
    [ 2028.738] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2028.756] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2028.774] Entry deleted from font path.
    [ 2028.792] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2028.869] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2028.889] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2028.910] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2028.931] (WW) Disabling Keyboard0
    [ 2028.952] (WW) Disabling Mouse0
    [ 2028.974] (II) Loader magic: 0x804c80
    [ 2028.995] (II) Module ABI versions:
    [ 2029.017] X.Org ANSI C Emulation: 0.4
    [ 2029.039] X.Org Video Driver: 15.0
    [ 2029.062] X.Org XInput driver : 20.0
    [ 2029.084] X.Org Server Extension : 8.0
    [ 2029.107] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2029.109] (--) PCI:*(0:0:2:0) 8086:0166:103c:181d rev 9, Mem @ 0xd4000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
    [ 2029.134] (--) PCI: (0:1:0:0) 10de:0de9:103c:181d rev 161, Mem @ 0xd2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 2029.186] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2029.213] Initializing built-in extension Generic Event Extension
    [ 2029.240] Initializing built-in extension SHAPE
    [ 2029.267] Initializing built-in extension MIT-SHM
    [ 2029.295] Initializing built-in extension XInputExtension
    [ 2029.322] Initializing built-in extension XTEST
    [ 2029.349] Initializing built-in extension BIG-REQUESTS
    [ 2029.377] Initializing built-in extension SYNC
    [ 2029.404] Initializing built-in extension XKEYBOARD
    [ 2029.432] Initializing built-in extension XC-MISC
    [ 2029.459] Initializing built-in extension SECURITY
    [ 2029.486] Initializing built-in extension XINERAMA
    [ 2029.512] Initializing built-in extension XFIXES
    [ 2029.538] Initializing built-in extension RENDER
    [ 2029.564] Initializing built-in extension RANDR
    [ 2029.589] Initializing built-in extension COMPOSITE
    [ 2029.615] Initializing built-in extension DAMAGE
    [ 2029.640] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2029.665] Initializing built-in extension DOUBLE-BUFFER
    [ 2029.688] Initializing built-in extension RECORD
    [ 2029.711] Initializing built-in extension DPMS
    [ 2029.734] Initializing built-in extension Present
    [ 2029.756] Initializing built-in extension DRI3
    [ 2029.778] Initializing built-in extension X-Resource
    [ 2029.800] Initializing built-in extension XVideo
    [ 2029.821] Initializing built-in extension XVideo-MotionCompensation
    [ 2029.842] Initializing built-in extension XFree86-VidModeExtension
    [ 2029.863] Initializing built-in extension XFree86-DGA
    [ 2029.883] Initializing built-in extension XFree86-DRI
    [ 2029.903] Initializing built-in extension DRI2
    [ 2029.923] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 2029.923] (II) LoadModule: "glx"
    [ 2029.964] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2029.993] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2029.993] compiled for 4.0.2, module version = 1.0.0
    [ 2030.034] Module class: X.Org Server Extension
    [ 2030.055] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 2030.076] Loading extension GLX
    [ 2030.077] (II) LoadModule: "nvidia"
    [ 2030.120] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2030.142] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2030.142] compiled for 4.0.2, module version = 1.0.0
    [ 2030.185] Module class: X.Org Video Driver
    [ 2030.207] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 2030.229] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2030.251] (II) NVIDIA X compatibility module for ABI 15.0 built from xorg-server-1.14.99.901
    [ 2030.273] (II) X log verbosity: 5
    [ 2030.315] (--) using VT number 1
    [ 2030.462] (II) Loading sub module "fb"
    [ 2030.462] (II) LoadModule: "fb"
    [ 2030.462] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2030.462] (II) Module fb: vendor="X.Org Foundation"
    [ 2030.462] compiled for 1.15.0, module version = 1.0.0
    [ 2030.462] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2030.462] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 2030.462] (II) Loading sub module "wfb"
    [ 2030.462] (II) LoadModule: "wfb"
    [ 2030.462] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2030.462] (II) Module wfb: vendor="X.Org Foundation"
    [ 2030.462] compiled for 1.15.0, module version = 1.0.0
    [ 2030.462] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2030.462] (II) Loading sub module "ramdac"
    [ 2030.462] (II) LoadModule: "ramdac"
    [ 2030.462] (II) Module "ramdac" already built-in
    [ 2030.462] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 2030.462] (==) NVIDIA(0): RGB weight 888
    [ 2030.462] (==) NVIDIA(0): Default visual is TrueColor
    [ 2030.463] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2030.463] (==) NVIDIA(0): Using HW cursor
    [ 2030.463] (==) NVIDIA(0): Video key set to default value of 0x101fe
    [ 2030.463] (==) NVIDIA(0): Not mapping the primary surface by default.
    [ 2030.463] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
    [ 2030.463] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2030.463] (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
    [ 2030.588] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 2030.588] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 2030.589] (II) NVIDIA(0): NVIDIA GPU GeForce GT 630M (GF108) at PCI:1:0:0 (GPU-0)
    [ 2030.589] (II) NVIDIA(0): GPU UUID: GPU-172f9afb-954f-a30c-b9e1-016f89943947
    [ 2030.589] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 2030.589] (II) NVIDIA(0): Board ID: 0xce4e
    [ 2030.589] (II) NVIDIA(0): Chip SKU: 770
    [ 2030.589] (II) NVIDIA(0): Chip SKU Mod: 1
    [ 2030.589] (II) NVIDIA(0): Project: 1303
    [ 2030.589] (II) NVIDIA(0): Project SKU: 0000
    [ 2030.589] (II) NVIDIA(0): GPU RAM Type: DDR3
    [ 2030.589] (--) NVIDIA(0): VideoBIOS: 70.08.b9.00.0b
    [ 2030.589] (--) NVIDIA(0): Found 2 heads on board
    [ 2030.589] (II) NVIDIA(0): Supported display device(s): CRT-0
    [ 2030.589] (II) NVIDIA(0): Bus detected as PCI Express
    [ 2030.589] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 2030.589] (II) NVIDIA(0): SPS : 1
    [ 2030.589] (II) NVIDIA(0): User configuration of GPU PowerMizer is supported
    [ 2030.589] (II) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): Valid display device(s) on GeForce GT 630M at PCI:1:0:0
    [ 2030.591] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 2030.591] (--) NVIDIA(0): CRT-0 Name Aliases:
    [ 2030.591] (--) NVIDIA(0): CRT
    [ 2030.591] (--) NVIDIA(0): CRT-0
    [ 2030.591] (--) NVIDIA(0): DPY-0
    [ 2030.591] (--) NVIDIA(0): VGA-0
    [ 2030.591] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): --- EDID for CRT-0 ---
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): No EDID Available.
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): --- End of EDID for CRT-0 ---
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2030.591] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2030.591] (**) NVIDIA(0): all display devices.)
    [ 2030.591] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2030.591] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2030.591] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2030.591] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2030.591] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2030.593] (II) NVIDIA(GPU-0):
    [ 2030.593] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2030.593] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2030.593] (II) NVIDIA(GPU-0):
    [ 2030.593] (II) NVIDIA(0): Display device(s) assigned to X screen 0:
    [ 2030.593] (II) NVIDIA(0): CRT-0
    [ 2030.593] (==) NVIDIA(0):
    [ 2030.593] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 2030.593] (==) NVIDIA(0): will be used as the requested mode.
    [ 2030.593] (==) NVIDIA(0):
    [ 2030.593] (II) NVIDIA(0): Requested modes:
    [ 2030.593] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 2030.593] (II) NVIDIA(0): Validated MetaModes:
    [ 2030.593] (II) NVIDIA(0): MetaMode "CRT-0:nvidia-auto-select":
    [ 2030.593] (II) NVIDIA(0): Size: 1024 x 768
    [ 2030.593] (II) NVIDIA(0): CRT-0: "nvidia-auto-select"
    [ 2030.593] (II) NVIDIA(0): Size : 1024 x 768
    [ 2030.593] (II) NVIDIA(0): Offset : +0 +0
    [ 2030.593] (II) NVIDIA(0): Panning
    [ 2030.593] (II) NVIDIA(0): Domain : 1024 x 768
    [ 2030.593] (II) NVIDIA(0): Tracking Area: 1024 x 768 +0 +0
    [ 2030.593] (II) NVIDIA(0): Border : 0,0,0,0
    [ 2030.593] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600_60"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600_56"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 640x480"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 512x384"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 400x300"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 320x240"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: nvidia-auto-select { ViewPortIn = 1024 x 576, ViewPortOut = 1024 x 576 + 0 + 96 }"
    [ 2030.596] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 2030.596] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 2030.596] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 2030.596] (--) Depth 24 pixmap format is 32 bpp
    [ 2030.597] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 2030.597] (II) NVIDIA: access.
    [ 2030.599] (II) NVIDIA(0): kernel module enabled successfully
    [ 2030.599] (II) NVIDIA(0): GPU initialized
    [ 2030.599] (II) NVIDIA(0): ACPI: AC state file path: /sys/class/power_supply/ADP1/online
    [ 2030.599] (II) NVIDIA(0): ACPI: the system is running on battery power
    [ 2030.599] (II) NVIDIA(0): ACPI: dock file path: /sys/devices/platform//dock.0/docked
    [ 2030.599] (II) NVIDIA(0): ACPI: the system is undocked
    [ 2030.599] (II) NVIDIA(0): Registered for mobile display change hotkey events.
    [ 2030.602] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 2030.619] (II) NVIDIA(0): First mode initialized
    [ 2030.624] (==) NVIDIA(0): Using 8388608 bytes for software rendering cache
    [ 2030.629] (II) NVIDIA(0): Using built-in logo image.
    [ 2030.629] (II) NVIDIA(0): Logo is 744x537 with depth 24.
    [ 2030.641] Loading extension NV-GLX
    [ 2030.689] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 2030.689] (II) NVIDIA(0): Visuals set up
    [ 2030.689] (II) NVIDIA(0): Pixmap depths set up
    [ 2030.690] (II) NVIDIA(0): GLX visuals set up
    [ 2030.690] (II) NVIDIA(0): Framebuffer set up
    [ 2030.690] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2030.690] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 2030.690] (==) NVIDIA(0): Backing store enabled
    [ 2030.690] (==) NVIDIA(0): Silken mouse enabled
    [ 2030.690] (II) NVIDIA(0): Default colormap initialized.
    [ 2030.690] (II) NVIDIA(0): Palette loaded
    [ 2030.690] (**) NVIDIA(0): DPMS enabled
    [ 2030.690] Loading extension NV-CONTROL
    [ 2030.690] Loading extension XINERAMA
    [ 2030.690] (II) NVIDIA(0): Loading NVIDIA Xinerama information
    [ 2030.690] (II) Loading sub module "dri2"
    [ 2030.690] (II) LoadModule: "dri2"
    [ 2030.690] (II) Module "dri2" already built-in
    [ 2030.690] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2030.690] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2030.690] (II) NVIDIA(0): Screen initialization complete
    [ 2030.690] (--) RandR disabled
    [ 2030.695] (II) Initializing extension GLX
    [ 2030.726] (II) XKB: Reusing cached keymap
    [ 2030.728] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2030.728] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2030.728] (II) LoadModule: "evdev"
    [ 2030.728] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2030.728] (II) Module evdev: vendor="X.Org Foundation"
    [ 2030.728] compiled for 1.15.0, module version = 2.8.2
    [ 2030.728] Module class: X.Org XInput Driver
    [ 2030.728] ABI class: X.Org XInput driver, version 20.0
    [ 2030.728] (II) Using input driver 'evdev' for 'Power Button'
    [ 2030.728] Option "XkbRules" "evdev"
    [ 2030.728] Option "XkbModel" "pc104"
    [ 2030.728] Option "XkbLayout" "us"
    [ 2030.728] Option "_source" "server/udev"
    [ 2030.728] Option "name" "Power Button"
    [ 2030.728] Option "path" "/dev/input/event2"
    [ 2030.728] Option "device" "/dev/input/event2"
    [ 2030.728] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2030.728] Option "driver" "evdev"
    [ 2030.728] (**) Power Button: always reports core events
    [ 2030.728] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2030.729] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2030.729] (--) evdev: Power Button: Found keys
    [ 2030.729] (II) evdev: Power Button: Configuring as keyboard
    [ 2030.729] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2030.729] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2030.729] (**) Option "xkb_rules" "evdev"
    [ 2030.729] (**) Option "xkb_model" "pc104"
    [ 2030.729] (**) Option "xkb_layout" "us"
    [ 2030.748] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2030.748] (II) No input driver specified, ignoring this device.
    [ 2030.748] (II) This device may have been added with another device file.
    [ 2030.748] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 2030.748] (II) config/udev: Adding input device HP Truevision HD (/dev/input/event7)
    [ 2030.748] (**) HP Truevision HD: Applying InputClass "evdev keyboard catchall"
    [ 2030.748] (II) Using input driver 'evdev' for 'HP Truevision HD'
    [ 2030.748] Option "XkbRules" "evdev"
    [ 2030.748] Option "XkbModel" "pc104"
    [ 2030.748] Option "XkbLayout" "us"
    [ 2030.748] Option "_source" "server/udev"
    [ 2030.748] Option "name" "HP Truevision HD"
    [ 2030.748] Option "path" "/dev/input/event7"
    [ 2030.748] Option "device" "/dev/input/event7"
    [ 2030.748] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event7"
    [ 2030.748] Option "driver" "evdev"
    [ 2030.748] (**) HP Truevision HD: always reports core events
    [ 2030.748] (**) evdev: HP Truevision HD: Device: "/dev/input/event7"
    [ 2030.748] (--) evdev: HP Truevision HD: Vendor 0x5c8 Product 0x33a
    [ 2030.748] (--) evdev: HP Truevision HD: Found keys
    [ 2030.748] (II) evdev: HP Truevision HD: Configuring as keyboard
    [ 2030.748] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event7"
    [ 2030.748] (II) XINPUT: Adding extended input device "HP Truevision HD" (type: KEYBOARD, id 7)
    [ 2030.748] (**) Option "xkb_rules" "evdev"
    [ 2030.748] (**) Option "xkb_model" "pc104"
    [ 2030.748] (**) Option "xkb_layout" "us"
    [ 2030.748] (II) XKB: Reusing cached keymap
    [ 2030.749] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2030.750] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2030.750] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2030.750] Option "XkbRules" "evdev"
    [ 2030.750] Option "XkbModel" "pc104"
    [ 2030.750] Option "XkbLayout" "us"
    [ 2030.750] Option "_source" "server/udev"
    [ 2030.750] Option "name" "AT Translated Set 2 keyboard"
    [ 2030.750] Option "path" "/dev/input/event0"
    [ 2030.750] Option "device" "/dev/input/event0"
    [ 2030.750] Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2030.750] Option "driver" "evdev"
    [ 2030.750] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2030.750] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2030.750] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2030.750] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2030.750] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2030.750] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2030.750] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    [ 2030.750] (**) Option "xkb_rules" "evdev"
    [ 2030.750] (**) Option "xkb_model" "pc104"
    [ 2030.750] (**) Option "xkb_layout" "us"
    [ 2030.750] (II) XKB: Reusing cached keymap
    [ 2030.750] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 2030.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 2030.750] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 2030.750] Option "XkbRules" "evdev"
    [ 2030.750] Option "XkbModel" "pc104"
    [ 2030.750] Option "XkbLayout" "us"
    [ 2030.750] Option "_source" "server/udev"
    [ 2030.750] Option "name" "SynPS/2 Synaptics TouchPad"
    [ 2030.750] Option "path" "/dev/input/event10"
    [ 2030.750] Option "device" "/dev/input/event10"
    [ 2030.750] Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event10"
    [ 2030.750] Option "driver" "evdev"
    [ 2030.750] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2030.750] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 2030.750] (II) evdev: SynPS/2 Synaptics TouchPad: Using mtdev for this device
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 2030.751] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 2030.751] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 2030.751] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 2030.751] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2030.751] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event10"
    [ 2030.751] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 9)
    [ 2030.751] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2030.751] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event8)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.752] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
    [ 2030.752] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 2030.752] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 2030.752] Option "XkbRules" "evdev"
    [ 2030.752] Option "XkbModel" "pc104"
    [ 2030.752] Option "XkbLayout" "us"
    [ 2030.752] Option "_source" "server/udev"
    [ 2030.752] Option "name" "HP WMI hotkeys"
    [ 2030.752] Option "path" "/dev/input/event9"
    [ 2030.752] Option "device" "/dev/input/event9"
    [ 2030.752] Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
    [ 2030.752] Option "driver" "evdev"
    [ 2030.752] (**) HP WMI hotkeys: always reports core events
    [ 2030.752] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event9"
    [ 2030.752] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 2030.752] (--) evdev: HP WMI hotkeys: Found keys
    [ 2030.752] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 2030.752] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
    [ 2030.752] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 10)
    [ 2030.752] (**) Option "xkb_rules" "evdev"
    [ 2030.752] (**) Option "xkb_model" "pc104"
    [ 2030.752] (**) Option "xkb_layout" "us"
    [ 2030.752] (II) XKB: Reusing cached keymap
    [ 2031.256] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 2031.256] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2031.256] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2031.256] (**) NVIDIA(0): all display devices.)
    [ 2031.256] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2031.256] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2031.256] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2031.256] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2031.256] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2031.257] (II) NVIDIA(GPU-0):
    [ 2031.257] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2031.257] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2031.258] (II) NVIDIA(GPU-0):
    [ 2031.506] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 2031.506] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2031.506] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2031.506] (**) NVIDIA(0): all display devices.)
    [ 2031.506] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2031.506] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2031.506] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2031.506] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2031.506] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2031.509] (II) NVIDIA(GPU-0):
    [ 2031.509] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2031.509] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2031.509] (II) NVIDIA(GPU-0):
    [ 2046.582] (II) evdev: HP WMI hotkeys: Close
    [ 2046.582] (II) UnloadModule: "evdev"
    [ 2046.623] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [ 2046.623] (II) UnloadModule: "evdev"
    [ 2046.663] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2046.663] (II) UnloadModule: "evdev"
    [ 2046.702] (II) evdev: HP Truevision HD: Close
    [ 2046.702] (II) UnloadModule: "evdev"
    [ 2046.741] (II) evdev: Power Button: Close
    [ 2046.741] (II) UnloadModule: "evdev"
    [ 2046.794] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 2046.795] (EE) Server terminated successfully (0). Closing log file.
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "Module"
    Load "glx"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    # VendorName "Unknown"
    # ModelName "Unknown"
    # HorizSync 28.0 - 33.0
    # VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    # Option "UseEDID" "true"
    Option "ConnectedMonitor" "DFP-0"
    # Option "CustomEDID" "CRT-0:/etc/X11/1280x1024.bin"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    dmesg :
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x000000009a3befff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009a3bf000-0x000000009aebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP ENVY dv7 Notebook PC/181D, BIOS F.12 09/03/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 09B000000 mask FFF000000 uncachable
    [ 0.000000] 3 base 09C000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0FF800000 mask FFF800000 write-protect
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask F80000000 write-back
    [ 0.000000] 7 base 25F600000 mask FFFE00000 uncachable
    [ 0.000000] 8 base 25F800000 mask FFF800000 uncachable
    [ 0.000000] 9 base 260000000 mask FE0000000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff88000008b000] 8b000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x25f400000-0x25f5fffff]
    [ 0.000000] [mem 0x25f400000-0x25f5fffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x25c000000-0x25f3fffff]
    [ 0.000000] [mem 0x25c000000-0x25f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x25bffffff]
    [ 0.000000] [mem 0x200000000-0x25bffffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0x9a3befff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0x9a1fffff] page 2M
    [ 0.000000] [mem 0x9a200000-0x9a3befff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
    [ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379b0000-0x37ccffff]
    [ 0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 000000009affe210 0000A4 (v01 HPQOEM SLIC-MPC 00000001 HP 01000013)
    [ 0.000000] ACPI: FACP 000000009affb000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: DSDT 000000009afe4000 0130E0 (v01 HPQOEM 181D 00000000 ACPI 00040000)
    [ 0.000000] ACPI: FACS 000000009afb8000 000040
    [ 0.000000] ACPI: UEFI 000000009affd000 000236 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: ASF! 000000009affc000 0000A5 (v32 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: HPET 000000009affa000 000038 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: APIC 000000009aff9000 00008C (v03 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: MCFG 000000009aff8000 00003C (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: WDAT 000000009afe3000 000224 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 000000009afe1000 001068 (v01 HPQOEM 181D 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 000000009afdf000 000028 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: ASPT 000000009afdd000 000034 (v07 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: DBGP 000000009afdc000 000034 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: FPDT 000000009afda000 000044 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: MSDM 000000009afd9000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd8000 000926 (v01 HPQOEM 181D 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd7000 000A92 (v01 HPQOEM 181D 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd3000 002E84 (v01 HPQOEM 181D 00001000 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x25f5fffff]
    [ 0.000000] NODE_DATA [mem 0x25f5f3000-0x25f5f7fff]
    [ 0.000000] [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880256c00000-ffff88025ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x25f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00090fff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0x9a3befff]
    [ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
    [ 0.000000] node 0: [mem 0x100000000-0x25f5fffff]
    [ 0.000000] On node 0 totalpages: 2070351
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3984 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 9799 pages used for memmap
    [ 0.000000] DMA32 zone: 627135 pages, LIFO batch:31
    [ 0.000000] Normal zone: 22488 pages used for memmap
    [ 0.000000] Normal zone: 1439232 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9a3bf000-0x9aebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
    [ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88025f200000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2037979
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8068224K/8281404K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 213180K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2394.589 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.72 BogoMIPS (lpj=7981963)
    [ 0.000004] pid_max: default: 32768 minimum: 301
    [ 0.000023] Security Framework initialized
    [ 0.000029] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000030] Yama: becoming mindful.
    [ 0.000417] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.001940] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.002614] Mount-cache hash table entries: 256
    [ 0.002739] Initializing cgroup subsys memory
    [ 0.002743] Initializing cgroup subsys devices
    [ 0.002744] Initializing cgroup subsys freezer
    [ 0.002746] Initializing cgroup subsys net_cls
    [ 0.002747] Initializing cgroup subsys blkio
    [ 0.002763] CPU: Physical Processor ID: 0
    [ 0.002764] CPU: Processor Core ID: 0
    [ 0.002768] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003048] mce: CPU supports 9 MCE banks
    [ 0.003058] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003064] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 2
    [ 0.003142] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.003906] ACPI: Core revision 20131115
    [ 0.009053] ACPI: All ACPI Tables successfully acquired
    [ 0.053822] ftrace: allocating 21057 entries in 83 pages
    [ 0.061910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.094942] smpboot: CPU0: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.094948] TSC deadline timer enabled
    [ 0.094955] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.094960] ... version: 3
    [ 0.094960] ... bit width: 48
    [ 0.094961] ... generic registers: 4
    [ 0.094962] ... value mask: 0000ffffffffffff
    [ 0.094962] ... max period: 0000ffffffffffff
    [ 0.094963] ... fixed-purpose events: 3
    [ 0.094964] ... event mask: 000000070000000f
    [ 0.121742] x86: Booting SMP configuration:
    [ 0.135256] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.121746] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.256907] x86: Booted up 1 node, 8 CPUs
    [ 0.256909] smpboot: Total of 8 processors activated (38328.81 BogoMIPS)
    [ 0.262487] devtmpfs: initialized
    [ 0.264464] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
    [ 0.265037] RTC time: 21:55:49, date: 02/28/14
    [ 0.265063] NET: Registered protocol family 16
    [ 0.265128] cpuidle: using governor ladder
    [ 0.265129] cpuidle: using governor menu
    [ 0.265147] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.265148] ACPI: bus type PCI registered
    [ 0.265150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.265197] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.265199] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.282064] PCI: Using configuration type 1 for base access
    [ 0.282527] bio: create slab <bio-0> at 0
    [ 0.282615] ACPI: Added _OSI(Module Device)
    [ 0.282616] ACPI: Added _OSI(Processor Device)
    [ 0.282617] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282618] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.285086] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.312765] ACPI Error: No handler for Region [RAM_] (ffff880253874090) [EmbeddedControl] (20131115/evregion-162)
    [ 0.312767] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20131115/exfldio-299)
    [ 0.312770] ACPI Error: Method parse/execution failed [\_SB_.ACCL._STA] (Node ffff88025387e190), AE_NOT_EXIST (20131115/psparse-536)
    [ 0.312774] ACPI Error: Method execution failed [\_SB_.ACCL._STA] (Node ffff88025387e190), AE_NOT_EXIST (20131115/uteval-103)
    [ 0.313004] ACPI: SSDT 000000009ae3a018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20111123)
    [ 0.313310] ACPI: Dynamic OEM Table Load:
    [ 0.313311] ACPI: SSDT (null) 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20111123)
    [ 0.325950] ACPI: SSDT 000000009aeada98 000303 (v01 PmRef ApIst 00003000 INTL 20111123)
    [ 0.326272] ACPI: Dynamic OEM Table Load:
    [ 0.326273] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20111123)
    [ 0.339208] ACPI: SSDT 000000009ababd98 000119 (v01 PmRef ApCst 00003000 INTL 20111123)
    [ 0.339508] ACPI: Dynamic OEM Table Load:
    [ 0.339509] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20111123)
    [ 1.238575] ACPI: Interpreter enabled
    [ 1.238580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    [ 1.238584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 1.238594] ACPI: (supports S0 S3 S4 S5)
    [ 1.238595] ACPI: Using IOAPIC for interrupt routing
    [ 1.238612] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.238799] ACPI: ACPI Dock Station Driver: 1 docks/bays found
    [ 1.260983] ACPI : EC: GPE storm detected(9 GPEs), transactions will use polling mode
    [ 1.321167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 1.321171] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 1.321214] \_SB_.PCI0:_OSC invalid UUID
    [ 1.321215] _OSC request data:1 1f 0
    [ 1.321218] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 1.321676] PCI host bridge to bus 0000:00
    [ 1.321678] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 1.321679] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 1.321680] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 1.321682] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 1.321683] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    [ 1.321688] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 1.321749] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 1.321772] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.321801] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 1.321826] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 1.321834] pci 0000:00:02.0: reg 0x10: [mem 0xd4000000-0xd43fffff 64bit]
    [ 1.321839] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 1.321842] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 1.321916] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 1.321936] pci 0000:00:14.0: reg 0x10: [mem 0xd4600000-0xd460ffff 64bit]
    [ 1.322002] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.322033] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 1.322061] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 1.322083] pci 0000:00:16.0: reg 0x10: [mem 0xd4614000-0xd461400f 64bit]
    [ 1.322154] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.322218] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 1.322238] pci 0000:00:1a.0: reg 0x10: [mem 0xd4619000-0xd46193ff]
    [ 1.322321] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.322363] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 1.322390] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 1.322404] pci 0000:00:1b.0: reg 0x10: [mem 0xd4610000-0xd4613fff 64bit]
    [ 1.322466] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.322498] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 1.322527] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 1.322652] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.322697] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 1.322726] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 1.322855] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.322900] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 1.322929] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 1.323056] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.323100] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 1.323125] pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
    [ 1.323197] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.323232] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 1.323263] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 1.323282] pci 0000:00:1d.0: reg 0x10: [mem 0xd4618000-0xd46183ff]
    [ 1.323366] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.323407] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 1.323434] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 1.323584] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
    [ 1.323601] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
    [ 1.323608] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
    [ 1.323615] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
    [ 1.323623] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
    [ 1.323630] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 1.323637] pci 0000:00:1f.2: reg 0x24: [mem 0xd4617000-0xd46177ff]
    [ 1.323678] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.323727] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 1.323741] pci 0000:00:1f.3: reg 0x10: [mem 0xd4615000-0xd46150ff 64bit]
    [ 1.323760] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
    [ 1.323853] pci 0000:01:00.0: [10de:0de9] type 00 class 0x030000
    [ 1.323862] pci 0000:01:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
    [ 1.323869] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 1.323875] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
    [ 1.323880] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
    [ 1.323884] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 1.323917] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.330552] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 1.330557] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.330562] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd3ffffff]
    [ 1.330568] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.330681] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 1.330867] pci 0000:08:00.0: [10ec:5229] type 00 class 0xff0000
    [ 1.330931] pci 0000:08:00.0: reg 0x10: [mem 0xd1000000-0xd1000fff]
    [ 1.331423] pci 0000:08:00.0: supports D1 D2
    [ 1.331424] pci 0000:08:00.0: PME# supported from D1 D2 D3hot
    [ 1.331502] pci 0000:08:00.0: System wakeup disabled by ACPI
    [ 1.337279] pci 0000:00:1c.1: PCI bridge to [bus 08-09]
    [ 1.337286] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.337294] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff]
    [ 1.337304] pci 0000:00:1c.1: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.337465] pci 0000:0a:00.0: [8086:0887] type 00 class 0x028000
    [ 1.337511] pci 0000:0a:00.0: reg 0x10: [mem 0xd4500000-0xd4501fff 64bit]
    [ 1.337733] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
    [ 1.337776] pci 0000:0a:00.0: System wakeup disabled by ACPI
    [ 1.343946] pci 0000:00:1c.3: PCI bridge to [bus 0a]
    [ 1.343959] pci 0000:00:1c.3: bridge window [mem 0xd4500000-0xd45fffff]
    [ 1.344076] pci 0000:0b:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.344094] pci 0000:0b:00.0: reg 0x10: [io 0x2000-0x20ff]
    [ 1.344127] pci 0000:0b:00.0: reg 0x18: [mem 0xd4404000-0xd4404fff 64bit pref]
    [ 1.344147] pci 0000:0b:00.0: reg 0x20: [mem 0xd4400000-0xd4403fff 64bit pref]
    [ 1.344234] pci 0000:0b:00.0: supports D1 D2
    [ 1.344236] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.373952] pci 0000:0b:00.0: System wakeup disabled by ACPI
    [ 1.380639] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 1.380647] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 1.380654] pci 0000:00:1c.5: bridge window [mem 0xd4400000-0xd44fffff]
    [ 1.381137] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 1.381174] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.381209] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.381244] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.381278] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.381313] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 1.381348] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.381384] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.381615] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 1.381620] ACPI: \_SB_.PCI0: notify handler is installed
    [ 1.381661] Found 1 acpi root devices
    [ 1.381686] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.381736] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.381739] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 1.381740] vgaarb: loaded
    [ 1.381741] vgaarb: bridge control possible 0000:01:00.0
    [ 1.381741] vgaarb: no bridge control possible 0000:00:02.0
    [ 1.381759] PCI: Using ACPI for IRQ routing
    [ 1.387711] PCI: pci_cache_line_size set to 64 bytes
    [ 1.387850] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
    [ 1.387851] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 1.387852] e820: reserve RAM buffer [mem 0x9a3bf000-0x9bffffff]
    [ 1.387853] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
    [ 1.387854] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
    [ 1.387910] NetLabel: Initializing
    [ 1.387911] NetLabel: domain hash size = 128
    [ 1.387912] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.387923] NetLabel: unlabeled traffic allowed by default
    [ 1.387936] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.387940] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.389961] Switched to clocksource hpet
    [ 1.392856] pnp: PnP ACPI init
    [ 1.392865] ACPI: bus type PNP registered
    [ 1.392884] pnp 00:00: [dma 4]
    [ 1.392898] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.392912] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.392979] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.392999] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.393026] system 00:04: [io 0x1100-0x110f] has been reserved
    [ 1.393028] system 00:04: [io 0xffff] has been reserved
    [ 1.393029] system 00:04: [io 0xffff] has been reserved
    [ 1.393031] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 1.393032] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 1.393033] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 1.393035] system 00:04: [io 0x1200-0x1207] has been reserved
    [ 1.393036] system 00:04: [mem 0xfe800000-0xfe8001ff] has been reserved
    [ 1.393038] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.393055] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.393085] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 1.393087] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.393126] pnp 00:07: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    [ 1.393148] pnp 00:08: Plug and Play ACPI device, IDs SYN1e5e SYN1e00 SYN0002 PNP0f13 (active)
    [ 1.393228] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.393230] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.393231] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.393233] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.393234] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    [ 1.393235] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.393237] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.393238] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.393239] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.393241] system 00:09: [mem 0x9fa00000-0x9fa00fff] has been reserved
    [ 1.393242] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.393419] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.393420] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [ 1.393422] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.393458] pnp 00:0b: Plug and Play ACPI device, IDs HPQ0004 (active)
    [ 1.393478] pnp: PnP ACPI: found 12 devices
    [ 1.393479] ACPI: bus type PNP unregistered
    [ 1.399368] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 1.399417] pci 0000:01:00.0: BAR 6: assigned [mem 0xb2000000-0xb207ffff pref]
    [ 1.399419] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 1.399420] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.399422] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd3ffffff]
    [ 1.399424] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.399427] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 1.399444] pci 0000:00:1c.1: PCI bridge to [bus 08-09]
    [ 1.399447] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.399452] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff]
    [ 1.399456] pci 0000:00:1c.1: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.399465] pci 0000:00:1c.3: PCI bridge to [bus 0a]
    [ 1.399471] pci 0000:00:1c.3: bridge window [mem 0xd4500000-0xd45fffff]
    [ 1.399482] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 1.399485] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 1.399489] pci 0000:00:1c.5: bridge window [mem 0xd4400000-0xd44fffff]
    [ 1.399497] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.399499] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.399500] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.399501] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff]
    [ 1.399502] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
    [ 1.399503] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd3ffffff]
    [ 1.399505] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.399506] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
    [ 1.399507] pci_bus 0000:08: resource 1 [mem 0xd1000000-0xd1ffffff]
    [ 1.399508] pci_bus 0000:08: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.399510] pci_bus 0000:0a: resource 1 [mem 0xd4500000-0xd45fffff]
    [ 1.399511] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
    [ 1.399512] pci_bus 0000:0b: resource 1 [mem 0xd4400000-0xd44fffff]
    [ 1.399530] NET: Registered protocol family 2
    [ 1.399642] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 1.399750] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.399849] TCP: Hash tables configured (established 65536 bind 65536)
    [ 1.399860] TCP: reno registered
    [ 1.399870] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.399890] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.399937] NET: Registered protocol family 1
    [ 1.399946] pci 0000:00:02.0: Boot video device
    [ 1.780500] PCI: CLS 64 bytes, default 64
    [ 1.780530] Unpacking initramfs...
    [ 1.820767] Freeing initrd memory: 3200K (ffff8800379b0000 - ffff880037cd0000)
    [ 1.820771] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.820773] software IO TLB [mem 0x963bf000-0x9a3bf000] (64MB) mapped at [ffff8800963bf000-ffff88009a3befff]
    [ 1.820794] Simple Boot Flag at 0x44 set to 0x1
    [ 1.820989] Scanning for low memory corruption every 60 seconds
    [ 1.821175] audit: initializing netlink socket (disabled)
    [ 1.821183] type=2000 audit(1393624549.773:1): initialized
    [ 1.830154] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.831019] zbud: loaded
    [ 1.831130] VFS: Disk quotas dquot_6.5.2
    [ 1.831155] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.831254] msgmni has been set to 15764
    [ 1.831287] Key type big_key registered
    [ 1.831483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.831523] io scheduler noop registered
    [ 1.831524] io scheduler deadline registered
    [ 1.831539] io scheduler cfq registered (default)
    [ 1.831652] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 1.832086] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.832096] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.832122] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 1.832123] vesafb: scrolling: redraw
    [ 1.832124] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.832682] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 8128k, total 8128k
    [ 1.946268] Console: switching to colour frame buffer device 240x67
    [ 2.059378] fb0: VESA VGA frame buffer device
    [ 2.059386] intel_idle: MWAIT substates: 0x21120
    [ 2.059387] intel_idle: v0.4 model 0x3A
    [ 2.059387] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.059528] GHES: HEST is not enabled!
    [ 2.059562] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.059853] Linux agpgart interface v0.103
    [ 2.059899] rtc_cmos 00:05: RTC can wake from S4
    [ 2.060005] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 2.060033] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 2.060039] Intel P-state driver initializing.
    [ 2.060046] Intel pstate controlling: cpu 0
    [ 2.060056] Intel pstate controlling: cpu 1
    [ 2.060066] Intel pstate controlling: cpu 2
    [ 2.060075] Intel pstate controlling: cpu 3
    [ 2.060081] Intel pstate controlling: cpu 4
    [ 2.060087] Intel pstate controlling: cpu 5
    [ 2.060094] Intel pstate controlling: cpu 6
    [ 2.060101] Intel pstate controlling: cpu 7
    [ 2.060170] drop_monitor: Initializing network drop monitor service
    [ 2.060205] TCP: cubic registered
    [ 2.060258] NET: Registered protocol family 10
    [ 2.060356] NET: Registered protocol family 17
    [ 2.060361] Key type dns_resolver registered
    [ 2.060562] registered taskstats version 1
    [ 2.061180] Magic number: 2:200:956
    [ 2.061210] memory memory9: hash matches
    [ 2.061260] rtc_cmos 00:05: setting system clock to 2014-02-28 21:55:50 UTC (1393624550)
    [ 2.061289] PM: Hibernation image not present or could not be loaded.
    [ 2.061821] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 2.061822] Write protecting the kernel read-only data: 8192k
    [ 2.063314] Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    [ 2.064187] Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    [ 2.070995] systemd-udevd[76]: starting version 208
    [ 2.081683] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 2.086896] rtsx_pci 0000:08:00.0: irq 41 for MSI/MSI-X
    [ 2.086940] rtsx_pci 0000:08:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
    [ 2.087062] ACPI: bus type USB registered
    [ 2.087089] usbcore: registered new interface driver usbfs
    [ 2.087162] usbcore: registered new interface driver hub
    [ 2.087210] usbcore: registered new device driver usb
    [ 2.087615] SCSI subsystem initialized
    [ 2.087789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.087987] ehci-pci: EHCI PCI platform driver
    [ 2.088114] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.088121] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.088137] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.088526] libata version 3.00 loaded.
    [ 2.092034] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.092051] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4619000
    [ 2.103911] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.104041] hub 1-0:1.0: USB hub found
    [ 2.104046] hub 1-0:1.0: 2 ports detected
    [ 2.104210] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.104214] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.104225] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.107112] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.107123] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.108127] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.108140] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd4618000
    [ 2.117274] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.117508] hub 2-0:1.0: USB hub found
    [ 2.117514] hub 2-0:1.0: 2 ports detected
    [ 2.117750] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.117756] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 2.117854] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.117873] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 2.118100] hub 3-0:1.0: USB hub found
    [ 2.118108] hub 3-0:1.0: 4 ports detected
    [ 2.118349] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.118351] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 2.118452] hub 4-0:1.0: USB hub found
    [ 2.118462] hub 4-0:1.0: 4 ports detected
    [ 2.135939] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.150760] ahci 0000:00:1f.2: version 3.0
    [ 2.150968] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 2.164071] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl RAID mode
    [ 2.164079] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 2.171405] scsi0 : ahci
    [ 2.171666] scsi1 : ahci
    [ 2.171894] scsi2 : ahci
    [ 2.172116] scsi3 : ahci
    [ 2.172313] scsi4 : ahci
    [ 2.172447] scsi5 : ahci
    [ 2.172504] ata1: SATA max UDMA/133 abar m2048@0xd4617000 port 0xd4617100 irq 43
    [ 2.172514] ata2: DUMMY
    [ 2.172516] ata3: DUMMY
    [ 2.172517] ata4: DUMMY
    [ 2.172519] ata5: SATA max UDMA/133 abar m2048@0xd4617000 port 0xd4617300 irq 43
    [ 2.172520] ata6: DUMMY
    [ 2.410959] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 2.491002] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.491072] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.502872] ata1.00: ATA-8: OCZ-AGILITY3, 2.22, max UDMA/133
    [ 2.502878] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.506430] ata5.00: ATAPI: hp DVD-RAM UJ8D1, H.01, max UDMA/100
    [ 2.512780] ata1.00: configured for UDMA/133
    [ 2.513113] scsi 0:0:0:0: Direct-Access ATA OCZ-AGILITY3 2.22 PQ: 0 ANSI: 5
    [ 2.524950] ata5.00: configured for UDMA/100
    [ 2.531477] scsi 4:0:0:0: CD-ROM hp DVD-RAM UJ8D1 H.01 PQ: 0 ANSI: 5
    [ 2.534925] hub 1-1:1.0: USB hub found
    [ 2.534975] hub 1-1:1.0: 6 ports detected
    [ 2.536606] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 2.536677] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.536680] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.536701] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.537540] sda: sda1 sda2 < sda5 sda6 > sda3 sda4
    [ 2.538190] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.542465] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.542469] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.542686] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.608731] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.651327] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.651588] systemd[1]: No hostname configured.
    [ 2.651596] systemd[1]: Set hostname to <localhost>.
    [ 2.653530] random: systemd urandom read with 42 bits of entropy available
    [ 2.657173] systemd-fstab-generator[151]: Checking was requested for "nas:/mnt/HD/HD_a2/STORE01", but it is not a device.
    [ 2.687501] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.687558] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.687572] systemd[1]: Starting Login Prompts.
    [ 2.687585] systemd[1]: Reached target Login Prompts.
    [ 2.687595] systemd[1]: Starting Remote File Systems.
    [ 2.687605] systemd[1]: Reached target Remote File Systems.
    [ 2.687615] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.687642] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.687652] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.687669] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.687679] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.687712] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.687722] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.687759] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.687772] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.687812] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.687822] systemd[1]: Starting Paths.
    [ 2.687832] systemd[1]: Reached target Paths.
    [ 2.687842] systemd[1]: Starting Journal Socket.
    [ 2.687878] systemd[1]: Listening on Journal Socket.
    [ 2.687895] systemd[1]: Mounting Debug File System...
    [ 2.688266] systemd[1]: Starting Journal Service...
    [ 2.688521] systemd[1]: Started Journal Service.
    [ 2.694471] usb 3-3: new full-speed USB device number 2 using xhci_hcd
    [ 2.702863] systemd-journald[157]: Vacuuming done, freed 0 bytes
    [ 2.708483] FS-Cache: Loaded
    [ 2.710845] usb 3-3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.713390] RPC: Registered named UNIX socket transport module.
    [ 2.713392] RPC: Registered udp transport module.
    [ 2.713393] RPC: Registered tcp transport module.
    [ 2.713394] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.718880] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.728296] EXT4-fs (sda1): re-mounted. Opts: data=ordered
    [ 2.741906] systemd-udevd[202]: starting version 208
    [ 2.779466] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 2.780942] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    [ 2.780948] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780952] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
    [ 2.780955] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.GPIO 2 (20131115/utaddress-251)
    [ 2.780958] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 2.780961] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780963] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
    [ 2.780966] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.GPIO 2 (20131115/utaddress-251)
    [ 2.780969] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 2.780971] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780973] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.782830] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.785766] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 2.791210] ACPI: Lid Switch [LID0]
    [ 2.791504] [drm] Initialized drm 1.1.0 20060810
    [ 2.791605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 2.791609] ACPI: Power Button [PWRF]
    [ 2.792665] wmi: Mapper loaded
    [ 2.792681] hp_accel: laptop model unknown, using default axes configuration
    [ 2.797256] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 2.802959] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.802966] r8169 0000:0b:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.803223] r8169 0000:0b:00.0: irq 46 for MSI/MSI-X
    [ 2.803494] r8169 0000:0b:00.0 eth0: RTL8168evl/8111evl at 0xffffc90011eee000, a0:b3:cc:4b:1a:7e, XID 0c900800 IRQ 46
    [ 2.803496] r8169 0000:0b:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.811332] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.815328] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 2.816642] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 2.816644] Copyright(c) 2003-2013 Intel Corporation
    [ 2.816736] iwlwifi 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.816860] iwlwifi 0000:0a:00.0: irq 47 for MSI/MSI-X
    [ 2.817888] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 2.818258] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.818636] platform microcode: Direct firmware load failed with error -2
    [ 2.818639] platform microcode: Falling back to user helper
    [ 2.821802] iwlwifi 0000:0a:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 2.824537] tsc: Refined TSC clocksource calibration: 2394.561 MHz
    [ 2.826546] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.828014] usbcore: registered new interface driver usbhid
    [ 2.828016] usbhid: USB HID core driver
    [ 2.832266] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 2.832334] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 2.832373] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 2.832658] ACPI Warning: 0x0000000000005040-0x000000000000505f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
    [ 2.832662] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.834846] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2.834848] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 2.834850] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2.834851] iwlwifi 0000:0a:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 2.834955] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 2.835666] usbcore: registered new interface driver snd-usb-audio
    [ 2.854044] iTCO_vendor_support: vendor-support=0
    [ 2.854466] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.854514] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.854638] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.856761] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2.860498] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.860514] platform microcode: Direct firmware load failed with error -2
    [ 2.860516] platform microcode: Falling back to user helper
    [ 2.863566] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/input/input10
    [ 2.863734] hid-generic 0003:08BB:2902.0001: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:14.0-3/input3
    [ 2.867484] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.867498] platform microcode: Direct firmware load failed with error -2
    [ 2.867500] platform microcode: Falling back to user helper
    [ 2.870088] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.870100] platform microcode: Direct firmware load failed with error -2
    [ 2.870102] platform microcode: Falling back to user helper
    [ 2.870542] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.870561] platform microcode: Direct firmware load failed with error -2
    [ 2.870563] platform microcode: Falling back to user helper
    [ 2.871275] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.871285] platform microcode: Direct firmware load failed with error -2
    [ 2.871288] platform microcode: Falling back to user helper
    [ 2.871938] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.871949] platform microcode: Direct firmware load failed with error -2
    [ 2.871952] platform microcode: Falling back to user helper
    [ 2.872242] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.872254] platform microcode: Direct firmware load failed with error -2
    [ 2.872257] platform microcode: Falling back to user helper
    [ 2.872575] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.878423] systemd-udevd[206]: renamed network interface eth0 to eno1
    [ 2.881987] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 2.890802] systemd-journald[157]: Received request to flush runtime journal from PID 1
    [ 2.901323] systemd-udevd[217]: renamed network interface wlan0 to wlo1
    [ 2.908030] ACPI: AC Adapter [ADP1] (on-line)
    [ 2.941825] hub 2-1:1.0: USB hub found
    [ 2.941930] hub 2-1:1.0: 8 ports detected
    [ 3.021509] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 3.061674] intel_rapl: domain uncore energy ctr 8617:8617 not working, skip
    [ 3.074806] lis3lv02d: 8 bits 3DC sensor found
    [ 3.135241] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 3.142912] iwlwifi 0000:0a:00.0: Radio type=0x2-0x0-0x0
    [ 3.171642] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
    [ 3.233041] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.233045] Disabling lock debugging due to kernel taint
    [ 3.238226] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
    [ 3.238279] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.238457] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 3.238462] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 331.38 Wed Jan 8 19:32:30 PST 2014
    [ 3.356112] media: Linux media interface: v0.10
    [ 3.360422] Linux video capture interface: v2.00
    [ 3.365597] uvcvideo: Found UVC 1.00 device HP Truevision HD (05c8:033a)
    [ 3.377291] input: HP Truevision HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input11
    [ 3.377488] usbcore: registered new interface driver uvcvideo
    [ 3.377494] USB Video Class driver (1.1.1)
    [ 3.393157] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 3.400907] iwlwifi 0000:0a:00.0: Radio type=0x2-0x0-0x0
    [ 3.425257] usb 2-1.6: new full-speed USB device number 3 using ehci-pci
    [ 3.458983] input: HP WMI hotkeys as /devices/virtual/input/input9
    [ 3.473371] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
    [ 3.521478] Bluetooth: Core ver 2.17
    [ 3.521492] NET: Registered protocol family 31
    [ 3.521493] Bluetooth: HCI device and connection manager initialized
    [ 3.521499] Bluetooth: HCI socket layer initialized
    [ 3.521501] Bluetooth: L2CAP socket layer initialized
    [ 3.521505] Bluetooth: SCO socket layer initialized
    [ 3.523209] usbcore: registered new interface driver btusb
    [ 3.597251] r8169 0000:0b:00.0 eno1: link down
    [ 3.597286] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
    [ 3.825665] Switched to clocksource tsc
    [ 4.034513] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00, board id: 2055, fw id: 1107424
    [ 4.062727] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
    [ 4.071722] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071771] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071795] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071832] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071854] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071876] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071922] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071944] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.104186] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [ 4.107557] mousedev: PS/2 mouse device common for all mice
    [ 4.326086] thermal LNXTHERM:00: registered as thermal_zone1
    [ 4.326092] ACPI: Thermal Zone [TZS0] (69 C)
    [ 4.606281] [Firmware Bug]: No valid trip found
    [ 5.280111] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input12
    [ 5.283560] random: nonblocking pool is initialized
    [ 5.694087] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.035020] thermal LNXTHERM:02: registered as thermal_zone2
    [ 7.035026] ACPI: Thermal Zone [TZS2] (57 C)
    [ 8.889924] thermal LNXTHERM:03: registered as thermal_zone3
    [ 8.889929] ACPI: Thermal Zone [TZS3] (30 C)
    [ 9.408442] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 10.251376] type=1006 audit(1393624558.679:2): pid=348 uid=0 old auid=4294967295 new auid=120 old ses=4294967295 new ses=1 res=1
    [ 11.338226] traps: gnome-shell[416] trap int3 ip:7f1024ce4289 sp:7fffc13c81f0 error:0
    [ 33.022441] type=1006 audit(1393624581.429:3): pid=439 uid=0 old auid=4294967295 new auid=1001 old ses=4294967295 new ses=2 res=1
    [ 33.028194] type=1006 audit(1393624581.436:4): pid=440 uid=0 old auid=4294967295 new auid=1001 old ses=4294967295 new ses=3 res=1
    lsmod
    Module Size Used by
    joydev 9631 0
    mousedev 10247 0
    btusb 19648 0
    bluetooth 326343 2 btusb
    uvcvideo 72804 0
    videobuf2_vmalloc 3304 1 uvcvideo
    videobuf2_memops 2335 1 videobuf2_vmalloc
    videobuf2_core 28243 1 uvcvideo
    videodev 111840 2 uvcvideo,videobuf2_core
    media 11719 2 uvcvideo,videodev
    nvidia 10621191 29
    intel_rapl 11776 0
    x86_pkg_temp_thermal 6991 0
    intel_powerclamp 8802 0
    coretemp 6358 0
    kvm_intel 131532 0
    kvm 396221 1 kvm_intel
    crct10dif_pclmul 4682 0
    crct10dif_common 1372 1 crct10dif_pclmul
    crc32_pclmul 2923 0
    crc32c_intel 14185 0
    ghash_clmulni_intel 4405 0
    aesni_intel 45548 0
    aes_x86_64 7399 1 aesni_intel
    lrw 3565 1 aesni_intel
    gf128mul 5858 1 lrw
    glue_helper 4417 1 aesni_intel
    ablk_helper 2004 1 aesni_intel
    cryptd 8409 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    hid_generic 1153 0
    hp_wmi 7595 0
    sparse_keymap 3146 1 hp_wmi
    arc4 2000 2
    iTCO_wdt 5407 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    mxm_wmi 1467 0
    iwldvm 167738 0
    mac80211 474681 1 iwldvm
    snd_usb_audio 117811 0
    usbhid 40545 0
    snd_usbmidi_lib 19755 1 snd_usb_audio
    hid 90902 2 hid_generic,usbhid
    snd_rawmidi 18742 1 snd_usbmidi_lib
    snd_seq_device 5180 1 snd_rawmidi
    microcode 15216 0
    evdev 11045 11
    psmouse 88171 0
    snd_hda_codec_hdmi 36379 1
    iwlwifi 140193 1 iwldvm
    serio_raw 5009 0
    snd_hda_codec_idt 43508 1
    cfg80211 408199 3 iwlwifi,mac80211,iwldvm
    i2c_i801 11269 0
    rtsx_pci_ms 7258 0
    r8169 58423 0
    memstick 7504 1 rtsx_pci_ms
    rfkill 15651 4 cfg80211,hp_wmi,bluetooth
    mii 4027 1 r8169
    thermal 8556 0
    snd_hda_intel 37352 0
    snd_hda_codec 150017 3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    intel_gtt 12664 0
    drm_kms_helper 35710 0
    snd_hwdep 6332 2 snd_usb_audio,snd_hda_codec
    drm 239102 3 drm_kms_helper,nvidia
    battery 7565 0
    snd_pcm 77822 4 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    ac 3334 0
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18718 1 snd_pcm
    hp_accel 16520 0
    i2c_algo_bit 5391 0
    mei_me 9552 0
    i2c_core 24760 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
    lis3lv02d 11283 1 hp_accel
    input_polldev 2818 1 lis3lv02d
    snd 59029 11 snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    shpchp 25425 0
    mei 62867 1 mei_me
    wmi 8251 2 hp_wmi,mxm_wmi
    video 11425 0
    soundcore 5418 1 snd
    lpc_ich 13368 0
    processor 24620 0
    button 4605 0
    nfs 191568 0
    lockd 76942 1 nfs
    sunrpc 233786 2 nfs,lockd
    fscache 47797 1 nfs
    ext4 473259 2
    crc16 1359 2 ext4,bluetooth
    mbcache 6074 1 ext4
    jbd2 80912 1 ext4
    sr_mod 14930 0
    cdrom 34880 1 sr_mod
    sd_mod 31361 3
    atkbd 16806 0
    libps2 4187 2 atkbd,psmouse
    rtsx_pci_sdmmc 13911 0
    mmc_core 95465 1 rtsx_pci_sdmmc
    ahci 23048 2
    libahci 21698 1 ahci
    libata 172104 2 ahci,libahci
    ehci_pci 3928 0
    xhci_hcd 144553 0
    ehci_hcd 64171 1 ehci_pci
    scsi_mod 132250 3 libata,sd_mod,sr_mod
    rtsx_pci 32241 2 rtsx_pci_ms,rtsx_pci_sdmmc
    usbcore 180208 8 btusb,snd_usb_audio,uvcvideo,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    usb_common 1648 1 usbcore
    i8042 13366 1 libps2
    serio 10721 6 serio_raw,atkbd,i8042,psmouse

  • SET/GET not working when I submit one program into Main program.

    Hi All,
    I am using set/get parameter as follows but somewht it is not working.. Please help.
      IF ( uf_instn = 'ACEFR' and uf_messg <> 'BSP' ).
        set parameter id 'AJN' field lf_jobname.
        set parameter id 'AJC' field gf_jobcount.
      ENDIF.
      SUBMIT   zace_interface
        USER   sy-uname
        VIA    JOB lf_jobname
        NUMBER gf_jobcount
        WITH   SELECTION-TABLE lt_seltab
      TO     SAP-SPOOL
        AND    RETURN.
    in the zace_interface program I have another submit program
        submit zrsbdcsub and return
                        user 'ZACE_INTERFACE'
                        with mappe eq lf_group
                        with von eq sy-datum
                        with bis eq sy-datum
                        with fehler eq space
                        with logall eq co_true.
    ad inside this submit im using
                  get parameter id 'AJN' field v_jobname.
                  get parameter id 'AJC' field v_jobcount.
    but i am not able to get the values into v_jobname & v_jobcount.
    Can you please help me in this regard. how i will get the values in v_jobname & v_jobcount.
    Thanking you in advance
    Regards,
    Prashant

    Hi..,
    any way u r executing the programs in the same session but between diff. internal sessions u can use the IMPORT and EXPORT options ( ABAP MEMORY )
    or do one thing...
    <b>In the first program Copy these fields into a file in the <b>application server</b>,, and in the Second submit program u retrieve these variable values from the Application server file into these two variables!!</b>
    just now i have solved one of the issues of this Kind by using an Application server file.
    In the first program..
    IF ( uf_instn = 'ACEFR' and uf_messg <> 'BSP' ).
    OPEN dataset 'FILE' for output in text mode encoding default.
    transfer lf_jobname to 'FILE'.
    transfer gf_jobcount to 'FILE'.
    CLOSE dataset 'FILE'.
    ENDIF.
    and instead of using the GET parameters in the second program ..
    OPEN dataset 'FILE' for input in text mode encoding default.
    read dataset 'FILE' into v_jobname.
    read dataset 'FILE' into v_jobcount.
    CLOSE dataset 'FILE'.
    This has solved my problem !!!!! hope this helps u also!!
    regards,
    sai ramesh

  • Windows 8.1 Standard with Microsoft Account does not work with WSE 2012

    I have a WSE 2012 machine with 3 users & 3 devices setup.
    My Windows 8 (Standard) Laptop with Local User connects fine.
    My Windows 8.1 (Standard) Nettop with Local User connects fine.
    But my Windows 8.1 (Standard) Laptop with a Microsoft Account does not automatically login to the Server. It worked fine when it was running Windows 8 with a Local User but unfortunately in 8.1, MS decided to force a Microsoft Account login on us if I want
    to continue to use Sky Drive! That would be fine, but now it wont login to their own server product...
    I've tried adding a Windows Credential (set at Enterprise level) to the Credentials manager but it just gets forgotten on reboot.
    If I log into the LaunchPad (which creates a temporary credential) then it works fine HOWEVER the "remember me" tick box is being ignored and the next time I restart the PC the LaunchPad is signed out again!
    I've re-installed the connector.
    I've removed the PC from WSE, un-installed the connector and then re-joined. (Done this twice, once as a local user and then converted to MS Account, and once as an MS Account.)
    Basically, I just don't think WSE2012 with non-Pro versions of 8.1 on a MS Account have been tested and MS need to either fix it or document it. If someone could just get the LaunchPad to remember my local login and automatically start on next reboot then
    it wouldn't be a problem. OR stop launch pad from deleting the manual credentials I added everytime I reboot. At the moment it's the worst of both worlds.
    Any ideas?

    Hi Susan,
    Thanks very much for replying, but if you re-read my post you'll see that I already know how to do that and also that I don't want to change back to a local account because I need Skydrive access. 
    Essentially as it stands, I can use Windows 8.1 with WSE but lose SkyDrive (and any other MS Account benefits) or I can use an MS Account with Windows 8.1 but lose permanent access to my server shares and client backups...
    Reading around it seems that it's perfectly possible to have an MS Account and then do one of the following:
    Use a Windows Credential stored for the local user to give access to the Server.
    Set the LaunchPad to automatically log in at start-up.
    If on a Domain, go into settings and Link the MS Account to your Domain Account.
    Unfortunately none of these options are working for me (3 isn't even possible with 8.1 Std).

  • BO SSO (SNC) is not working in InfoView

    Hi Gurus,
    We are facing a very strange scenario in our Production environment.
    The BO SSO (SNC) is working fine in Dev and QA. The problem is in Production (clustered environment).
    The details are following:
    The SIA is running in 3 different servers (for load balance): Server1 (our CORE server), Server2, and Server3
    CMS is running only in Server1, it has been stopped in Server2 and Server3.
    Also we have 4 WebI Processing Servers in each server (4 x 3 = 12). Like below:
    Server1.WebI Processing Server
    Server1.WebI Processing Server1
    Server2.WebI Processing Server
    Server2.WebI Processing Server1
    Server3.WebI Processing Server
    Server3.WebI Processing Server1
    The TOMCAT is running in a separate server (Server4). It is pointing to Server1 since CMS is in Server1.
    SNC configuration steps are following:
    1. Generated BO certificate (BO.crt) in all three BO servers. Ie., BO.crt is available in all 3 servers.
    2. Imported the BO certificate in SAP. Then generated SAP certificate (SAP.crt).
    3. Imported the SAP certificate in all 3 BO servers.
    4. Provided SSO credential for domain user in all 3 servers. [Domain user is same in all 3 servers]
    5. In CMC  SAP filled the Entitlement system, SNC, Options.
    6. Imported the SAP users.
    7. Aliased the WindowsAD users to SAP Roles.
    Scenario 1:
    1. Logged in to Designer via SAP Authentication with user id USER1. Created a new test universe (Universe1) with option u2018Use single sign-on...u2019
    Universe is working fine. Exported it to repository.
    2. Logged into InfoView via WindowsAD with user id USER1.
    Created a test report (Report1) from the SSO universe. Report is working fine.
    Saved the report into the public folder.
    3. Logged into InfoView via WindowsAD with user id USER2.
    Refreshed the saved report. But itu2019s throwing the error message u201CUnable to connect to SAP BW server Incomplete logon datau201D
    Created a new report from the SSO universe, but same above error message.
    Scenario 2:
    1. Logged in to Designer via SAP Authentication with user id USER2. Created a new test universe (Universe2) with option u2018Use single sign-on...u2019
    Universe is working fine. Exported to repository.
    2. Logged into InfoView via WindowsAD with user id USER2.
    Created a test report (Report2) from the SSO universe. Report is working fine.
    Saved the report in the public folder.
    3. Logged into InfoView via WindowsAD with user id USER1.
    Refreshed the saved report. But it is throwing error message u201CUnable to logon to BW logon data imcompleteu201D
    Created a new report from the SSO Universe, but same above error message.
    Note:
    -     I donu2019t have Xcelsius in my machine. BOE and Integration kit both are in same version (XI 3.1 sp3).
    -     We used IP address as Application server in CMC SAP and Universe Connection Parameter.
    Sofa log detail is following:
    Wed Jun 08 01:51:31.414 ThreadID<7180> SAPMODULE : Calling m_pRfcWrapper->RfcOpenEx() ...
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : RfcOpenEx(...) returned 0
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Unable to connect to SAP BW server connection closed without message (CM_NO_DATA_RECEIVED)Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Call to m_pRfcWrapper->RfcOpenEx() took 0.047 seconds
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Unable to authenticate using SNC because the URI does not meet the minimum connection requirements.
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Warning: SNC was enable and failed. The authentication process is falling back to secondary Credentials...
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Determining if we can connect using SSO. Calling CanAuthenticate...
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Authentication model for SAP connectivity is SSO
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : Serialized session exists, try deserializing it.
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : The SAP SSO authentication process will fail because the SAP secondary credential are not properly updated and the password is blank.
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : SAPSSOAuthenticationService::~SAPSSOAuthenticationService
    Wed Jun 08 01:51:31.461 ThreadID<7180> SAPMODULE : SAPSNCAuthenticationService::~SAPSNCAuthenticationService
    Why it is behaving like that?
    Thanks for your help.
    regards,
    Kiruba v.r.

    Hi,
    Server side trust configuration is well documented as part of the installation guide for the SAP Integration Kit.
    Server side trust does NOT require a SNC user on the entitlement system page.
    Ingo

  • Managed Attachments - I/PM is not working when called from EBS

    Hi.
    When we click on "Managed Attachments" I/PM login screen should be populated. It was working fine before... Today, it is not working as expected. The following exception is coming in I/PM console logs...
    *<Dec 18, 2011 5:00:23 PM GMT+04:00> <Error> <oracle.wsm.policymanager.bean.util.PolicySetBuilder> <BEA-000000> <The policy referenced by URI "oracle/wss_username_token_ service_policy" could not be retrieved since Policy Manager is not deployed. oracle.wsm.policymanager.PolicyManagerException: WSM-02054 : Failure in looking up EJB component DocumentManager#oracle.wsm.policymanager.bean.ejb.IRemoteDocumentManager.*
    Caused By: javax.naming.NameNotFoundException: While trying to lookup 'DocumentManager#oracle.wsm.policymanager.bean.ejb.IRemoteDocumentManager' didn't find subcontext 'DocumentManager#oracle'. Resolved ''; remaining name 'DocumentManager#oracle/wsm/policymanager/bean/ejb/IRemoteDocumentManager'
    I think its the problem with Security Providers... We are using the default only... not using any LDAP etc... when we check in Enterprise Manager it is showing the store type as FILE for "Policy Store", "Credential Store", and "Key Store"....
    The same exception is coming when we test the webservices under Imaging deployment in Weblogic Console...
    Not sure how to crack it...
    Anybody please help!!

    The issue has been resolved by configuring Oracle Web Service Manager security policy as per the doucment 1332250.1
    Oracle Web Services Manager (OWSM) is necessary for applying WS-Security headers to UCM web services. The WebLogic domain that UCM/IPM runs in must have OWSM installed in order for this to work. OWSM can be selected upon domain creation, or added to a domain by extending the domain.

Maybe you are looking for

  • Problem in my laptop

    hi sir             hi i have some problem regarding in fan. i think it may be not working and display the error message as fan is not working and the lap is shoutdown in 15 sec. i am unable to come in service center. i am from[Personal Information Re

  • Prob. with where clause with rownum

    hi i have a table with the following columns SQL> desc mark Name Null? Type STUDENTCODE NUMBER(3) MARK1 NUMBER(2) MARK2 NUMBER(3) and here are the rows in it SQL> select * from mark ; STUDENTCODE MARK1 MARK2 1 20 40 2 70 80 3 80 90 4 90 99 12 13 35 5

  • Where can i find where ipod backs up files on computer

    had old ipod turned in, didnt know i would need UDID number for game data. have ipod backed up on computer, will that number have been backed up? and if so how do i find it? i called apple and they didnt even know what that number was. please help, s

  • IPhoto update help

    Hi, I recently installed Leopard on my PowerBook G4 that previously had Panther running. I have been trying to download the most recent iPhoto updates but I keep getting the message that "An eligible iPhoto application was not found in the location /

  • Different colors on text bubbles!!!! For IOS7 &...

    And background photos for messages thread!!!! Is there anyway we can keep bumping this discussion, I have been an iphone owner since 2007 & would love to see them so something different with their iMessage app!!! like be able to change the bubble col