Design Rule Check Error

I have a component in my Multisim layout that has a package MINISOIC-10(MUB10A). It is for the audio amplifier LM4667MM. When the Multisim circuit is transferred to Ultiboard and the autoroute option is used it gives the error that nets are too close together. When finding these nets I find that it does not like how close the pins are from the component and therefore cannont find a route for the trace. I know this is the correct package so how do I get Ultiboard to realize the spacing between the nets for the pins cannot be changed.

Hi Hallee,
There is not much you can do about the pin locations and often sizes, if the pin default settings resulted in DRC errors where pins are too close, I would just set all pin clearances to 0, you can rely on the net settings for DRC check.  You can double click on a pin and a pin properties dialog box should appear, under the "General" tab you can change the pins clearance.  If you select all the pins, when you change one pin the other will change as well.
Tien P.
National Instruments

Similar Messages

  • Design Rules ignore Plural in Glossary Editor

    I specified :
    Name Plural
    T TABLES Prime
    TASK TASKS Prime
    RUNNING Modifier
    I have a table named
    T_RUNNING_TASKS that failed the design rules check.
    It says TASKS is not in the glossary.
    But T_TASKS is ok....
    How come?

    Hi Joe,
    plurals are used in transformation from logical to relational - entity TASK will be transformed to table TASKS.
    Plural and name validation - table name is valid if it's single word and it's among plurals - well it also could be valid because it's in glossary as word or abbreviation.
    Philip

  • Custom Design Rules Error: importClass is not defined

    Hi everybody
    i have a problem with the Data Modeler 4.1 (Beta) custom design rules.
    in the version 4.0.3 i have some custom design rules with the option: importClass(javax.swing.JOptionPane);
    for the error exception and messageboxes.
    - in the version 4.0.3, this option works just fine
    - in version 4.1, this option raises an error
    If this option is changed in Version 4.1? or where is the error?
    Thanx for any idea, suggestion...
    Martin

    I have found the solution!
    in the version 4.0.3 the Data Modeler used Mozilla Rhino as engine and in the version 4.1 Oracle Nashorn.
    So in version 4.1 you must load compatibility script for use the ImportClass functionality.
    Example:
    // Load compatibility script
    load("nashorn:mozilla_compat.js");
    //Import der Java Class
    importClass(javax.swing.JOptionPane);

  • Net bridge design rule errors

    Multisim 10.1.197 and Ultiboard 10.1.197
    I could not get a net bridge to work in a Ultiboard layout, so I tried in a simplified circuit:  
    In Multisim, place a connector with several pins, for example HDR1X10.
    Place a DGND and GROUND. Connect the first to pin 1. Connect the second to pin 5.
    Transfer to Ultiboard
    Rotate HDR1X10 so the pins numbers increment left to right  
    Place traces on the top layer so the pads of a net bridge connects one trace to another 
    Place a net bridge, picking GND and 0 (also tried 0 and GND)
    This gives Design Rule Errors:
       Unused pin is connected to NET = GND
       Unused pin is connected to NET = 0  
    Is there a work around?  
     Ray

    I am having the  same problems.  This is a very important feature that needs to work since there is no proper work around.  This is always the case when there are ananlog and digital grounds that need to be kept separate, but also need to be connected somwhere in a very controlled fashion.  I've followed the instructions exactly but what I get is a net bridge with no nets assigned to it's terminals.  You can connect it up but you get the DRC errors as stated earlier.
    This can be manually fixed by going into the  netlist editor and selection each of the nets to be connected and adding on pin from the net bridge to each (NB1, pin _).  This removes the DRC error and everything is happy.
    The only problem is when you forward annotate again you lose the NB pin assignments and you have to edit the netlist again.
    I tried a part in MS with the net bridge as the footprint, but UB will not impor the net bridge when you do that.  To get around that I have a 'netconnect' part with just two dots and a silkscreen box around it.  This can be placed where you want the bridge and will import each time.  This is just a marker wheer you want the bridge to be.  You still have to place the bridge manually and edit the netlist to fix the DRC error.
    This is a bug.  I should be able to assign the netbridge as the footprint of an MS symbol and have it come in with the right netlist connections when I forward annotate.   Alternatively, the netbridge assignments should be made to stick when the netlist is imported again.
    David B

  • Two business rules runtime errors

    Hi,
    The business rules looks very nice but I got two runtime errors, The first I have to deploy twice else I got a wdsl error
    08/02/17 13:05:16 -------> CompositeDeployerTimer: deploying composites ...
    08/02/17 13:05:16 --------->deploying composite model: businessrules/br!1.0*2008-02-17_10-23-41_328
    17-feb-2008 13:05:16 oracle.integration.platform.PlatformMessages warningUnableRegisterService
    WARNING: Unable to register service.
    oracle.fabric.common.FabricException: Error in getting XML input stream: OrderCheckRules_DecisionService.wsdl: Error in getting XML input stream: OrderCheckRules_DecisionService.wsdl: Error in getting XML input stream: oramds:/br/OrderCheckRules_DecisionService.wsdl: MDS-00054: Het bestand dat moet worden geladen oramds:/br/OrderCheckRules_DecisionService.wsdl bestaat niet.
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:341)
         at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:141)
         at oracle.fabric.composite.model.CompositeModel.loadImports(CompositeModel.java:149)
         at oracle.fabric.composite.model.CompositeModel.getWSDLManager(CompositeModel.java:130)
         at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:89)
    The other is more serious. All the business rules fails with the same error.
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.> ORABPEL-36335
    Fact not found in the rule engine working memory, rule session execution failed.
    The rule session bpel:1701 failed because an instance of the fact credit_check_br.OUTPUT could not be found in the working memory of the rule session.
    This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. Contact oracle support if error is not fixable.
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.oracle2.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:516)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:272)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.oracle2.OracleRuleSession.execute(OracleRuleSession.java:246)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1273)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at java.lang.Thread.run(Thread.java:595)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.> ORABPEL-36333
    Error while executing the rule session.
    The rule session bpel:1701 failed to execute.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:287)
    SEVERE: <.> Fact not found in the rule engine working memory, rule session execution failed.
    The rule session bpel:1701 failed because an instance of the fact credit_check_br.OUTPUT could not be found in the working memory of the rule session.
    This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. Contact oracle support if error is not fixable.

    I'm not sure what you did to create the rule you are running here. Did you try the Rules chapter of the 105 sample on the TP3 page? That one does work.
    Once you have it working using the sample, try your exercise again and let us know what you did to create your rule. There are many permutations here and we want to know what doesn't work.
    Heidi.

  • Unexpected ends of rule "Check Connection" (id= CIR 01200)

    Hi,
    I'm new with Business Objects and I'm facing lots of error messages into some Universes .unx built in our BO system that I don't know how to solve them.
    For example this one, in a .unx universe, when I check integrity in the .dfx part, I receive the error message:
    Unexpected ends of rule "Check Connection" (id= CIR 01200)
    I've seen in this manual (http://help.sap.com/businessobject/product_guides/boexir4/en/SMP/xi4sp5_release_notes_en.pdf ), in page 118:
    ===
    ADAPT01560327
    Description
    In the information design tool, when performing an integrity check, the system sometimes inappropriately
    prompts for login credentials for a user previously logged into the same repository. When the user cancels,
    an error message is displayed: "Unexpected ends of rule "Check Connection" (id= CIR 01200).
    New Behavior
    This problem is resolved.
    Limitations
    ===
    But I have no idea how to solve it and I don't see any prompt for login  credentials.
    May someone help?
    Thanks a lot

    Hi,
    I've found the following OSS Note:
    1617204 - BI 4.0: In Information Design Tool, performing the integrity check prompts for login using the previous session's credentials
    Unfortunately for me, in the OSS Note is said that this is solved after version 4.0 SP3, and I'm running SP5, so I had to open a OSS Note to check it with SAP.
    If solved, I'll let you know the solution.

  • Ultiboard design rules problem net to close

    Hi all
    Im new here. I have problem with my footprint. I added to my design curcuit but I have DRC error "Net to close", but all the measurments are ok . I used manufacturer details to design footprint.
    Can you please help me how to resolve this problem..
    I attached my file to make you easier to understand
    Attachments:
    linusb1.ewprj ‏120 KB

    Hi Bestb,
    Just a quick addition to my first post. There's another alternative to pass the DRC check, that is to change the clearance settings. Go to Edit->Properties->Design Rules->Clearance settings. Decrease the corresponding number to lower the auto error-checking sensitivity. However in the minimum threshold is 0.001mm for the traces so this approach won't make a difference in your case. So please follow my first suggestion or have a look at the new attachment I posted. The version has been changed to 10.0 which you should have no problem opening.
    For you last question, the connector was not routed correctly becasue of the following two reasons: 1). all the components were placed in the right-bottom corner, therefore there was not enough space for the connector to be routed. 2). you have to consider the width of the trace when routing. Go to Autoroute-> Autoroute/Routing options. Checkmark "Auto Adjust Trace Width" and click OK. Then run the autorouting. You should be able to see all the connections are routed. Please see attached the file of such.
    Should you have any further questions, please feel free to ask.
    Have a good day! 
    Derek Z.
    National Instruments
    Attachments:
    lin2-1.ewprj ‏137 KB
    linusb1-2.ewprj ‏120 KB

  • Ruler tool error 48 on XP CS5.5

    Re: Ruler Tool- Error 48: File or folder does not exist
    i'm getting the exact error another posted on the Mac forum but I'm using Windows XP with CS5.5
    error 48: file or folder does not exist
    line: 31
    -> $.evalFile(g_StackScriptFolderPath + "Geometry.jsx");
    Preferences have been restored to default
    how do we get support for this error?
    system info:
    Adobe Photoshop Version: 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch]) x32
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:6, Model:13, Stepping:8 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 1
    Processor speed: 1729 MHz
    Built-in memory: 2047 MB
    Free memory: 1205 MB
    Memory available to Photoshop: 1658 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 900, right: 1440
    Video Card Number: 1
    Video Card: ATI MOBILITY RADEON X300
    Driver Version: 6.14.10.6561
    Driver Date: 20050804101018.000000-000
    Video Card Driver: ati2dvag.dll
    Video Mode: 1440 x 900 x 4294967296 colors
    Video Card Caption: ATI MOBILITY RADEON X300
    Video Card Memory: 64 MB
    Serial number: 92628485317819668197
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1\
    Temporary file path: C:\DOCUME~1\e\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 88.5G, 42.8G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2010/12/13-23:37:10   64.449933   64.449933
       adbeape.dll   Adobe APE 2011/01/17-12:03:36   64.452786   64.452786
       AdobeLinguistic.dll   Adobe Linguisitc Library   5.0.0  
       AdobeOwl.dll   Adobe Owl 2010/06/03-13:43:23   3.0.93   61.433187
       AdobeOwlCanvas.dll   Adobe Owl Canvas   3.0.68   61.2954
       AdobePDFL.dll   PDFL 2010/12/13-23:37:10   64.341419   64.341419
       AdobePIP.dll   Adobe Product Improvement Program   5.5.0.1265  
       AdobeXMP.dll   Adobe XMP Core   5.0   64.140949
       AdobeXMPFiles.dll   Adobe XMP Files   5.0   64.140949
       AdobeXMPScript.dll   Adobe XMP Script   5.0   64.140949
       adobe_caps.dll   Adobe CAPS   4,0,42,0  
       adobe_OOBE_Launcher.dll   Adobe OOBE Launcher   2.0.0.36 (BuildVersion: 2.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       AFlame.dll   AFlame 2011/01/10-23:33:35   64.444140   64.444140
       AFlamingo.dll   AFlamingo 2011/01/10-23:33:35   64.436825   64.436825
       AGM.dll   AGM 2010/12/13-23:37:10   64.449933   64.449933
       ahclient.dll    AdobeHelp Dynamic Link Library   1,6,0,20  
       aif_core.dll   AIF   2.0   53.422628
       aif_ogl.dll   AIF   2.0   53.422628
       amtlib.dll   AMTLib   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       amtservices.dll   AMTServices   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       ARE.dll   ARE 2010/12/13-23:37:10   64.449933   64.449933
       asneu.dll    AsnEndUser Dynamic Link Library   1, 7, 0, 1  
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/01/10-23:33:35   64.436825   64.436825
       AXEDOMCore.dll   AXEDOMCore 2011/01/10-23:33:35   64.436825   64.436825
       Bib.dll   BIB 2010/12/13-23:37:10   64.449933   64.449933
       BIBUtils.dll   BIBUtils 2010/12/13-23:37:10   64.449933   64.449933
       boost_threads.dll   DVA Product   5.0.0  
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2010/12/13-23:37:10   64.449933   64.449933
       data_flow.dll   AIF   2.0   53.422628
       dvaadameve.dll   DVA Product   5.0.0  
       dvacore.dll   DVA Product   5.0.0  
       dvaui.dll   DVA Product   5.0.0  
       ExtendScript.dll   ExtendScript 2011/01/17-17:14:10   61.452840   61.452840
       FileInfo.dll   Adobe XMP FileInfo   5.0   64.140949
       icucnv36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt42.dll   International Components for Unicode   4, 2, 0, 0  
       icuin42.dll   International Components for Unicode   4, 2, 0, 0  
       icuuc42.dll   International Components for Unicode   4, 2, 0, 0  
       image_flow.dll   AIF   2.0   53.422628
       image_runtime.dll   AIF   2.0   53.422628
       JP2KLib.dll   JP2KLib 2010/12/13-23:37:10   64.181312   64.181312
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1263  
       MPS.dll   MPS 2010/12/13-23:37:10   64.450375   64.450375
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4137  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4137  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4137  
       onOneToolbox2.dll   onOne Toolbox2 Dynamic Link Library   2.2.0  
       OnOneWidgets.dll    OnOneWidgets dll   2.5  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS5.1   CS5.1  
       Plugin.dll   Adobe Photoshop CS5   CS5  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   2.5.0.232  
       PSArt.dll   Adobe Photoshop CS5.1   CS5.1  
       PSViews.dll   Adobe Photoshop CS5.1   CS5.1  
       SCCore.dll   ScCore 2011/01/17-17:14:10   61.452840   61.452840
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Threading Building Blocks   2, 1, 2009, 0201  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   2.0.0.15 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   2.0.0.15
       WRServices.dll   WRServices Thursday January 21 2010 12:13:3   Build 0.11423   0.11423
       wu3d.dll   U3D Writer   9.3.0.113  
    Installed plug-ins:
       3D Studio 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Accented Edges 12.0
       ADM 3.11x01
       Angled Strokes 12.0
       Average 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Bas Relief 12.0
       BMP 12.0.2
       Camera Raw 6.4.1
       Chalk & Charcoal 12.0
       Charcoal 12.0
       Chrome 12.0
       Cineon 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Collada 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Color Halftone 12.0.2
       Colored Pencil 12.0
       CompuServe GIF 12.0.2
       Contact Sheet II 12.0 (12.0x001)
       Conté Crayon 12.0
       Craquelure 12.0
       Crop and Straighten Photos 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Crop and Straighten Photos Filter 12.0.2
       Crosshatch 12.0
       Crystallize 12.0.2
       Cutout 12.0
       Dark Strokes 12.0
       De-Interlace 12.0.2
       Dicom 12.0
       Difference Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Diffuse Glow 12.0
       Displace 12.0.2
       Dry Brush 12.0
       Eazel Acquire 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Embed Watermark 4.0
       Entropy 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Extract 12.0 (12.0x001)
       Extrude 12.0.2
       FastCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Fibers 12.0.2
       Film Grain 12.0
       Filter Gallery 12.0
       Fresco 12.0
       Glass 12.0
       Glowing Edges 12.0
       Google Earth 4 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Grain 12.0
       Graphic Pen 12.0
       Halftone Pattern 12.0
       HDRMergeUI 12.0
       Histogram 1, 0, 0, 0
       HistogramCurves 1, 0, 0, 0
       ICO (Windows Icon) NO VERSION
       IFF Format 12.0.2
       Ink Outlines 12.0
       JPEG 2000 2.0
       Kurtosis 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Lens Blur 12.0
       Lens Correction 12.0.2
       Lens Flare 12.0.2
       Lighting Effects 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Liquify 12.0.1
       Matlab Operation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Maximum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mean 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Measurement Core 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Median 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mezzotint 12.0.2
       Minimum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       MMXCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mosaic Tiles 12.0
       Multiprocessor Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Neon Glow 12.0
       Note Paper 12.0
       NTSC Colors 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Ocean Ripple 12.0
       OpenEXR 12.0.2
       Paint Daubs 12.0
       Palette Knife 12.0
       Patchwork 12.0
       Paths to Illustrator 12.0.2
       Pattern Maker 12.0 (12.0x001)
       PCX 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Photocopy 12.0
       PhotoKit 1, 2, 4, 0
       PhotoKit Capture Sharpener 1.2.6
       PhotoKit Capture Sharpener Expert 1.2.6
       PhotoKit Color 2 2, 0, 1, 0
       PhotoKit Creative Sharpener 1.2.6
       PhotoKit Output Sharpener 1.2.6
       PhotoKit Preview Helper 2.0
       PhotomergeUI 12.0 (12.0x001)
       Photoshop 3D Engine 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       PhotoTools 2.5 2.5.5
       PhotoTools 2.5 Batch 2.5.5
       PhotoTools 2.5 Hidden NO VERSION
       PhotoTools 2.5 Hidden NO VERSION
       Picture Package 12.0 (12.0x001)
       Picture Package Filter 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Pinch 12.0.2
       Pixar 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       PixelGenius Toolbox 2, 0, 0, 0
       Plaster 12.0
       Plastic Wrap 12.0
       PNG 12.0.2
       Pointillize 12.0.2
       Polar Coordinates 12.0.2
       Portable Bit Map 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Poster Edges 12.0
       Radial Blur 12.0.2
       Radiance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Range 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Read Watermark 4.0
       Reticulation 12.0
       Ripple 12.0.2
       Rough Pastels 12.0
       Save for Web & Devices 12.0
       ScriptingSupport 12.1
       Send Video Preview to Device 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Shear 12.0.2
       Skewness 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Smart Blur 12.0.2
       Smudge Stick 12.0
       Solarize 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Spatter 12.0
       Spherize 12.0.2
       Sponge 12.0
       Sprayed Strokes 12.0
       Stained Glass 12.0
       Stamp 12.0
       Standard Deviation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Sumi-e 12.0
       Summation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Targa 12.0.2
       Texturizer 12.0
       Tiles 12.0.2
       Torn Edges 12.0
       Twirl 12.0.2
       U3D 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Underpainting 12.0
       Vanishing Point 12.0
       Variance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Variations 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Video Preview 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Water Paper 12.0
       Watercolor 12.0
       Wave 12.0.2
       Wavefront|OBJ 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Web Photo Gallery 12.0 (12.0x001)
       WIA Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Wind 12.0.2
       Wireless Bitmap 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       ZigZag 12.0.2
    Plug-ins that failed to load: NONE
    Flash:
       onOne
       Mini Bridge
       Kuler
       Access CS Live
       CS Review
    Installed TWAIN devices: NONE

    no such subdirectory: C:\Program Files\Adobe\Adobe Photoshop CS5\Presets\SCRIPTS
    Message was edited by: eliz926
    ANSWER: out of the box installation on an XP Dell laptop resulted in NO installation errors but a missing subdirectory - or the in-application updates removed subdirectories.
    re-installing the complete application installed the missing subdirectories.
    hopefully those with the same error now have something to check on with their application directory structure.  there is at least one other who has this error on a Mac.
    thanks to all who responded.
    e
    Message was edited by: eliz926

  • Bottom round pad beneath square not updated according to design rules

    I saw this problem with the last couple of sets of boards I ordered so I decided to track it down.
    It turns out that if you have a throughhole component with a square pad on top and a round pad underneath that the round pad doesn't get updated according to design rules even though that is checked in the pad properties. 
    I was using the DIP8300 and DIP14300 footprints from the master database and I set up PCB design rules to set the annular ring to 100% of drill-radius so I could actually see some pad to solder to.  This works perfectly for all the pins except pin 1 and it even works there on the top layer.  If you go in and manually select that pad and look at the copper bottom layer, you can see that the annular ring hasn't been resized though.  If you change the shape to square or rounded square and change it back to round, it updates from the design rules properly.
    This is in v.11.  Not sure if this problem is still there in 12 ...
    Mike

    Hi Mike,
    I was able to re-produce the issue. Thank you for bringing it to our attention. I will report it to R&D.
    Regards,
    Tayyab R,
    National Instruments.

  • Kernell security check error

    I have received this kernell security check error many times on my computer. All I know is that it starts when the sound begins to mess up then this error pops up along with the blue screen.
    I have:
    acer
    Windows 8
    AMD A8-5557M APU with Radeon(tm) HD graphics
    2.10 GHz
    12.0 GB of Ram
    64-bit Operating Ststem
    I have the DMP files but do not know how to attach them. Can someone help me out?
    https://onedrive.live.com/redir?resid=587E714106A73A8F!1174&authkey=!AHPON2xiUxPmB3g&ithint=folder%2c

    EG
    These were related to memory corruption.  Please run driver verifier below to find the underlying cause.  I noticed the remnants  of Symantec on 2 of the 3 DMPS so it may still be resident
    These crashes were related to memory corruption (probably caused by a driver). 
    Please run these tests to verify your memory and find which driver is causing the problem.  
    If you are overclocking (pushing the components beyond their design) you should revert to default at least until the crashing is solved. If you don't
    know what it is you probably are not overclocking.
    Since it is more likely to be a driver please run verifier first.
    1-Driver verifier (for complete directions see our wiki here)
    If verifier does not find the issue we can move on to this.
    2-Memtest. (You can read more about running memtest here)
    If you cannot boot after enabling verifier reboot into safe mode
    In Vista & win 7 (F8)
    In win 8 http://www.howtogeek.com/107511/how-to-boot-into-safe-mode-on-windows-8-the-easy-way/
    Co-Authored by  JMH3143
    Wanikiya and Dyami--Team Zigzag

  • Server side importance business rule check immediately

    how to do some importance business rule check that rule
    reside in middle ap server tier , and check before form
    sumbit action, it must be valid after some field changed
    immediately.
    thanks a lot.

    Generally speaking, business rules belong within (or with) Entities.
    I normally make sure I've generated the entity's java Impl class and code them in there.
    [I've tended to alter the "set" methods to throw exceptions (particularly if I want an immediate response), though this isn't necessarily recommended - there's declaritive validation and error-batching available for next-to-nothing... )
    If I recall, you can see Steve Muench's web-log for an article about business logic and where to put it.
    http://radio.weblogs.com/0118231/
    Hope that helps.
    Mike

  • Sql datamodeler: Design rules

    Hello,
    In sql datamodeler you can check your design against a number of design rules.
    Is there a way you can influence these design rules?
    - can you say wheter a design rule is applicable or not?
    - can you change the severity?
    - can you change the rule (for instance other naming convention rules)
    Regards Erik

    Not at this stage. We want to allow users to modify them in the future. There are ways you can influence some of these. So on the Model Properties dialog their are Naming Options. If you change these, you can influence the design rules. Also, in the General Options there is a naming Standards section. So you can set naming standards here and these are used in conjunction with the Designer Rules.
    I'm working on a document about all the naming standards and design rules and how they are used. It's not yet available, but I'll put it onto the Data Modeling page when it's ready.
    Sue

  • Datamodeller Design rules

    When I validate a rational model I get the error Foreign key name has more than 18 characters.
    How do I addjust this validation rule?
    Regards Flemming

    Hi Flemming,
    there is a bug in model dialog that cause max name length settings for FK and index to be set to 18 when OK/Apply is pressed - it happens even without changing anything.
    As consequence - error message in design rules if there are foreign keys and indexes with name length>18.
    As workaround - design should be saved, then close and reopen will put proper length for FK and indexes.
    Philip

  • Bug in updatability rules checking ?

    MS NT4.0SP6
    Oracle Client 9.0.2
    I appear to have found a bug in oo4o concerning the updatability rules checking.
    The SQL updatability rules state (among other things) that a query will not be updatable if the outermost SELECT clause contains a FUNCTION call.
    I opened a ODynaset using the SQL "SELECT TRIM(FIELD1) FROM TBLTEST".
    The CanUpdated() method returns TRUE. However, attempting to add a record using the AddNewRecord() / SetFieldValue() / Update() methods results in the error "ORA-00928: missing SELECT keyword".
    After switching on tracing I found why the error was being reported....
    (291) [23-AUG-2002 14:41:24:752] nspsend: 01 00 00 00 00 20 49 4E |......IN|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 53 45 52 54 20 49 4E 54 |SERT.INT|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 4F 20 74 62 6C 74 65 73 |O.tbltes|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 74 20 28 29 20 56 41 4C |t.().VAL|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 55 45 53 20 28 29 01 00 |UES.()..|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 00 00 01 00 00 00 00 00 |........|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 00 00 00 00 00 00 00 00 |........|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 00 00 00 00 00 00 00 00 |........|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 00 00 04 00 00 00 00 00 |........|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 00 00 00 00 00 00 00 00 |........|
    (291) [23-AUG-2002 14:41:24:752] nspsend: 00 00 00 00 00 00 |...... |
    Basically, the INSERT statement being built in the background is incorrectly formatted, presumably because of the FUNCTION in the select list.
    Am I right in thinking that CanUpdate should return FALSE in the above scenario ?
    Thanks
    Adrian
    LBS Ltd, UK
    www.lbs-ltd.com

    I added :
    public override function clone():Event {
    return new DayClickedEvent(date);
    in DayClickedEvent.
    The source of the problem is that I expected clone() to be a
    "real" clone() (like in java) where it provides a object of the
    effective type of the object we clone, but that's not the
    case...

  • Update kernel and recieved a "Machine check error"

    I was on Vacation this last weekend but was finally able to update today. Upgrade seemd fine, issued reboot command and instead of my normal reboot I was greeted with "machine check error" flashing in my upper left hand corner. Syslinux never came up. I powered off manually and pulled the battery, subsequent reboot went off without a hitch.
    pacman log
    [2013-09-09 18:12] [PACMAN] Running 'pacman -Syyu'
    [2013-09-09 18:12] [PACMAN] synchronizing package lists
    [2013-09-09 18:12] [PACMAN] starting full system upgrade
    [2013-09-09 18:13] [PACMAN] upgraded curl (7.32.0-1 -> 7.32.0-2)
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'default'
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck.img
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Starting build: 3.11.0-1-ck
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-ck.img
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'fallback'
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck-fallback.img -S autodetect
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Starting build: 3.11.0-1-ck
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-ck-fallback.img
    [2013-09-09 18:13] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-09 18:13] [ALPM-SCRIPTLET]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> Thank you for using http://repo-ck.com/ for your linux-ck package needs.
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> Note that the following CPU optimized packages are or could be available to you:
    [2013-09-09 18:13] [ALPM-SCRIPTLET] AMD : barcelona, bulldozer, kx, k10, piledriver
    [2013-09-09 18:13] [ALPM-SCRIPTLET] Intel : atom, core2, haswell, ivybridge, nehalem, p4, pentm, sandybridge, haswell
    [2013-09-09 18:13] [ALPM-SCRIPTLET]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> Search via group name: pacman -Sg ck-ivybridge
    [2013-09-09 18:13] [ALPM-SCRIPTLET]
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> Post in the repo support thread if package group is unavailable for your architecture:
    [2013-09-09 18:13] [ALPM-SCRIPTLET] >>> https://bbs.archlinux.org/viewtopic.php?id=111715
    [2013-09-09 18:13] [PACMAN] upgraded linux-ck-sandybridge (3.10.10-1 -> 3.11-1)
    [2013-09-09 18:13] [PACMAN] upgraded linux-ck-sandybridge-headers (3.10.10-1 -> 3.11-1)
    [2013-09-09 18:13] [ALPM-SCRIPTLET] rmmod: ERROR: Module nvidia is not currently loaded
    [2013-09-09 18:13] [ALPM-SCRIPTLET] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2013-09-09 18:13] [PACMAN] upgraded nvidia-ck (325.15-5 -> 325.15-6)
    [2013-09-09 18:13] [PACMAN] upgraded parallel (20130722-1 -> 20130822-1)
    [2013-09-09 18:13] [PACMAN] upgraded portaudio (19_20111121-1 -> 19_20111121-2)
    [2013-09-09 18:13] [PACMAN] upgraded weechat (0.4.1-2 -> 0.4.1-4)
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Linux version 3.11.0-1-ck (squishy@ease) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Sep 9 08:00:27 EDT 2013
    [ 0.000000] Command line: initrd=/initramfs-linux-ck.img root=/dev/disk/by-uuid/0d909b36-6c1e-4652-abc6-5813297f38d5 rootflags=,relatime,data=ordered rootfstype=ext4 rw quiet vga=current elevator=noop BOOT_IMAGE=/vmlinuz-linux-ck
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000bac11fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bac12000-0x00000000bad8dfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bad8e000-0x00000000bad9bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bad9c000-0x00000000bad9dfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bad9e000-0x00000000bad9ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bada0000-0x00000000bade7fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bade8000-0x00000000baf2bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000baf2c000-0x00000000baf91fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000baf92000-0x00000000baf97fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000baf98000-0x00000000bafe7fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bafe8000-0x00000000baffcfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000baffd000-0x00000000baffffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. RC512/RC512, BIOS 06VQ.M024.20110212.SSH 02/12/2011
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x23fe00 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-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 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 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 3 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 4 base 100000000 mask F00000000 write-back
    [ 0.000000] 5 base 200000000 mask FC0000000 write-back
    [ 0.000000] 6 base 23FE00000 mask FFFE00000 uncachable
    [ 0.000000] 7 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xbaffd max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fccd0-0x000fccdf] mapped at [ffff8800000fccd0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b0d000, 0x01b0dfff] PGTABLE
    [ 0.000000] BRK [0x01b0e000, 0x01b0efff] PGTABLE
    [ 0.000000] BRK [0x01b0f000, 0x01b0ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23fc00000-0x23fdfffff]
    [ 0.000000] [mem 0x23fc00000-0x23fdfffff] page 2M
    [ 0.000000] BRK [0x01b10000, 0x01b10fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23c000000-0x23fbfffff]
    [ 0.000000] [mem 0x23c000000-0x23fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
    [ 0.000000] [mem 0x200000000-0x23bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x40200000-0xbac11fff]
    [ 0.000000] [mem 0x40200000-0xbabfffff] page 2M
    [ 0.000000] [mem 0xbac00000-0xbac11fff] page 4k
    [ 0.000000] BRK [0x01b11000, 0x01b11fff] PGTABLE
    [ 0.000000] BRK [0x01b12000, 0x01b12fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbad8e000-0xbad9bfff]
    [ 0.000000] [mem 0xbad8e000-0xbad9bfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbad9e000-0xbad9ffff]
    [ 0.000000] [mem 0xbad9e000-0xbad9ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbade8000-0xbaf2bfff]
    [ 0.000000] [mem 0xbade8000-0xbaf2bfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbaf92000-0xbaf97fff]
    [ 0.000000] [mem 0xbaf92000-0xbaf97fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbafe8000-0xbaffcfff]
    [ 0.000000] [mem 0xbafe8000-0xbaffcfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x1fd18000-0x1fffefff]
    [ 0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 SECCSD)
    [ 0.000000] ACPI: XSDT 00000000baffee18 0006C (v01 SECCSD LH43STAR 06222004 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000baf9bd98 000F4 (v04 SECCSD LH43STAR 06222004 MSFT 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130517/tbfadt-395)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0xBAFE5E40/0x00000000BAFE5D40, using 32 (20130517/tbfadt-522)
    [ 0.000000] ACPI: DSDT 00000000baf84018 0866F (v01 SECCSD LH43STAR 00000000 INTL 20091112)
    [ 0.000000] ACPI: FACS 00000000bafe5e40 00040
    [ 0.000000] ACPI: APIC 00000000baffdf18 000CC (v02 SECCSD LH43STAR 06222004 MSFT 00010013)
    [ 0.000000] ACPI: HPET 00000000bafe6d18 00038 (v01 SECCSD LH43STAR 06222004 AMI. 00000003)
    [ 0.000000] ACPI: SLIC 00000000baf9cc18 00176 (v01 SECCSD LH43STAR 06222004 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000bafe6c98 0003C (v01 SECCSD LH43STAR 06222004 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000baf91018 00A1D (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000baf90018 00996 (v01 PmRef CpuPm 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000baf9a018 00D80 (v01 SgRef SgTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000baf98018 011E8 (v01 OptRef OptTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237400000-ffff88023f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xbac11fff]
    [ 0.000000] node 0: [mem 0xbad8e000-0xbad9bfff]
    [ 0.000000] node 0: [mem 0xbad9e000-0xbad9ffff]
    [ 0.000000] node 0: [mem 0xbade8000-0xbaf2bfff]
    [ 0.000000] node 0: [mem 0xbaf92000-0xbaf97fff]
    [ 0.000000] node 0: [mem 0xbafe8000-0xbaffcfff]
    [ 0.000000] node 0: [mem 0x100000000-0x23fdfffff]
    [ 0.000000] On node 0 totalpages: 2074398
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 157 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11879 pages used for memmap
    [ 0.000000] DMA32 zone: 760193 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20472 pages used for memmap
    [ 0.000000] Normal zone: 1310208 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbac12000-0xbad8dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbad9c000-0xbad9dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbada0000-0xbade7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf2c000-0xbaf91fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf98000-0xbafe7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaffd000-0xbaffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff97ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff980000-0xffbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffd7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fa00000 s84096 r8192 d22400 u131072
    [ 0.000000] pcpu-alloc: s84096 r8192 d22400 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2041826
    [ 0.000000] Kernel command line: initrd=/initramfs-linux-ck.img root=/dev/disk/by-uuid/0d909b36-6c1e-4652-abc6-5813297f38d5 rootflags=,relatime,data=ordered rootfstype=ext4 rw quiet vga=current elevator=noop BOOT_IMAGE=/vmlinuz-linux-ck
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8071168K/8297592K available (4912K kernel code, 725K rwdata, 1676K rodata, 1104K init, 1260K bss, 226424K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:4352 nr_irqs:1192 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1995.468 MHz processor
    [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.22 BogoMIPS (lpj=6651560)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000051] Security Framework initialized
    [ 0.000058] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000069] Mount-cache hash table entries: 256
    [ 0.000253] Initializing cgroup subsys memory
    [ 0.000263] Initializing cgroup subsys devices
    [ 0.000265] Initializing cgroup subsys freezer
    [ 0.000267] Initializing cgroup subsys net_cls
    [ 0.000268] Initializing cgroup subsys blkio
    [ 0.000270] Initializing cgroup subsys bfqio
    [ 0.000294] CPU: Physical Processor ID: 0
    [ 0.000295] CPU: Processor Core ID: 0
    [ 0.000300] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.000303] mce: CPU supports 9 MCE banks
    [ 0.000318] CPU0: Thermal monitoring enabled (TM1)
    [ 0.000330] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 5
    [ 0.000467] Freeing SMP alternatives memory: 20K (ffffffff819cb000 - ffffffff819d0000)
    [ 0.001938] ACPI: Core revision 20130517
    [ 0.008675] ACPI: All ACPI Tables successfully acquired
    [ 0.016462] ftrace: allocating 19779 entries in 78 pages
    [ 0.027603] Switched APIC routing to physical flat.
    [ 0.028009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061003] smpboot: CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.061011] TSC deadline timer enabled
    [ 0.061026] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    [ 0.061034] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.061036] ... version: 3
    [ 0.061037] ... bit width: 48
    [ 0.061038] ... generic registers: 4
    [ 0.061040] ... value mask: 0000ffffffffffff
    [ 0.061041] ... max period: 0000ffffffffffff
    [ 0.061042] ... fixed-purpose events: 3
    [ 0.061043] ... event mask: 000000070000000f
    [ 0.084503] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.071127] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7
    [ 0.164288] Brought up 8 CPUs
    [ 0.164293] smpboot: Total of 8 processors activated (31940.80 BogoMIPS)
    [ 0.172724] devtmpfs: initialized
    [ 0.174171] PM: Registering ACPI NVS region [mem 0xbaf2c000-0xbaf91fff] (417792 bytes)
    [ 0.174179] PM: Registering ACPI NVS region [mem 0xbaf98000-0xbafe7fff] (327680 bytes)
    [ 0.175128] RTC time: 1:14:39, date: 09/10/13
    [ 0.175188] NET: Registered protocol family 16
    [ 0.175350] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.175353] ACPI: bus type PCI registered
    [ 0.175355] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.175429] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.175432] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.185354] PCI: Using configuration type 1 for base access
    [ 0.186084] bio: create slab <bio-0> at 0
    [ 0.186285] ACPI: Added _OSI(Module Device)
    [ 0.186287] ACPI: Added _OSI(Processor Device)
    [ 0.186289] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.186291] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.187915] ACPI: EC: Look up EC in DSDT
    [ 0.189513] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.239236] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.241431] ACPI: SSDT 00000000badba718 00661 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.241847] ACPI: Dynamic OEM Table Load:
    [ 0.241850] ACPI: SSDT (null) 00661 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    [ 0.252823] ACPI: SSDT 00000000badbba98 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.253271] ACPI: Dynamic OEM Table Load:
    [ 0.253273] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20091112)
    [ 0.266019] ACPI: SSDT 00000000badb9d98 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 0.266428] ACPI: Dynamic OEM Table Load:
    [ 0.266430] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20091112)
    [ 1.207371] ACPI: Interpreter enabled
    [ 1.207386] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 1.207404] ACPI: (supports S0 S1 S3 S4 S5)
    [ 1.207406] ACPI: Using IOAPIC for interrupt routing
    [ 1.207438] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.207580] ACPI: No dock devices found.
    [ 1.221274] ACPI: Power Resource [FN00] (off)
    [ 1.221369] ACPI: Power Resource [FN01] (off)
    [ 1.222064] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 1.222103] \_SB_.PCI0:_OSC invalid UUID
    [ 1.222105] _OSC request data:1 8 0
    [ 1.222659] PCI host bridge to bus 0000:00
    [ 1.222663] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 1.222665] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 1.222668] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 1.222670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 1.222672] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 1.222674] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 1.222676] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 1.222678] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 1.222680] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 1.222682] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 1.222684] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
    [ 1.222686] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 1.222695] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 1.222797] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 1.222833] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.222921] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    [ 1.222933] pci 0000:00:02.0: reg 0x10: [mem 0xf5400000-0xf57fffff 64bit]
    [ 1.222941] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 1.222951] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
    [ 1.223070] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 1.223097] pci 0000:00:16.0: reg 0x10: [mem 0xf760a000-0xf760a00f 64bit]
    [ 1.223179] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.223280] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 1.223304] pci 0000:00:1a.0: reg 0x10: [mem 0xf7608000-0xf76083ff]
    [ 1.223402] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.223495] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 1.223514] pci 0000:00:1b.0: reg 0x10: [mem 0xf7600000-0xf7603fff 64bit]
    [ 1.223588] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.223678] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 1.223764] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.223823] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 1.223866] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 1.223952] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.224010] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 1.224050] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 1.224135] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 1.224238] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 1.224262] pci 0000:00:1d.0: reg 0x10: [mem 0xf7607000-0xf76073ff]
    [ 1.224360] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.224451] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
    [ 1.224646] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 1.224668] pci 0000:00:1f.2: reg 0x10: [io 0xe0b0-0xe0b7]
    [ 1.224677] pci 0000:00:1f.2: reg 0x14: [io 0xe0a0-0xe0a3]
    [ 1.224686] pci 0000:00:1f.2: reg 0x18: [io 0xe090-0xe097]
    [ 1.224695] pci 0000:00:1f.2: reg 0x1c: [io 0xe080-0xe083]
    [ 1.224704] pci 0000:00:1f.2: reg 0x20: [io 0xe060-0xe07f]
    [ 1.224714] pci 0000:00:1f.2: reg 0x24: [mem 0xf7606000-0xf76067ff]
    [ 1.224763] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.224847] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 1.224866] pci 0000:00:1f.3: reg 0x10: [mem 0xf7605000-0xf76050ff 64bit]
    [ 1.224889] pci 0000:00:1f.3: reg 0x20: [io 0xe040-0xe05f]
    [ 1.225036] pci 0000:01:00.0: [10de:0dec] type 00 class 0x030200
    [ 1.225046] pci 0000:01:00.0: reg 0x10: [mem 0xf4000000-0xf4ffffff]
    [ 1.225055] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 1.225065] pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
    [ 1.225072] pci 0000:01:00.0: reg 0x24: [io 0xd000-0xd07f]
    [ 1.225079] pci 0000:01:00.0: reg 0x30: [mem 0xf5000000-0xf507ffff pref]
    [ 1.232978] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 1.232986] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.232994] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf50fffff]
    [ 1.233003] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
    [ 1.233136] pci 0000:02:00.0: [8086:0087] type 00 class 0x028000
    [ 1.233183] pci 0000:02:00.0: reg 0x10: [mem 0xf6c00000-0xf6c01fff 64bit]
    [ 1.233407] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 1.243003] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 1.243013] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.243022] pci 0000:00:1c.0: bridge window [mem 0xf6c00000-0xf75fffff]
    [ 1.243037] pci 0000:00:1c.0: bridge window [mem 0xe3700000-0xe40fffff 64bit pref]
    [ 1.243204] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.243274] pci 0000:03:00.0: reg 0x10: [io 0xb000-0xb0ff]
    [ 1.243396] pci 0000:03:00.0: reg 0x18: [mem 0xe2c04000-0xe2c04fff 64bit pref]
    [ 1.243467] pci 0000:03:00.0: reg 0x20: [mem 0xe2c00000-0xe2c03fff 64bit pref]
    [ 1.243797] pci 0000:03:00.0: supports D1 D2
    [ 1.243799] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.253026] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 1.253036] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
    [ 1.253045] pci 0000:00:1c.3: bridge window [mem 0xf6200000-0xf6bfffff]
    [ 1.253060] pci 0000:00:1c.3: bridge window [mem 0xe2c00000-0xe35fffff 64bit pref]
    [ 1.253163] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
    [ 1.253193] pci 0000:04:00.0: reg 0x10: [mem 0xf5800000-0xf5801fff 64bit]
    [ 1.253333] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
    [ 1.263010] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 1.263020] pci 0000:00:1c.4: bridge window [io 0xa000-0xafff]
    [ 1.263029] pci 0000:00:1c.4: bridge window [mem 0xf5800000-0xf61fffff]
    [ 1.263043] pci 0000:00:1c.4: bridge window [mem 0xe2100000-0xe2afffff 64bit pref]
    [ 1.263086] pci_bus 0000:00: on NUMA node 0
    [ 1.263130] \_SB_.PCI0:_OSC invalid UUID
    [ 1.263131] _OSC request data:1 1f 0
    [ 1.263135] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 1.263137] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 1.263659] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.263721] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.263779] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.263838] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 10 11 12 14 15)
    [ 1.263896] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.263956] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.264015] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 10 11 12 14 15)
    [ 1.264073] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 *4 5 6 10 11 12 14 15)
    [ 1.264724] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 1.264732] ACPI: \_SB_.PCI0: notify handler is installed
    [ 1.264797] Found 1 acpi root devices
    [ 1.264842] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.264936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.264940] vgaarb: loaded
    [ 1.264941] vgaarb: bridge control possible 0000:00:02.0
    [ 1.264981] PCI: Using ACPI for IRQ routing
    [ 1.266623] PCI: pci_cache_line_size set to 64 bytes
    [ 1.266695] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
    [ 1.266697] e820: reserve RAM buffer [mem 0xbac12000-0xbbffffff]
    [ 1.266700] e820: reserve RAM buffer [mem 0xbad9c000-0xbbffffff]
    [ 1.266702] e820: reserve RAM buffer [mem 0xbada0000-0xbbffffff]
    [ 1.266705] e820: reserve RAM buffer [mem 0xbaf2c000-0xbbffffff]
    [ 1.266706] e820: reserve RAM buffer [mem 0xbaf98000-0xbbffffff]
    [ 1.266708] e820: reserve RAM buffer [mem 0xbaffd000-0xbbffffff]
    [ 1.266710] e820: reserve RAM buffer [mem 0x23fe00000-0x23fffffff]
    [ 1.266803] NetLabel: Initializing
    [ 1.266805] NetLabel: domain hash size = 128
    [ 1.266806] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.266821] NetLabel: unlabeled traffic allowed by default
    [ 1.266851] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.266857] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.268893] Switched to clocksource hpet
    [ 1.273524] pnp: PnP ACPI init
    [ 1.273541] ACPI: bus type PNP registered
    [ 1.273643] system 00:00: [io 0x06a4] has been reserved
    [ 1.273646] system 00:00: [io 0x06a0] has been reserved
    [ 1.273650] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.273660] pnp 00:01: [dma 4]
    [ 1.273681] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.273705] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.273820] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.273850] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.273897] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.273900] system 00:05: [io 0x1000-0x100f] has been reserved
    [ 1.273902] system 00:05: [io 0xffff] has been reserved
    [ 1.273904] system 00:05: [io 0xffff] has been reserved
    [ 1.273907] system 00:05: [io 0x0400-0x0453] could not be reserved
    [ 1.273909] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 1.273911] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.273913] system 00:05: [io 0x0a00-0x0a03] has been reserved
    [ 1.273915] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.273918] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.273966] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.274009] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 1.274013] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.274065] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 1.274118] pnp 00:09: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
    [ 1.274348] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.274351] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
    [ 1.274353] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.274355] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.274358] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 1.274360] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.274362] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.274364] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.274367] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.274369] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.274372] system 00:0a: [mem 0xbfa00000-0xbfa00fff] has been reserved
    [ 1.274375] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.274919] system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.274921] system 00:0b: [mem 0x40000000-0x401fffff] has been reserved
    [ 1.274924] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.274936] pnp: PnP ACPI: found 12 devices
    [ 1.274937] ACPI: bus type PNP unregistered
    [ 1.281089] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 1.281093] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 1.281097] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf50fffff]
    [ 1.281100] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
    [ 1.281104] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 1.281108] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 1.281114] pci 0000:00:1c.0: bridge window [mem 0xf6c00000-0xf75fffff]
    [ 1.281118] pci 0000:00:1c.0: bridge window [mem 0xe3700000-0xe40fffff 64bit pref]
    [ 1.281125] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 1.281129] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
    [ 1.281135] pci 0000:00:1c.3: bridge window [mem 0xf6200000-0xf6bfffff]
    [ 1.281140] pci 0000:00:1c.3: bridge window [mem 0xe2c00000-0xe35fffff 64bit pref]
    [ 1.281147] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 1.281150] pci 0000:00:1c.4: bridge window [io 0xa000-0xafff]
    [ 1.281156] pci 0000:00:1c.4: bridge window [mem 0xf5800000-0xf61fffff]
    [ 1.281161] pci 0000:00:1c.4: bridge window [mem 0xe2100000-0xe2afffff 64bit pref]
    [ 1.281460] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.281462] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.281464] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.281466] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.281468] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.281470] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.281472] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.281474] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 1.281476] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 1.281478] pci_bus 0000:00: resource 13 [mem 0xbfa00000-0xfeafffff]
    [ 1.281480] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    [ 1.281482] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 1.281484] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf50fffff]
    [ 1.281486] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
    [ 1.281488] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 1.281490] pci_bus 0000:02: resource 1 [mem 0xf6c00000-0xf75fffff]
    [ 1.281492] pci_bus 0000:02: resource 2 [mem 0xe3700000-0xe40fffff 64bit pref]
    [ 1.281494] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 1.281496] pci_bus 0000:03: resource 1 [mem 0xf6200000-0xf6bfffff]
    [ 1.281498] pci_bus 0000:03: resource 2 [mem 0xe2c00000-0xe35fffff 64bit pref]
    [ 1.281500] pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    [ 1.281502] pci_bus 0000:04: resource 1 [mem 0xf5800000-0xf61fffff]
    [ 1.281504] pci_bus 0000:04: resource 2 [mem 0xe2100000-0xe2afffff 64bit pref]
    [ 1.281541] NET: Registered protocol family 2
    [ 1.281696] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.281865] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.282015] TCP: Hash tables configured (established 65536 bind 65536)
    [ 1.282036] TCP: reno registered
    [ 1.282039] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.282068] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.282163] NET: Registered protocol family 1
    [ 1.282176] pci 0000:00:02.0: Boot video device
    [ 1.529060] PCI: CLS 64 bytes, default 64
    [ 1.529098] Unpacking initramfs...
    [ 1.590479] Freeing initrd memory: 2972K (ffff88001fd18000 - ffff88001ffff000)
    [ 1.591336] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.591340] software IO TLB [mem 0xb6c12000-0xbac12000] (64MB) mapped at [ffff8800b6c12000-ffff8800bac11fff]
    [ 1.591697] Scanning for low memory corruption every 60 seconds
    [ 1.592068] audit: initializing netlink socket (disabled)
    [ 1.592079] type=2000 audit(1378775680.569:1): initialized
    [ 1.605419] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.606685] zbud: loaded
    [ 1.606816] VFS: Disk quotas dquot_6.5.2
    [ 1.606867] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.607049] msgmni has been set to 15769
    [ 1.607262] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.607320] io scheduler noop registered (default)
    [ 1.607324] io scheduler deadline registered
    [ 1.607360] io scheduler cfq registered
    [ 1.607365] io scheduler bfq registered
    [ 1.607452] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 1.607633] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.607648] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.607731] intel_idle: MWAIT substates: 0x21120
    [ 1.607733] intel_idle: v0.4 model 0x2A
    [ 1.607734] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.607793] GHES: HEST is not enabled!
    [ 1.607848] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.608292] Linux agpgart interface v0.103
    [ 1.608376] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PSM1] at 0x60,0x64 irq 1,12
    [ 1.611674] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.611689] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.611796] mousedev: PS/2 mouse device common for all mice
    [ 1.611968] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 1.611998] rtc_cmos 00:06: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 1.612007] Intel P-state driver initializing.
    [ 1.612017] Intel pstate controlling: cpu 0
    [ 1.612032] Intel pstate controlling: cpu 1
    [ 1.612043] Intel pstate controlling: cpu 2
    [ 1.612054] Intel pstate controlling: cpu 3
    [ 1.612065] Intel pstate controlling: cpu 4
    [ 1.612076] Intel pstate controlling: cpu 5
    [ 1.612089] Intel pstate controlling: cpu 6
    [ 1.612100] Intel pstate controlling: cpu 7
    [ 1.612312] cpuidle: using governor ladder
    [ 1.612573] cpuidle: using governor menu
    [ 1.612636] drop_monitor: Initializing network drop monitor service
    [ 1.612712] TCP: cubic registered
    [ 1.612809] NET: Registered protocol family 10
    [ 1.612992] NET: Registered protocol family 17
    [ 1.613001] Key type dns_resolver registered
    [ 1.613275] PM: Hibernation image not present or could not be loaded.
    [ 1.613285] registered taskstats version 1
    [ 1.613900] Magic number: 13:40:205
    [ 1.613944] acpi device:2d: hash matches
    [ 1.613991] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.614015] rtc_cmos 00:06: setting system clock to 2013-09-10 01:14:41 UTC (1378775681)
    [ 1.614893] Freeing unused kernel memory: 1104K (ffffffff818b7000 - ffffffff819cb000)
    [ 1.614895] Write protecting the kernel read-only data: 8192k
    [ 1.619318] Freeing unused kernel memory: 1220K (ffff8800014cf000 - ffff880001600000)
    [ 1.620313] Freeing unused kernel memory: 372K (ffff8800017a3000 - ffff880001800000)
    [ 1.620314] BFS CPU scheduler v0.441 by Con Kolivas.
    [ 1.627488] systemd-udevd[77]: starting version 204
    [ 1.629471] SCSI subsystem initialized
    [ 1.630602] ACPI: bus type ATA registered
    [ 1.630697] libata version 3.00 loaded.
    [ 1.631357] ahci 0000:00:1f.2: version 3.0
    [ 1.631500] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 1.642171] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0WARNINGx5 impl SATA mode
    [ 1.642175] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
    [ 1.642181] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.649744] scsi0 : ahciWARNING
    [ 1.650013] scsi1 : ahci
    [ 1.650141] scsi2 : ahci
    [ 1.650269] scsi3 : ahci
    [ 1.650401] scsi4 : ahci
    [ 1.650493] scsi5 : ahci
    [ 1.650686] ata1: SATA max UDMA/133 abar m2048@0xf7606000 port 0xf7606100 irq 41
    [ 1.650690] ata2: DUMMY
    [ 1.650694] ata3: SATA max UDMA/133 abar m2048@0xf7606000 port 0xf7606200 irq 41
    [ 1.650696] ata4: DUMMY
    [ 1.650698] ata5: DUMMY
    [ 1.650700] ata6: DUMMY
    [ 1.968795] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.968841] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.969674] ata1.00: ATA-9: M4-CT256M4SSD2, 010G, max UDMA/100
    [ 1.969683] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.970728] ata1.00: configured for UDMA/100
    [ 1.970980] scsi 0:0:0:0: Direct-Access ATA M4-CT256M4SSD2 010G PQ: 0 ANSI: 5
    [ 1.971592] ata3.00: ATAPI: TSSTcorp DVDWBD TS-LB23A, SC01, max UDMA/100
    [ 1.972317] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 1.972530] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.972535] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.972581] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.972980] ata3.00: configured for UDMA/100
    [ 1.974516] sda: sda1 sda2 sda3 sda4 sda5 sda6
    [ 1.975127] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.976456] scsi 2:0:0:0: CD-ROM TSSTcorp DVDWBD TS-LB23A SC01 PQ: 0 ANSI: 5
    [ 1.979211] ACPI: bus type USB registered
    [ 1.979276] usbcore: registered new interface driver usbfs
    [ 1.979339] usbcore: registered new interface driver hub
    [ 1.979451] usbcore: registered new device driver usb
    [ 1.980016] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 1.980024] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
    [ 1.980224] xhci_hcd 0000:04:00.0: irq 42 for MSI/MSI-X
    [ 1.980231] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
    [ 1.980237] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
    [ 1.980244] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 1.980251] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
    [ 1.980257] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
    [ 1.980264] xhci_hcd 0000:04:00.0: irq 48 for MSI/MSI-X
    [ 1.980271] xhci_hcd 0000:04:00.0: irq 49 for MSI/MSI-X
    [ 1.980520] xHCI xhci_add_endpoint called for root hub
    [ 1.980523] xHCI xhci_check_bandwidth called for root hub
    [ 1.980554] hub 1-0:1.0: USB hub found
    [ 1.980561] hub 1-0:1.0: 2 ports detected
    [ 1.980645] xhci_hcd 0000:04:00.0: xHCI Host Controller
    [ 1.980666] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
    [ 1.983135] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.983140] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.983305] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.983767] xHCI xhci_add_endpoint called for root hub
    [ 1.983769] xHCI xhci_check_bandwidth called for root hub
    [ 1.983799] hub 2-0:1.0: USB hub found
    [ 1.983808] hub 2-0:1.0: 2 ports detected
    [ 2.042830] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.075045] ehci-pci: EHCI PCI platform driver
    [ 2.075169] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 2.075177] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.075185] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 2.075200] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.079109] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.079130] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7608000
    [ 2.088648] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.089496] hub 3-0:1.0: USB hub found
    [ 2.089505] hub 3-0:1.0: 2 ports detected
    [ 2.089935] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 2.089946] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.089954] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 2.089976] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.093871] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.093888] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7607000
    [ 2.101986] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.102116] hub 4-0:1.0: USB hub found
    [ 2.102121] hub 4-0:1.0: 2 ports detected
    [ 2.134853] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 2.199793] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.201658] systemd[1]: Set hostname to <watson>.
    [ 2.268492] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 2.268851] systemd[1]: Starting Collect Read-Ahead Data...
    [ 2.269341] systemd[1]: Starting Replay Read-Ahead Data...
    [ 2.269709] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.269820] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.269852] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 2.269873] systemd[1]: Starting Syslog Socket.
    [ 2.269927] systemd[1]: Listening on Syslog Socket.
    [ 2.269946] systemd[1]: Starting Remote File Systems.
    [ 2.269961] systemd[1]: Reached target Remote File Systems.
    [ 2.269975] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.270017] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.270038] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.270074] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.270088] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.270126] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.270140] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.270168] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.270210] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 2.270352] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 2.270370] systemd[1]: Starting Encrypted Volumes.
    [ 2.270384] systemd[1]: Reached target Encrypted Volumes.
    [ 2.270402] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.270449] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.270464] systemd[1]: Starting Paths.
    [ 2.270478] systemd[1]: Reached target Paths.
    [ 2.270494] systemd[1]: Starting Journal Socket.
    [ 2.270543] systemd[1]: Listening on Journal Socket.
    [ 2.270567] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.270849] systemd[1]: Mounting Debug File System...
    [ 2.271238] systemd[1]: Starting Create static device nodes in /dev...
    [ 2.271494] systemd-readahead[136]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    [ 2.271888] systemd[1]: Starting Journal Service...
    [ 2.272443] systemd[1]: Started Journal Service.
    [ 2.272532] systemd[1]: Mounting Huge Pages File System...
    [ 2.273048] systemd[1]: Starting udev Kernel Socket.
    [ 2.273080] systemd[1]: Listening on udev Kernel Socket.
    [ 2.273155] systemd[1]: Starting udev Control Socket.
    [ 2.273189] systemd[1]: Listening on udev Control Socket.
    [ 2.273294] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.273733] systemd[1]: Starting Swap.
    [ 2.273754] systemd[1]: Reached target Swap.
    [ 2.273772] systemd[1]: Expecting device dev-disk-by\x2duuid-06ee03bc\x2dca64\x2d406d\x2dbe45\x2db2b645137e08.device...
    [ 2.273786] systemd[1]: Expecting device dev-disk-by\x2duuid-5aedfe61\x2d50f2\x2d47c7\x2d82ac\x2d79930ee37462.device...
    [ 2.294504] systemd-sysctl[154]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 2.298123] EXT4-fs (sda5): re-mounted. Opts: discard
    [ 2.306988] systemd-udevd[161]: starting version 204
    [ 2.330645] FS-Cache: Loaded
    [ 2.344801] ACPI: Requesting acpi_cpufreq
    [ 2.345279] wmi: Mapper loaded
    [ 2.345847] RPC: Registered named UNIX socket transport module.
    [ 2.345849] RPC: Registered udp transport module.
    [ 2.345850] RPC: Registered tcp transport module.
    [ 2.345851] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.355607] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.358082] ACPI: Battery Slot [BAT1] (battery present)
    [ 2.358579] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 2.358604] ACPI: Lid Switch [LID0]
    [ 2.359113] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 2.359119] ACPI: Power Button [PWRB]
    [ 2.359456] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 2.359461] ACPI: Sleep Button [SLPB]
    [ 2.359772] ACPI: AC Adapter [ADP1] (off-line)
    [ 2.360090] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 2.360096] ACPI: Power Button [PWRF]
    [ 2.374300] ACPI: Fan [FAN0] (off)
    [ 2.374551] ACPI: Fan [FAN1] (off)
    [ 2.375124] ACPI: Invalid active2 threshold
    [ 2.377341] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
    [ 2.377349] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.377354] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
    [ 2.377358] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130517/utaddress-251)
    [ 2.377362] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.377364] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
    [ 2.377368] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130517/utaddress-251)
    [ 2.377372] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.377373] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
    [ 2.377377] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130517/utaddress-251)
    [ 2.377381] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.377383] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.378357] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.378361] ACPI: Thermal Zone [TZ00] (52 C)
    [ 2.383745] ACPI Warning: 0x000000000000e040-0x000000000000e05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
    [ 2.383753] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.383911] mei_me 0000:00:16.0: setting latency timer to 64
    [ 2.383955] mei_me 0000:00:16.0: irq 50 for MSI/MSI-X
    [ 2.386775] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 2.388164] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.388178] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.388494] r8169 0000:03:00.0: irq 51 for MSI/MSI-X
    [ 2.392549] r8169 0000:03:00.0 eth0: RTL8168e/8111e at 0xffffc90004622000, e8:11:32:25:4e:78, XID 0c200000 IRQ 51
    [ 2.392554] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.394650] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.395234] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 2.396342] [drm] Initialized drm 1.1.0 20060810
    [ 2.397019] thermal LNXTHERM:01: registered as thermal_zone1
    [ 2.397023] ACPI: Thermal Zone [TZ01] (52 C)
    [ 2.403428] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 2.403432] Copyright(c) 2003-2013 Intel Corporation
    [ 2.403550] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.403625] iwlwifi 0000:02:00.0: irq 52 for MSI/MSI-X
    [ 2.413574] iwlwifi 0000:02:00.0: loaded firmware version 41.28.5.1 build 33926 op_mode iwldvm
    [ 2.414850] snd_hda_intel 0000:00:1b.0: irq 53 for MSI/MSI-X
    [ 2.459516] samsung_laptop: detected SABI interface: SwSmi@
    [ 2.459520] samsung_laptop: Backlight controlled by ACPI video driver
    [ 2.475073] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 2.475258] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 2.475342] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 2.479302] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2.479307] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 2.479310] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2.479312] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 2.479315] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N + WiMAX 6250 AGN, REV=0x84
    [ 2.479382] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 2.486443] [drm] Memory usable by graphics device = 2048M
    [ 2.486454] i915 0000:00:02.0: setting latency timer to 64
    [ 2.510361] iTCO_vendor_support: vendor-support=0
    [ 2.510974] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.511063] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.511169] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.515715] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2.522955] hub 3-1:1.0: USB hub found
    [ 2.523029] hub 3-1:1.0: 6 ports detected
    [ 2.552940] i915 0000:00:02.0: irq 54 for MSI/MSI-X
    [ 2.552952] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.552953] [drm] Driver supports precise vblank timestamp query.
    [ 2.552974] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)
    [ 2.553071] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20130517/nsarguments-95)
    [ 2.554259] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 2.582133] [drm] Wrong MCH_SSKPD value: 0x17050407
    [ 2.582136] [drm] This can cause pipe underruns and display issues.
    [ 2.582137] [drm] Please upgrade your BIOS to fix this.
    [ 2.591839] tsc: Refined TSC clocksource calibration: 1995.467 MHz
    [ 2.597052] fbcon: inteldrmfb (fb0) is primary device
    [ 2.631810] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 2.691536] EXT4-fs (sda3): mounting ext2 file system using the ext4 subsystem
    [ 2.697765] EXT4-fs (sda3): mounted filesystem without journal. Opts: (null)
    [ 2.708392] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: discard
    [ 2.726771] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 2.732165] systemd-logind[678]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 2.732251] systemd-logind[678]: Watching system buttons on /dev/input/event2 (Power Button)
    [ 2.732373] systemd-logind[678]: Watching system buttons on /dev/input/event1 (Lid Switch)
    [ 2.732460] systemd-logind[678]: Watching system buttons on /dev/input/event3 (Sleep Button)
    [ 2.733090] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 2.755620] hub 4-1:1.0: USB hub found
    [ 2.755733] hub 4-1:1.0: 6 ports detected
    [ 2.821911] usb 3-1.4: new high-speed USB device number 3 using ehci-pci
    [ 3.108586] usb 4-1.3: new high-speed USB device number 3 using ehci-pci
    [ 3.308514] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
    [ 3.322812] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x15, 0x0c.
    [ 3.395720] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input9
    [ 3.568352] Console: switching to colour frame buffer device 170x48
    [ 3.574903] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 3.574905] i915 0000:00:02.0: registered panic notifier
    [ 3.575357] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 3.593033] Switched to clocksource tsc
    [ 3.594635] media: Linux media interface: v0.10
    [ 3.601441] Linux video capture interface: v2.00
    [ 3.607344] uvcvideo: Found UVC 1.00 device WebCam SCB-1110M (1210:0909)
    [ 3.612805] input: WebCam SCB-1110M as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input10
    [ 3.612886] usbcore: registered new interface driver uvcvideo
    [ 3.612889] USB Video Class driver (1.1.1)
    [ 3.624759] acpi device:47: registered as cooling_device10
    [ 3.628631] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 3.628749] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:45/LNXVIDEO:00/input/input11
    [ 3.631116] acpi device:51: registered as cooling_device11
    [ 3.631300] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 3.631373] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input12
    [ 3.631455] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 3.645951] i2400m_usb 4-1.3:1.0: WiMAX interface wmx0 (64:d4:da:24:b5:c0) ready
    [ 3.653985] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 3.654187] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [ 3.874277] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 3.874474] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [ 3.963960] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 4.328298] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 7.107250] i2400m_usb 4-1.3:1.0: firmware interface version 9.3.2
    [ 7.117012] usbcore: registered new interface driver i2400m_usb
    [ 7.141746] wlan0: authenticate with 00:22:6b:70:c5:e9
    [ 7.151167] wlan0: send auth to 00:22:6b:70:c5:e9 (try 1/3)
    [ 7.197933] wlan0: authenticated
    [ 7.200356] wlan0: associate with 00:22:6b:70:c5:e9 (try 1/3)
    [ 7.201891] wlan0: RX AssocResp from 00:22:6b:70:c5:e9 (capab=0x11 status=0 aid=2)
    [ 7.205520] wlan0: associated
    [ 7.205524] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 16.681425] bbswitch: version 0.7
    [ 16.681440] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 16.681445] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 16.681454] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [ 16.681520] bbswitch: detected an Optimus _DSM function
    [ 16.681556] bbswitch: disabling discrete graphics
    [ 16.681559] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [ 16.711802] pci 0000:01:00.0: power state changed by ACPI to D3cold
    [ 16.711812] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is off
    [ 41.636100] fuse init (API version 7.22)
    [ 440.485588] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 440.507912] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 453.967678] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 453.984936] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    I have never seen this error and my googlefu return issues with overclocking which I am not doing. Any info on the subject I'd love to hear.
    Cheers.
    EDIT: Was only happening when issuing 'systemctl reboot' so I switched back to 3.10.10-1-ARCH and reboot command now works.
    Last edited by doug piston (2013-09-10 02:05:56)

    Well, I can tell you that this kind of error is not OS related, but rather a HW thing.  It happens where there is a general detection of something going wrong.  Sometimes it can happen randomly and might not be an indication of a problem.  But sometimes it can be caused by things that are improperly functioning within the system like bad capacitors. 
    Unfortunately I don't really know what to do about such things except give you machine a proper inspection.  But if things are working fine, and continue to do so, I wouldn't worry about it.  If it becomes a regular occurance, then I'd worry.

Maybe you are looking for