WLS 8.1 an the XAResource interface

Hi I wonder if someone could advise me
          I've created a remote JMS client which is using a third party transaction manager to manage an XA global transaction consisting of many JMS Queue from various WLS servers.
          My problem comes when I try to gain an XAResource from the underlying JMS Queues (needed to enlist them in the overall transaction).
          I take an javax XAQueueSession object which points to a JMS Queue on a WLS 8.1 server and try to invoke the .getXAResource() method to produce the javax XAResource. The problem is it keeps returning me a null pointer.
          the creation of the XAQueueSession is built up in this manner
          1.) Look up connectionFactory from context, cast to an XAQueueConnnectionFactory
          2.) XAQueueConnnectionFactory produces an XAQueueConnection
          3.) XAQueueConnection creates an XAQueueSession
          4.) XAQueueConnection is then started
          5.) XAQueueSession is used to gain an XAResource which produces a null pointer
          Question
          -=-=-=-=-=-=
          1) Does WLS 8.1 support the Javax XAResource interface? if it does is it possible to get an XAResource object from the XAQueueSession?
          Any comments on these quesions would be useful
          Kind Regards
          Barry

Since WLS JMS is clustered, it's a little more complex, because once you start two-phase commit transactions, you need to always go back to the same server in the cluster to resolve them.
          The best-documented way to do this is to use the weblogic.transaction package, which is part of the Javadocs found here:
          http://e-docs.bea.com/wls/docs81/javadocs/index.html
          You need to call the following method from the weblogic.transaction package:
          TxHelper.getClientInterposedTransactionManager()
          This takes a JNDI InitialContext, and also a server name. Once you "prepare" a transaction, you'll have to go back to that server to commit it or roll it back.
          The InterposedTransactionManager object that's returned represents the JTA transaction manager on the server that you named. You can call "getXAResource" on it to get the XAResource that you'll need.
          You will also want to route your JMS calls from your client through the server that you got the transaction manager for. If you don't have a cluster, this is pretty simple. If you have a cluster, then you should create a JMS ConnectionFactory that's targeted to a single server, so that your client calls and your XA calls go to the same node in the cluster.
          The folks on the JTA newsgroup, or BEA Support, should be able to help you with the details if things don't work out, but those are the basics.

Similar Messages

  • Row currency has changed since the user interface was rendered.

    Hi All,
    we have developed and deployed an Application in Production, before four months,
    Suddenly for the past two days we are getting an error after the page being idle for 2- 3 minutes.
    Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[3259 ]Once we get the error, the session scoped beans are resetting the values, and all the vo's cache are getting cleared(All the buttons in the page will get disabled and the menu will disappear).
    but the same EAR is working perfectly in UAT and QA environments.
    We have changed the "Enabletokenvalidation" as false and tested again, but the page itself is not loading after the change .
    We have checked the Production and UAT weblogic server settings , but didn't find anything wrong.
    WebLogic Server Version: 10.3.3.0
    Studio Edition Version 11.1.1.2.0
    if any ideas,
    please help us...
    Regards,
    Ranjith

    Hi All,
    We have checked the error "Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[3259 ]", we tuned the view objects, we changed the application page flows, and it is found that once we turn off the statevalidation (statevalidation =false), the error is not popping up, but it is getting fired in the server side as
    oracle.jbo.JboException: JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[3259 ]
         at oracle.adf.model.binding.DCBindingContainerState.throwRowNotFoundException(DCBindingContainerState.java:318)
         at oracle.adf.model.binding.DCBindingContainerState.validateIterator(DCBindingContainerState.java:341)
         at oracle.adf.model.binding.DCBindingContainerState.validateStateFromString(DCBindingContainerState.java:482)
         at oracle.adf.model.binding.DCBindingContainerState.validateStateFromString(DCBindingContainerState.java:492)
         at oracle.adf.model.binding.DCBindingContainerState.validateToken(DCBindingContainerState.java:602)
         at oracle.adf.model.binding.DCBindingContainer.validateToken(DCBindingContainer.java:4852)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:117)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:21)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:269)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:72)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:54)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:421)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:421)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:160)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         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.run(ExecuteThread.java:173)No Difference in server side configurations of prod and UAT
    we are not using back button press or any other rowItearation in these pages and we are not changing the row key through code.
    Simple Master page, with inline edit , add and delete with thousands of records.
    Error is popping up after the page is being idle for 2- 3 mins. on the next request after the idle time, the error will pop up .
    once the row currency error came, the current state of the view objects will get reset to the initial state(First row).
    we don't know how to fix this issue, this issue is coming in production server only...
    if any body comes across such an issue, please help us to resolve this issue..
    Regards,
    Ranjith C

  • Row currency has changed since the user interface was rendered on create

    Hi all,
    I am getting "Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key" error on create action. Use case is simple. There is view table and a create button. When I click to the create button i am getting this error. Browser back button is never used.
    The strange thing is i am not getting this error when i run my application on local envirionment. However after i had deployed it to the real development environment, it started to throw this error and i am not getting this error on other pages.
    JDeveloper Version: 11.1.2.2.0 (JSF 2.0)
    Development environment Weblogic Version: 11.1.1.6
    Regards,
    Anil

    Hi Timo,
    I changed my create button to create insert. The "Row Currency" error has gone and page is opened properly. However when i open a LOV (inputComboboxListOfValues and inputListOfValues), it throws an exception. I checked WLS logs and it logged the following error which i was never encounter.
    javax.servlet.ServletException: java.lang.NoSuchMethodError: oracle.jbo.uicli.binding.JUSearchBindingCustomizer.rebuildVCTree(Loracle/adf/model/binding/DCBindingContainer;)V
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:342)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    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.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.NoSuchMethodError: oracle.jbo.uicli.binding.JUSearchBindingCustomizer.rebuildVCTree(Loracle/adf/model/binding/DCBindingContainer;)V
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$AdfConjunctionCriterion._loadCriterionList(FacesCtrlSearchBinding.java:3342)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$AdfConjunctionCriterion.getCriterionList(FacesCtrlSearchBinding.java:3250)
    at oracle.adfinternal.view.faces.renderkit.rich.query.QueryBehavior.shouldShowInstructionText(QueryBehavior.java:58)
    at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer._createInfoFacet(QueryRenderer.java:1810)
    at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer.renderContentRow(QueryRenderer.java:720)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:248)
    at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer.encodeAll(QueryRenderer.java:427)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderChildrenAfterHelpAndInfo(PanelHeaderRenderer.java:637)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1169)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:575)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:248)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:447)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1500(PanelGroupLayoutRenderer.java:30)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:734)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:637)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:360)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelWindowRenderer.encodeContent(PanelWindowRenderer.java:689)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelWindowRenderer.encodeAll(PanelWindowRenderer.java:534)
    at oracle.adfinternal.view.faces.renderkit.rich.DialogRenderer.encodeAll(DialogRenderer.java:143)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
    at oracle.adfinternal.view.faces.renderkit.rich.PopupRenderer.encodeAll(PopupRenderer.java:845)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputListOfValuesRendererBase._renderPopup(SimpleInputListOfValuesRendererBase.java:886)
    at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputListOfValuesRendererBase.renderElementContent(SimpleInputListOfValuesRendererBase.java:452)
    at oracle.adfinternal.view.faces.renderkit.rich.FormInputRenderer.encodeAllAsElement(FormInputRenderer.java:152)
    at oracle.adfinternal.view.faces.renderkit.rich.FormElementRenderer.encodeAll(FormElementRenderer.java:164)
    at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1700)
    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.renderFieldCellContents(LabeledInputRenderer.java:228)
    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.renderFieldCell(LabelLayoutRenderer.java:528)
    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:305)
    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:215)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeFormItem(PanelFormLayoutRenderer.java:1088)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.access$100(PanelFormLayoutRenderer.java:50)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1604)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1523)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:420)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:208)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2194)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer.access$500(PanelBoxRenderer.java:40)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer$ChildEncoderCallback.processComponent(PanelBoxRenderer.java:2413)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer$ChildEncoderCallback.processComponent(PanelBoxRenderer.java:2396)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer._encodeAllChildren(PanelBoxRenderer.java:1510)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer._renderContentRow(PanelBoxRenderer.java:1440)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer.encodeAll(PanelBoxRenderer.java:381)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2194)
    at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.access$400(RegionRenderer.java:50)
    at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer$ChildEncoderCallback.processComponent(RegionRenderer.java:707)
    at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer$ChildEncoderCallback.processComponent(RegionRenderer.java:692)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
    at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:297)
    at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:186)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:323)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at oracle.adfinternal.view.faces.taglib.region.IncludeTag$FacetWrapper.encodeAll(IncludeTag.java:547)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:879)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1294)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:351)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:316)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
    at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:274)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)
    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1275)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
    at oracle.adfinternal.view.faces.context.PartialViewContextImpl._processRender(PartialViewContextImpl.java:321)
    at oracle.adfinternal.view.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:152)
    at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:974)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1674)
    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)
    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399)
    at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:350)
    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1032)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:339)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:509)
    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:301)
    ... 33 more
    Edited by: AnilA on 15.Nis.2013 16:36

  • Why wsgen does not pick up the changed interface in wsdl.jsp?

    Hi,
    After I changed the type of return value in a method in a stateless EJB. The wsdl.jsp
    generated by wsgen does not pick up the changed interface (it still has the old interface).
    The installed ejb works well with new type of return value. But the web service (wsdl.jsp)
    and client.jar does not work. At begining I thought it might be cached. So I cleaned
    the cache in the browser and temporal directory inside wls domain. I also deleted
    all old version of ejbs on my local disks. But there is no effect. I am confused.
    Please help. Where does the wsgen looking for when generating wsdl.jsp?
    Thanks a lot.
    Jim

    Hi,
    Please check the following path if your application is deployed or not properly if you are using eclipse:
    Workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps

  • Accessing the local interface of an EJB

    Hello.
    I am using Jdeveloper 11G and it's integrated application server. Using the Jdeveloper wizards, i created a simple stateless session EJB which has both a local and a remote interface (code listed below). I then used the "Create test client" option to create a simple test client.
    The way these classes and interfaces are set up by the wizards, i am using the remote interface. However, i would like to lookup the local interface and use that instead. But i just can't figure out how to lookup the local interface of the EJB. I have tried pretty much every variation i can think of but still no success. Is there anyone out there who can give me a hand? Is there a way to see the lookup name in the integrated WLS server?
    My remote interface looks like this:
    @Remote
    public interface SessionEJB {
    and the remote one:
    @Local
    public interface SessionEJBLocal {
    And my EJB class:
    @Stateless(name = "SessionEJB", mappedName = "NewTestApplication-SessionEJB")
    public class SessionEJBBean implements SessionEJBLocal, SessionEJB {
    My test client does this lookup that works fine:
    public class SessionEJBClient1 {
    public static void main(String [] args) {
    try {
    final Context context = getInitialContext();
    SessionEJB sessionEJB = (SessionEJB)context.lookup("NewTestApplication-SessionEJB#model.SessionEJB");
    }

    Hi,
    Your lookup in your client would look something like
    SessionEJBLocal sessionEJB = (SessionEJBLocal)context.lookup("NewTestApplication-SessionEJB#SessionEJBLocal ");
    The part before the # in the lookup is your mapped name from your session facade, and after the # you have your package, like com.oracle. and ending it with your local interface name.
    Just remember that if your client is not actually running inside the application server container (which with the generated test client it wouldn't be, its a java standalone app with a main method), you will not be able to use the local interface, and you would have to look up remote interface. This can be done in exactly the same way as the above line of code, just replacing the local interface parts with the remote interface's. Hope this helps.
    Drikus
    Edited by: Drikus Britz on Jun 3, 2009 8:46 PM
    Edited by: Drikus Britz on Jun 3, 2009 8:50 PM

  • Medrec example getting unknown error on the web interface

    Hi, I've been able to set up my medrec server following the instructions and everything seemed to go fine. I try to go test it on the server and I get an error with the bery helpful error code of "Unkown Error". It appears on every .do file and .jsp files seem to be fine. I have scoured over all my logs and can't seem to find any errors. I have boosted up debug as much as I can and sitll nothing. The only thing that I can see is the following which I'm not completely sure is an eror and not sure how to fix if it is. This is from the admin server log:
    <Error> <JDBC> <spuvpars.zko.hp.com> <adminser
    ver> <ExecuteThread: '1' for queue: 'weblogic.admin.HTTP'> <<WLS Kernel>> <> <BEA-001151> <Data Source "MedRecTxDataSource" deployment failed with the following error: DataSource(MedRecTxDataSource) can't be created with non-existent Pool (connection or multi) (MedRecPool-PointBase-XA).>
    on the managed server (the one running MedRec) there is nothing in the log
    I hacve the pools created and everything looks happy

    Originally Posted by fcherriere
    Dear Gentlemen,
    I have a fresh installation of ZENworks Mobile 2.5.4 on Windows 2008 R2 SP1 with IIS 7.
    But now I'm not able to login to the web interface. On the index.php web interface, I enter the email address and password designated as admin login credentials when installing ZMM Web/HTTP Server Component, and for the domain, I indicate my Windows domain. But I have the next error : Login failed
    And on the dashboard web page, I have always the loading web page.
    Thank you gentlemen for sharing your experience and advice.
    Regards.
    Florian Cherrire
    I had a similar issue that had me confused for a few days. I was using the wrong URL.
    https://localhost/Dashboard
    If you go to just https://localhost you get the login for the end user.
    Tom

  • Status LIS9 of the User interface MP000200 missing

    Hi All,
    While creating leaving action. System is giving error (Status LIS9 of the User interface MP000200 missing.
    Mentions below are my configuration.
    Infogroup
    COP 0001 Org assignment
    LIS9 0002 Personal Data
    LIS9 0006 address
    LIS9 0105 Communication
    And Personnel Action type are:- 0 0 0 MSN20 (Tick) (Tick) (Not tick)
    Let me know how to resolve it.
    Regard
    Ashish

    Hi,
    make sure that LIS9 should not be used to the Infotypes which are having Time  Constraint 1
    Check V_T582A for time constratints and also check V_T588D to remove the operation LIS9 forLeaving/ termination action.
    for your information
    Infotype 0002 should NEVER be delimited as part of the Leaving Action.
    The help text for the Operations field of the Info Group states the following:
    In the Leaving action, use the "delimit" (LIS9) operation to delimit records.
    Please remove the infotype 0002 from the info group, then run the leaving action, you will not find an error message
    The reason why you get the error is because the status LIS9 does not exist on MP000200 .
    You can see this via the menu painter via SE41.
    regards,
    mohammed
    Edited by: 0mohammed1 on Oct 14, 2011 1:51 PM

  • ASA 5505 getting dchp from the outside interface

    Hi,  i have this configuration on on the Asa client 
    : Savedz
    : Written by enable_15 at 13:39:22.779 UTC Thu Aug 15 2013
    ASA Version 8.2(5)
    hostname Lakewood
    enable password 8Ry2YjIyt7RRXU24 encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
     switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
     nameif inside
     security-level 100
     ip address 172.100.2.1 255.255.255.0
    interface Vlan2
     nameif outside
     security-level 0
     ip address dhcp setroute
    ftp mode passive
    pager lines 24
    logging asdm informational
    mtu outside 1500
    mtu inside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 172.100.2.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    dhcpd address 172.100.2.50-172.100.2.125 inside
    dhcpd auto_config outside interface inside
    dhcpd enable inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
     match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
     parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
     class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    this asa client is getting dhcp from another asa on another location, the asa on the other side cannot ping devices on the client side
    this is the server asa
    ASA Version 8.2(1)
    name 50.66.169.176 OutsideWorld
    name 172.100.2.0 Lakewood
    interface Vlan1
     nameif inside
     security-level 100
     ip address 172.100.1.254 255.255.255.0
    interface Vlan2
     nameif outside
     security-level 0
     ip address 50.66.202 255.255.255.248
    interface Vlan3
     shutdown
     no forward interface Vlan1
     nameif dmz
     security-level 50
     no ip address
    interface Ethernet0/0
     switchport access vlan 2
     speed 100
     duplex full
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    what type of configuration is this?
    how can i get both sides to ping eachother and allow all the trafic?
    thanks in advance.
    Hi,  i have this configuration on on the Asa client 
    : Savedz
    : Written by enable_15 at 13:39:22.779 UTC Thu Aug 15 2013
    ASA Version 8.2(5)
    hostname Lakewood
    enable password 8Ry2YjIyt7RRXU24 encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
     switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
     nameif inside
     security-level 100
     ip address 172.100.2.1 255.255.255.0
    interface Vlan2
     nameif outside
     security-level 0
     ip address dhcp setroute
    ftp mode passive
    pager lines 24
    logging asdm informational
    mtu outside 1500
    mtu inside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 172.100.2.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    dhcpd address 172.100.2.50-172.100.2.125 inside
    dhcpd auto_config outside interface inside
    dhcpd enable inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
     match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
     parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
     class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    this asa client is getting dhcp from another asa on another location, the asa on the other side cannot ping devices on the client side
    this is the server asa
    ASA Version 8.2(1)
    name 50.66.169.176 OutsideWorld
    name 172.100.2.0 Lakewood
    interface Vlan1
     nameif inside
     security-level 100
     ip address 172.100.1.254 255.255.255.0
    interface Vlan2
     nameif outside
     security-level 0
     ip address 50.66.202 255.255.255.248
    interface Vlan3
     shutdown
     no forward interface Vlan1
     nameif dmz
     security-level 50
     no ip address
    interface Ethernet0/0
     switchport access vlan 2
     speed 100
     duplex full
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    what type of configuration is this?
    how can i get both sides to ping eachother and allow all the trafic?
    thanks in advance.

    Do you have a diagram of yourt setup and a more detailed description what you want to do?
    The public interface of your main ASA looks like you are connecting to the internet. In that case, the IP address for the client has to come from the ISP and not from your main ASA.

  • Report to track changes to infotypes prior to running the  payroll interfac

    wants a report to track changes to infotypes prior to running the  payroll interface.  The attached report looks like it should work but it returns nothing.  Is there config that turns on "Track Changes": for select infotypes?  If so, can they be activated for key infotypes so this report will run?
    Name, Address, position, etc.
    Not attendance and absence ITs.

    Hi,
    IMG – Personnel Management – Personnel Admin – Tools – Revision – Set up change document:
    This node has three items:
    Infotypes to be logged
    Field Group Definitions
    Field Group Characteristics
    Using these three options you define which infotypes you wish to log, then which fields, then you define which groups of fields are to be saved. Click each link, or see the sections below:
    Infotypes to be logged
    Here you define which PA infotype numbers you require logging. Select New Entries and enter a transaction class (A for Pers Admin, B for recruitment), then enter the infotype number and save.
    Field Group Definition
    When changes are made to a logged infotype, the field contents before and after are recorded. This is the very reason for logging the infotype, but there is an overhead in performance and disk space used so it needs to be given consideration. Typically you will want to record fields that are pay relevant.
    Using the field group definition, you specify which fields you wish to record changes in. When any of the fields in the group are changed, all the fields in the group are saved. You can use an asterisk to log all the fields of the infotype but this is not recommended for space and performance, also there are many fields on an infotype that you will not be using, that will be saved also. Ideally you will pick individual fields of the infotype and enter them like so:
    The field group number is a freely defined number you allocate to the group, it will be used in the next step. For normal use, simply pick any number not already used in that infotype. All fields with the same field group number are recorded in the log, even if they have not changed.
    Click New Entries and enter the infotype number, field group number and field names that you wish to record.
    Field Group Characteristics
    When you have set up the field group numbers, use the field group characteristics to activate the logging of those fields. You can also specify a supplementary field group; this means that the contents of another field group can also be saved at the same time, even though the contents have not changed. In practise it is not used much. Simply select new entries, enter the transaction class, infotype, and in the DocFieldGr enter the number you assigned to the field names that you want to store, then enter L for Long Term Documents (short are not supported)
    The Audit Report
    To access the report showing the logged infotype changes, use the HR report tree available from various menu paths, including:
    Main Menu – Human Resources – Pers Management – Administration – Info System – Reports - Documents – Infotype change – logged changes in infotype data. (RPUAUD00).
    When you run the report, select the infotypes you require, and select and execute.
    Cheers
    Prasanth

  • New free/open-source tool to encapsulate the OCI interface

    Hello,
    Here is a short presentation and a link to a new free tool available on soureceforge.net.
    This tool is a powerful "wrapper" to encapsulate the OCI interface:
    Introduction
    OCILIB is a free, open source and platform independant library, written in C, that access Oracle Databases.
    The OCILIB library :
    * Encapsulates OCI (Oracle Call Interface which is powerful but complex)
    * Hides OCI complexity
    * Proposes instead a simple, readable and reusable API
    * Offers up to 310 simple and straightforward APIs.
    Introduction
    Current version : 2.3.0 (2008-03-30)
    Main features
    * Data binding
    * Integrated smart define and fetch mecanisms
    * Full Unicode support on all platorms
    * Multi row fetching
    * Binding array Interface for fast and massive bulk operations
    * Reusable Statements
    * Connection Pooling
    * Global Transactions
    * Returning DML feature support
    * ROWIDs support
    * Named Types (Object types) support (User or Builtin)
    * Cursors
    * PL/SQL blocks
    * PL/SQL Ref cursors and Nested tables
    * LOB (BLOBs/ FILEs)
    * Supports lobs > 4Go
    * Long datatype (piecewise operations)
    * Provides "All in one" Formatted functions (printf's like)
    * Smallest possible memory usage
    * Date/time management
    * Timestamps and Intervals support
    * Error handling
    * Describe database schema objects
    * Access columns by index or name
    * Hash tables API
    * Portable Threads and mutexes API
    * Supports static / shared oracle linkage
    * Support runtime loading (no OCI libs required at compile / time)
    * Great performances (straight OCI encapsulation)
    Download
    Get OCILIB from OCILIB Project page at Sourceforge Website:
    http://orclib.sourceforge.net/
    Hope this would help some of you ;D
    Francois

    Don't give up just because there are other options out there.
    Adobe is only giving up the free tool for education purposes, or unemployed developer.  You didn't say if you were one of those.
    I believe over time there will be plenty of room for alternate IDE approaches that support the Flex Framework; and in fact there are quite a few options already out there.

  • Unable to load the user interface-please reinstall the application-Audigy 2 zs Platinum

    unable to load the user interface-please reinstall the application---this is the message I get when my pc starts------Someone messing around with my computer tried to delete creative media source player 3 when they saw I had both 3 and 5 in folder and i get this error message every time I start my pc. In addition to this I have lost my EAX and THX consoles and my speaker settings are gone so I cannot adjust my 5. system at all. After I delete that error message when I click on the creative icon is sys tray instead of opening up the creative media player I get the error message--unable to load needed componants. Please reinstall the application. this is media player 3[version 3.32.]. I dont know why during the auto?updates through the last couple of years I have media player 3 in sys tray and if I need version 5 it is in file with 3--start-all programs-creative--any way my pc is a Cyberpower AMD FX-53 using win xp pro-32 bit-- and of course its a OEM product so they tell me the only way to get it to work is use the restoration cd they gave me when I bought the pc and it will revert back to its original state as when purchased. I would lose all my games, music, pictures?ect and would have to start from scratch.[ OR of course back everything up on a portable hard dri've]?It seems like there should be an easier way --hell I might as well buy a new soundcard and it would make it easier. If anyone?has an answer for someone who is not a tech head so I can understand please help !!--thank you in advance for any assistance as it is greatly appreciated. Sorry this message is so long winded, just irritating to have spen so much for a pc and not have the original installation disc.-tried moving to another slot and the fixes I saw posted here with no luck---thank you folks again--Tom

    All the issues you guys are talking about have been reported in beta stage of these new drivers. I would say none of them has been fixed yet. The only solution for now is to use previous drivers which work fine or use some modified drivers which fixes some issues, but not all. Your choice.
    [url="http://connect.creativelabs.com/windows/Lists/Audigy%20Issues/AllItems.aspx">Bug List[/url]
    Message Edited by ronon0 on 08-07-2008 :47 AM

  • Executing the planning function while opening the web interface

    hello all,
    I have created a planning area based on multiprovider.This multiprovider is based on two transactional cube ie,COPA cube and Cost Center cube.
    This planning area is meant for enabling integrated planning.One plans in COPA cube and other plans in Cost Center cube the income statement gets planned based on this two.
    I selected planning items in multiprovider layout to display the income statement.The layout is as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 0,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Now EBIT planning item is to be calculated from the planning items as follows:
    EBIT = Net Sales-Sales Overheads-Depriciation-Other Expenses
    For this i have created a planning function which calculates EBIT.This function works properly,there are no issues in it.
    My problem is that i want this function to be executed as soon as i open the web interface for my planning application and the result should be as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 8.300,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Can anybody suggest how to go about this problem?
    Thanks in advance.
    regards,
    Yogesh

    Hi Yogesh,
    as far as i know, there is no standard functionality for that purpose, but there are workaround for it.
    1. Modify the BSP Application.
       Go to SE80 --> Repository Browser --> BSP Application --> your WI name --> page with flow logic --> double click on page1.htm --> Event handler tabstrip --> on the drop down selection press F1 --> add a function module that call you BPS function in specific event (e.g: OnInitialization).
    2. Use WI-Exit Class / WI-Extention (ABAP OO).
    Here you need to create sub class from Class: CL_UPWB_BSP_APPL, and assign the class to your WI. You can then add a function module that call you BPS function in method:
    2.1. Load --> performed only once on intial execution of WI.
    2.2. Initialisation --> called once for each server response.
    2.3. Dispatch --> called at each action and also for each WI component.
    You can see further information in SAP how to paper:
    How to Validate manual input in WEB planning application, New BPS-Features delivered with SAP BW 3.5, etc.
    You can call your BPS function with BPS API FM (See F.Group: UPC_API)
    But there is also more easier way to realize your ebit calculation. If you define your EBIT calc. manually in layout (define with manually defined Lead column). With this way, You will always get your EBIT analog with inputed values.
    Then you add your EBIT calc.function to Layout Component in WI in property: 'Function After Data Change'.
    Best Regards,
    Suan Liono

  • 5 second delay when bringing up the SATA interface (HP dm1-3100ev)

    Hello everyone,
    I am using ArchLinux on a HP dm1-3100ev (aka dm1z). This little machine is equipped with an 80GB Intel X25-M SSD (2nd gen) and boots and runs nice and fast.
    However, I just noticed a curious issue, where the SATA interface takes 5.3 seconds to appear. According to dmesg:
    dmesg wrote:[    1.510296] Switching to clocksource tsc
    [    6.856991] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    6.857578] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133
    [    6.857585] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32)
    [    6.858264] ata1.00: configured for UDMA/133
    [    6.858756] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5
    [    6.871132] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [    6.871271] sd 0:0:0:0: [sda] Write Protect is off
    [    6.871276] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    6.871320] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    6.872158]  sda: sda1
    [    6.873464] sd 0:0:0:0: [sda] Attached SCSI disk
    This is on linux 2.6.39. Anyone have any ideas why this is and how I can reduce this delay? This is by far the slowest part of the boot sequence right now!
    Full dmesg log below:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110603 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011
    [ 0.000000] Command line: root=/dev/disk/by-uuid/3e8701ef-e777-4352-a42c-83dd9f68240a ro nomodeset quiet
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dfa3f000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfa3f000 - 00000000dfabf000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfabf000 - 00000000dfebf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfebf000 - 00000000dfef6000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000dfef6000 - 00000000dff00000 (usable)
    [ 0.000000] BIOS-e820: 00000000dff00000 - 00000000e0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000187000000 (usable)
    [ 0.000000] BIOS-e820: 0000000187000000 - 000000019f000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP Pavilion dm1 Notebook PC /1611, BIOS F.12 04/26/2011
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x187000 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-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 0DFEBD000 mask FFFFFF000 uncachable
    [ 0.000000] 4 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000019f000000 aka 6640M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fe1b0] fe1b0
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00dfe00000 page 2M
    [ 0.000000] 00dfe00000 - 00dff00000 page 4k
    [ 0.000000] kernel direct mapping tables up to dff00000 @ dfefd000-dff00000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000187000000
    [ 0.000000] 0100000000 - 0180000000 page 1G
    [ 0.000000] 0180000000 - 0187000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 187000000 @ 186ffe000-187000000
    [ 0.000000] RAMDISK: 37e47000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 00000000dfef5120 00064 (v01 HPQOEM SLIC-MPC 00000003 01000013)
    [ 0.000000] ACPI: FACP 00000000dfef4000 000F4 (v04 HPQOEM SLIC-MPC 00000003 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 00000000dfee7000 0972F (v01 HP INSYDE F0000000 ACPI 00040000)
    [ 0.000000] ACPI: FACS 00000000dfc96000 00040
    [ 0.000000] ACPI: HPET 00000000dfef3000 00038 (v01 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 00000000dfef2000 00084 (v02 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 00000000dfef1000 0003C (v01 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 00000000dfee6000 00028 (v01 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SLIC 00000000dfee5000 00176 (v01 HPQOEM SLIC-MPC 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000dfee4000 003DE (v01 HP INSYDE 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 00000000dfee2000 012FA (v02 HP INSYDE 00000001 MSFT 04000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000187000000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000187000000
    [ 0.000000] NODE_DATA [0000000186ff9000 - 0000000186ffdfff]
    [ 0.000000] [ffffea0000000000-ffffea00055fffff] PMD -> [ffff880180c00000-ffff880185bfffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00187000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[4] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000dfa3f
    [ 0.000000] 0: 0x000dfef6 -> 0x000dff00
    [ 0.000000] 0: 0x00100000 -> 0x00187000
    [ 0.000000] On node 0 totalpages: 1468888
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3922 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 897665 pages, LIFO batch:31
    [ 0.000000] Normal zone: 7560 pages used for memmap
    [ 0.000000] Normal zone: 545400 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[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low 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: 0x43538210 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa3f000 - 00000000dfabf000
    [ 0.000000] PM: Registered nosave memory: 00000000dfabf000 - 00000000dfebf000
    [ 0.000000] PM: Registered nosave memory: 00000000dfebf000 - 00000000dfef6000
    [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880186c00000 s83136 r8192 d23360 u524288
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1446987
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/3e8701ef-e777-4352-a42c-83dd9f68240a ro nomodeset quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 5715728k/6406144k available (4022k kernel code, 530592k absent, 159824k reserved, 3332k data, 724k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 47185920 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] Fast TSC calibration using PIT
    [ 0.000000] Detected 1596.101 MHz processor.
    [ 0.003340] Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.21 BogoMIPS (lpj=5320336)
    [ 0.003347] pid_max: default: 32768 minimum: 301
    [ 0.003562] Security Framework initialized
    [ 0.003572] AppArmor: AppArmor disabled by boot time parameter
    [ 0.005092] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.012089] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.014996] Mount-cache hash table entries: 256
    [ 0.015789] Initializing cgroup subsys ns
    [ 0.015797] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.015802] Initializing cgroup subsys cpuacct
    [ 0.015866] Initializing cgroup subsys memory
    [ 0.015901] Initializing cgroup subsys devices
    [ 0.015905] Initializing cgroup subsys freezer
    [ 0.015908] Initializing cgroup subsys net_cls
    [ 0.015911] Initializing cgroup subsys blkio
    [ 0.016009] tseg: 00dff00000
    [ 0.016014] CPU: Physical Processor ID: 0
    [ 0.016016] CPU: Processor Core ID: 0
    [ 0.016019] mce: CPU supports 6 MCE banks
    [ 0.018003] ACPI: Core revision 20110316
    [ 0.026713] ftrace: allocating 15966 entries in 63 pages
    [ 0.030133] Setting APIC routing to flat
    [ 0.030496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.064116] CPU0: AMD E-350 Processor stepping 00
    [ 0.066663] Performance Events: AMD PMU driver.
    [ 0.066663] ... version: 0
    [ 0.066663] ... bit width: 48
    [ 0.066663] ... generic registers: 4
    [ 0.066663] ... value mask: 0000ffffffffffff
    [ 0.066663] ... max period: 00007fffffffffff
    [ 0.066663] ... fixed-purpose events: 0
    [ 0.066663] ... event mask: 000000000000000f
    [ 0.083498] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.110105] Booting Node 0, Processors #1
    [ 0.110114] smpboot cpu 1: start_ip = 9a000
    [ 0.206704] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.213374] Brought up 2 CPUs
    [ 0.213387] Total of 2 processors activated (6386.16 BogoMIPS).
    [ 0.213856] devtmpfs: initialized
    [ 0.217207] PM: Registering ACPI NVS region at dfabf000 (4194304 bytes)
    [ 0.218611] print_constraints: dummy:
    [ 0.218770] NET: Registered protocol family 16
    [ 0.219087] Extended Config Space enabled on 0 nodes
    [ 0.219123] ACPI: bus type pci registered
    [ 0.220109] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.220115] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.230714] PCI: Using configuration type 1 for base access
    [ 0.231511] bio: create slab <bio-0> at 0
    [ 0.234922] ACPI: EC: Look up EC in DSDT
    [ 0.237245] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.241929] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.253590] ACPI: Interpreter enabled
    [ 0.253602] ACPI: (supports S0 S3 S4 S5)
    [ 0.253650] ACPI: Using IOAPIC for interrupt routing
    [ 0.294296] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
    [ 0.294593] ACPI: No dock devices found.
    [ 0.294598] HEST: Table not found.
    [ 0.294604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.303828] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.304172] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.304177] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.304182] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.304186] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
    [ 0.304190] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
    [ 0.304194] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
    [ 0.304198] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
    [ 0.304202] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.304206] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.304210] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.304214] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.304218] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.304222] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 0.304226] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
    [ 0.304230] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
    [ 0.304234] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xf7ffffff]
    [ 0.304238] pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xffffffff]
    [ 0.304265] pci 0000:00:00.0: [1022:1510] type 0 class 0x000600
    [ 0.304322] pci 0000:00:01.0: [1002:9802] type 0 class 0x000300
    [ 0.304337] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    [ 0.304347] pci 0000:00:01.0: reg 14: [io 0x3000-0x30ff]
    [ 0.304357] pci 0000:00:01.0: reg 18: [mem 0xf0200000-0xf023ffff]
    [ 0.304404] pci 0000:00:01.0: supports D1 D2
    [ 0.304435] pci 0000:00:01.1: [1002:1314] type 0 class 0x000403
    [ 0.304448] pci 0000:00:01.1: reg 10: [mem 0xf0244000-0xf0247fff]
    [ 0.304506] pci 0000:00:01.1: supports D1 D2
    [ 0.304585] pci 0000:00:04.0: [1022:1512] type 1 class 0x000604
    [ 0.304645] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.304651] pci 0000:00:04.0: PME# disabled
    [ 0.304684] pci 0000:00:05.0: [1022:1513] type 1 class 0x000604
    [ 0.304743] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.304748] pci 0000:00:05.0: PME# disabled
    [ 0.304811] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106
    [ 0.304838] pci 0000:00:11.0: reg 10: [io 0x3118-0x311f]
    [ 0.304852] pci 0000:00:11.0: reg 14: [io 0x3124-0x3127]
    [ 0.304866] pci 0000:00:11.0: reg 18: [io 0x3110-0x3117]
    [ 0.304880] pci 0000:00:11.0: reg 1c: [io 0x3120-0x3123]
    [ 0.304893] pci 0000:00:11.0: reg 20: [io 0x3100-0x310f]
    [ 0.304907] pci 0000:00:11.0: reg 24: [mem 0xf024e000-0xf024e3ff]
    [ 0.304971] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.304990] pci 0000:00:12.0: reg 10: [mem 0xf024d000-0xf024dfff]
    [ 0.305084] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.305790] pci 0000:00:12.2: reg 10: [mem 0xf024c000-0xf024c0ff]
    [ 0.309643] pci 0000:00:12.2: supports D1 D2
    [ 0.309653] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.309661] pci 0000:00:12.2: PME# disabled
    [ 0.309703] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.309726] pci 0000:00:13.0: reg 10: [mem 0xf024b000-0xf024bfff]
    [ 0.310052] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.310717] pci 0000:00:13.2: reg 10: [mem 0xf024a000-0xf024a0ff]
    [ 0.314283] pci 0000:00:13.2: supports D1 D2
    [ 0.314293] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.314302] pci 0000:00:13.2: PME# disabled
    [ 0.314343] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.314451] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.314483] pci 0000:00:14.2: reg 10: [mem 0xf0240000-0xf0243fff 64bit]
    [ 0.314560] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.314567] pci 0000:00:14.2: PME# disabled
    [ 0.314600] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.314701] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.314764] pci 0000:00:16.0: [1002:4397] type 0 class 0x000c03
    [ 0.314784] pci 0000:00:16.0: reg 10: [mem 0xf0249000-0xf0249fff]
    [ 0.314878] pci 0000:00:16.2: [1002:4396] type 0 class 0x000c03
    [ 0.315565] pci 0000:00:16.2: reg 10: [mem 0xf0248000-0xf02480ff]
    [ 0.319593] pci 0000:00:16.2: supports D1 D2
    [ 0.319602] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.319611] pci 0000:00:16.2: PME# disabled
    [ 0.319653] pci 0000:00:18.0: [1022:1700] type 0 class 0x000600
    [ 0.319704] pci 0000:00:18.1: [1022:1701] type 0 class 0x000600
    [ 0.319747] pci 0000:00:18.2: [1022:1702] type 0 class 0x000600
    [ 0.320021] pci 0000:00:18.3: [1022:1703] type 0 class 0x000600
    [ 0.320088] pci 0000:00:18.4: [1022:1704] type 0 class 0x000600
    [ 0.320131] pci 0000:00:18.5: [1022:1718] type 0 class 0x000600
    [ 0.320174] pci 0000:00:18.6: [1022:1716] type 0 class 0x000600
    [ 0.320216] pci 0000:00:18.7: [1022:1719] type 0 class 0x000600
    [ 0.320338] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.320359] pci 0000:01:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.320392] pci 0000:01:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref]
    [ 0.320412] pci 0000:01:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref]
    [ 0.320466] pci 0000:01:00.0: supports D1 D2
    [ 0.320470] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.320477] pci 0000:01:00.0: PME# disabled
    [ 0.326731] pci 0000:00:04.0: PCI bridge to [bus 01-01]
    [ 0.326751] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.326762] pci 0000:00:04.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.326771] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.326884] pci 0000:02:00.0: [1814:539f] type 0 class 0x000280
    [ 0.326908] pci 0000:02:00.0: reg 10: [mem 0xf0100000-0xf010ffff]
    [ 0.333424] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.333437] pci 0000:00:05.0: bridge window [io 0xfffffffffffff000-0x0000] (disabled)
    [ 0.333445] pci 0000:00:05.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.333454] pci 0000:00:05.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.333600] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.333607] pci 0000:00:14.4: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.333615] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.333622] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.333627] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.333631] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.333636] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.333640] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    [ 0.333645] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    [ 0.333649] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    [ 0.333653] pci 0000:00:14.4: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
    [ 0.333657] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.333662] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.333666] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.333670] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.333675] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.333679] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.333683] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    [ 0.333688] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    [ 0.333692] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    [ 0.333696] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xffffffff] (subtractive decode)
    [ 0.333730] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.333965] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
    [ 0.334034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
    [ 0.334166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.334455] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.334981] pci0000:00: ACPI _OSC control (0x19) granted
    [ 0.346082] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346217] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346353] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346488] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346625] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346714] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346789] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346863] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.347047] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.347068] vgaarb: loaded
    [ 0.347225] PCI: Using ACPI for IRQ routing
    [ 0.347231] PCI: pci_cache_line_size set to 64 bytes
    [ 0.347435] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.347439] reserve RAM buffer: 00000000dfa3f000 - 00000000dfffffff
    [ 0.347444] reserve RAM buffer: 00000000dff00000 - 00000000dfffffff
    [ 0.347447] reserve RAM buffer: 0000000187000000 - 0000000187ffffff
    [ 0.347671] NetLabel: Initializing
    [ 0.347675] NetLabel: domain hash size = 128
    [ 0.347677] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.347700] NetLabel: unlabeled traffic allowed by default
    [ 0.347731] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.347738] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.349771] Switching to clocksource hpet
    [ 0.349869] Switched to NOHz mode on CPU #1
    [ 0.350046] Switched to NOHz mode on CPU #0
    [ 0.357491] pnp: PnP ACPI init
    [ 0.357525] ACPI: bus type pnp registered
    [ 0.357763] pnp 00:00: [bus 00-ff]
    [ 0.357768] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.357772] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.357777] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.357781] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.357785] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.357789] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.357793] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.357797] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.357800] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.357804] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.357808] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.357811] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.357815] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.357818] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.357822] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.357826] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
    [ 0.357829] pnp 00:00: [mem 0xfc000000-0xffffffff window]
    [ 0.357833] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.357945] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.358035] pnp 00:01: [mem 0xfec00000-0xfec00fff]
    [ 0.358039] pnp 00:01: [mem 0xfee00000-0xfee00fff]
    [ 0.358135] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.358141] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.358147] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.358359] pnp 00:02: [irq 0 disabled]
    [ 0.358392] pnp 00:02: [irq 8]
    [ 0.358396] pnp 00:02: [mem 0xfed00000-0xfed003ff]
    [ 0.358441] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.358562] pnp 00:03: [io 0x0000-0x000f]
    [ 0.358566] pnp 00:03: [io 0x0081-0x008f]
    [ 0.358570] pnp 00:03: [io 0x00c0-0x00df]
    [ 0.358574] pnp 00:03: [dma 4]
    [ 0.358630] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.358647] pnp 00:04: [io 0x00f0-0x00fe]
    [ 0.358671] pnp 00:04: [irq 13]
    [ 0.358734] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.358812] pnp 00:05: [io 0x0070-0x0071]
    [ 0.358869] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.358889] pnp 00:06: [io 0x0060]
    [ 0.358892] pnp 00:06: [io 0x0064]
    [ 0.358901] pnp 00:06: [irq 1]
    [ 0.358958] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.358979] pnp 00:07: [irq 12]
    [ 0.359045] pnp 00:07: Plug and Play ACPI device, IDs SYN1e3b SYN1e00 SYN0002 PNP0f13 (active)
    [ 0.359066] pnp 00:08: [io 0x0010-0x001f]
    [ 0.359069] pnp 00:08: [io 0x002e-0x002f]
    [ 0.359072] pnp 00:08: [io 0x0072-0x0073]
    [ 0.359075] pnp 00:08: [io 0x0080]
    [ 0.359078] pnp 00:08: [io 0x00b0-0x00b1]
    [ 0.359081] pnp 00:08: [io 0x0092]
    [ 0.359084] pnp 00:08: [io 0x0400-0x04cf]
    [ 0.359088] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.359091] pnp 00:08: [io 0x04d6]
    [ 0.359094] pnp 00:08: [io 0x0680-0x06ff]
    [ 0.359097] pnp 00:08: [io 0x077a]
    [ 0.359100] pnp 00:08: [io 0x0c00-0x0c01]
    [ 0.359102] pnp 00:08: [io 0x0c14]
    [ 0.359106] pnp 00:08: [io 0x0c50-0x0c52]
    [ 0.359109] pnp 00:08: [io 0x0c6c]
    [ 0.359111] pnp 00:08: [io 0x0c6f]
    [ 0.359114] pnp 00:08: [io 0x0cd0-0x0cdb]
    [ 0.359216] system 00:08: [io 0x0400-0x04cf] has been reserved
    [ 0.359221] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.359225] system 00:08: [io 0x04d6] has been reserved
    [ 0.359230] system 00:08: [io 0x0680-0x06ff] has been reserved
    [ 0.359234] system 00:08: [io 0x077a] has been reserved
    [ 0.359238] system 00:08: [io 0x0c00-0x0c01] has been reserved
    [ 0.359242] system 00:08: [io 0x0c14] has been reserved
    [ 0.359246] system 00:08: [io 0x0c50-0x0c52] has been reserved
    [ 0.359251] system 00:08: [io 0x0c6c] has been reserved
    [ 0.359255] system 00:08: [io 0x0c6f] has been reserved
    [ 0.359259] system 00:08: [io 0x0cd0-0x0cdb] has been reserved
    [ 0.359265] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.359348] pnp 00:09: [mem 0x000e0000-0x000fffff]
    [ 0.359353] pnp 00:09: [mem 0xffe00000-0xffffffff]
    [ 0.359450] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.359456] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.359462] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.361159] pnp 00:0a: [irq 23]
    [ 0.361298] pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active)
    [ 0.361323] pnp: PnP ACPI: found 11 devices
    [ 0.361326] ACPI: ACPI bus type pnp unregistered
    [ 0.369286] pci 0000:00:04.0: PCI bridge to [bus 01-01]
    [ 0.369294] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.369300] pci 0000:00:04.0: bridge window [mem disabled]
    [ 0.369307] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.369315] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.369318] pci 0000:00:05.0: bridge window [io disabled]
    [ 0.369325] pci 0000:00:05.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.369330] pci 0000:00:05.0: bridge window [mem pref disabled]
    [ 0.369337] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.369340] pci 0000:00:14.4: bridge window [io disabled]
    [ 0.369362] pci 0000:00:14.4: bridge window [mem disabled]
    [ 0.369368] pci 0000:00:14.4: bridge window [mem pref disabled]
    [ 0.369400] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.369408] pci 0000:00:04.0: setting latency timer to 64
    [ 0.369422] pci 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.369428] pci 0000:00:05.0: setting latency timer to 64
    [ 0.369440] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.369444] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.369448] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.369452] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.369456] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.369460] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.369464] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.369468] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.369472] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.369476] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.369480] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.369484] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.369487] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.369491] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.369495] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.369499] pci_bus 0000:00: resource 19 [mem 0xe0000000-0xf7ffffff]
    [ 0.369503] pci_bus 0000:00: resource 20 [mem 0xfc000000-0xffffffff]
    [ 0.369507] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 0.369512] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.369516] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.369520] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.369524] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.369528] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.369532] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.369535] pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.369539] pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.369543] pci_bus 0000:03: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.369547] pci_bus 0000:03: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.369551] pci_bus 0000:03: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.369555] pci_bus 0000:03: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.369559] pci_bus 0000:03: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.369562] pci_bus 0000:03: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.369566] pci_bus 0000:03: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.369570] pci_bus 0000:03: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.369574] pci_bus 0000:03: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.369578] pci_bus 0000:03: resource 19 [mem 0xe0000000-0xf7ffffff]
    [ 0.369582] pci_bus 0000:03: resource 20 [mem 0xfc000000-0xffffffff]
    [ 0.369723] NET: Registered protocol family 2
    [ 0.370245] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.373075] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.378850] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.379526] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.379531] TCP reno registered
    [ 0.379569] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.379687] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.380300] NET: Registered protocol family 1
    [ 0.380331] pci 0000:00:01.0: Boot video device
    [ 0.460342] PCI: CLS 64 bytes, default 64
    [ 0.460446] Unpacking initramfs...
    [ 0.505657] Freeing initrd memory: 1700k freed
    [ 0.506819] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.506828] Placing 64MB software IO TLB between ffff8800dba3f000 - ffff8800dfa3f000
    [ 0.506832] software IO TLB at phys 0xdba3f000 - 0xdfa3f000
    [ 0.506921] Simple Boot Flag at 0x44 set to 0x1
    [ 0.507647] audit: initializing netlink socket (disabled)
    [ 0.507672] type=2000 audit(1308931391.506:1): initialized
    [ 0.509016] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.513968] VFS: Disk quotas dquot_6.5.2
    [ 0.514241] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.514554] msgmni has been set to 11166
    [ 0.515475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.515770] io scheduler noop registered
    [ 0.515778] io scheduler deadline registered
    [ 0.515922] io scheduler cfq registered (default)
    [ 0.516411] ERST: Table is not found!
    [ 0.516539] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.740924] Linux agpgart interface v0.103
    [ 0.741073] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.747470] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.747529] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.747687] mousedev: PS/2 mouse device common for all mice
    [ 0.747867] rtc_cmos 00:05: RTC can wake from S4
    [ 0.753544] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.767132] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.767186] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 0.767213] cpuidle: using governor ladder
    [ 0.767217] cpuidle: using governor menu
    [ 0.767576] TCP cubic registered
    [ 0.767581] NET: Registered protocol family 17
    [ 0.767593] Registering the dns_resolver key type
    [ 0.767764] PM: Hibernation image not present or could not be loaded.
    [ 0.767778] registered taskstats version 1
    [ 0.768843] rtc_cmos 00:05: setting system clock to 2011-06-24 16:03:12 UTC (1308931392)
    [ 0.768918] Initializing network drop monitor service
    [ 0.771516] Freeing unused kernel memory: 724k freed
    [ 0.771916] Write protecting the kernel read-only data: 6144k
    [ 0.772631] Freeing unused kernel memory: 56k freed
    [ 0.777964] Freeing unused kernel memory: 784k freed
    [ 0.815303] udevd[59]: starting version 171
    [ 0.987592] SCSI subsystem initialized
    [ 1.022258] libata version 3.00 loaded.
    [ 1.036343] ahci 0000:00:11.0: version 3.0
    [ 1.036385] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 1.036532] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
    [ 1.036539] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 1.037084] scsi0 : ahci
    [ 1.037252] ata1: SATA max UDMA/133 abar m1024@0xf024e000 port 0xf024e100 irq 19
    [ 1.510277] Refined TSC clocksource calibration: 1596.003 MHz.
    [ 1.510296] Switching to clocksource tsc
    [ 6.856991] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 6.857578] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133
    [ 6.857585] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32)
    [ 6.858264] ata1.00: configured for UDMA/133
    [ 6.858756] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5
    [ 6.871132] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 6.871271] sd 0:0:0:0: [sda] Write Protect is off
    [ 6.871276] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 6.871320] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 6.872158] sda: sda1
    [ 6.873464] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 7.051357] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.707862] udevd[230]: starting version 171
    [ 7.759090] ACPI: acpi_idle registered with cpuidle
    [ 7.766584] powernow-k8: Found 1 AMD E-350 Processor (2 cpu cores) (version 2.20.00)
    [ 7.766662] powernow-k8: 0 : pstate 0 (1600 MHz)
    [ 7.766699] powernow-k8: 1 : pstate 1 (1280 MHz)
    [ 7.766703] powernow-k8: 2 : pstate 2 (800 MHz)
    [ 7.798328] rt5390 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 7.798437] rt5390 0000:02:00.0: setting latency timer to 64
    [ 7.798971] <-- RTMPAllocAdapterBlock, Status=0
    [ 7.860369] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 7.860383] ACPI: Power Button [PWRB]
    [ 7.860558] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 7.861604] ACPI: Lid Switch [LID]
    [ 7.861751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 7.861761] ACPI: Power Button [PWRF]
    [ 7.897248] vboxdrv: Found 2 processor cores.
    [ 7.897357] VBoxDrv: dbg - g_abExecMemory=ffffffffa0276360
    [ 7.897405] vboxdrv: fAsync=0 offMin=0x35d offMax=0xcf6
    [ 7.897484] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 7.897488] vboxdrv: Successfully loaded version 4.0.8_OSE (interface 0x00180000).
    [ 7.932205] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 7.934073] ACPI: AC Adapter [AC] (off-line)
    [ 7.934370] wmi: Mapper loaded
    [ 7.961127] acpi device:02: registered as cooling_device2
    [ 7.961272] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
    [ 7.961285] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 8.003256] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 8.003495] SP5100 TCO timer: mmio address 0xb8fe00 already in use
    [ 8.014954] ACPI Warning: For \_TZ_.THRM._AL0: Return Package has no elements (empty) (20110316/nspredef-456)
    [ 8.014969] ACPI: [Package] has zero elements (ffff88017c138cc0)
    [ 8.014973] ACPI: Invalid active0 threshold
    [ 8.025488] thermal LNXTHERM:00: registered as thermal_zone0
    [ 8.025495] ACPI: Thermal Zone [THRM] (52 C)
    [ 8.044849] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 8.044866] ACPI: Battery Slot [BAT0] (battery present)
    [ 8.076882] hp_accel: laptop model unknown, using default axes configuration
    [ 8.109541] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 8.112918] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.112984] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 8.113075] r8169 0000:01:00.0: setting latency timer to 64
    [ 8.113083] r8169 0000:01:00.0: (unregistered net_device): unknown MAC, using family default
    [ 8.113141] r8169 0000:01:00.0: irq 40 for MSI/MSI-X
    [ 8.113883] r8169 0000:01:00.0: eth0: RTL8168b/8111b at 0xffffc90000c34000, 68:b5:99:e1:fa:b1, XID 0c200000 IRQ 40
    [ 8.145250] usbcore: registered new interface driver usbfs
    [ 8.145307] usbcore: registered new interface driver hub
    [ 8.146258] usbcore: registered new device driver usb
    [ 8.147469] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 8.211672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 8.211773] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 8.211870] ehci_hcd 0000:00:12.2: setting latency timer to 64
    [ 8.211878] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 8.211930] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 8.226790] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 8.226839] QUIRK: Enable AMD PLL fix
    [ 8.226874] ehci_hcd 0000:00:12.2: debug port 1
    [ 8.226916] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf024c000
    [ 8.236710] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 8.237083] hub 1-0:1.0: USB hub found
    [ 8.237094] hub 1-0:1.0: 5 ports detected
    [ 8.237272] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 8.237336] ehci_hcd 0000:00:13.2: setting latency timer to 64
    [ 8.237342] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 8.237361] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 8.246722] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 8.246777] ehci_hcd 0000:00:13.2: debug port 1
    [ 8.246803] ehci_hcd 0000:00:13.2: irq 17, io mem 0xf024a000
    [ 8.255280] [drm] Initialized drm 1.1.0 20060810
    [ 8.256809] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 8.257138] hub 2-0:1.0: USB hub found
    [ 8.257148] hub 2-0:1.0: 5 ports detected
    [ 8.257353] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 8.257432] ehci_hcd 0000:00:16.2: setting latency timer to 64
    [ 8.257438] ehci_hcd 0000:00:16.2: EHCI Host Controller
    [ 8.257456] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
    [ 8.266735] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 8.266794] ehci_hcd 0000:00:16.2: debug port 1
    [ 8.266822] ehci_hcd 0000:00:16.2: irq 17, io mem 0xf0248000
    [ 8.280083] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 8.280419] hub 3-0:1.0: USB hub found
    [ 8.280429] hub 3-0:1.0: 4 ports detected
    [ 8.299920] input: HP WMI hotkeys as /devices/virtual/input/input5
    [ 8.368162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 8.368219] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.368296] ohci_hcd 0000:00:12.0: setting latency timer to 64
    [ 8.368303] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 8.368334] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
    [ 8.383583] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf024d000
    [ 8.438348] [drm] VGACON disable radeon kernel modesetting.
    [ 8.439661] pci 0000:00:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.439670] pci 0000:00:01.0: setting latency timer to 64
    [ 8.440157] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 8.440162] [drm] No driver support for vblank timestamp query.
    [ 8.440168] [drm] Initialized radeon 1.33.0 20080528 for 0000:00:01.0 on minor 0
    [ 8.441308] hub 4-0:1.0: USB hub found
    [ 8.441368] hub 4-0:1.0: 5 ports detected
    [ 8.441720] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.441833] ohci_hcd 0000:00:13.0: setting latency timer to 64
    [ 8.441841] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 8.441860] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 8.456856] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf024b000
    [ 8.477927] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 8.477937] Disabling lock debugging due to kernel taint
    [ 8.514652] hub 5-0:1.0: USB hub found
    [ 8.514713] hub 5-0:1.0: 5 ports detected
    [ 8.514902] HDA Intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 8.515007] HDA Intel 0000:00:01.1: irq 41 for MSI/MSI-X
    [ 8.515044] HDA Intel 0000:00:01.1: setting latency timer to 64
    [ 8.534738] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 8.534853] HDA Intel 0000:00:14.2: setting latency timer to 64
    [ 8.566706] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 8.583897] [fglrx] Maximum main memory to use for locked dma buffers: 5393 MBytes.
    [ 8.583979] [fglrx] vendor: 1002 device: 9802 count: 1
    [ 8.584734] [fglrx] ioport: bar 1, base 0x3000, size: 0x100
    [ 8.584748] pci 0000:00:01.0: setting latency timer to 64
    [ 8.585495] [fglrx] Kernel PAT support is enabled
    [ 8.585539] [fglrx] module loaded - fglrx 8.86.5 [May 24 2011] with 1 minors
    [ 8.598000] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input6
    [ 8.614292] input: HDA ATI SB Mic at Ext Right Jack as /devices/pci0000:00/0000:00:14.2/sound/card1/input7
    [ 8.614454] input: HDA ATI SB HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:14.2/sound/card1/input8
    [ 8.614783] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.614861] ohci_hcd 0000:00:16.0: setting latency timer to 64
    [ 8.614869] ohci_hcd 0000:00:16.0: OHCI Host Controller
    [ 8.614900] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 6
    [ 8.623464] ohci_hcd 0000:00:16.0: irq 18, io mem 0xf0249000
    [ 8.681124] hub 6-0:1.0: USB hub found
    [ 8.681137] hub 6-0:1.0: 4 ports detected
    [ 8.892947] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400
    [ 8.940407] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 9.016651] lis3lv02d: 8 bits 3DC sensor found
    [ 9.403986] Linux media interface: v0.10
    [ 9.420636] Linux video capture interface: v2.00
    [ 9.429080] uvcvideo: Found UVC 1.00 device HP Webcam-101 (174f:112b)
    [ 9.455290] input: HP Webcam-101 as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.0/input/input10
    [ 9.455419] usbcore: registered new interface driver uvcvideo
    [ 9.455423] USB Video Class driver (v1.0.0)
    [ 9.460103] usb 2-2: new high speed USB device number 3 using ehci_hcd
    [ 9.960350] usb 6-1: new full speed USB device number 2 using ohci_hcd
    [ 10.246250] Bluetooth: Core ver 2.16
    [ 10.246292] NET: Registered protocol family 31
    [ 10.246295] Bluetooth: HCI device and connection manager initialized
    [ 10.246300] Bluetooth: HCI socket layer initialized
    [ 10.246303] Bluetooth: L2CAP socket layer initialized
    [ 10.250254] Bluetooth: SCO socket layer initialized
    [ 10.265755] Initializing USB Mass Storage driver...
    [ 10.265954] usbcore: registered new interface driver usb-storage
    [ 10.265957] USB Mass Storage support registered.
    [ 10.270760] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 10.271722] usbcore: registered new interface driver btusb
    [ 10.288479] scsi1 : usb-storage 2-2:1.0
    [ 10.288755] usbcore: registered new interface driver ums-realtek
    [ 10.293708] usbcore: registered new interface driver uas
    [ 10.430407] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input11
    [ 10.430745] Registered led device: hp::hddprotect
    [ 10.430769] hp_accel: driver loaded
    [ 10.526540] EXT4-fs (sda1): re-mounted. Opts: discard
    [ 11.289737] scsi 1:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    [ 11.290445] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [ 11.312911] fuse init (API version 7.16)
    [ 11.519361] r8169 0000:01:00.0: eth0: link down
    [ 11.527370] KH: Use High Memory for Beacon
    [ 11.531213] <-- RTMPAllocTxRxRingMemory, Status=0
    [ 11.588181] <==== rt28xx_init, Status=0
    [ 11.588301] 0x1300 = 00064300
    [ 12.021213] sd 1:0:0:0: [sdb] 3987456 512-byte logical blocks: (2.04 GB/1.90 GiB)
    [ 12.023162] sd 1:0:0:0: [sdb] Write Protect is off
    [ 12.023168] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
    [ 12.023172] sd 1:0:0:0: [sdb] Assuming drive cache: write through
    [ 12.025360] sd 1:0:0:0: [sdb] Assuming drive cache: write through
    [ 12.027256] sdb: sdb1
    [ 12.031613] sd 1:0:0:0: [sdb] Assuming drive cache: write through
    [ 12.031628] sd 1:0:0:0: [sdb] Attached SCSI removable disk
    [ 12.486029] fglrx_pci 0000:00:01.0: irq 42 for MSI/MSI-X
    [ 12.486918] [fglrx] Firegl kernel thread PID: 779
    [ 12.486999] [fglrx] Firegl kernel thread PID: 780
    [ 12.487080] [fglrx] Firegl kernel thread PID: 781
    [ 12.487290] [fglrx] IRQ 42 Enabled
    [ 12.612000] [fglrx] Gart USWC size:1280 M.
    [ 12.612007] [fglrx] Gart cacheable size:508 M.
    [ 12.612017] [fglrx] Reserved FB block: Shared offset:0, size:1000000
    [ 12.612021] [fglrx] Reserved FB block: Unshared offset:fbfd000, size:403000
    [ 12.612025] [fglrx] Reserved FB block: Unshared offset:17ff4000, size:c000
    [ 25.342715] EXT4-fs (sda1): re-mounted. Opts: discard,commit=600
    [ 39.000090] NET: Registered protocol family 10
    [ 39.001989] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 39.648846] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

    Hello everyone,
    I am using ArchLinux on a HP dm1-3100ev (aka dm1z). This little machine is equipped with an 80GB Intel X25-M SSD (2nd gen) and boots and runs nice and fast.
    However, I just noticed a curious issue, where the SATA interface takes 5.3 seconds to appear. According to dmesg:
    dmesg wrote:[    1.510296] Switching to clocksource tsc
    [    6.856991] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    6.857578] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133
    [    6.857585] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32)
    [    6.858264] ata1.00: configured for UDMA/133
    [    6.858756] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5
    [    6.871132] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [    6.871271] sd 0:0:0:0: [sda] Write Protect is off
    [    6.871276] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    6.871320] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    6.872158]  sda: sda1
    [    6.873464] sd 0:0:0:0: [sda] Attached SCSI disk
    This is on linux 2.6.39. Anyone have any ideas why this is and how I can reduce this delay? This is by far the slowest part of the boot sequence right now!
    Full dmesg log below:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110603 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011
    [ 0.000000] Command line: root=/dev/disk/by-uuid/3e8701ef-e777-4352-a42c-83dd9f68240a ro nomodeset quiet
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dfa3f000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfa3f000 - 00000000dfabf000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfabf000 - 00000000dfebf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfebf000 - 00000000dfef6000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000dfef6000 - 00000000dff00000 (usable)
    [ 0.000000] BIOS-e820: 00000000dff00000 - 00000000e0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000187000000 (usable)
    [ 0.000000] BIOS-e820: 0000000187000000 - 000000019f000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP Pavilion dm1 Notebook PC /1611, BIOS F.12 04/26/2011
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x187000 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-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 0DFEBD000 mask FFFFFF000 uncachable
    [ 0.000000] 4 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000019f000000 aka 6640M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fe1b0] fe1b0
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00dfe00000 page 2M
    [ 0.000000] 00dfe00000 - 00dff00000 page 4k
    [ 0.000000] kernel direct mapping tables up to dff00000 @ dfefd000-dff00000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000187000000
    [ 0.000000] 0100000000 - 0180000000 page 1G
    [ 0.000000] 0180000000 - 0187000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 187000000 @ 186ffe000-187000000
    [ 0.000000] RAMDISK: 37e47000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 00000000dfef5120 00064 (v01 HPQOEM SLIC-MPC 00000003 01000013)
    [ 0.000000] ACPI: FACP 00000000dfef4000 000F4 (v04 HPQOEM SLIC-MPC 00000003 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 00000000dfee7000 0972F (v01 HP INSYDE F0000000 ACPI 00040000)
    [ 0.000000] ACPI: FACS 00000000dfc96000 00040
    [ 0.000000] ACPI: HPET 00000000dfef3000 00038 (v01 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 00000000dfef2000 00084 (v02 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 00000000dfef1000 0003C (v01 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 00000000dfee6000 00028 (v01 HP INSYDE 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SLIC 00000000dfee5000 00176 (v01 HPQOEM SLIC-MPC 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000dfee4000 003DE (v01 HP INSYDE 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 00000000dfee2000 012FA (v02 HP INSYDE 00000001 MSFT 04000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000187000000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000187000000
    [ 0.000000] NODE_DATA [0000000186ff9000 - 0000000186ffdfff]
    [ 0.000000] [ffffea0000000000-ffffea00055fffff] PMD -> [ffff880180c00000-ffff880185bfffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00187000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[4] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000dfa3f
    [ 0.000000] 0: 0x000dfef6 -> 0x000dff00
    [ 0.000000] 0: 0x00100000 -> 0x00187000
    [ 0.000000] On node 0 totalpages: 1468888
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3922 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 897665 pages, LIFO batch:31
    [ 0.000000] Normal zone: 7560 pages used for memmap
    [ 0.000000] Normal zone: 545400 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[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low 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: 0x43538210 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa3f000 - 00000000dfabf000
    [ 0.000000] PM: Registered nosave memory: 00000000dfabf000 - 00000000dfebf000
    [ 0.000000] PM: Registered nosave memory: 00000000dfebf000 - 00000000dfef6000
    [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880186c00000 s83136 r8192 d23360 u524288
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1446987
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/3e8701ef-e777-4352-a42c-83dd9f68240a ro nomodeset quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 5715728k/6406144k available (4022k kernel code, 530592k absent, 159824k reserved, 3332k data, 724k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 47185920 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] Fast TSC calibration using PIT
    [ 0.000000] Detected 1596.101 MHz processor.
    [ 0.003340] Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.21 BogoMIPS (lpj=5320336)
    [ 0.003347] pid_max: default: 32768 minimum: 301
    [ 0.003562] Security Framework initialized
    [ 0.003572] AppArmor: AppArmor disabled by boot time parameter
    [ 0.005092] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.012089] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.014996] Mount-cache hash table entries: 256
    [ 0.015789] Initializing cgroup subsys ns
    [ 0.015797] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.015802] Initializing cgroup subsys cpuacct
    [ 0.015866] Initializing cgroup subsys memory
    [ 0.015901] Initializing cgroup subsys devices
    [ 0.015905] Initializing cgroup subsys freezer
    [ 0.015908] Initializing cgroup subsys net_cls
    [ 0.015911] Initializing cgroup subsys blkio
    [ 0.016009] tseg: 00dff00000
    [ 0.016014] CPU: Physical Processor ID: 0
    [ 0.016016] CPU: Processor Core ID: 0
    [ 0.016019] mce: CPU supports 6 MCE banks
    [ 0.018003] ACPI: Core revision 20110316
    [ 0.026713] ftrace: allocating 15966 entries in 63 pages
    [ 0.030133] Setting APIC routing to flat
    [ 0.030496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.064116] CPU0: AMD E-350 Processor stepping 00
    [ 0.066663] Performance Events: AMD PMU driver.
    [ 0.066663] ... version: 0
    [ 0.066663] ... bit width: 48
    [ 0.066663] ... generic registers: 4
    [ 0.066663] ... value mask: 0000ffffffffffff
    [ 0.066663] ... max period: 00007fffffffffff
    [ 0.066663] ... fixed-purpose events: 0
    [ 0.066663] ... event mask: 000000000000000f
    [ 0.083498] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.110105] Booting Node 0, Processors #1
    [ 0.110114] smpboot cpu 1: start_ip = 9a000
    [ 0.206704] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.213374] Brought up 2 CPUs
    [ 0.213387] Total of 2 processors activated (6386.16 BogoMIPS).
    [ 0.213856] devtmpfs: initialized
    [ 0.217207] PM: Registering ACPI NVS region at dfabf000 (4194304 bytes)
    [ 0.218611] print_constraints: dummy:
    [ 0.218770] NET: Registered protocol family 16
    [ 0.219087] Extended Config Space enabled on 0 nodes
    [ 0.219123] ACPI: bus type pci registered
    [ 0.220109] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.220115] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.230714] PCI: Using configuration type 1 for base access
    [ 0.231511] bio: create slab <bio-0> at 0
    [ 0.234922] ACPI: EC: Look up EC in DSDT
    [ 0.237245] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.241929] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.253590] ACPI: Interpreter enabled
    [ 0.253602] ACPI: (supports S0 S3 S4 S5)
    [ 0.253650] ACPI: Using IOAPIC for interrupt routing
    [ 0.294296] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
    [ 0.294593] ACPI: No dock devices found.
    [ 0.294598] HEST: Table not found.
    [ 0.294604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.303828] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.304172] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.304177] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.304182] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.304186] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
    [ 0.304190] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
    [ 0.304194] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
    [ 0.304198] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
    [ 0.304202] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.304206] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.304210] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.304214] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.304218] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.304222] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 0.304226] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
    [ 0.304230] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
    [ 0.304234] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xf7ffffff]
    [ 0.304238] pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xffffffff]
    [ 0.304265] pci 0000:00:00.0: [1022:1510] type 0 class 0x000600
    [ 0.304322] pci 0000:00:01.0: [1002:9802] type 0 class 0x000300
    [ 0.304337] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    [ 0.304347] pci 0000:00:01.0: reg 14: [io 0x3000-0x30ff]
    [ 0.304357] pci 0000:00:01.0: reg 18: [mem 0xf0200000-0xf023ffff]
    [ 0.304404] pci 0000:00:01.0: supports D1 D2
    [ 0.304435] pci 0000:00:01.1: [1002:1314] type 0 class 0x000403
    [ 0.304448] pci 0000:00:01.1: reg 10: [mem 0xf0244000-0xf0247fff]
    [ 0.304506] pci 0000:00:01.1: supports D1 D2
    [ 0.304585] pci 0000:00:04.0: [1022:1512] type 1 class 0x000604
    [ 0.304645] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.304651] pci 0000:00:04.0: PME# disabled
    [ 0.304684] pci 0000:00:05.0: [1022:1513] type 1 class 0x000604
    [ 0.304743] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.304748] pci 0000:00:05.0: PME# disabled
    [ 0.304811] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106
    [ 0.304838] pci 0000:00:11.0: reg 10: [io 0x3118-0x311f]
    [ 0.304852] pci 0000:00:11.0: reg 14: [io 0x3124-0x3127]
    [ 0.304866] pci 0000:00:11.0: reg 18: [io 0x3110-0x3117]
    [ 0.304880] pci 0000:00:11.0: reg 1c: [io 0x3120-0x3123]
    [ 0.304893] pci 0000:00:11.0: reg 20: [io 0x3100-0x310f]
    [ 0.304907] pci 0000:00:11.0: reg 24: [mem 0xf024e000-0xf024e3ff]
    [ 0.304971] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.304990] pci 0000:00:12.0: reg 10: [mem 0xf024d000-0xf024dfff]
    [ 0.305084] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.305790] pci 0000:00:12.2: reg 10: [mem 0xf024c000-0xf024c0ff]
    [ 0.309643] pci 0000:00:12.2: supports D1 D2
    [ 0.309653] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.309661] pci 0000:00:12.2: PME# disabled
    [ 0.309703] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.309726] pci 0000:00:13.0: reg 10: [mem 0xf024b000-0xf024bfff]
    [ 0.310052] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.310717] pci 0000:00:13.2: reg 10: [mem 0xf024a000-0xf024a0ff]
    [ 0.314283] pci 0000:00:13.2: supports D1 D2
    [ 0.314293] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.314302] pci 0000:00:13.2: PME# disabled
    [ 0.314343] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.314451] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.314483] pci 0000:00:14.2: reg 10: [mem 0xf0240000-0xf0243fff 64bit]
    [ 0.314560] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.314567] pci 0000:00:14.2: PME# disabled
    [ 0.314600] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.314701] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.314764] pci 0000:00:16.0: [1002:4397] type 0 class 0x000c03
    [ 0.314784] pci 0000:00:16.0: reg 10: [mem 0xf0249000-0xf0249fff]
    [ 0.314878] pci 0000:00:16.2: [1002:4396] type 0 class 0x000c03
    [ 0.315565] pci 0000:00:16.2: reg 10: [mem 0xf0248000-0xf02480ff]
    [ 0.319593] pci 0000:00:16.2: supports D1 D2
    [ 0.319602] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.319611] pci 0000:00:16.2: PME# disabled
    [ 0.319653] pci 0000:00:18.0: [1022:1700] type 0 class 0x000600
    [ 0.319704] pci 0000:00:18.1: [1022:1701] type 0 class 0x000600
    [ 0.319747] pci 0000:00:18.2: [1022:1702] type 0 class 0x000600
    [ 0.320021] pci 0000:00:18.3: [1022:1703] type 0 class 0x000600
    [ 0.320088] pci 0000:00:18.4: [1022:1704] type 0 class 0x000600
    [ 0.320131] pci 0000:00:18.5: [1022:1718] type 0 class 0x000600
    [ 0.320174] pci 0000:00:18.6: [1022:1716] type 0 class 0x000600
    [ 0.320216] pci 0000:00:18.7: [1022:1719] type 0 class 0x000600
    [ 0.320338] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.320359] pci 0000:01:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.320392] pci 0000:01:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref]
    [ 0.320412] pci 0000:01:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref]
    [ 0.320466] pci 0000:01:00.0: supports D1 D2
    [ 0.320470] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.320477] pci 0000:01:00.0: PME# disabled
    [ 0.326731] pci 0000:00:04.0: PCI bridge to [bus 01-01]
    [ 0.326751] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.326762] pci 0000:00:04.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.326771] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.326884] pci 0000:02:00.0: [1814:539f] type 0 class 0x000280
    [ 0.326908] pci 0000:02:00.0: reg 10: [mem 0xf0100000-0xf010ffff]
    [ 0.333424] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.333437] pci 0000:00:05.0: bridge window [io 0xfffffffffffff000-0x0000] (disabled)
    [ 0.333445] pci 0000:00:05.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.333454] pci 0000:00:05.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.333600] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.333607] pci 0000:00:14.4: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.333615] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.333622] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.333627] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.333631] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.333636] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.333640] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    [ 0.333645] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    [ 0.333649] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    [ 0.333653] pci 0000:00:14.4: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
    [ 0.333657] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.333662] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.333666] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.333670] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.333675] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.333679] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.333683] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    [ 0.333688] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    [ 0.333692] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    [ 0.333696] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xffffffff] (subtractive decode)
    [ 0.333730] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.333965] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
    [ 0.334034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
    [ 0.334166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.334455] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.334981] pci0000:00: ACPI _OSC control (0x19) granted
    [ 0.346082] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346217] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346353] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346488] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346625] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346714] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346789] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.346863] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.347047] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.347068] vgaarb: loaded
    [ 0.347225] PCI: Using ACPI for IRQ routing
    [ 0.347231] PCI: pci_cache_line_size set to 64 bytes
    [ 0.347435] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.347439] reserve RAM buffer: 00000000dfa3f000 - 00000000dfffffff
    [ 0.347444] reserve RAM buffer: 00000000dff00000 - 00000000dfffffff
    [ 0.347447] reserve RAM buffer: 0000000187000000 - 0000000187ffffff
    [ 0.347671] NetLabel: Initializing
    [ 0.347675] NetLabel: domain hash size = 128
    [ 0.347677] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.347700] NetLabel: unlabeled traffic allowed by default
    [ 0.347731] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.347738] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.349771] Switching to clocksource hpet
    [ 0.349869] Switched to NOHz mode on CPU #1
    [ 0.350046] Switched to NOHz mode on CPU #0
    [ 0.357491] pnp: PnP ACPI init
    [ 0.357525] ACPI: bus type pnp registered
    [ 0.357763] pnp 00:00: [bus 00-ff]
    [ 0.357768] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.357772] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.357777] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.357781] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.357785] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.357789] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.357793] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.357797] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.357800] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.357804] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.357808] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.357811] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.357815] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.357818] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.357822] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.357826] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
    [ 0.357829] pnp 00:00: [mem 0xfc000000-0xffffffff window]
    [ 0.357833] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.357945] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.358035] pnp 00:01: [mem 0xfec00000-0xfec00fff]
    [ 0.358039] pnp 00:01: [mem 0xfee00000-0xfee00fff]
    [ 0.358135] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.358141] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.358147] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.358359] pnp 00:02: [irq 0 disabled]
    [ 0.358392] pnp 00:02: [irq 8]
    [ 0.358396] pnp 00:02: [mem 0xfed00000-0xfed003ff]
    [ 0.358441] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.358562] pnp 00:03: [io 0x0000-0x000f]
    [ 0.358566] pnp 00:03: [io 0x0081-0x008f]
    [ 0.358570] pnp 00:03: [io 0x00c0-0x00df]
    [ 0.358574] pnp 00:03: [dma 4]
    [ 0.358630] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.358647] pnp 00:04: [io 0x00f0-0x00fe]
    [ 0.358671] pnp 00:04: [irq 13]
    [ 0.358734] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.358812] pnp 00:05: [io 0x0070-0x0071]
    [ 0.358869] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.358889] pnp 00:06: [io 0x0060]
    [ 0.358892] pnp 00:06: [io 0x0064]
    [ 0.358901] pnp 00:06: [irq 1]
    [ 0.358958] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.358979] pnp 00:07: [irq 12]
    [ 0.359045] pnp 00:07: Plug and Play ACPI device, IDs SYN1e3b SYN1e00 SYN0002 PNP0f13 (active)
    [ 0.359066] pnp 00:08: [io 0x0010-0x001f]
    [ 0.359069] pnp 00:08: [io 0x002e-0x002f]
    [ 0.359072] pnp 00:08: [io 0x0072-0x0073]
    [ 0.359075] pnp 00:08: [io 0x0080]
    [ 0.359078] pnp 00:08: [io 0x00b0-0x00b1]
    [ 0.359081] pnp 00:08: [io 0x0092]
    [ 0.359084] pnp 00:08: [io 0x0400-0x04cf]
    [ 0.359088] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.359091] pnp 00:08: [io 0x04d6]
    [ 0.359094] pnp 00:08: [io 0x0680-0x06ff]
    [ 0.359097] pnp 00:08: [io 0x077a]
    [ 0.359100] pnp 00:08: [io 0x0c00-0x0c01]
    [ 0.359102] pnp 00:08: [io 0x0c14]
    [ 0.359106] pnp 00:08: [io 0x0c50-0x0c52]
    [ 0.359109] pnp 00:08: [io 0x0c6c]
    [ 0.359111] pnp 00:08: [io 0x0c6f]
    [ 0.359114] pnp 00:08: [io 0x0cd0-0x0cdb]
    [ 0.359216] system 00:08: [io 0x0400-0x04cf] has been reserved
    [ 0.359221] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.359225] system 00:08: [io 0x04d6] has been reserved
    [ 0.359230] system 00:08: [io 0x0680-0x06ff] has been reserved
    [ 0.359234] system 00:08: [io 0x077a] has been reserved
    [ 0.359238] system 00:08: [io 0x0c00-0x0c01] has been reserved
    [ 0.359242] system 00:08: [io 0x0c14] has been reserved
    [ 0.359246] system 00:08: [io 0x0c50-0x0c52] has been reserved
    [ 0.359251] system 00:08: [io 0x0c6c] has been reserved
    [ 0.359255] system 00:08: [io 0x0c6f] has been reserved
    [ 0.359259] system 00:08: [io 0x0cd0-0x0cdb] has been reserved
    [ 0.359265] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.359348] pnp 00:09: [mem 0x000e0000-0x000fffff]
    [ 0.359353] pnp 00:09: [mem 0xffe00000-0xffffffff]
    [ 0.359450] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.359456] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.359462] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.361159] pnp 00:0a: [irq 23]
    [ 0.361298] pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active)
    [ 0.361323] pnp: PnP ACPI: found 11 devices
    [ 0.361326] ACPI: ACPI bus type pnp unregistered
    [ 0.369286] pci 0000:00:04.0: PCI bridge to [bus 01-01]
    [ 0.369294] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    [ 0.369300] pci 0000:00:04.0: bridge window [mem disabled]
    [ 0.369307] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.369315] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.369318] pci 0000:00:05.0: bridge window [io disabled]
    [ 0.369325] pci 0000:00:05.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.369330] pci 0000:00:05.0: bridge window [mem pref disabled]
    [ 0.369337] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.369340] pci 0000:00:14.4: bridge window [io disabled]
    [ 0.369362] pci 0000:00:14.4: bridge window [mem disabled]
    [ 0.369368] pci 0000:00:14.4: bridge window [mem pref disabled]
    [ 0.369400] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.369408] pci 0000:00:04.0: setting latency timer to 64
    [ 0.369422] pci 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.369428] pci 0000:00:05.0: setting latency timer to 64
    [ 0.369440] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.369444] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.369448] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.369452] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.369456] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.369460] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.369464] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.369468] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.369472] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.369476] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.369480] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.369484] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.369487] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.369491] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.369495] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.369499] pci_bus 0000:00: resource 19 [mem 0xe0000000-0xf7ffffff]
    [ 0.369503] pci_bus 0000:00: resource 20 [mem 0xfc000000-0xffffffff]
    [ 0.369507] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 0.369512] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.369516] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.369520] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.369524] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.369528] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.369532] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.369535] pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.369539] pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.369543] pci_bus 0000:03: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.369547] pci_bus 0000:03: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.369551] pci_bus 0000:03: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.369555] pci_bus 0000:03: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.369559] pci_bus 0000:03: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.369562] pci_bus 0000:03: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.369566] pci_bus 0000:03: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.369570] pci_bus 0000:03: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.369574] pci_bus 0000:03: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.369578] pci_bus 0000:03: resource 19 [mem 0xe0000000-0xf7ffffff]
    [ 0.369582] pci_bus 0000:03: resource 20 [mem 0xfc000000-0xffffffff]
    [ 0.369723] NET: Registered protocol family 2
    [ 0.370245] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.373075] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.378850] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.379526] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.379531] TCP reno registered
    [ 0.379569] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.379687] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.380300] NET: Registered protocol family 1
    [ 0.380331] pci 0000:00:01.0: Boot video device
    [ 0.460342] PCI: CLS 64 bytes, default 64
    [ 0.460446] Unpacking initramfs...
    [ 0.505657] Freeing initrd memory: 1700k freed
    [ 0.506819] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.506828] Placing 64MB software IO TLB between ffff8800dba3f000 - ffff8800dfa3f000
    [ 0.506832] software IO TLB at phys 0xdba3f000 - 0xdfa3f000
    [ 0.506921] Simple Boot Flag at 0x44 set to 0x1
    [ 0.507647] audit: initializing netlink socket (disabled)
    [ 0.507672] type=2000 audit(1308931391.506:1): initialized
    [ 0.509016] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.513968] VFS: Disk quotas dquot_6.5.2
    [ 0.514241] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.514554] msgmni has been set to 11166
    [ 0.515475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.515770] io scheduler noop registered
    [ 0.515778] io scheduler deadline registered
    [ 0.515922] io scheduler cfq registered (default)
    [ 0.516411] ERST: Table is not found!
    [ 0.516539] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.740924] Linux agpgart interface v0.103
    [ 0.741073] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.747470] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.747529] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.747687] mousedev: PS/2 mouse device common for all mice
    [ 0.747867] rtc_cmos 00:05: RTC can wake from S4
    [ 0.753544] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.767132] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.767186] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 0.767213] cpuidle: using governor ladder
    [ 0.767217] cpuidle: using governor menu
    [ 0.767576] TCP cubic registered
    [ 0.767581] NET: Registered protocol family 17
    [ 0.767593] Registering the dns_resolver key type
    [ 0.767764] PM: Hibernation image not present or could not be loaded.
    [ 0.767778] registered taskstats version 1
    [ 0.768843] rtc_cmos 00:05: setting system clock to 2011-06-24 16:03:12 UTC (1308931392)
    [ 0.768918] Initializing network drop monitor service
    [ 0.771516] Freeing unused kernel memory: 724k freed
    [ 0.771916] Write protecting the kernel read-only data: 6144k
    [ 0.772631] Freeing unused kernel memory: 56k freed
    [ 0.777964] Freeing unused kernel memory: 784k freed
    [ 0.815303] udevd[59]: starting version 171
    [ 0.987592] SCSI subsystem initialized
    [ 1.022258] libata version 3.00 loaded.
    [ 1.036343] ahci 0000:00:11.0: version 3.0
    [ 1.036385] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 1.036532] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
    [ 1.036539] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 1.037084] scsi0 : ahci
    [ 1.037252] ata1: SATA max UDMA/133 abar m1024@0xf024e000 port 0xf024e100 irq 19
    [ 1.510277] Refined TSC clocksource calibration: 1596.003 MHz.
    [ 1.510296] Switching to clocksource tsc
    [ 6.856991] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 6.857578] ata1.00: ATA-7: INTEL SSDSA2M080G2GC, 2CV102HD, max UDMA/133
    [ 6.857585] ata1.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32)
    [ 6.858264] ata1.00: configured for UDMA/133
    [ 6.858756] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5
    [ 6.871132] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 6.871271] sd 0:0:0:0: [sda] Write Protect is off
    [ 6.871276] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 6.871320] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 6.872158] sda: sda1
    [ 6.873464] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 7.051357] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.707862] udevd[230]: starting version 171
    [ 7.759090] ACPI: acpi_idle registered with cpuidle
    [ 7.766584] powernow-k8: Found 1 AMD E-350 Processor (2 cpu cores) (version 2.20.00)
    [ 7.766662] powernow-k8: 0 : pstate 0 (1600 MHz)
    [ 7.766699] powernow-k8: 1 : pstate 1 (1280 MHz)
    [ 7.766703] powernow-k8: 2 : pstate 2 (800 MHz)
    [ 7.798328] rt5390 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 7.798437] rt5390 0000:02:00.0: setting latency timer to 64
    [ 7.798971] <-- RTMPAllocAdapterBlock, Status=0
    [ 7.860369] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 7.860383] ACPI: Power Button [PWRB]
    [ 7.860558] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 7.861604] ACPI: Lid Switch [LID]
    [ 7.861751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 7.861761] ACPI: Power Button [PWRF]
    [ 7.897248] vboxdrv: Found 2 processor cores.
    [ 7.897357] VBoxDrv: dbg - g_abExecMemory=ffffffffa0276360
    [ 7.897405] vboxdrv: fAsync=0 offMin=0x35d offMax=0xcf6
    [ 7.897484] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 7.897488] vboxdrv: Successfully loaded version 4.0.8_OSE (interface 0x00180000).
    [ 7.932205] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 7.934073] ACPI: AC Adapter [AC] (off-line)
    [ 7.934370] wmi: Mapper loaded
    [ 7.961127] acpi device:02: registered as cooling_device2
    [ 7.961272] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4
    [ 7.961285] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 8.003256] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 8.003495] SP5100 TCO timer: mmio address 0xb8fe00 already in use
    [ 8.014954] ACPI Warning: For \_TZ_.THRM._AL0: Return Package has no elements (empty) (20110316/nspredef-456)
    [ 8.014969] ACPI: [Package] has zero elements (ffff88017c138cc0)
    [ 8.014973] ACPI: Invalid active0 threshold
    [ 8.025488] thermal LNXTHERM:00: registered as thermal_zone0
    [ 8.025495] ACPI: Thermal Zone [THRM] (52 C)
    [ 8.044849] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 8.044866] ACPI: Battery Slot [BAT0] (battery present)
    [ 8.076882] hp_accel: laptop model unknown, using default axes configuration
    [ 8.109541] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 8.112918] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.112984] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 8.113075] r8169 0000:01:00.0: setting latency timer to 64
    [ 8.113083] r8169 0000:01:00.0: (unregistered net_device): unknown MAC, using family default
    [ 8.113141] r8169 0000:01:00.0: irq 40 for MSI/MSI-X
    [ 8.113883] r8169 0000:01:00.0: eth0: RTL8168b/8111b at 0xffffc90000c34000, 68:b5:99:e1:fa:b1, XID 0c200000 IRQ 40
    [ 8.145250] usbcore: registered new interface driver usbfs
    [ 8.145307] usbcore: registered new interface driver hub
    [ 8.146258] usbcore: registered new device driver usb
    [ 8.147469] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 8.211672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 8.211773] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 8.211870] ehci_hcd 0000:00:12.2: setting latency timer to 64
    [ 8.211878] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 8.211930] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 8.226790] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 8.226839] QUIRK: Enable AMD PLL fix
    [ 8.226874] ehci_hcd 0000:00:12.2: debug port 1
    [ 8.226916] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf024c000
    [ 8.236710] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 8.237083] hub 1-0:1.0: USB hub found
    [ 8.237094] hub 1-0:1.0: 5 ports detected
    [ 8.237272] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 8.237336] ehci_hcd 0000:00:13.2: setting latency timer to 64
    [ 8.237342] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 8.237361] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 8.246722] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 8.246777] ehci_hcd 0000:00:13.2: debug port 1
    [ 8.246803] ehci_hcd 0000:00:13.2: irq 17, io mem 0xf024a000
    [ 8.255280] [drm] Initialized drm 1.1.0 20060810
    [ 8.256809] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 8.257138] hub 2-0:1.0: USB hub found
    [ 8.257148] hub 2-0:1.0: 5 ports detected
    [ 8.257353] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 8.257432] ehci_hcd 0000:00:16.2: setting latency timer to 64
    [ 8.257438] ehci_hcd 0000:00:16.2: EHCI Host Controller
    [ 8.257456] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
    [ 8.266735] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 8.266794] ehci_hcd 0000:00:16.2: debug port 1
    [ 8.266822] ehci_hcd 0000:00:16.2: irq 17, io mem 0xf0248000
    [ 8.280083] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 8.280419] hub 3-0:1.0: USB hub found
    [ 8.280429] hub 3-0:1.0: 4 ports detected
    [ 8.299920] input: HP WMI hotkeys as /devices/virtual/input/input5
    [ 8.368162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 8.368219] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.368296] ohci_hcd 0000:00:12.0: setting latency timer to 64
    [ 8.368303] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 8.368334] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
    [ 8.383583] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf024d000
    [ 8.438348] [drm] VGACON disable radeon kernel modesetting.
    [ 8.439661] pci 0000:00:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.439670] pci 0000:00:01.0: setting latency timer to 64
    [ 8.440157] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 8.440162] [drm] No driver support for vblank timestamp query.
    [ 8.440168] [drm] Initialized radeon 1.33.0 20080528 for 0000:00:01.0 on minor 0
    [ 8.441308] hub 4-0:1.0: USB hub found
    [ 8.441368] hub 4-0:1.0: 5 ports detected
    [ 8.441720] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.441833] ohci_hcd 0000:00:13.0: setting latency timer to 64
    [ 8.441841] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 8.441860] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 8.456856] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf024b000
    [ 8.477927] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 8.477937] Disabling lock debugging due to kernel taint
    [ 8.514652] hub 5-0:1.0: USB hub found
    [ 8.514713] hub 5-0:1.0: 5 ports detected
    [ 8.514902] HDA Intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 8.515007] HDA Intel 0000:00:01.1: irq 41 for MSI/MSI-X
    [ 8.515044] HDA Intel 0000:00:01.1: setting latency timer to 64
    [ 8.534738] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 8.534853] HDA Intel 0000:00:14.2: setting latency timer to 64
    [ 8.566706] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [ 8.583897] [fglrx] Maximum main memory to use for locked dma buffers: 5393 MBytes.
    [ 8.583979] [fglrx] vendor: 1002 device: 9802 count: 1
    [ 8.584734] [fglrx] ioport: bar 1, base 0x3000, size: 0x100
    [ 8.584748] pci 0000:00:01.0: setting latency timer to 64
    [ 8.585495] [fglrx] Kernel PAT support is enabled
    [ 8.585539] [fglrx] module loaded - fglrx 8.86.5 [May 24 2011] with 1 minors
    [ 8.598000] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input6
    [ 8.614292] input: HDA ATI SB Mic at Ext Right Jack as /devices/pci0000:00/0000:00:14.2/sound/card1/input7
    [ 8.614454] input: HDA ATI SB HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:14.2/sound/card1/input8
    [ 8.614783] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 8.614861] ohci_hcd 0000:00:16.0: setting latency timer to 64
    [ 8.614869] ohci_hcd 0000:00:16.0: OHCI Host Controller
    [ 8.614900] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 6
    [ 8.623464] ohci_hcd 0000:00:16.0: irq 18, io mem 0xf0249000
    [ 8.681124] hub 6-0:1.0: USB hub found
    [ 8.681137] hub 6-0:1.0: 4 ports detected
    [ 8.892947] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400
    [ 8.940407] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 9.016651] lis3lv02d: 8 bits 3DC sensor found
    [ 9.403986] Linux media interface: v0.10
    [ 9.420636] Linux video capture interface: v2.00
    [ 9.429080] uvcvideo: Found UVC 1.00 device HP Webcam-101 (174f:112b)
    [ 9.455290] input: HP Webcam-101 as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.0/input/input10
    [ 9.455419] usbcore: registered new interface driver uvcvideo
    [ 9.455423] USB Video Class driver (v1.0.0)
    [ 9.460103] usb 2-2: new high speed USB device number 3 using ehci_hcd
    [ 9.960350] usb 6-1: new full speed USB device number 2 using ohci_hcd
    [ 10.246250] Bluetooth: Core ver 2.16
    [ 10.246292] NET: Registered protocol family 31
    [ 10.246295] Bluetooth: HCI device and connection manager initialized
    [ 10.246300] Bluetooth: HCI socket layer initialized
    [ 10.246303] Bluetooth: L2CAP socket layer initialized
    [ 10.250254] Bluetooth: SCO socket layer initialized
    [ 10.265755] Initializing USB Mass Storage driver...
    [ 10.265954] usbcore: registered new interface driver usb-storage
    [ 10.265957] USB Mass Storage support registered.
    [ 10.270760] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 10.271722] usbcore: registered new interface driver btusb
    [ 10.288479] scsi1 : usb-storage 2-2:1.0
    [ 10.288755] usbcore: registered new interface driver ums-realtek
    [ 10.293708] usbcore: registered new interface driver uas
    [ 10.430407] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input11
    [ 10.430745] Registered led device: hp::hddprotect
    [ 10.430769] hp_accel: driver loaded
    [ 10.526540] EXT4-fs (sda1): re-mounted. Opts: discard
    [ 11.289737] scsi 1:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    [ 11.290445] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [ 11.312911] fuse init (API version 7.16)
    [ 11.519361] r8169 0000:01:00.0: eth0: link down
    [ 11.527370] KH: Use High Memory for Beacon
    [ 11.531213] <-- RTMPAllocTxRxRingMemory, Status=0
    [ 11.588181] <==== rt28xx_init, Status=0
    [ 11.588301] 0x1300 = 00064300
    [ 12.021213] sd 1:0:0:0: [sdb] 3987456 512-byte logical blocks: (2.04 GB/1.90 GiB)
    [ 12.023162] sd 1:0:0:0: [sdb] Write Protect is off
    [ 12.023168] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
    [ 12.023172] sd 1:0:0:0: [sdb] Assuming drive cache: write through
    [ 12.025360] sd 1:0:0:0: [sdb] Assuming drive cache: write through
    [ 12.027256] sdb: sdb1
    [ 12.031613] sd 1:0:0:0: [sdb] Assuming drive cache: write through
    [ 12.031628] sd 1:0:0:0: [sdb] Attached SCSI removable disk
    [ 12.486029] fglrx_pci 0000:00:01.0: irq 42 for MSI/MSI-X
    [ 12.486918] [fglrx] Firegl kernel thread PID: 779
    [ 12.486999] [fglrx] Firegl kernel thread PID: 780
    [ 12.487080] [fglrx] Firegl kernel thread PID: 781
    [ 12.487290] [fglrx] IRQ 42 Enabled
    [ 12.612000] [fglrx] Gart USWC size:1280 M.
    [ 12.612007] [fglrx] Gart cacheable size:508 M.
    [ 12.612017] [fglrx] Reserved FB block: Shared offset:0, size:1000000
    [ 12.612021] [fglrx] Reserved FB block: Unshared offset:fbfd000, size:403000
    [ 12.612025] [fglrx] Reserved FB block: Unshared offset:17ff4000, size:c000
    [ 25.342715] EXT4-fs (sda1): re-mounted. Opts: discard,commit=600
    [ 39.000090] NET: Registered protocol family 10
    [ 39.001989] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 39.648846] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • How to configure the web interface of service desk

    Hi All,
    We are currently doing a configuration on solman service desk. I am on a stage where in i need to use the web interface of service desk via tcode notif_create_bsp. However, every time i call the transaction code (call the url) i cant view the web. Only an error the "Network Access Message: The website cannot be found".
    I already activate needed services and already publish
    SIAC_PUBLISH_ALL_INT but it still doesnt work.
    I might have missed some configs/procedure on how to do it correctly.
    My questions are.
    1. How am i going to know the qualified domain name
    of the Web AS for solman? How to configure it?
    2. Can anyone give me some guide and any step by step documentation/procedure on this.
    You help/suggestion will be very much appreciated
    Thank you very much,
    Ice

    Hi,
    +"Check the following 2 things. See if the port 8000 is open and in the url for the BSP in internet explorer, replace the host name with the IP address of your Solman server.+
    +"+
    That was a helpful tip. I change the host name with the ip address ofour solman server. However, upon login, it promts me to enter username and password. I've tried to login using my solman password but it shows an error like this.
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    Die URL enthält keine vollständige Domainangabe (10.123.161.125 statt 10.123.161.125.).
    Exception Class CX_FQDN
    Error Name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Method CHECK
    Line 10 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team
    Is there anything i need to configure so that i can maintan the username and password?
    Thank you for your assistance,
    Ice

Maybe you are looking for

  • Billing Complaint - Service Changes not completed

    On 6.20.11, I called Verizon to block data service on one of our Family Plan phones (0-3195). The service rep never followed through, and the data service stayed on. Next month's bill for data usage on that line was $616. (the service was not turned

  • SYNC Microsoft outlook Calender

    My ipod is not allowing me to sync anything from Microsoft outlook....I have outlook running> can someone help me break the secret code. LOL I would like to have my scheduled tasks viewable on the ipod. THank you Ipod 5th gen.   Windows XP  

  • VLAN RUNNING Config fetch Failed

    Hi; I have running Ciscowork LSM 3.2 with RME Ver 4.3 and Running SNMP V3 on all device. Out of 134 device 12-13 shows me Vlan running Config fetch failed. Please also find the dcmaservice.log in attachment. I already verify the Crediential number or

  • CARSchedulerJobError

    Dear All, We are getting the following error at the RTMT. We are using the CUCM 7.1. Any idea? : 0: May 19 18:01:49.274 UTC : %CCM_CAR_SCH-CAR-3-CARSchedulerJobError: CAR scheduled job failed. Job Failure Detail:CAR Scheduler restarted, update ALL 1

  • Please insert disc?

    when i insert the CS4 Master Collection disc, the installation runs and everything is fine but when i select what to install and hit continue, it asks for the disc. I KNOW FOR A FACT that the disc is there but it won't continue. Does anybody know wha