CF4.5 on Linux crashing

In the last week or so the service has started crashing
regularly. I'm new to CF so have looked into this like I would any
other web app. There haven't been any changes made to code on the
server since some time before this started happening. And the logs
don't seem to be very helpful.
Is it possible to increase the detail the CF logs include?
There's an error right before the most recent time it died as
follows:
"Error","TID=2257927","06/24/06","04:59:26","68.142.251.54","Mozilla/5.0
(compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)","ODBC
Error Code = 37000 (Syntax error or access
violation)<P><P> [MERANT][ODBC MySql driver][MySql]You
have an error in your SQL syntax near ':' at line
3<P><P><p>The error occurred while processing an
element with a general identifier of (CFQUERY), occupying document
position (30:1) to (30:58).</p><P><P>Date/Time:
Sat Jun 24 04:59:26 2006<BR>Browser: Mozilla/5.0 (compatible;
Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)<BR>Remote
Address: 68.142.251.54<BR>Query String:
articleid=319:<P>"
This seems to suggest that someone's code maybe using badly
formed queries but since nothing seems to have changed its a little
strange that it would start happening out of the blue. Is there
anything in the error above to suggest which site is causing the
error, there are a couple of hundred sites on the server so without
knowing which site has caused the error there's not a lot I can do.
Any help gratefully received!!!
john

Check that page and if it works then it sounds like you need
to write a Search Engine Robot Filter. ie: Deny the bots access to
the page that fails. This is easily done by cfif useragent isn't ie
or moz then skip the output.
Hope this helps and solves your troubles :)

Similar Messages

  • Linux crashes after about 5 minutes (when I start Xorg)

    Hello,
    my linux-system hasn't been stable a lot during the last couple of weeks, ... or even since I used linux on my system. Only once, when I used a specific version of the nvidia-drivers as my system really stable. Mostly, it was stable enough to use. Maybe I'm wrong, but that is my impression at the moment. I have to say that my chipset (via kt133 I think) or the implementation of it, can have a problem which causes this instability.
    Anyway, the last time, it was only the screenimage that stopped working. Sound, ... kept on going, so I supposed it was an xorg-problem ...?
    However, since the last archlinux kernelupdate (and I also tried my own custom-kernels with 2.6.16.x as the base-kernel), linux crashes very quickly as soon as I start xorg and my internet-connection (but it happens also without my internet-connection up it seems). This time, also the music stops playing.
    Now, I heard of cases where Xorg starts using 100% cpu, but I can't login with ssh or so, although there may be others possibilities.
    I notice that when my screen, ... freezes the led of my harddisk is ona nd stays on.
    I'm not sure about the following. I once enabled logging and got some output on a vt. I thought that ther system frooze (my harddisk light was on it seemed) and some moments later my system went on working. I'm not sure if this is the same as what I experience most of the time, since it doesn't seem to come out of it (or maybe I haev to wait longer ...). Anyway, I got:
    dmastatus=0x61
    DMAXxxx error
    status=0x58
    DriverReady SeekComplete Datarequest failed
    opcode was unknown
    My Question: Does anyone else experience these instability-problems with the latest kernel?
    I may compile xorg myself and wee what it gives ...
    thank you and greetings,
    Michel

    DriveReadySeekComplete errors are either:
    - IDE controler failure
    - Bad cables
    - Bad harddisk
    Out of these 3, the last one sounds the most reasonable with nowadays harddrives. And yes, your system will hang when all your important processes are hanging while trying to do disk I/O.
    What windows does is switching back to PIO mode and never report anything, until you hit the nice BSOD telling you to replace the floppydisk in drive C...

  • Using Notes and Oracle Client in the same application on Linux crashes

    This thread is copied from a thread of the same name under Database - General, since I cannot get any replies there.
    Could someone from Oracle PLEASE comment on this.
    Our application on Linux loads the Notes client libraries and then the Oracle client libraries. The application will crashes when connectimg to an Oracle server. This is because the T_* symbols in libnnz11.so get fixed up into libnotes.so rather than locally into libnnz11.so where the functions are defined.
    #10 0xb4779ea6 in T_malloc () from /opt/ibm/lotus/notes/libnotes.so
    #11 0xae7ca050 in CMP_reallocNoCopy ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #12 0xae7ccf7b in CMP_OctetStringToCMPInt ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #13 0xae7c91fd in A_X931RandomInit ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #14 0xaec09e0d in ztcriv ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #15 0xaec09cef in ztcrbp ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #16 0xaec09ca4 in ztcr2seed ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #17 0xaec09c54 in ztcrseed3 ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #18 0xaeb40683 in ztcsh ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #19 0xaea631c4 in kpusattr ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #20 0xaea7847e in OCIAttrSet ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #21 0xb081cb9f in COCIObject::Connect ()
    from /opt/criticalpath/common/bin/libor9i.so
    We have circumvented the problem for the time being by making sure that we load the Oracle libraries before Notes, but we cannot go with that as a long term solution.
    In my opinion the Oracle library is wrongly linked since all the T_* functions are defined in libnnz11.so. When we load Oracle first, the loader debug trace shows the correct fixups. When we load Notes first, the loader trace shows the incorrect fixups. We are using dlopen(libor9i.so, RTLD_LOCAL) for Oracle and dlopen(libnotes.so, RTLD_LOCAL) for Notes. libor9i.so has a dependency on libclntsh.so.10.1.
    An opinion would really be appreciated.
    Thanks,
    John Unsworth

    Thanks again.
    We don't have an Oracle support contract because we do not use Oracle ourselves. We supply an application that synchronises data between multiple data servers and server types, of which Oracle is one and Notes is another, as well as LDAP servers and many other types.
    Producing a full resolved binary is therefore not an option since the types of data server are configured when the apploication is installed, and then the client software for each server is loaded as required.
    The end user of the application supplies the client libraries and has a support contract for the servers, in particular Oracle and Notes in this case. So the other option is for the end user to raise a ticket using his support contract, but he is reluctant to do that since he considers that this is our problem as we supply the application that is having the problem. So we are in a dead water area. We do not want to take out a support contract just to get what is an Oracle product problem resolved. I imagine that this problem is something that has not been encountered before, because our use of the client library in conjunction with other client libraries is probably unusual.
    So that is why I am hoping, without any success so far, that someone from Oracle will pick this up.

  • Firefox (Linux) crashes as soon as it "starts" and the saved tabs won't go away no matter what, profilemanager doesn't work, only opens another firefox.

    My firefox on linux ubuntu 9.1 ALWAYS crashes on startup. But only on my regular logon (is it another Profile?), it says hrtimer_nanosleep on system monitor on the firefox_bin. It just did that one time and i can't get it to work. It crashes as soon as i start firefox with the tabs that were upp when it started crashing. Safe-mode is tested and did not work. I saw something about deleting / create new profile. but when i type in firefox -ProfileManager its only starts up another firefox that crashes. And i also saw that someone erased a file named secmod.db. I do NOT have this file. The whole firefox/mozilla files are all messed up in my system but where do i find the profile? It's all a mess this thing. and it's making me kinda pissed.

    If that does not work,
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift><br> ''(Mac Options)'' ''' key, and then starting Firefox. Is the problem still there?
    Start your '''Computer''' in safe mode with networking. Then start Firefox. Try '''Safe''' web sites.
    '''[http://encyclopedia2.thefreedictionary.com/Linux+Safe+Mode Starting The Computer In Safe Mode;<br>Free Online Encyclopedia]'''

  • Linux crash (XtWindowOfObject),  1.3.1

    Hello
    I am seeing jvm crashes when running applications on linux, with java2 SE, 1.3.1. These crashes do not happen on the solaris jdk. It is actually a jvm crash, not an Error or Exception.
    This only happens after I call JPopupMenu.setDefaultLightWeightPopupEnabled(false), (which is required as I have java3d components in the application and I would like the menus to appear in front of the java3d components) and while the user is manipulating menus.
    The crash is not dependent on using java3d. I have attached the smallest program that can reproduce the crash, and it's pretty small. Javadoc comments in the code explain how to reproduce this. I have also attached one of the hs_err_pid<n> files that is produced by the crash.
    I have searched through java.sun.com for all sorts of combinations of keywords, but haven't found anything that resembles this, although that doesn't mean it's not there.
    Has anyone else seen this? Is there a solution or workaround (besides using lightweight menus)? Or perhaps it's a known bug that I didn't find in my searching...
    Thanks
    Russell
    import javax.swing.JFrame;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    import javax.swing.JPopupMenu;
    /** A class to demonstrate jvm crashes that occur sometime after
        JPopupMenu.setDefaultLightWeightPopupEnabled(false) is called, on the
        linux platform with Sun jdk 1.3.1, and blackdown jdk 1.3.1.
        <p>To demonstrate the crash, compile and run this class.  Drop        down Menu
        1, do not release the mouse button, and then move the mouse over both
        Menus and the Menu items continuously.  The jvm crash should occur within
        a few seconds, although it can sometimes take up to a minute.  And
        occasionally (about one time in 10) the app will not crash.
        <p>According to the dump, the jvm catches an unexpected Signal 11 inside
        /usr/X11R6/lib/libXt.so.6, in function XtWindowOfObject (sometimes it
        reports _XtWindowedAncestor.)
        <p>This crash has been demonstrated on several different machines:
        <ul>
        <li>Debian woody, with XFree86 4.1.0, and mga_drv.o from the DRI
        project.</li>
        <li>Redhat 7.1 with XFree86 4.0.3.</li>
        <li>Redhat 7.1 with Xaccel from Xi Graphics</li>
        <li>Redhat 7.1 with XFree86 4.0.3, using a Sun Ultra 10 with Solaris 7 as
        X display.</li>
        </ul>
        <p>This crash has not been seen on the solaris jdk.
    public class CrashTest1
      public CrashTest1()
        // This is the guilty line.  Remove this line, and the app doesn't crash.
        JPopupMenu.setDefaultLightWeightPopupEnabled(false);
        JFrame jframe = new JFrame("CrashTest1!!!");
        JMenuBar jmenubar = new JMenuBar();
        JMenu jmenu1 = new JMenu("Menu 1");
        jmenu1.add(new JMenuItem("Item 1"));
        jmenubar.add(jmenu1);
        JMenu jmenu2 = new JMenu("Menu 2");
        jmenu2.add(new JMenuItem("Item 2"));
        jmenubar.add(jmenu2);
        jframe.setJMenuBar(jmenubar);
        jframe.setSize(new java.awt.Dimension(400,300));
        jframe.setVisible(true);
      public static void main(String[] args) {
        CrashTest1 crash = new CrashTest1();
    }Here is one of the hs_err_pid* files:
    4001a000-4001b000 r--p 00000000 09:02 430291     /usr/lib/locale/en_AU/LC_TELEPHONE
    4001b000-4001c000 r--p 00000000 09:02 159413     /usr/lib/locale/en_AU/LC_ADDRESS
    4001c000-4001d000 r--p 00000000 09:02 159418     /usr/lib/locale/en_AU/LC_NAME
    4001d000-4001e000 r--p 00000000 09:02 31935      /usr/lib/locale/en_AU/LC_PAPER
    4001e000-4001f000 r--p 00000000 09:02 47861      /usr/lib/locale/en_AU/LC_MESSAGES/SYS_LC_MESSAGES
    4001f000-40020000 r--p 00000000 09:02 430290     /usr/lib/locale/en_AU/LC_MONETARY
    40020000-40021000 r--p 00000000 09:02 111582     /usr/lib/locale/en_AU/LC_TIME
    40021000-4002e000 r-xp 00000000 09:01 108422     /lib/i686/libpthread-0.9.so
    4002e000-40036000 rw-p 0000c000 09:01 108422     /lib/i686/libpthread-0.9.so
    40036000-4003f000 r-xp 00000000 09:02 256346     /usr/java/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so
    4003f000-40040000 rw-p 00008000 09:02 256346     /usr/java/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so
    40040000-402a7000 r-xp 00000000 09:02 17335      /usr/java/jdk1.3.1/jre/lib/i386/client/libjvm.so
    402a7000-4040d000 rw-p 00266000 09:02 17335      /usr/java/jdk1.3.1/jre/lib/i386/client/libjvm.so
    40424000-40427000 r-xp 00000000 09:01 216849     /lib/libdl-2.2.2.so
    40427000-40428000 rw-p 00002000 09:01 216849     /lib/libdl-2.2.2.so
    40428000-4054e000 r-xp 00000000 09:01 108418     /lib/i686/libc-2.2.2.so
    4054e000-40554000 rw-p 00125000 09:01 108418     /lib/i686/libc-2.2.2.so
    40558000-4056b000 r-xp 00000000 09:01 216854     /lib/libnsl-2.2.2.so
    4056b000-4056d000 rw-p 00012000 09:01 216854     /lib/libnsl-2.2.2.so
    4056f000-40592000 r-xp 00000000 09:01 108420     /lib/i686/libm-2.2.2.so
    40592000-40593000 rw-p 00022000 09:01 108420     /lib/i686/libm-2.2.2.so
    40594000-405c8000 r-xp 00000000 09:02 414473     /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    405c8000-405d4000 rw-p 00033000 09:02 414473     /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    405d6000-405e7000 r-xp 00000000 09:02 463560     /usr/java/jdk1.3.1/jre/lib/i386/libverify.so
    405e7000-405e9000 rw-p 00010000 09:02 463560     /usr/java/jdk1.3.1/jre/lib/i386/libverify.so
    405e9000-4060a000 r-xp 00000000 09:02 463551     /usr/java/jdk1.3.1/jre/lib/i386/libjava.so
    4060a000-4060c000 rw-p 00020000 09:02 463551     /usr/java/jdk1.3.1/jre/lib/i386/libjava.so
    4060d000-40621000 r-xp 00000000 09:02 463561     /usr/java/jdk1.3.1/jre/lib/i386/libzip.so
    40621000-40624000 rw-p 00013000 09:02 463561     /usr/java/jdk1.3.1/jre/lib/i386/libzip.so
    40624000-4133d000 r--s 00000000 09:02 304193     /usr/java/jdk1.3.1/jre/lib/rt.jar
    4136a000-4160f000 r--s 00000000 09:02 304186     /usr/java/jdk1.3.1/jre/lib/i18n.jar
    4160f000-41625000 r--s 00000000 09:02 304194     /usr/java/jdk1.3.1/jre/lib/sunrsasign.jar
    436cd000-436ce000 r--p 00000000 09:02 430316     /usr/lib/locale/en_AU/LC_NUMERIC
    49d2f000-49d4a000 r--p 00000000 09:02 462196     /usr/lib/locale/en_AU/LC_CTYPE
    49d4a000-49d50000 r--p 00000000 09:02 95665      /usr/lib/locale/en_AU/LC_COLLATE
    49d50000-49d57000 r--s 00000000 09:07 275595     /home/russells/java/15-jaxp.jar
    49d59000-49d63000 r-xp 00000000 09:01 216870     /lib/libnss_files-2.2.2.so
    49d63000-49d64000 rw-p 00009000 09:01 216870     /lib/libnss_files-2.2.2.so
    4a5d0000-4a5ed000 r--s 00000000 09:02 336024     /usr/java/jdk1.3.1/jre/lib/ext/j3daudio.jar
    4a5ed000-4a5f3000 r-xp 00000000 09:02 32185      /usr/X11R6/lib/libXp.so.6.2
    4a5f3000-4a5f5000 rw-p 00005000 09:02 32185      /usr/X11R6/lib/libXp.so.6.2
    4a5f5000-4a5f9000 r-xp 00000000 09:02 32193      /usr/X11R6/lib/libXtst.so.6.1
    4a5f9000-4a5fa000 rw-p 00003000 09:02 32193      /usr/X11R6/lib/libXtst.so.6.1
    4a5fa000-4a5fd000 r--s 00000000 09:07 275606     /home/russells/java/93-ftp.jar
    4a5fd000-4a5ff000 r-xp 00000000 09:02 32110      /usr/lib/gconv/ISO8859-1.so
    4a5ff000-4a600000 rw-p 00001000 09:02 32110      /usr/lib/gconv/ISO8859-1.so
    4a700000-4a744000 r--s 00000000 09:02 336022     /usr/java/jdk1.3.1/jre/lib/ext/vecmath.jar
    4a744000-4a93b000 r--s 00000000 09:02 336023     /usr/java/jdk1.3.1/jre/lib/ext/j3dcore.jar
    4a93b000-4a9ec000 r--s 00000000 09:02 336025     /usr/java/jdk1.3.1/jre/lib/ext/j3dutils.jar
    4a9ec000-4adb9000 r-xp 00000000 09:02 463545     /usr/java/jdk1.3.1/jre/lib/i386/libawt.so
    4adb9000-4adc9000 rw-p 003cc000 09:02 463545     /usr/java/jdk1.3.1/jre/lib/i386/libawt.so
    4adde000-4ae0f000 r-xp 00000000 09:02 463557     /usr/java/jdk1.3.1/jre/lib/i386/libmlib_image.so
    4ae0f000-4ae11000 rw-p 00030000 09:02 463557     /usr/java/jdk1.3.1/jre/lib/i386/libmlib_image.so
    4ae11000-4ae56000 r-xp 00000000 09:02 32191      /usr/X11R6/lib/libXt.so.6.0
    4ae56000-4ae5a000 rw-p 00044000 09:02 32191      /usr/X11R6/lib/libXt.so.6.0
    4ae5b000-4ae67000 r-xp 00000000 09:02 32175      /usr/X11R6/lib/libXext.so.6.4
    4ae67000-4ae69000 rw-p 0000b000 09:02 32175      /usr/X11R6/lib/libXext.so.6.4
    4ae69000-4af3c000 r-xp 00000000 09:02 32167      /usr/X11R6/lib/libX11.so.6.2
    4af3c000-4af41000 rw-p 000d2000 09:02 32167      /usr/X11R6/lib/libX11.so.6.2
    4af41000-4af48000 r-xp 00000000 09:02 32165      /usr/X11R6/lib/libSM.so.6.0
    4af48000-4af4a000 rw-p 00006000 09:02 32165      /usr/X11R6/lib/libSM.so.6.0
    4af4a000-4af5d000 r-xp 00000000 09:02 32161      /usr/X11R6/lib/libICE.so.6.3
    4af5d000-4af5e000 rw-p 00012000 09:02 32161      /usr/X11R6/lib/libICE.so.6.3
    4af60000-4b11a000 r--s 00000000 09:07 275591     /home/russells/java/11-xerces-1.4.3.jar
    4b11a000-4b148000 r--s 00000000 09:07 275592     /home/russells/java/12-crimson.jar
    4b148000-4b162000 r--s 00000000 09:07 275593     /home/russells/java/13-jdom-b7.jar
    4b162000-4b226000 r--s 00000000 09:07 275594     /home/russells/java/14-xalan.jar
    4b226000-4b232000 r--s 00000000 09:07 275608     /home/russells/java/31-visad_mods.jar
    4b232000-4b687000 r--s 00000000 09:07 275597     /home/russells/java/32-visad.jar
    4b687000-4b805000 r--s 00000000 09:07 275598     /home/russells/java/51-classes12_01.zip
    4b805000-4b813000 r--s 00000000 09:07 275599     /home/russells/java/52-jdev-rt.zip
    4b813000-4b879000 r--s 00000000 09:07 275600     /home/russells/java/61-ant.jar
    4b879000-4b8ba000 r--s 00000000 09:07 275601     /home/russells/java/62-optional.jar
    4b8ba000-4b923000 r--s 00000000 09:07 275602     /home/russells/java/73-mapdata.jar
    4b923000-4b942000 r--s 00000000 09:07 275603     /home/russells/java/74-jlfgr-1_0.jar
    4b942000-4b95c000 r--s 00000000 09:07 275604     /home/russells/java/75-aifs2.jar
    4b95c000-4b977000 r--s 00000000 09:07 275605     /home/russells/java/91-bom-util-prefs.jar
    4b977000-4b9cc000 r--s 00000000 09:07 275607     /home/russells/java/94-jh.jar
    4b9cc000-4be4b000 r--s 00000000 09:02 97002      /usr/java/jdk1.3.1/lib/tools.jar
    4be4b000-4bed5000 r-xp 00000000 09:02 463548     /usr/java/jdk1.3.1/jre/lib/i386/libfontmanager.so
    4bed5000-4bee5000 rw-p 00089000 09:02 463548     /usr/java/jdk1.3.1/jre/lib/i386/libfontmanager.so
    Local Time = Wed Oct 31 17:15:41 2001
    Elapsed Time = 64
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)

    My original post had a truncated hs_err_pid file. Here's a complete one.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4ae2fbe7
    Function name=XtWindowOfObject
    Library=/usr/X11R6/lib/libXt.so.6
    Current Java thread:
            at sun.awt.motif.MComponentPeer.setCursor(Native Method)
            at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:123)
            at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:175)
            at sun.awt.motif.MComponentPeer.<init>(MComponentPeer.java:179)
            at sun.awt.motif.MCanvasPeer.<init>(MCanvasPeer.java:25)
            at sun.awt.motif.MPanelPeer.<init>(MPanelPeer.java:22)
            at sun.awt.motif.MToolkit.createPanel(MToolkit.java:150)
            at java.awt.Panel.addNotify(Panel.java:73)
            at java.awt.Container.addImpl(Container.java:374)
            at javax.swing.JLayeredPane.addImpl(JLayeredPane.java:201)
            at java.awt.Container.add(Container.java:284)
            at javax.swing.DefaultPopupFactory$PanelPopup.show(DefaultPopupFactory.java:1111)
            at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:612)
            at javax.swing.JPopupMenu.show(JPopupMenu.java:737)
            at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:311)
            at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1084)
            at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:84)
            at javax.swing.plaf.basic.BasicMenuUI$MenuDragMouseHandler.menuDragMouseDragged(BasicMenuUI.java:776)
            at javax.swing.JMenuItem.fireMenuDragMouseDragged(JMenuItem.java:529)
            at javax.swing.JMenuItem.processMenuDragMouseEvent(JMenuItem.java:450)
            at javax.swing.JMenuItem.processMouseEvent(JMenuItem.java:400)
            at javax.swing.MenuSelectionManager.processMouseEvent(MenuSelectionManager.java:264)
            at javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseDragged(BasicMenuUI.java:364)
            at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:260)
            at java.awt.Component.processMouseMotionEvent(Component.java:3759)
            at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:2299)
            at java.awt.Component.processEvent(Component.java:3548)
            at java.awt.Container.processEvent(Container.java:1164)
            at java.awt.Component.dispatchEventImpl(Component.java:2593)
            at java.awt.Container.dispatchEventImpl(Container.java:1213)
            at java.awt.Component.dispatchEvent(Component.java:2497)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2205)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
            at java.awt.Container.dispatchEventImpl(Container.java:1200)
            at java.awt.Window.dispatchEventImpl(Window.java:914)
            at java.awt.Component.dispatchEvent(Component.java:2497)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 09:02 304134     /usr/java/jdk1.3.1/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 09:02 304134     /usr/java/jdk1.3.1/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 09:01 216836     /lib/ld-2.2.2.so
    40016000-40017000 rw-p 00015000 09:01 216836     /lib/ld-2.2.2.so
    40018000-40019000 r--p 00000000 09:02 430289     /usr/lib/locale/en_AU/LC_IDENTIFICATION
    40019000-4001a000 r--p 00000000 09:02 31931      /usr/lib/locale/en_AU/LC_MEASUREMENT
    4001a000-4001b000 r--p 00000000 09:02 430291     /usr/lib/locale/en_AU/LC_TELEPHONE
    4001b000-4001c000 r--p 00000000 09:02 159413     /usr/lib/locale/en_AU/LC_ADDRESS
    4001c000-4001d000 r--p 00000000 09:02 159418     /usr/lib/locale/en_AU/LC_NAME
    4001d000-4001e000 r--p 00000000 09:02 31935      /usr/lib/locale/en_AU/LC_PAPER
    4001e000-4001f000 r--p 00000000 09:02 47861      /usr/lib/locale/en_AU/LC_MESSAGES/SYS_LC_MESSAGES
    4001f000-40020000 r--p 00000000 09:02 430290     /usr/lib/locale/en_AU/LC_MONETARY
    40020000-40021000 r--p 00000000 09:02 111582     /usr/lib/locale/en_AU/LC_TIME
    40021000-4002e000 r-xp 00000000 09:01 108422     /lib/i686/libpthread-0.9.so
    4002e000-40036000 rw-p 0000c000 09:01 108422     /lib/i686/libpthread-0.9.so
    40036000-4003f000 r-xp 00000000 09:02 256346     /usr/java/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so
    4003f000-40040000 rw-p 00008000 09:02 256346     /usr/java/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so
    40040000-402a7000 r-xp 00000000 09:02 17335      /usr/java/jdk1.3.1/jre/lib/i386/client/libjvm.so
    402a7000-4040d000 rw-p 00266000 09:02 17335      /usr/java/jdk1.3.1/jre/lib/i386/client/libjvm.so
    40424000-40427000 r-xp 00000000 09:01 216849     /lib/libdl-2.2.2.so
    40427000-40428000 rw-p 00002000 09:01 216849     /lib/libdl-2.2.2.so
    40428000-4054e000 r-xp 00000000 09:01 108418     /lib/i686/libc-2.2.2.so
    4054e000-40554000 rw-p 00125000 09:01 108418     /lib/i686/libc-2.2.2.so
    40558000-4056b000 r-xp 00000000 09:01 216854     /lib/libnsl-2.2.2.so
    4056b000-4056d000 rw-p 00012000 09:01 216854     /lib/libnsl-2.2.2.so
    4056f000-40592000 r-xp 00000000 09:01 108420     /lib/i686/libm-2.2.2.so
    40592000-40593000 rw-p 00022000 09:01 108420     /lib/i686/libm-2.2.2.so
    40594000-405c8000 r-xp 00000000 09:02 414473     /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    405c8000-405d4000 rw-p 00033000 09:02 414473     /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    405d6000-405e7000 r-xp 00000000 09:02 463560     /usr/java/jdk1.3.1/jre/lib/i386/libverify.so
    405e7000-405e9000 rw-p 00010000 09:02 463560     /usr/java/jdk1.3.1/jre/lib/i386/libverify.so
    405e9000-4060a000 r-xp 00000000 09:02 463551     /usr/java/jdk1.3.1/jre/lib/i386/libjava.so
    4060a000-4060c000 rw-p 00020000 09:02 463551     /usr/java/jdk1.3.1/jre/lib/i386/libjava.so
    4060d000-40621000 r-xp 00000000 09:02 463561     /usr/java/jdk1.3.1/jre/lib/i386/libzip.so
    40621000-40624000 rw-p 00013000 09:02 463561     /usr/java/jdk1.3.1/jre/lib/i386/libzip.so
    40624000-4133d000 r--s 00000000 09:02 304193     /usr/java/jdk1.3.1/jre/lib/rt.jar
    4136a000-4160f000 r--s 00000000 09:02 304186     /usr/java/jdk1.3.1/jre/lib/i18n.jar
    4160f000-41625000 r--s 00000000 09:02 304194     /usr/java/jdk1.3.1/jre/lib/sunrsasign.jar
    436cd000-436ce000 r--p 00000000 09:02 430316     /usr/lib/locale/en_AU/LC_NUMERIC
    49d2f000-49d4a000 r--p 00000000 09:02 462196     /usr/lib/locale/en_AU/LC_CTYPE
    49d4a000-49d50000 r--p 00000000 09:02 95665      /usr/lib/locale/en_AU/LC_COLLATE
    49d50000-49d57000 r--s 00000000 09:07 275595     /home/russells/java/15-jaxp.jar
    49d59000-49d63000 r-xp 00000000 09:01 216870     /lib/libnss_files-2.2.2.so
    49d63000-49d64000 rw-p 00009000 09:01 216870     /lib/libnss_files-2.2.2.so
    4a5d0000-4a5ed000 r--s 00000000 09:02 336024     /usr/java/jdk1.3.1/jre/lib/ext/j3daudio.jar
    4a5ed000-4a5f3000 r-xp 00000000 09:02 32185      /usr/X11R6/lib/libXp.so.6.2
    4a5f3000-4a5f5000 rw-p 00005000 09:02 32185      /usr/X11R6/lib/libXp.so.6.2
    4a5f5000-4a5f9000 r-xp 00000000 09:02 32193      /usr/X11R6/lib/libXtst.so.6.1
    4a5f9000-4a5fa000 rw-p 00003000 09:02 32193      /usr/X11R6/lib/libXtst.so.6.1
    4a5fa000-4a5fd000 r--s 00000000 09:07 275606     /home/russells/java/93-ftp.jar
    4a5fd000-4a5ff000 r-xp 00000000 09:02 32110      /usr/lib/gconv/ISO8859-1.so
    4a5ff000-4a600000 rw-p 00001000 09:02 32110      /usr/lib/gconv/ISO8859-1.so
    4a700000-4a744000 r--s 00000000 09:02 336022     /usr/java/jdk1.3.1/jre/lib/ext/vecmath.jar
    4a744000-4a93b000 r--s 00000000 09:02 336023     /usr/java/jdk1.3.1/jre/lib/ext/j3dcore.jar
    4a93b000-4a9ec000 r--s 00000000 09:02 336025     /usr/java/jdk1.3.1/jre/lib/ext/j3dutils.jar
    4a9ec000-4adb9000 r-xp 00000000 09:02 463545     /usr/java/jdk1.3.1/jre/lib/i386/libawt.so
    4adb9000-4adc9000 rw-p 003cc000 09:02 463545     /usr/java/jdk1.3.1/jre/lib/i386/libawt.so
    4adde000-4ae0f000 r-xp 00000000 09:02 463557     /usr/java/jdk1.3.1/jre/lib/i386/libmlib_image.so
    4ae0f000-4ae11000 rw-p 00030000 09:02 463557     /usr/java/jdk1.3.1/jre/lib/i386/libmlib_image.so
    4ae11000-4ae56000 r-xp 00000000 09:02 32191      /usr/X11R6/lib/libXt.so.6.0
    4ae56000-4ae5a000 rw-p 00044000 09:02 32191      /usr/X11R6/lib/libXt.so.6.0
    4ae5b000-4ae67000 r-xp 00000000 09:02 32175      /usr/X11R6/lib/libXext.so.6.4
    4ae67000-4ae69000 rw-p 0000b000 09:02 32175      /usr/X11R6/lib/libXext.so.6.4
    4ae69000-4af3c000 r-xp 00000000 09:02 32167      /usr/X11R6/lib/libX11.so.6.2
    4af3c000-4af41000 rw-p 000d2000 09:02 32167      /usr/X11R6/lib/libX11.so.6.2
    4af41000-4af48000 r-xp 00000000 09:02 32165      /usr/X11R6/lib/libSM.so.6.0
    4af48000-4af4a000 rw-p 00006000 09:02 32165      /usr/X11R6/lib/libSM.so.6.0
    4af4a000-4af5d000 r-xp 00000000 09:02 32161      /usr/X11R6/lib/libICE.so.6.3
    4af5d000-4af5e000 rw-p 00012000 09:02 32161      /usr/X11R6/lib/libICE.so.6.3
    4af60000-4b11a000 r--s 00000000 09:07 275591     /home/russells/java/11-xerces-1.4.3.jar
    4b11a000-4b148000 r--s 00000000 09:07 275592     /home/russells/java/12-crimson.jar
    4b148000-4b162000 r--s 00000000 09:07 275593     /home/russells/java/13-jdom-b7.jar
    4b162000-4b226000 r--s 00000000 09:07 275594     /home/russells/java/14-xalan.jar
    4b226000-4b232000 r--s 00000000 09:07 275608     /home/russells/java/31-visad_mods.jar
    4b232000-4b687000 r--s 00000000 09:07 275597     /home/russells/java/32-visad.jar
    4b687000-4b805000 r--s 00000000 09:07 275598     /home/russells/java/51-classes12_01.zip
    4b805000-4b813000 r--s 00000000 09:07 275599     /home/russells/java/52-jdev-rt.zip
    4b813000-4b879000 r--s 00000000 09:07 275600     /home/russells/java/61-ant.jar
    4b879000-4b8ba000 r--s 00000000 09:07 275601     /home/russells/java/62-optional.jar
    4b8ba000-4b923000 r--s 00000000 09:07 275602     /home/russells/java/73-mapdata.jar
    4b923000-4b942000 r--s 00000000 09:07 275603     /home/russells/java/74-jlfgr-1_0.jar
    4b942000-4b95c000 r--s 00000000 09:07 275604     /home/russells/java/75-aifs2.jar
    4b95c000-4b977000 r--s 00000000 09:07 275605     /home/russells/java/91-bom-util-prefs.jar
    4b977000-4b9cc000 r--s 00000000 09:07 275607     /home/russells/java/94-jh.jar
    4b9cc000-4be4b000 r--s 00000000 09:02 97002      /usr/java/jdk1.3.1/lib/tools.jar
    4be4b000-4bed5000 r-xp 00000000 09:02 463548     /usr/java/jdk1.3.1/jre/lib/i386/libfontmanager.so
    4bed5000-4bee5000 rw-p 00089000 09:02 463548     /usr/java/jdk1.3.1/jre/lib/i386/libfontmanager.so
    Local Time = Wed Oct 31 17:15:41 2001
    Elapsed Time = 64
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)

  • Firefox 34 on Linux crashing constantly, with AMD GPU + Proprietary driver

    Firefox 34 is constantly crashing, at random intervals. Sometimes the crash occurs as soon as the browser starts, sometimes it'll be fine for a couple of minutes, sometimes it's an hour.
    I am using an AMD GPU with the proprietary driver on Linux.
    Flash is disabled.
    What I have tried:
    Disabling hardware acceleration
    Disabling all add-ons
    Creating a new profile
    Re-downloading the package
    Crash signature: https://crash-stats.mozilla.com/report/list?product=Firefox&signature=libc-2.19.so%400x94470
    The issue started in version 32-33, I don't remember which.
    I don't know if it's related, but HTML5 x.264/MP4 playback has stopped working as well. Now I am only able to play webm video.
    The crashes seem to happen more frequently when browsing YouTube.

    In the address bar, type '''about:crashes'''<enter>.''' Note:''' If any reports do not
    have '''BP''' in front of the numbers, click it and select '''Submit'''.
    Using your mouse, '''mark''' the most '''resent 7 - 10''' crash reports, and
    '''copy''' them. Now go to the reply box below and '''paste''' them in.
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?

  • Adobe Reader 9.5.1 on Linux crashes every second time I try to print

    I can print perfectly.
    But if Adobe Reader stays open, and I try to print the same document a second time, or I try to print another document: In the moment I click on the Ok button in the print dialog, Adobe Reader crashes (window disappears) and nothing is printed.
    I have Adobe Reader 9.5.1 and cups 1.4.8.
    (Because I have cups 1.4.8 I don't think my problem is related to http://forums.adobe.com/thread/691846).

    I have the exact same problem with Adobe Reader 9.5.1 on Linux, gentoo build from sources of course, and the second time I try to print, or try to open a file or save, it means the second time you try to open a dialog that has something to do with system, it crashes...
    It can be reproducible on other distributions.
    :s
    I will not patch anything, but alternatives does not work as expected, also embedded into firefox has the same behaviour, and when it crashes you can not open any other pdf until you restart firefox and plugin reloads again...

  • JDBC OCI on Linux crashes, pls help

    Hi!
    I'm trying to use jdk 1.2.2, and jdbc2 of 8.1.6(classes12_01.zip), on linux Oracle8i 8.1.5, and at some moment the app crashes with a SIGSEGV, after making several sqlqueries:
    SIGSEGV 11* segmentation violation
    si_signo [11]: SIGSEGV 11* segmentation violation
    si_errno [0]: Success
    si_code [0]: SI_USER [pid: 0, uid: 0]
    stackpointer=0x44bbcff4
    Full thread dump Classic VM (1.2.2-L, green threads):
    "CaducatorThread" (TID:0x40eb5ab8, sys_thread_t:0x89af9e8, state:R) prio=1
    at oracle.jdbc.oci8.OCIDBAccess.open_statement(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.open(OCIDBAccess.java:458)
    at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:288)
    at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:307)
    at oracle.jdbc.driver.OraclePreparedStatement.<init>(OraclePreparedStatement.java:194)
    at oracle.jdbc.driver.OraclePreparedStatement.<init>(OraclePreparedStatement.java:177)
    at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:339)
    at server.persistence.jdbc.JdbcProcessInstancePersMgr.getInstancesToDispose(JdbcProcessInstancePersMgr.java:1111)
    I tried with the examples on jdbc/OCI and they worked, but my app, that is multithreaded, crashes.
    Pls I don't know where to look anymore, I'm desperate.
    Million Thanks in advance.
    Mariano

    Try placing the jar file in the
    {cfmx-root}/runtime/servers/lib (create if not already there)
    directory if you have the server install or the
    {jrun-root}/servers/lib directory if you have the multiserver or
    j2ee install on JRun. Restart the Coldfusion applicatioin server.
    Ted Zimmerman

  • Firefox on Linux crashes when loading java script web page while running on Windows works fine

    Hello all,
    well in my effort in writting php I frequently use phpanywhere.com
    The site loads successfully in both Windows and Linux setup (fully up-dated). However, when I press on .php file so to begin editing the Linux installed Firefox crashes and closes down every time (also when using different preference under JacaScript menu). Windows setup seems to have no problem at all.
    This has been checked in three different PC with Ubuntu Maveric installed on them. In all these cases Firefox crashes.
    Any possible ideas on that one?

    I have the same problem. I've never been able to identify when it started. Once firefox crashes, mpd, if it was playing, becomes unresponsive. The only way to get a flash site working again is to reboot my computer.
    I uninstalled flash: I'm not going to put up with that kind of behaviour. Now I watch youtube videos on other people's computers --you know how they say "You've GOT to see this movie!". And if I really need to see that one specific video, there's youtube-dl.
    Unfortunately gnash doesn't work on youtube for me.

  • 1.6.0u18 on x86_64 Linux  crashes immediately with OutOfMemory error

    Hi,
    I'm having a problem with the latest update of the JDK where all the binaries crash immediately with the following error:
    # ./java
    # A fatal error has been detected by the Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 64 bytes for char in /BUILD_AREA/jdk6_18/hotspot/src/share/vm/runtime/thread.cpp. Out of swap space?
    #  Internal Error (allocation.inline.hpp:39), pid=26928, tid=1105066304
    #  Error: char in /BUILD_AREA/jdk6_18/hotspot/src/share/vm/runtime/thread.cpp
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
    # An error report file with more information is saved as:
    # /root/src/jre1.6.0_18/bin/hs_err_pid26928.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    AbortedThis is on a 64-bit CentOS 5.4 machine:
    # uname -a
    Linux ... 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:32:21 EST 2010 x86_64 x86_64 x86_64 GNU/LinuxThe error is actually different sometimes, but always something memory-related (and usually it's the one above).
    And it's definitely not out of swap space:
    # free -g
    total       used       free     shared    buffers     cached
    Mem:            62         52         10          0          0         43
    -/+ buffers/cache:          8         54
    Swap:           16          0         16Here's the log file: [hs_err_pid26928.log|http://dl.dropbox.com/u/624277/hs_err_pid26928.log|hs_err_pid26928.log]
    I tried both the JDK and the JRE distributions, same problem. The 32-bit JDK works just fine.
    Any ideas?
    Thanks

    I have the vm ulimit set to 16 gigs:
    # ulimit -d -v
    data seg size           (kbytes, -d) unlimited
    virtual memory          (kbytes, -v) 16777216It does seem to work if I remove the limit.
    With the limit, specifying a max heap size manually works, and it correctly reports trying to set the heap size too high, but there seems to be a range of sizes close to the maximum that throws the error:
    # ./java -Xmx1024m  -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
    # ./java -Xmx8m  -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
    # ./java -Xmx15360m  -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
    # ./java -Xmx16384m  -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    # ./java -Xmx16100m  -version
    # A fatal error has been detected by the Java Runtime Environment:
    # java.lang.OutOfMemoryError: pthread_getattr_np
    #  Internal Error (os_linux_x86.cpp:681), pid=10943, tid=1101519168
    #  Error: pthread_getattr_np
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
    # An error report file with more information is saved as:
    # /root/src/jdk1.6.0_18/bin/hs_err_pid10943.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    AbortedI was going to mention that 1.6.0u07 has been working fine for over a year, but it turns out that it just doesn't try to give nice errors for invalid sizes:
    # /opt/jdk1.6.0_07/bin/java -Xmx17g -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    *** glibc detected *** /opt/jdk1.6.0_07/bin/java: free(): invalid pointer: 0x0000000040f0df90 ***
    ======= Backtrace: =========
    /lib64/libc.so.6[0x3cfd6722ef]
    /lib64/libc.so.6(cfree+0x4b)[0x3cfd67273b]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad54eb7e]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad4f4b54]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad4f6961]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad4fa16c]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so(JNI_CreateJavaVM+0x80)[0x2b74ad242f20]
    java[0x40003598]
    java(JavaMain+0x6e)[0x4000206e]
    /lib64/libpthread.so.0[0x3cfe206617]
    /lib64/libc.so.6(clone+0x6d)[0x3cfd6d3c2d]
    ======= Memory map: ========
      [snipped]
    AbortedIs there a way to find out how much it actually tries to allocate by default?

  • Linux crash and reinstall???

    Hello to everyone. I have a question. Is it true that if Linux (anykind) crashes then you have to reinstall it again to get it to work??
    jaxx

    d2_racing wrote:You can always CHROOT and repair
    You'd have a bit of a problem with that if you'd done this though:
    # rm -rf /bin
    (don't try this at home kids... (only at work )
    pacman.static to the rescue!

  • Webgl app i use running on win7/linux crashes now in ffox linux v21. what broke?

    I get a complete crash when a tab containing a "sampler2d" source texture is displayed in the webGL app I write code for and use. The same app runs fine in windows 7 firefox v21, and in linux chrome.
    Can I regress back a version of firefox so that I can work?

    Thank you, FredMcD... One shot, worked perfectly. Chose the MSI over the EXE installation.
    It'll be good getting back to using Firefox ... chrome is rather a pain in the arse...!

  • 4.0b6pre on linux started crashing on https on 9/12 & unable to send crash reports?

    Both on Sunday 9/12/2010 & today Monday 9/13/2010 using Lucid Puppy 5.1 on 2 different pcs the latest-trunk of Minefield 4.0b6pre for 686 linux
    crashed horribly trying to load: https://www.chase.com/ . I am using
    opendns via copying nameserver 208.67.222.222 & 208.67.220.220 to
    /etc/resolv.conf .
    I went back to 09/10 latest-trunk to post this. I have not added any extensions or addons. But after the crashes updated flash to the latest version.

    4.0b7pre crashes trying to ask about default browser. Unable to send crash report.
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:4.0b7pre
    BuildID: 20100914030208
    CrashTime: 1284422847
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0dea000
    FramePoisonSize: 4096
    InstallTime: 1284422616
    ProductName: Firefox
    ReleaseChannel: nightly
    SecondsSinceLastCrash: 179
    StartupTime: 1284422837
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/projects/firefox/4.0b7pre/whatsnew/
    Vendor: Mozilla
    Version: 4.0b7pre
    This report also contains technical information about the state of the application when it crashed.

  • [SOLVED] Archlinux crashed - how to find out why?

    Hi,
    just few minutes ago my archlinux crashed.
    It freezed for something like 5 seconds and then restarted. It's first time in my life I see linux crashes so badly.
    Are there any logs I could check to find the reason why my machine crashed? It's a fresh install because I repartitioned my HDD and installed arch two days ago. Hardware wasn't changed and previous installation was running fine for more than a year. OK, there were some minor issues but it never crashed this way.
    What is different in my current installation is I'm using nouveau driver for my graphics card instead of proprietary nvidia driver.
    Running applications I remember:
    -firefox
    -thunderbird
    -rhythmbox
    -rtorrent (NEW thing, I wans't using it before. But I also doubt it had any influence on what happend)
    Linux t61 3.17.2-1-ARCH #1 SMP PREEMPT Thu Oct 30 20:49:39 CET 2014 x86_64 GNU/Linux
    It seems like there was nothing logged for last boot
    journalctl -b -1
    gives
    -- Logs begin at sob 2014-11-15 21:26:17 CET, end at nie 2014-11-16 21:24:18 CET. --
    lis 16 15:55:05 t61 systemd-journal[126]: Runtime journal is using 8.0M (max allowed 149.8M, trying to leave 224.7M free of 1.4G available → current limit 149.8M).
    lis 16 15:55:06 t61 systemd-journal[126]: Permanent journal is using 24.0M (max allowed 3.9G, trying to leave 4.0G free of 25.3G available → current limit 3.9G).
    lis 16 15:55:07 t61 systemd-journal[126]: Time spent on flushing to /var is 1.064229s for 2 entries.
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys cpuset
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys cpu
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys cpuacct
    lis 16 15:55:07 t61 kernel: Linux version 3.17.2-1-ARCH (builduser@thomas) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Oct 30 20:49:39 CET 2014
    lis 16 15:55:07 t61 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ea5c6a7b-1f73-4527-b99c-29920084bd42 rw quiet
    lis 16 15:55:07 t61 kernel: e820: BIOS-provided physical RAM map:
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000beeaffff] usable
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000beeb0000-0x00000000beecbfff] ACPI data
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000beecc000-0x00000000beefffff] ACPI NVS
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000bef00000-0x00000000beffffff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    lis 16 15:55:07 t61 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    lis 16 15:55:07 t61 kernel: NX (Execute Disable) protection: active
    lis 16 15:55:07 t61 kernel: SMBIOS 2.4 present.
    lis 16 15:55:07 t61 kernel: DMI: LENOVO 7664R6G/7664R6G, BIOS 7LETD0WW (2.30 ) 02/27/2012
    lis 16 15:55:07 t61 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    lis 16 15:55:07 t61 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    lis 16 15:55:07 t61 kernel: AGP: No AGP bridge found
    lis 16 15:55:07 t61 kernel: e820: last_pfn = 0xbeeb0 max_arch_pfn = 0x400000000
    lis 16 15:55:07 t61 kernel: MTRR default type: uncachable
    lis 16 15:55:07 t61 kernel: MTRR fixed ranges enabled:
    lis 16 15:55:07 t61 kernel: 00000-9FFFF write-back
    lis 16 15:55:07 t61 kernel: A0000-BFFFF uncachable
    lis 16 15:55:07 t61 kernel: C0000-CFFFF write-protect
    lis 16 15:55:07 t61 kernel: D0000-DFFFF uncachable
    lis 16 15:55:07 t61 kernel: E0000-FFFFF write-protect
    lis 16 15:55:07 t61 kernel: MTRR variable ranges enabled:
    lis 16 15:55:07 t61 kernel: 0 base 0BF000000 mask FFF000000 uncachable
    lis 16 15:55:07 t61 kernel: 1 base 000000000 mask F80000000 write-back
    lis 16 15:55:07 t61 kernel: 2 base 080000000 mask FC0000000 write-back
    lis 16 15:55:07 t61 kernel: 3 base 0BEF00000 mask FFFF00000 uncachable
    lis 16 15:55:07 t61 kernel: 4 disabled
    lis 16 15:55:07 t61 kernel: 5 disabled
    lis 16 15:55:07 t61 kernel: 6 disabled
    lis 16 15:55:07 t61 kernel: 7 disabled
    lis 16 15:55:07 t61 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    lis 16 15:55:07 t61 kernel: found SMP MP-table at [mem 0x000f68f0-0x000f68ff] mapped at [ffff8800000f68f0]
    lis 16 15:55:07 t61 kernel: Scanning 1 areas for low memory corruption
    lis 16 15:55:07 t61 kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    lis 16 15:55:07 t61 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    lis 16 15:55:07 t61 kernel: [mem 0x00000000-0x000fffff] page 4k
    lis 16 15:55:07 t61 kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    lis 16 15:55:07 t61 kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    lis 16 15:55:07 t61 kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    lis 16 15:55:07 t61 kernel: init_memory_mapping: [mem 0xbec00000-0xbedfffff]
    lis 16 15:55:07 t61 kernel: [mem 0xbec00000-0xbedfffff] page 2M
    lis 16 15:55:07 t61 kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    lis 16 15:55:07 t61 kernel: init_memory_mapping: [mem 0xbc000000-0xbebfffff]
    lis 16 15:55:07 t61 kernel: [mem 0xbc000000-0xbebfffff] page 2M
    lis 16 15:55:07 t61 kernel: init_memory_mapping: [mem 0x80000000-0xbbffffff]
    lis 16 15:55:07 t61 kernel: [mem 0x80000000-0xbbffffff] page 2M
    lis 16 15:55:07 t61 kernel: init_memory_mapping: [mem 0x00100000-0x7fffffff]
    lis 16 15:55:07 t61 kernel: [mem 0x00100000-0x001fffff] page 4k
    lis 16 15:55:07 t61 kernel: [mem 0x00200000-0x7fffffff] page 2M
    lis 16 15:55:07 t61 kernel: init_memory_mapping: [mem 0xbee00000-0xbeeaffff]
    lis 16 15:55:07 t61 kernel: [mem 0xbee00000-0xbeeaffff] page 4k
    lis 16 15:55:07 t61 kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    lis 16 15:55:07 t61 kernel: RAMDISK: [mem 0x3798a000-0x37cbcfff]
    lis 16 15:55:07 t61 kernel: ACPI: Early table checksum verification disabled
    lis 16 15:55:07 t61 kernel: ACPI: RSDP 0x00000000000F68C0 000024 (v02 LENOVO)
    lis 16 15:55:07 t61 kernel: ACPI: XSDT 0x00000000BEEBB614 000094 (v01 LENOVO TP-7L 00002300 LTP 00000000)
    lis 16 15:55:07 t61 kernel: ACPI: FACP 0x00000000BEEBB700 0000F4 (v03 LENOVO TP-7L 00002300 LNVO 00000001)
    lis 16 15:55:07 t61 kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20140724/tbfadt-618)
    lis 16 15:55:07 t61 kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe1Block: 0/32 (20140724/tbfadt-618)
    lis 16 15:55:07 t61 kernel: ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20140724/tbfadt-649)
    lis 16 15:55:07 t61 kernel: ACPI: DSDT 0x00000000BEEBBB1D 01003C (v01 LENOVO TP-7L 00002300 MSFT 03000000)
    lis 16 15:55:07 t61 kernel: ACPI: FACS 0x00000000BEEE4000 000040
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0x00000000BEEBB8B4 000269 (v01 LENOVO TP-7L 00002300 MSFT 03000000)
    lis 16 15:55:07 t61 kernel: ACPI: ECDT 0x00000000BEECBB59 000052 (v01 LENOVO TP-7L 00002300 LNVO 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: TCPA 0x00000000BEECBBAB 000032 (v02 LENOVO TP-7L 00002300 LNVO 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: APIC 0x00000000BEECBBDD 000068 (v01 LENOVO TP-7L 00002300 LNVO 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: MCFG 0x00000000BEECBC45 00003C (v01 LENOVO TP-7L 00002300 LNVO 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: HPET 0x00000000BEECBC81 000038 (v01 LENOVO TP-7L 00002300 LNVO 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: SLIC 0x00000000BEECBDF0 000176 (v01 LENOVO TP-7L 00002300 LTP 00000000)
    lis 16 15:55:07 t61 kernel: ACPI: BOOT 0x00000000BEECBF66 000028 (v01 LENOVO TP-7L 00002300 LTP 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: ASF! 0x00000000BEECBF8E 000072 (v16 LENOVO TP-7L 00002300 PTL 00000001)
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0x00000000BEEE26D9 00025F (v01 LENOVO TP-7L 00002300 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0x00000000BEEE2938 0000A6 (v01 LENOVO TP-7L 00002300 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0x00000000BEEE29DE 0004F7 (v01 LENOVO TP-7L 00002300 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0x00000000BEEE2ED5 0001D8 (v01 LENOVO TP-7L 00002300 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: DMI detected: Lenovo ThinkPad T61
    lis 16 15:55:07 t61 kernel: ACPI: Local APIC address 0xfee00000
    lis 16 15:55:07 t61 kernel: No NUMA configuration found
    lis 16 15:55:07 t61 kernel: Faking a node at [mem 0x0000000000000000-0x00000000beeaffff]
    lis 16 15:55:07 t61 kernel: Initmem setup node 0 [mem 0x00000000-0xbeeaffff]
    lis 16 15:55:07 t61 kernel: NODE_DATA [mem 0xbeeac000-0xbeeaffff]
    lis 16 15:55:07 t61 kernel: [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800bb400000-ffff8800be3fffff] on node 0
    lis 16 15:55:07 t61 kernel: Zone ranges:
    lis 16 15:55:07 t61 kernel: DMA [mem 0x00001000-0x00ffffff]
    lis 16 15:55:07 t61 kernel: DMA32 [mem 0x01000000-0xffffffff]
    lis 16 15:55:07 t61 kernel: Normal empty
    lis 16 15:55:07 t61 kernel: Movable zone start for each node
    lis 16 15:55:07 t61 kernel: Early memory node ranges
    lis 16 15:55:07 t61 kernel: node 0: [mem 0x00001000-0x0009cfff]
    lis 16 15:55:07 t61 kernel: node 0: [mem 0x00100000-0xbeeaffff]
    lis 16 15:55:07 t61 kernel: On node 0 totalpages: 781900
    lis 16 15:55:07 t61 kernel: DMA zone: 64 pages used for memmap
    lis 16 15:55:07 t61 kernel: DMA zone: 21 pages reserved
    lis 16 15:55:07 t61 kernel: DMA zone: 3996 pages, LIFO batch:0
    lis 16 15:55:07 t61 kernel: DMA32 zone: 12155 pages used for memmap
    lis 16 15:55:07 t61 kernel: DMA32 zone: 777904 pages, LIFO batch:31
    lis 16 15:55:07 t61 kernel: ACPI: PM-Timer IO Port: 0x1008
    lis 16 15:55:07 t61 kernel: ACPI: Local APIC address 0xfee00000
    lis 16 15:55:07 t61 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    lis 16 15:55:07 t61 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    lis 16 15:55:07 t61 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    lis 16 15:55:07 t61 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    lis 16 15:55:07 t61 kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    lis 16 15:55:07 t61 kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    lis 16 15:55:07 t61 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    lis 16 15:55:07 t61 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    lis 16 15:55:07 t61 kernel: ACPI: IRQ0 used by override.
    lis 16 15:55:07 t61 kernel: ACPI: IRQ9 used by override.
    lis 16 15:55:07 t61 kernel: Using ACPI (MADT) for SMP configuration information
    lis 16 15:55:07 t61 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    lis 16 15:55:07 t61 kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    lis 16 15:55:07 t61 kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    lis 16 15:55:07 t61 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    lis 16 15:55:07 t61 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    lis 16 15:55:07 t61 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    lis 16 15:55:07 t61 kernel: e820: [mem 0xbf000000-0xefffffff] available for PCI devices
    lis 16 15:55:07 t61 kernel: Booting paravirtualized kernel on bare hardware
    lis 16 15:55:07 t61 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    lis 16 15:55:07 t61 kernel: PERCPU: Embedded 29 pages/cpu @ffff8800bea00000 s86848 r8192 d23744 u1048576
    lis 16 15:55:07 t61 kernel: pcpu-alloc: s86848 r8192 d23744 u1048576 alloc=1*2097152
    lis 16 15:55:07 t61 kernel: pcpu-alloc: [0] 0 1
    lis 16 15:55:07 t61 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 769660
    lis 16 15:55:07 t61 kernel: Policy zone: DMA32
    lis 16 15:55:07 t61 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ea5c6a7b-1f73-4527-b99c-29920084bd42 rw quiet
    lis 16 15:55:07 t61 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    lis 16 15:55:07 t61 kernel: AGP: Checking aperture...
    lis 16 15:55:07 t61 kernel: AGP: No AGP bridge found
    lis 16 15:55:07 t61 kernel: Calgary: detecting Calgary via BIOS EBDA area
    lis 16 15:55:07 t61 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    lis 16 15:55:07 t61 kernel: Memory: 3063108K/3127600K available (5381K kernel code, 909K rwdata, 1712K rodata, 1140K init, 1176K bss, 64492K reserved)
    lis 16 15:55:07 t61 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    lis 16 15:55:07 t61 kernel: Preemptible hierarchical RCU implementation.
    lis 16 15:55:07 t61 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    lis 16 15:55:07 t61 kernel: Dump stacks of tasks blocking RCU-preempt GP.
    lis 16 15:55:07 t61 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    lis 16 15:55:07 t61 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    lis 16 15:55:07 t61 kernel: NR_IRQS:8448 nr_irqs:440 0
    lis 16 15:55:07 t61 kernel: Console: colour dummy device 80x25
    lis 16 15:55:07 t61 kernel: console [tty0] enabled
    lis 16 15:55:07 t61 kernel: allocated 12582912 bytes of page_cgroup
    lis 16 15:55:07 t61 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    lis 16 15:55:07 t61 kernel: hpet clockevent registered
    lis 16 15:55:07 t61 kernel: tsc: Fast TSC calibration using PIT
    lis 16 15:55:07 t61 kernel: tsc: Detected 2094.738 MHz processor
    lis 16 15:55:07 t61 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4191.03 BogoMIPS (lpj=6982460)
    lis 16 15:55:07 t61 kernel: pid_max: default: 32768 minimum: 301
    lis 16 15:55:07 t61 kernel: ACPI: Core revision 20140724
    lis 16 15:55:07 t61 kernel: ACPI: All ACPI Tables successfully acquired
    lis 16 15:55:07 t61 kernel: Security Framework initialized
    lis 16 15:55:07 t61 kernel: Yama: becoming mindful.
    lis 16 15:55:07 t61 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    lis 16 15:55:07 t61 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    lis 16 15:55:07 t61 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    lis 16 15:55:07 t61 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys memory
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys devices
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys freezer
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys net_cls
    lis 16 15:55:07 t61 kernel: Initializing cgroup subsys blkio
    lis 16 15:55:07 t61 kernel: CPU: Physical Processor ID: 0
    lis 16 15:55:07 t61 kernel: CPU: Processor Core ID: 0
    lis 16 15:55:07 t61 kernel: mce: CPU supports 6 MCE banks
    lis 16 15:55:07 t61 kernel: CPU0: Thermal monitoring enabled (TM2)
    lis 16 15:55:07 t61 kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    lis 16 15:55:07 t61 kernel: Freeing SMP alternatives memory: 20K (ffffffff81a02000 - ffffffff81a07000)
    lis 16 15:55:07 t61 kernel: ftrace: allocating 20675 entries in 81 pages
    lis 16 15:55:07 t61 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    lis 16 15:55:07 t61 kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz (fam: 06, model: 17, stepping: 06)
    lis 16 15:55:07 t61 kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    lis 16 15:55:07 t61 kernel: ... version: 2
    lis 16 15:55:07 t61 kernel: ... bit width: 40
    lis 16 15:55:07 t61 kernel: ... generic registers: 2
    lis 16 15:55:07 t61 kernel: ... value mask: 000000ffffffffff
    lis 16 15:55:07 t61 kernel: ... max period: 000000007fffffff
    lis 16 15:55:07 t61 kernel: ... fixed-purpose events: 3
    lis 16 15:55:07 t61 kernel: ... event mask: 0000000700000003
    lis 16 15:55:07 t61 kernel: x86: Booting SMP configuration:
    lis 16 15:55:07 t61 kernel: .... node #0, CPUs: #1
    lis 16 15:55:07 t61 kernel: TSC synchronization [CPU#0 -> CPU#1]:
    lis 16 15:55:07 t61 kernel: Measured 383775 cycles TSC warp between CPUs, turning off TSC clock.
    lis 16 15:55:07 t61 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
    lis 16 15:55:07 t61 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    lis 16 15:55:07 t61 kernel: x86: Booted up 1 node, 2 CPUs
    lis 16 15:55:07 t61 kernel: smpboot: Total of 2 processors activated (8382.07 BogoMIPS)
    lis 16 15:55:07 t61 kernel: devtmpfs: initialized
    lis 16 15:55:07 t61 kernel: PM: Registering ACPI NVS region [mem 0xbeecc000-0xbeefffff] (212992 bytes)
    lis 16 15:55:07 t61 kernel: pinctrl core: initialized pinctrl subsystem
    lis 16 15:55:07 t61 kernel: RTC time: 14:54:57, date: 11/16/14
    lis 16 15:55:07 t61 kernel: NET: Registered protocol family 16
    lis 16 15:55:07 t61 kernel: cpuidle: using governor ladder
    lis 16 15:55:07 t61 kernel: cpuidle: using governor menu
    lis 16 15:55:07 t61 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    lis 16 15:55:07 t61 kernel: ACPI: bus type PCI registered
    lis 16 15:55:07 t61 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    lis 16 15:55:07 t61 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    lis 16 15:55:07 t61 kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    lis 16 15:55:07 t61 kernel: PCI: Using configuration type 1 for base access
    lis 16 15:55:07 t61 kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    lis 16 15:55:07 t61 kernel: mtrr: probably your BIOS does not setup all CPUs.
    lis 16 15:55:07 t61 kernel: mtrr: corrected configuration.
    lis 16 15:55:07 t61 kernel: ACPI: Added _OSI(Module Device)
    lis 16 15:55:07 t61 kernel: ACPI: Added _OSI(Processor Device)
    lis 16 15:55:07 t61 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    lis 16 15:55:07 t61 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    lis 16 15:55:07 t61 kernel: ACPI: Added _OSI(Linux)
    lis 16 15:55:07 t61 kernel: ACPI : EC: EC description table is found, configuring boot EC
    lis 16 15:55:07 t61 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI
    lis 16 15:55:07 t61 kernel: ACPI: Dynamic OEM Table Load:
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0xFFFF8800BE40F800 0002C4 (v01 PmRef Cpu0Ist 00000100 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: Dynamic OEM Table Load:
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0xFFFF8800BA3FC000 00085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: Dynamic OEM Table Load:
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0xFFFF8800BA2BE800 0000C8 (v01 PmRef Cpu1Ist 00000100 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: Dynamic OEM Table Load:
    lis 16 15:55:07 t61 kernel: ACPI: SSDT 0xFFFF8800BA2BFC00 000085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
    lis 16 15:55:07 t61 kernel: ACPI: Interpreter enabled
    lis 16 15:55:07 t61 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    lis 16 15:55:07 t61 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    lis 16 15:55:07 t61 kernel: ACPI: (supports S0 S3 S4 S5)
    lis 16 15:55:07 t61 kernel: ACPI: Using IOAPIC for interrupt routing
    lis 16 15:55:07 t61 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    lis 16 15:55:07 t61 kernel: ACPI: Power Resource [PUBS] (on)
    lis 16 15:55:07 t61 kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
    lis 16 15:55:07 t61 kernel: acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
    lis 16 15:55:07 t61 kernel: acpi IBM0079:00: ACPI dock station (docks/bays count: 3)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    lis 16 15:55:07 t61 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    lis 16 15:55:07 t61 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    lis 16 15:55:07 t61 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    lis 16 15:55:07 t61 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    lis 16 15:55:07 t61 kernel: PCI host bridge to bus 0000:00
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0xbf000000-0xfebfffff]
    lis 16 15:55:07 t61 kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    lis 16 15:55:07 t61 kernel: pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
    lis 16 15:55:07 t61 kernel: pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
    lis 16 15:55:07 t61 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    lis 16 15:55:07 t61 kernel: pci 0000:00:19.0: [8086:1049] type 00 class 0x020000
    lis 16 15:55:07 t61 kernel: pci 0000:00:19.0: reg 0x10: [mem 0xfe200000-0xfe21ffff]
    lis 16 15:55:07 t61 kernel: pci 0000:00:19.0: reg 0x14: [mem 0xfe225000-0xfe225fff]
    lis 16 15:55:07 t61 kernel: pci 0000:00:19.0: reg 0x18: [io 0x1840-0x185f]
    lis 16 15:55:07 t61 kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    lis 16 15:55:07 t61 kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
    lis 16 15:55:07 t61 kernel: pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.0: reg 0x20: [io 0x1860-0x187f]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.1: reg 0x20: [io 0x1880-0x189f]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfe226c00-0xfe226fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
    lis 16 15:55:08 t61 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfe220000-0xfe223fff 64bit]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.0: reg 0x20: [io 0x18a0-0x18bf]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.1: reg 0x20: [io 0x18c0-0x18df]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.2: reg 0x20: [io 0x18e0-0x18ff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfe227000-0xfe2273ff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: [8086:2811] type 00 class 0x060100
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: can't claim BAR 13 [io 0x1000-0x107f]: address conflict with ACPI CPU throttle [io 0x1010-0x1015]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: reg 0x20: [io 0x1830-0x183f]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: reg 0x10: [io 0x1c48-0x1c4f]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: reg 0x14: [io 0x1c1c-0x1c1f]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: reg 0x18: [io 0x1c40-0x1c47]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x1c18-0x1c1b]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: reg 0x20: [io 0x1c20-0x1c3f]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfe226000-0xfe2267ff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.2: PME# supported from D3hot
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfe227400-0xfe2274ff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.3: reg 0x20: [io 0x1c60-0x1c7f]
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: [10de:0429] type 00 class 0x030000
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd6000000-0xd6ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd4000000-0xd5ffffff 64bit]
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: reg 0x24: [io 0x2000-0x207f]
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: bridge window [mem 0xd4000000-0xd6ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:03:00.0: [8086:4230] type 00 class 0x028000
    lis 16 15:55:08 t61 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf2fe000-0xdf2fffff 64bit]
    lis 16 15:55:08 t61 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: bridge window [mem 0xdc100000-0xdf2fffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: bridge window [mem 0xdfa00000-0xdfafffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: bridge window [mem 0xd0000000-0xd1ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: bridge window [mem 0xdf700000-0xdf7fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: bridge window [mem 0xcc000000-0xcdffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: [1180:0476] type 02 class 0x060700
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: reg 0x10: [mem 0xf8100000-0xf8100fff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: supports D1 D2
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.1: [1180:0832] type 00 class 0x0c0010
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.1: reg 0x10: [mem 0xf8101000-0xf81017ff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.1: supports D1 D2
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [io 0x8000-0xbfff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xfbffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0xbf000000-0xfebfffff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed4bfff] (subtractive decode)
    lis 16 15:55:08 t61 kernel: pci_bus 0000:16: busn_res: can not insert [bus 16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18])
    lis 16 15:55:08 t61 kernel: pci_bus 0000:16: busn_res: [bus 16-ff] end is updated to 17
    lis 16 15:55:08 t61 kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    lis 16 15:55:08 t61 kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
    lis 16 15:55:08 t61 kernel: ACPI : EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62
    lis 16 15:55:08 t61 kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
    lis 16 15:55:08 t61 kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    lis 16 15:55:08 t61 kernel: vgaarb: loaded
    lis 16 15:55:08 t61 kernel: vgaarb: bridge control possible 0000:01:00.0
    lis 16 15:55:08 t61 kernel: PCI: Using ACPI for IRQ routing
    lis 16 15:55:08 t61 kernel: PCI: pci_cache_line_size set to 64 bytes
    lis 16 15:55:08 t61 kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    lis 16 15:55:08 t61 kernel: e820: reserve RAM buffer [mem 0xbeeb0000-0xbfffffff]
    lis 16 15:55:08 t61 kernel: NetLabel: Initializing
    lis 16 15:55:08 t61 kernel: NetLabel: domain hash size = 128
    lis 16 15:55:08 t61 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    lis 16 15:55:08 t61 kernel: NetLabel: unlabeled traffic allowed by default
    lis 16 15:55:08 t61 kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    lis 16 15:55:08 t61 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    lis 16 15:55:08 t61 kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    lis 16 15:55:08 t61 kernel: Switched to clocksource hpet
    lis 16 15:55:08 t61 kernel: pnp: PnP ACPI init
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0x00100000-0xbeffffff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    lis 16 15:55:08 t61 kernel: system 00:01: [io 0x164e-0x164f] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [io 0x1000-0x107f] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [io 0x1180-0x11bf] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [io 0x1600-0x165f] could not be reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    lis 16 15:55:08 t61 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    lis 16 15:55:08 t61 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    lis 16 15:55:08 t61 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    lis 16 15:55:08 t61 kernel: pnp 00:04: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
    lis 16 15:55:08 t61 kernel: pnp 00:05: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active)
    lis 16 15:55:08 t61 kernel: pnp: PnP ACPI: found 6 devices
    lis 16 15:55:08 t61 kernel: pci 0000:00:1f.0: BAR 13: [io 0x1000-0x107f] has bogus alignment
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00020000 pref]
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00020000 pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: bridge window [mem 0xd4000000-0xd6ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: bridge window [mem 0xdc100000-0xdf2fffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.1: bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.2: bridge window [mem 0xdfa00000-0xdfafffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: bridge window [mem 0xd0000000-0xd1ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.3: bridge window [mem 0xdf700000-0xdf7fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: bridge window [mem 0xcc000000-0xcdffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: BAR 16: assigned [mem 0xc0000000-0xc3ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: BAR 13: assigned [io 0x8000-0x80ff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: BAR 14: assigned [io 0x8400-0x84ff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: CardBus bridge to [bus 16-17]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: bridge window [io 0x8000-0x80ff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: bridge window [io 0x8400-0x84ff]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: bridge window [mem 0xf4000000-0xf7ffffff pref]
    lis 16 15:55:08 t61 kernel: pci 0000:15:00.0: bridge window [mem 0xc0000000-0xc3ffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: PCI bridge to [bus 15-18]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [io 0x8000-0xbfff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xfbffffff]
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 11 [mem 0xbf000000-0xfebfffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed4bfff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:01: resource 1 [mem 0xd4000000-0xd6ffffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfdffffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf80fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:03: resource 1 [mem 0xdc100000-0xdf2fffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:03: resource 2 [mem 0xdfd00000-0xdfdfffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:04: resource 0 [io 0x5000-0x5fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:04: resource 1 [mem 0xd8000000-0xd9ffffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:04: resource 2 [mem 0xdfa00000-0xdfafffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:05: resource 1 [mem 0xd0000000-0xd1ffffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:05: resource 2 [mem 0xdf700000-0xdf7fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:0d: resource 0 [io 0x7000-0x7fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:0d: resource 1 [mem 0xcc000000-0xcdffffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:0d: resource 2 [mem 0xdf400000-0xdf4fffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 0 [io 0x8000-0xbfff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 1 [mem 0xf8100000-0xfbffffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 4 [io 0x0000-0x0cf7]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 5 [io 0x0d00-0xffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 7 [mem 0x000d0000-0x000d3fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 8 [mem 0x000d4000-0x000d7fff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 9 [mem 0x000d8000-0x000dbfff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 10 [mem 0x000dc000-0x000dffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 11 [mem 0xbf000000-0xfebfffff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:15: resource 12 [mem 0xfed40000-0xfed4bfff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:16: resource 0 [io 0x8000-0x80ff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:16: resource 1 [io 0x8400-0x84ff]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:16: resource 2 [mem 0xf4000000-0xf7ffffff pref]
    lis 16 15:55:08 t61 kernel: pci_bus 0000:16: resource 3 [mem 0xc0000000-0xc3ffffff]
    lis 16 15:55:08 t61 kernel: NET: Registered protocol family 2
    lis 16 15:55:08 t61 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    lis 16 15:55:08 t61 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    lis 16 15:55:08 t61 kernel: TCP: Hash tables configured (established 32768 bind 32768)
    lis 16 15:55:08 t61 kernel: TCP: reno registered
    lis 16 15:55:08 t61 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    lis 16 15:55:08 t61 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    lis 16 15:55:08 t61 kernel: NET: Registered protocol family 1
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: Video device with shadowed ROM
    lis 16 15:55:08 t61 kernel: PCI: CLS mismatch (64 != 32), using 64 bytes
    lis 16 15:55:08 t61 kernel: Unpacking initramfs...
    lis 16 15:55:08 t61 kernel: Freeing initrd memory: 3276K (ffff88003798a000 - ffff880037cbd000)
    lis 16 15:55:08 t61 kernel: Simple Boot Flag at 0x35 set to 0x1
    lis 16 15:55:08 t61 kernel: microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60f
    lis 16 15:55:08 t61 kernel: microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60f
    lis 16 15:55:08 t61 kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    lis 16 15:55:08 t61 kernel: Scanning for low memory corruption every 60 seconds
    lis 16 15:55:08 t61 kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
    lis 16 15:55:08 t61 kernel: Initialise system trusted keyring
    lis 16 15:55:08 t61 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    lis 16 15:55:08 t61 kernel: zpool: loaded
    lis 16 15:55:08 t61 kernel: zbud: loaded
    lis 16 15:55:08 t61 kernel: VFS: Disk quotas dquot_6.5.2
    lis 16 15:55:08 t61 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    lis 16 15:55:08 t61 kernel: msgmni has been set to 5989
    lis 16 15:55:08 t61 kernel: Key type big_key registered
    lis 16 15:55:08 t61 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    lis 16 15:55:08 t61 kernel: io scheduler noop registered
    lis 16 15:55:08 t61 kernel: io scheduler deadline registered
    lis 16 15:55:08 t61 kernel: io scheduler cfq registered (default)
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.1: irq 26 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.2: irq 27 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.3: irq 28 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.4: irq 29 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    lis 16 15:55:08 t61 kernel: pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    lis 16 15:55:08 t61 kernel: pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    lis 16 15:55:08 t61 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    lis 16 15:55:08 t61 kernel: pciehp: Using ACPI for slot detection.
    lis 16 15:55:08 t61 kernel: pciehp 0000:00:1c.3:pcie04: Slot #5 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
    lis 16 15:55:08 t61 kernel: pciehp 0000:00:1c.3:pcie04: Timeout on hotplug command 0x00000000 (issued 1333 msec ago)
    lis 16 15:55:08 t61 kernel: pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
    lis 16 15:55:08 t61 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    lis 16 15:55:08 t61 kernel: vesafb: mode is 1280x1024x32, linelength=5120, pages=0
    lis 16 15:55:08 t61 kernel: vesafb: scrolling: redraw
    lis 16 15:55:08 t61 kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    lis 16 15:55:08 t61 kernel: vesafb: framebuffer at 0xd5000000, mapped to 0xffffc90004780000, using 5120k, total 5120k
    lis 16 15:55:08 t61 kernel: Console: switching to colour frame buffer device 160x64
    lis 16 15:55:08 t61 kernel: fb0: VESA VGA frame buffer device
    lis 16 15:55:08 t61 kernel: intel_idle: does not run on family 6 model 23
    lis 16 15:55:08 t61 kernel: GHES: HEST is not enabled!
    lis 16 15:55:08 t61 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    lis 16 15:55:08 t61 kernel: Linux agpgart interface v0.103
    lis 16 15:55:08 t61 kernel: rtc_cmos 00:02: RTC can wake from S4
    lis 16 15:55:08 t61 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    lis 16 15:55:08 t61 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    lis 16 15:55:08 t61 kernel: ledtrig-cpu: registered to indicate activity on CPUs
    lis 16 15:55:08 t61 kernel: TCP: cubic registered
    lis 16 15:55:08 t61 kernel: NET: Registered protocol family 10
    lis 16 15:55:08 t61 kernel: NET: Registered protocol family 17
    lis 16 15:55:08 t61 kernel: Loading compiled-in X.509 certificates
    lis 16 15:55:08 t61 kernel: registered taskstats version 1
    lis 16 15:55:08 t61 kernel: Magic number: 6:608:940
    lis 16 15:55:08 t61 kernel: pci_express 0000:00:1c.3:pcie08: hash matches
    lis 16 15:55:08 t61 kernel: rtc_cmos 00:02: setting system clock to 2014-11-16 14:54:59 UTC (1416149699)
    lis 16 15:55:08 t61 kernel: PM: Hibernation image not present or could not be loaded.
    lis 16 15:55:08 t61 kernel: Freeing unused kernel memory: 1140K (ffffffff818e5000 - ffffffff81a02000)
    lis 16 15:55:08 t61 kernel: Write protecting the kernel read-only data: 8192k
    lis 16 15:55:08 t61 kernel: Freeing unused kernel memory: 752K (ffff880001544000 - ffff880001600000)
    lis 16 15:55:08 t61 kernel: Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
    lis 16 15:55:08 t61 kernel: random: systemd-tmpfile urandom read with 3 bits of entropy available
    lis 16 15:55:08 t61 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    lis 16 15:55:08 t61 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    lis 16 15:55:08 t61 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    lis 16 15:55:08 t61 kernel: ACPI: bus type USB registered
    lis 16 15:55:08 t61 kernel: usbcore: registered new interface driver usbfs
    lis 16 15:55:08 t61 kernel: usbcore: registered new interface driver hub
    lis 16 15:55:08 t61 kernel: usbcore: registered new device driver usb
    lis 16 15:55:08 t61 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    lis 16 15:55:08 t61 kernel: uhci_hcd: USB Universal Host Controller Interface driver
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
    lis 16 15:55:08 t61 kernel: hub 1-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 1-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: ehci-pci: EHCI PCI platform driver
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.1: detected 2 ports
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
    lis 16 15:55:08 t61 kernel: hub 2-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 2-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
    lis 16 15:55:08 t61 kernel: hub 3-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 3-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
    lis 16 15:55:08 t61 kernel: hub 4-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 4-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
    lis 16 15:55:08 t61 kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
    lis 16 15:55:08 t61 kernel: hub 5-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 5-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 6
    lis 16 15:55:08 t61 kernel: SCSI subsystem initialized
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1a.7: irq 22, io mem 0xfe226c00
    lis 16 15:55:08 t61 kernel: pci 0000:00:1e.0: enabling device (0005 -> 0007)
    lis 16 15:55:08 t61 kernel: libata version 3.00 loaded.
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    lis 16 15:55:08 t61 kernel: hub 6-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 6-0:1.0: 4 ports detected
    lis 16 15:55:08 t61 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    lis 16 15:55:08 t61 kernel: hub 1-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 1-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: firewire_ohci 0000:15:00.1: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    lis 16 15:55:08 t61 kernel: hub 2-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 2-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: ata_piix 0000:00:1f.1: version 2.13
    lis 16 15:55:08 t61 kernel: scsi host0: ata_piix
    lis 16 15:55:08 t61 kernel: scsi host1: ata_piix
    lis 16 15:55:08 t61 kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1830 irq 14
    lis 16 15:55:08 t61 kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1838 irq 15
    lis 16 15:55:08 t61 kernel: ahci 0000:00:1f.2: version 3.0
    lis 16 15:55:08 t61 kernel: ahci 0000:00:1f.2: irq 30 for MSI/MSI-X
    lis 16 15:55:08 t61 kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x1 impl SATA mode
    lis 16 15:55:08 t61 kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
    lis 16 15:55:08 t61 kernel: ata2: port disabled--ignoring
    lis 16 15:55:08 t61 kernel: scsi host2: ahci
    lis 16 15:55:08 t61 kernel: scsi host3: ahci
    lis 16 15:55:08 t61 kernel: scsi host4: ahci
    lis 16 15:55:08 t61 kernel: ata3: SATA max UDMA/133 abar m2048@0xfe226000 port 0xfe226100 irq 30
    lis 16 15:55:08 t61 kernel: ata4: DUMMY
    lis 16 15:55:08 t61 kernel: ata5: DUMMY
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 7
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1d.7: debug port 1
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 0xfe227000
    lis 16 15:55:08 t61 kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    lis 16 15:55:08 t61 kernel: hub 7-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 7-0:1.0: 6 ports detected
    lis 16 15:55:08 t61 kernel: hub 3-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 3-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: hub 4-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 4-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: hub 5-0:1.0: USB hub found
    lis 16 15:55:08 t61 kernel: hub 5-0:1.0: 2 ports detected
    lis 16 15:55:08 t61 kernel: ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-U10N, 1.05, max UDMA/33
    lis 16 15:55:08 t61 kernel: ata1.00: configured for UDMA/33
    lis 16 15:55:08 t61 kernel: scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-U10N 1.05 PQ: 0 ANSI: 5
    lis 16 15:55:08 t61 kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    lis 16 15:55:08 t61 kernel: ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    lis 16 15:55:08 t61 kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    lis 16 15:55:08 t61 kernel: ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    lis 16 15:55:08 t61 kernel: ata3.00: ATA-8: WDC WD3200BEVT-00A23T0, 01.01A01, max UDMA/133
    lis 16 15:55:08 t61 kernel: ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    lis 16 15:55:08 t61 kernel: ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    lis 16 15:55:08 t61 kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    lis 16 15:55:08 t61 kernel: ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    lis 16 15:55:08 t61 kernel: ata3.00: configured for UDMA/133
    lis 16 15:55:08 t61 kernel: scsi 2:0:0:0: Direct-Access ATA WDC WD3200BEVT-0 1A01 PQ: 0 ANSI: 5
    lis 16 15:55:08 t61 kernel: sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    lis 16 15:55:08 t61 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    lis 16 15:55:08 t61 kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
    lis 16 15:55:08 t61 kernel: sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    lis 16 15:55:08 t61 kernel: sd 2:0:0:0: [sda] Write Protect is off
    lis 16 15:55:08 t61 kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    lis 16 15:55:08 t61 kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    lis 16 15:55:08 t61 kernel: sda: sda1 sda2 sda3
    lis 16 15:55:08 t61 kernel: sd 2:0:0:0: [sda] Attached SCSI disk
    lis 16 15:55:08 t61 kernel: firewire_core 0000:15:00.1: created device fw0: GUID 00061b032a56ecc5, S400
    lis 16 15:55:08 t61 kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
    lis 16 15:55:08 t61 kernel: usb 1-2: new full-speed USB device number 3 using uhci_hcd
    lis 16 15:55:08 t61 kernel: usb 2-1: new low-speed USB device number 2 using uhci_hcd
    lis 16 15:55:08 t61 kernel: hidraw: raw HID events driver (C) Jiri Kosina
    lis 16 15:55:08 t61 kernel: usbcore: registered new interface driver usbhid
    lis 16 15:55:08 t61 kernel: usbhid: USB HID core driver
    lis 16 15:55:08 t61 kernel: input: Microsoft Microsoft Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.0/0003:045E:00D1.0001/input/input2
    lis 16 15:55:08 t61 kernel: hid-generic 0003:045E:00D1.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Optical Mouse with Tilt Wheel] on usb-0000:00:1a.1-1/input0
    lis 16 15:55:08 t61 kernel: floppy0: no floppy controllers found
    lis 16 15:55:08 t61 kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    lis 16 15:55:08 t61 kernel: random: nonblocking pool is initialized
    lis 16 15:55:08 t61 kernel: fuse init (API version 7.23)
    lis 16 15:55:08 t61 kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    lis 16 15:55:08 t61 systemd-journal[126]: Journal started
    lis 16 15:55:06 t61 systemd-modules-load[124]: Inserted module 'fuse'
    lis 16 15:55:07 t61 systemd-udevd[151]: starting version 217
    lis 16 15:55:09 t61 kernel: Monitor-Mwait will be used to enter C-1 state
    lis 16 15:55:09 t61 kernel: Monitor-Mwait will be used to enter C-2 state
    lis 16 15:55:09 t61 kernel: Monitor-Mwait will be used to enter C-3 state
    lis 16 15:55:09 t61 kernel: ACPI: acpi_idle registered with cpuidle
    lis 16 15:55:09 t61 kernel: tpm_tis 00:05: 1.2 TPM (device-id 0x3203, rev-id 9)
    lis 16 15:55:09 t61 kernel: ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
    lis 16 15:55:09 t61 kernel: acpi device:06: registered as cooling_device2
    lis 16 15:55:09 t61 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input3
    lis 16 15:55:09 t61 kernel: tpm_tis 00:05: TPM is disabled/deactivated (0x6)
    lis 16 15:55:09 t61 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    lis 16 15:55:09 t61 kernel: ACPI: Lid Switch [LID]
    lis 16 15:55:09 t61 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
    lis 16 15:55:09 t61 kernel: ACPI: Sleep Button [SLPB]
    lis 16 15:55:09 t61 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    lis 16 15:55:09 t61 kernel: ACPI: Power Button [PWRF]
    lis 16 15:55:09 t61 kernel: snd_hda_intel 0000:00:1b.0: probe_mask set to 0x1 for device 17aa:20ac
    lis 16 15:55:09 t61 kernel: snd_hda_intel 0000:00:1b.0: irq 31 for MSI/MSI-X
    lis 16 15:55:09 t61 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    lis 16 15:55:09 t61 kernel: pps_core: LinuxPPS API ver. 1 registered
    lis 16 15:55:09 t61 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    lis 16 15:55:09 t61 kernel: wmi: Mapper loaded
    lis 16 15:55:09 t61 kernel: thermal LNXTHERM:00: registered as thermal_zone0
    lis 16 15:55:09 t61 kernel: ACPI: Thermal Zone [THM0] (58 C)
    lis 16 15:55:09 t61 kernel: thermal LNXTHERM:01: registered as thermal_zone1
    lis 16 15:55:09 t61 kernel: ACPI: Thermal Zone [THM1] (60 C)
    lis 16 15:55:09 t61 kernel: ACPI: Battery Slot [BAT0] (battery present)
    lis 16 15:55:09 t61 kernel: PTP clock support registered
    lis 16 15:55:09 t61 kernel: ACPI: AC Adapter [AC] (on-line)
    lis 16 15:55:10 t61 kernel: Non-volatile memory driver v1.3
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.25
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: ThinkPad BIOS 7LETD0WW (2.30 ), EC 7KHT24WW-1.08
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: Lenovo ThinkPad T61, model 7664R6G
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: detected a 16-level brightness capable ThinkPad
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: ACPI backlight control delay disabled
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: radio switch found; radios are enabled
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    lis 16 15:55:10 t61 kernel: thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    lis 16 15:55:10 t61 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
    lis 16 15:55:10 t61 kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    l

    If it is that bug, the fix is in 3.17.3 which is in [core] now.
    My experience is crashes like that are usually hardware instability.  Last time it happened to me it was because my RAM.  I had to underclock it to make it stable.  If the kernel update doesn't help you, you could try running a stress test like Prime95.
    http://www.mersenne.org/download/
    If your hardware is unstable it will usually crash after only 5-10 minutes.  If you can run it for multiple hours that can help rule out hardware.

  • HP Pavilion Elite m9515y PC randomly crashes

    Hi,
    I have an m9515y that will run fine for a few hours and then crash. It will do one of two things:
    1. Blue screen (memory dump)
    2. It will stop outputting signal to the monitor, it will not respond to any mouse or keyboard inputs, the WiFi light will turn off, but the power light will remain on.
    In either case, it must be rebooted and it will only run for a few hours again before repeating this behavior.
    I blew away the hard drive (which had Vista on it) and loaded Windows 7. This did not help.
    There is nothing in the event logs other than the usual "The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly."
    I opened the case up and cleaned out the heatsink which was completely caked in dirt/dust. I thought maybe it was overheating but after cleaning the heatsink and leaving the side panel off, the behavior continued. I bought a couple of memory sticks, took the original sticks out, and tried running the system with one of the new sticks and then with both -- the machine still crashes with either configuration.
    I booted up a Linux distro from a CD (no installation to hard drive) and it crashes even then.
    I'm running out of ideas at this point. Power supply? CPU? Video card?
    Is there any sort of HP diagnostic tool to test the different hardware components?
    Thanks.

    Hi,
    Boot into the bios (f10 ) and then go to the Boot tab and enable boot time diagnostics and then reboot and run some diagnostics.
    Does your PC have the NVIDIA 9500 video card? If no, what video card are you using?
    If your PC is equipped with NVIDIA 9500 then it's a possibility that the 9500 video card is faulty.  Lots of problems have been reported with the NVIDIA 9500.  Since your PC has an integrated video processor, your could remove your video if you have one and run on the internal video processor and see what happens.
    Does Linux crash right away?
    What hard drive make and model is is your PC? If it's an original Seagate then look here for a possible firmware update. Yes I know you have Windows 7 and the update is for VISTA so it might not run.  Look carefully at the Seagate model numbers and check those against what you have installed if you have a Seagate hard drive.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

Maybe you are looking for

  • Connecting macbook pro with tv that only has dvi port

    Hi community - I have a macbook pro and a minidisplay port --> hdmi adapter. I'd like to connect my macbook with a tv that only has a dvi port. Can I use a hdmi --> dvi cable on the minidsiplay port? Will that work? Thanks for your help.

  • New to mac need help on cleaning mac system

    Hello guys i am new to the mac i got it yesterday and i am so use to a pc...so i have some questions i want to know how i can clean my mac? (the system not the outside) how to clean out the internet history etc.( i know on my pc i had these one click

  • Siebel BIP Integration Objec for Parent, Child and Grand Child

    Hi, I 'm trying to create a one report for displaying Parent, Child and Grand Child. Service Request - Quote - Quote Item. Successfully create the BIP Integration object and generated the xml file. problem here is when trying to include the fields in

  • How do I change my email for iMessage on my MacBook Air?

    I no longer use the email that is set up for iMessage, how do i change it to a more recent email address?

  • Tab color

    I am trying to change the tab color of a user defined tab based off of the JSPTabContainer for Portal server 6.3. I followed the instructions for Changing the Color to Tabs in the Desktop Customization Guide and changed the titeBarColor and tabColor