Displaying Row numbers starting from 1

Hi every one,
I want to display row number as see in the report while printing, as I am using the fallowing formula I am getting row numbers including suppress records which I donu2019t want, right now my row number is starting from 10. Instead of 1u2026
WhilePrintingRecords;
Numbervar x;
x:=x+1;
I want row numbers for only display recordsu2026
Please help me u2026
Thanks,
Krish.

Krish,
I am assuming that you are using a conditional formula to suppress the details section. If that is the case then add the conditional suppression logic to your running total formula. For example;
WhilePrintingRecords;
Numbervar x;
If Not (condition for suppression) then x:=x+1 else x;

Similar Messages

  • Displaying row numbers in tables

    Is there a way to get JTable to display row numbers on the left-most side of the table? Are there any functions in JTable that will allow you to do this?
    I am thinking that to do this, I will probably need to add a column to my table model and make the first column and uneditable JLabel that shows the row number.
    Thanks for any help.
    Mike Ryan

    Ok , the class i am pulling this code from is 500+ lines of code, so I will try to pull out only the important pieces.
    private DefaultTableModel theNorthernModel;
    private JTable theNorthernTable;
    private DefaultTableCellRenderer[] theRenderer;
    private JScrollPane theNorthernPane;
    private Object[] rowTitles = {"1", "2", "3",  "4", "5",  "6", "7"};//
    private Object[] colTitles  = {"one","two","three","four","five","six"};
         theNorthernModel = new DefaultTableModel(rowTitles.length,colTitles.length);
              theNorthernTable = new JTable(theNorthernModel);
              theNorthernTable.setCellSelectionEnabled(false);
              theNorthernTable.setEnabled(false);
              theNorthernTable.getTableHeader().setReorderingAllowed(false);
              theNorthernPane  = new JScrollPane(theNorthernTable);
              theNorthernPane.setPreferredSize(new Dimension(600, 150));
    //this is the stuff you want          
    ListModel listModel = new AbstractListModel() {
                 public int getSize() {
                         return rowTitles.length;
                public Object getElementAt(int index) {
                     return rowTitles[index];
            JList rowHeader1 = new JList(listModel);
            rowHeader1.setBackground(theNorthernPane.getBackground());
            rowHeader1.setFixedCellWidth(140);
            theNorthernPane.setViewportView(theNorthernTable);
            theNorthernPane.setRowHeaderView(rowHeader1);
            rowHeader1.setCellRenderer(new RowHeaderRenderer(theNorthernTable));
    theRenderer = new DefaultTableCellRenderer[6];
              for(int i = 0; i< 6; i++) {
                   theRenderer[i] = new DefaultTableCellRenderer();     
    theColumnModel = (DefaultTableColumnModel)theNorthernTable.getColumnModel();
    * RowHeaderRenderer renders the panel's rows
    class RowHeaderRenderer extends JLabel implements ListCellRenderer {
         * Constructor creates all cells the same
         * To change look for individual cells put code in
         * getListCellRendererComponent method
        RowHeaderRenderer(JTable table) {
            JTableHeader header = table.getTableHeader();
            setOpaque(true);
            setBorder(UIManager.getBorder("TableHeader.cellBorder"));
            setHorizontalAlignment(CENTER);
            setForeground(header.getForeground());
            setBackground(header.getBackground());
            setFont(header.getFont());
         * Returns the JLabel after setting the text of the cell
        public Component getListCellRendererComponent( JList list,
        Object value, int index, boolean isSelected, boolean cellHasFocus) {
            setText((value == null) ? "" : value.toString());
            return this;
    }

  • Pages page numbering starting from not first page

    Hi. I want Pages to page number starting from not first page but actually page number 12 in my doc should be numbered as page 1 while prior pages numbered i to xi
    Can this be done? How? Thanks.
    Michael

    +Menu > Insert > Section Break+
    at the bottom of where you want the numbering to start/change.
    Click in the body text of the page and set how you want each sections numbering to appear in:
    +Inspector > Layout > Section > Page Numbers+
    In the 2nd section make sure you uncheck:
    +Inspector > Layout > Section > Configuration > Use previous headers & footers+
    Peter

  • Outside in Viewer resets the page number to 1 always, even though the Word document has page numbering starting from different value.

    Hi All,
    I've a Word Document with page header having page number inserted.However the page numbers have been formatted to start from a value other than 1.
    E.g. For a given word document, navigate to "File -> Insert -> Page number-> format page number -> start at " and set the value to say "300". Now insert page numbers, so that the page numbering of the 1st page starts from 300.
    When this document is viewed using Outside-in Viewer, the page number of the 1st page always shows 1 instead of showing 300 (though this is not being reset/changed within the actual document)
    I'm using Outside in 8.1.9 SDK for the same. Is there an API to set the page number correct (exactly what has been set within the original document) while viewing...
    Alternatively confirm if this is a limitation within the Outside-in Viewer.
    Thanks,
    Badri

    You're going to need to open an SR to Outside In Support, Product ID 2276.
    Make sure you attach an example Word doc to the SR.

  • Will ASE system defined error number fall into user defined error numbers starting from 20000?

    The maximum error number in sysmessages:
    select max(error) from master.dbo.sysmessages
    ON ASE 15.0.3
    column1   
    19975     
    ON ASE 15.7
    select max(error) from master.dbo.sysmessages
    column1   
    19999

    Hi Siddhartha,
    I don't expect ASE to start using error numbers in the user-defined range.  I'm part of the group that reviews new messages, and conserving the shrinking pool of available numbers is certainly a concern of ours. We are actually still some ways away from running out of numbers.
    The error numbers are actually a concatenation of a major family number (the 100s values)
    and minor numbers 0-99 in each family.  There are many families of errors that have unused values, one possibility is that we could use those unused values for errors that don't really belong in that family.   Another thing we can do (though it would have to be in a major release of both open client and ASE) would be to introduce another mechanism that might work just the same as error messages but be called, say, "notifications" or "faults' (though that term is already used by checkstorage.
    There actually already exist two such families of messages, one called "errors" and the other called "messages".  You can see this when configuring a shared memory dump, both are possible dump conditions.  "Errors" show up in the errorlog displaying the message number, severity, and a state value, while "Messages" just display text and support has to look up the associated message number in the ASE sourcecode.  (Not all text messages in the log are actual messages like this, some are just text that gets printed that one can't configure a memory dump on.)
    Cheers,
    -bret

  • [Solved] Graphical display won't start from cold boot.

    I noticed that if I turn on my computer and boot into linux the screen will go black after trying to start the display manager. Rebooting into linux will again display a blank black screen. Switching to TTY's with ctrl-alt-F* doesn't appear to work. If I boot into windows then boot linux the display works.
    I haven't been able to debug much because I can only cause this bug to occur after letting the computer sit off for a while. Shutting the computer down (systemctl poweroff) doesn't cause it, leaving it unplugged for a minute didn't cause it either.
    Today I tested ways to recreate the error without waiting, I don't remember how many things I tried, so I can't include boot logs from a failed boot, I'll grab them next time the bug happens.
    I'm running linux-ck and nvidia drivers installed from the linux-ck unofficial repository mentioned in the linux-ck wiki page.
    - Kernel:     repo-ck/linux-ck-ivybridge 3.12.9-3
    - Graphics: repo-ck/nvidia-ck-ivybridge 331.38-2
    - Display manager: community/lightdm 1:1.8.6-1
    Hardware:
    - ASRock Z77 Extreme4 ATX LGA1155 Motherboard
    - GTX 670 Graphics card.
    Solution:
    This was an issue with windows 8.1 fast start up, which is enabled by default. Instead of performing a clean shutdown windows will hibernate to disk. When linux booted the disks failed to mount.
    I disabled fast startup in windows Control Panel > Power Options > System Settings.
    Last edited by seniorsassycat (2014-02-07 18:56:44)

    So I left my computer off for more than three hours and the display started fine when I turned the computer on. This morning after the computer was off for about eight hours the display wouldn't come on. I have boot logs from a good, and a bad boot.
    Failed Boot
    -- Logs begin at Sun 2013-05-19 13:01:58 EDT, end at Fri 2014-02-07 11:57:16 EST. --
    Feb 07 11:54:25 ragnarok systemd-journal[130]: Runtime journal is using 1.3M (max 393.6M, leaving 590.4M of free 3.8G, current limit 393.6M).
    Feb 07 11:54:25 ragnarok systemd-journal[130]: Runtime journal is using 1.3M (max 393.6M, leaving 590.4M of free 3.8G, current limit 393.6M).
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys cpuset
    Feb 07 11:54:25 ragnarok kernel: Linux version 3.12.9-3-ck (squishy@ease) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 2 14:51:38 EST 2014
    Feb 07 11:54:25 ragnarok kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=b5bc95f0-b132-4697-b135-7f972efcbf65 rw elevator=bfq resume=/dev/sdb1 init=/usr/lib/systemd/systemd
    Feb 07 11:54:25 ragnarok kernel: e820: BIOS-provided physical RAM map:
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000040005000-0x00000000c98c1fff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000c98c2000-0x00000000c9f4cfff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000c9f4d000-0x00000000ca1ccfff] ACPI NVS
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca1cd000-0x00000000ca1d1fff] ACPI data
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca1d2000-0x00000000ca214fff] ACPI NVS
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca215000-0x00000000cac0afff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000cac0b000-0x00000000caff1fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000caff2000-0x00000000caffffff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
    Feb 07 11:54:25 ragnarok kernel: NX (Execute Disable) protection: active
    Feb 07 11:54:25 ragnarok kernel: SMBIOS 2.7 present.
    Feb 07 11:54:25 ragnarok kernel: DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme4, BIOS P1.20 03/08/2012
    Feb 07 11:54:25 ragnarok kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Feb 07 11:54:25 ragnarok kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Feb 07 11:54:25 ragnarok kernel: No AGP bridge found
    Feb 07 11:54:25 ragnarok kernel: e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
    Feb 07 11:54:25 ragnarok kernel: MTRR default type: uncachable
    Feb 07 11:54:25 ragnarok kernel: MTRR fixed ranges enabled:
    Feb 07 11:54:25 ragnarok kernel: 00000-9FFFF write-back
    Feb 07 11:54:25 ragnarok kernel: A0000-BFFFF uncachable
    Feb 07 11:54:25 ragnarok kernel: C0000-CFFFF write-protect
    Feb 07 11:54:25 ragnarok kernel: D0000-EBFFF uncachable
    Feb 07 11:54:25 ragnarok kernel: EC000-FFFFF write-protect
    Feb 07 11:54:25 ragnarok kernel: MTRR variable ranges enabled:
    Feb 07 11:54:25 ragnarok kernel: 0 base 000000000 mask E00000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 1 base 200000000 mask FE0000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 2 base 220000000 mask FF0000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 3 base 0E0000000 mask FE0000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 4 base 0D0000000 mask FF0000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 5 base 0CC000000 mask FFC000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 6 base 0CB800000 mask FFF800000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 7 base 22F800000 mask FFF800000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 8 base 22F600000 mask FFFE00000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 9 disabled
    Feb 07 11:54:25 ragnarok kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 07 11:54:25 ragnarok kernel: e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
    Feb 07 11:54:25 ragnarok kernel: e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    Feb 07 11:54:25 ragnarok kernel: found SMP MP-table at [mem 0x000fcd40-0x000fcd4f] mapped at [ffff8800000fcd40]
    Feb 07 11:54:25 ragnarok kernel: Scanning 1 areas for low memory corruption
    Feb 07 11:54:25 ragnarok kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00000000-0x000fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b11000, 0x01b11fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b12000, 0x01b12fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b13000, 0x01b13fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x22f400000-0x22f5fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b14000, 0x01b14fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x22c000000-0x22f3fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x200000000-0x22bffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x200000000-0x22bffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00100000-0x001fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00200000-0x1fffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x20200000-0x40003fff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x20200000-0x3fffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40000000-0x40003fff] page 4k
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b15000, 0x01b15fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b16000, 0x01b16fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x40005000-0xc98c1fff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40005000-0x401fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40200000-0xc97fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0xc9800000-0xc98c1fff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0xca215000-0xcac0afff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0xca215000-0xca3fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0xca400000-0xcabfffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0xcac00000-0xcac0afff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0xcaff2000-0xcaffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0xcaff2000-0xcaffffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x100000000-0x1ffffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: RAMDISK: [mem 0x379f8000-0x37cf3fff]
    Feb 07 11:54:25 ragnarok kernel: ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    Feb 07 11:54:25 ragnarok kernel: ACPI: XSDT 00000000ca1b4078 00074 (v01 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: FACP 00000000ca1bdb80 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: DSDT 00000000ca1b4188 099F2 (v02 ALASKA A M I 00000014 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: FACS 00000000ca1cbf80 00040
    Feb 07 11:54:25 ragnarok kernel: ACPI: APIC 00000000ca1bdc78 00072 (v03 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: ASF! 00000000ca1bdcf0 000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
    Feb 07 11:54:25 ragnarok kernel: ACPI: MCFG 00000000ca1bdd98 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1bddd8 004A6 (v01 Intel_ AoacTabl 00001000 INTL 20091112)
    Feb 07 11:54:25 ragnarok kernel: ACPI: AAFT 00000000ca1be280 000C2 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    Feb 07 11:54:25 ragnarok kernel: ACPI: HPET 00000000ca1be348 00038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1be380 0036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1be6f0 009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1bf0a0 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Local APIC address 0xfee00000
    Feb 07 11:54:25 ragnarok kernel: [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
    Feb 07 11:54:25 ragnarok kernel: Zone ranges:
    Feb 07 11:54:25 ragnarok kernel: DMA [mem 0x00001000-0x00ffffff]
    Feb 07 11:54:25 ragnarok kernel: DMA32 [mem 0x01000000-0xffffffff]
    Feb 07 11:54:25 ragnarok kernel: Normal [mem 0x100000000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: Movable zone start for each node
    Feb 07 11:54:25 ragnarok kernel: Early memory node ranges
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x00001000-0x0009cfff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x00100000-0x1fffffff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x20200000-0x40003fff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x40005000-0xc98c1fff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0xca215000-0xcac0afff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0xcaff2000-0xcaffffff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x100000000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: On node 0 totalpages: 2070113
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 64 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 21 pages reserved
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 3996 pages, LIFO batch:0
    Feb 07 11:54:25 ragnarok kernel: DMA32 zone: 12868 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: DMA32 zone: 823493 pages, LIFO batch:31
    Feb 07 11:54:25 ragnarok kernel: Normal zone: 19416 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: Normal zone: 1242624 pages, LIFO batch:31
    Feb 07 11:54:25 ragnarok kernel: ACPI: PM-Timer IO Port: 0x408
    Feb 07 11:54:25 ragnarok kernel: ACPI: Local APIC address 0xfee00000
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Feb 07 11:54:25 ragnarok kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 07 11:54:25 ragnarok kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Feb 07 11:54:25 ragnarok kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 07 11:54:25 ragnarok kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ0 used by override.
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ2 used by override.
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ9 used by override.
    Feb 07 11:54:25 ragnarok kernel: Using ACPI (MADT) for SMP configuration information
    Feb 07 11:54:25 ragnarok kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    Feb 07 11:54:25 ragnarok kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Feb 07 11:54:25 ragnarok kernel: nr_irqs_gsi: 40
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xc98c2000-0xc9f4cfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xc9f4d000-0xca1ccfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xca1cd000-0xca1d1fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xca1d2000-0xca214fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcac0b000-0xcaff1fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
    Feb 07 11:54:25 ragnarok kernel: Booting paravirtualized kernel on bare hardware
    Feb 07 11:54:25 ragnarok kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Feb 07 11:54:25 ragnarok kernel: PERCPU: Embedded 28 pages/cpu @ffff88022f200000 s83840 r8192 d22656 u524288
    Feb 07 11:54:25 ragnarok kernel: pcpu-alloc: s83840 r8192 d22656 u524288 alloc=1*2097152
    Feb 07 11:54:25 ragnarok kernel: pcpu-alloc: [0] 0 1 2 3
    Feb 07 11:54:25 ragnarok kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2037744
    Feb 07 11:54:25 ragnarok kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=b5bc95f0-b132-4697-b135-7f972efcbf65 rw elevator=bfq resume=/dev/sdb1 init=/usr/lib/systemd/systemd
    Feb 07 11:54:25 ragnarok kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Feb 07 11:54:25 ragnarok kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Feb 07 11:54:25 ragnarok kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Feb 07 11:54:25 ragnarok kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Feb 07 11:54:25 ragnarok kernel: Checking aperture...
    Feb 07 11:54:25 ragnarok kernel: No AGP bridge found
    Feb 07 11:54:25 ragnarok kernel: Calgary: detecting Calgary via BIOS EBDA area
    Feb 07 11:54:25 ragnarok kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Feb 07 11:54:25 ragnarok kernel: Memory: 8055804K/8280452K available (4983K kernel code, 735K rwdata, 1608K rodata, 1108K init, 1264K bss, 224648K reserved)
    Feb 07 11:54:25 ragnarok kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 07 11:54:25 ragnarok kernel: Preemptible hierarchical RCU implementation.
    Feb 07 11:54:25 ragnarok kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Feb 07 11:54:25 ragnarok kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Feb 07 11:54:25 ragnarok kernel: NR_IRQS:8448 nr_irqs:1704 16
    Feb 07 11:54:25 ragnarok kernel: Console: colour dummy device 80x25
    Feb 07 11:54:25 ragnarok kernel: console [tty0] enabled
    Feb 07 11:54:25 ragnarok kernel: allocated 33554432 bytes of page_cgroup
    Feb 07 11:54:25 ragnarok kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 07 11:54:25 ragnarok kernel: hpet clockevent registered
    Feb 07 11:54:25 ragnarok kernel: tsc: Fast TSC calibration failed
    Feb 07 11:54:25 ragnarok kernel: tsc: PIT calibration matches HPET. 1 loops
    Feb 07 11:54:25 ragnarok kernel: tsc: Detected 3399.661 MHz processor
    Feb 07 11:54:25 ragnarok kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.32 BogoMIPS (lpj=3399661)
    Feb 07 11:54:25 ragnarok kernel: pid_max: default: 32768 minimum: 301
    Feb 07 11:54:25 ragnarok kernel: Security Framework initialized
    Feb 07 11:54:25 ragnarok kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 07 11:54:25 ragnarok kernel: Yama: becoming mindful.
    Feb 07 11:54:25 ragnarok kernel: Mount-cache hash table entries: 256
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys memory
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys devices
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys freezer
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys net_cls
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys blkio
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys bfqio
    Feb 07 11:54:25 ragnarok kernel: CPU: Physical Processor ID: 0
    Feb 07 11:54:25 ragnarok kernel: CPU: Processor Core ID: 0
    Feb 07 11:54:25 ragnarok kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Feb 07 11:54:25 ragnarok kernel: mce: CPU supports 9 MCE banks
    Feb 07 11:54:25 ragnarok kernel: CPU0: Thermal monitoring enabled (TM1)
    Feb 07 11:54:25 ragnarok kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    Feb 07 11:54:25 ragnarok kernel: Freeing SMP alternatives memory: 20K (ffffffff819ce000 - ffffffff819d3000)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Core revision 20130725
    Feb 07 11:54:25 ragnarok kernel: ACPI: All ACPI Tables successfully acquired
    Feb 07 11:54:25 ragnarok kernel: ftrace: allocating 20012 entries in 79 pages
    Feb 07 11:54:25 ragnarok kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 07 11:54:25 ragnarok kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
    Feb 07 11:54:25 ragnarok kernel: TSC deadline timer enabled
    Feb 07 11:54:25 ragnarok kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Feb 07 11:54:25 ragnarok kernel: ... version: 3
    Feb 07 11:54:25 ragnarok kernel: ... bit width: 48
    Feb 07 11:54:25 ragnarok kernel: ... generic registers: 8
    Feb 07 11:54:25 ragnarok kernel: ... value mask: 0000ffffffffffff
    Feb 07 11:54:25 ragnarok kernel: ... max period: 0000ffffffffffff
    Feb 07 11:54:25 ragnarok kernel: ... fixed-purpose events: 3
    Feb 07 11:54:25 ragnarok kernel: ... event mask: 00000007000000ff
    Feb 07 11:54:25 ragnarok kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Feb 07 11:54:25 ragnarok kernel: smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
    Feb 07 11:54:25 ragnarok kernel: Brought up 4 CPUs
    Feb 07 11:54:25 ragnarok kernel: smpboot: Total of 4 processors activated (27197.28 BogoMIPS)
    Feb 07 11:54:25 ragnarok kernel: devtmpfs: initialized
    Feb 07 11:54:25 ragnarok kernel: PM: Registering ACPI NVS region [mem 0xc9f4d000-0xca1ccfff] (2621440 bytes)
    Feb 07 11:54:25 ragnarok kernel: PM: Registering ACPI NVS region [mem 0xca1d2000-0xca214fff] (274432 bytes)
    Feb 07 11:54:25 ragnarok kernel: RTC time: 11:54:24, date: 02/07/14
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 16
    Feb 07 11:54:25 ragnarok kernel: cpuidle: using governor ladder
    Feb 07 11:54:25 ragnarok kernel: cpuidle: using governor menu
    Feb 07 11:54:25 ragnarok kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PCI registered
    Feb 07 11:54:25 ragnarok kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Feb 07 11:54:25 ragnarok kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Feb 07 11:54:25 ragnarok kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Feb 07 11:54:25 ragnarok kernel: PCI: Using configuration type 1 for base access
    Feb 07 11:54:25 ragnarok kernel: bio: create slab <bio-0> at 0
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Module Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Processor Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: EC: Look up EC in DSDT
    Feb 07 11:54:25 ragnarok kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efa018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efba98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efcc18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Interpreter enabled
    Feb 07 11:54:25 ragnarok kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    Feb 07 11:54:25 ragnarok kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 07 11:54:25 ragnarok kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 07 11:54:25 ragnarok kernel: ACPI: No dock devices found.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: ACPI _OSC control (0x1c) granted
    Feb 07 11:54:25 ragnarok kernel: PCI host bridge to bus 0000:00
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: [8086:0162] type 00 class 0x038000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7b00000-0xf7b0ffff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7b1a000-0xf7b1a00f 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7b18000-0xf7b183ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7b10000-0xf7b13fff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7b17000-0xf7b173ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7b16000-0xf7b167ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7b15000-0xf7b150ff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: [10de:1189] type 00 class 0x030000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xe7ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe8000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x10: [io 0xd050-0xd057]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x14: [io 0xd040-0xd043]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x18: [io 0xd030-0xd037]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x1c: [io 0xd020-0xd023]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd01f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7a00000-0xf7a001ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: [14e4:16b1] type 00 class 0x020000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x10: [mem 0xea110000-0xea11ffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x18: [mem 0xea100000-0xea10ffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x30: [mem 0xf7900000-0xf79007ff pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: [1b21:1080] type 01 class 0x060401
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: [1b21:1042] type 00 class 0x0c0330
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: reg 0x10: [mem 0xf7800000-0xf7807fff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: PME# supported from D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: bridge window [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: on NUMA node 0
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Feb 07 11:54:25 ragnarok kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Feb 07 11:54:25 ragnarok kernel: Found 1 acpi root devices
    Feb 07 11:54:25 ragnarok kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 07 11:54:25 ragnarok kernel: vgaarb: loaded
    Feb 07 11:54:25 ragnarok kernel: vgaarb: bridge control possible 0000:01:00.0
    Feb 07 11:54:25 ragnarok kernel: PCI: Using ACPI for IRQ routing
    Feb 07 11:54:25 ragnarok kernel: PCI: pci_cache_line_size set to 64 bytes
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xc98c2000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xcac0b000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
    Feb 07 11:54:25 ragnarok kernel: NetLabel: Initializing
    Feb 07 11:54:25 ragnarok kernel: NetLabel: domain hash size = 128
    Feb 07 11:54:25 ragnarok kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 07 11:54:25 ragnarok kernel: NetLabel: unlabeled traffic allowed by default
    Feb 07 11:54:25 ragnarok kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Feb 07 11:54:25 ragnarok kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Feb 07 11:54:25 ragnarok kernel: Switched to clocksource hpet
    Feb 07 11:54:25 ragnarok kernel: pnp: PnP ACPI init
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PNP registered
    Feb 07 11:54:25 ragnarok kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:01: [dma 4]
    Feb 07 11:54:25 ragnarok kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0680-0x069f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0200-0x020f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0xffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0xffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0400-0x0453] could not be reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0458-0x047f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0500-0x057f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x164e-0x164f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:06: [io 0x0454-0x0457] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:07: [io 0x0290-0x029f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:0a: [dma 0 disabled]
    Feb 07 11:54:25 ragnarok kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: [mem 0x40004000-0x40004fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp: PnP ACPI: found 13 devices
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PNP unregistered
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: bridge window [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 13 [mem 0x000e8000-0x000ebfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 14 [mem 0xcfa00000-0xfeafffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 1 [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 2 [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:04: resource 1 [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:04: resource 2 [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 2
    Feb 07 11:54:25 ragnarok kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 07 11:54:25 ragnarok kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 07 11:54:25 ragnarok kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Feb 07 11:54:25 ragnarok kernel: TCP: reno registered
    Feb 07 11:54:25 ragnarok kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 07 11:54:25 ragnarok kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 1
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: Boot video device
    Feb 07 11:54:25 ragnarok kernel: PCI: CLS 64 bytes, default 64
    Feb 07 11:54:25 ragnarok kernel: Unpacking initramfs...
    Feb 07 11:54:25 ragnarok kernel: Freeing initrd memory: 3056K (ffff8800379f8000 - ffff880037cf4000)
    Feb 07 11:54:25 ragnarok kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Feb 07 11:54:25 ragnarok kernel: software IO TLB [mem 0xc58c2000-0xc98c2000] (64MB) mapped at [ffff8800c58c2000-ffff8800c98c1fff]
    Feb 07 11:54:25 ragnarok kernel: Scanning for low memory corruption every 60 seconds
    Feb 07 11:54:25 ragnarok kernel: audit: initializing netlink socket (disabled)
    Feb 07 11:54:25 ragnarok kernel: type=2000 audit(1391774064.186:1): initialized
    Feb 07 11:54:25 ragnarok kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Feb 07 11:54:25 ragnarok kernel: zbud: loaded
    Feb 07 11:54:25 ragnarok kernel: VFS: Disk quotas dquot_6.5.2
    Feb 07 11:54:25 ragnarok kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Feb 07 11:54:25 ragnarok kernel: msgmni has been set to 15740
    Feb 07 11:54:25 ragnarok kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Feb 07 11:54:25 ragnarok kernel: io scheduler noop registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler deadline registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler cfq registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler bfq registered (default)
    Feb 07 11:54:25 ragnarok kernel: BFQ I/O-scheduler version: v7
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.7: irq 45 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Feb 07 11:54:25 ragnarok kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Feb 07 11:54:25 ragnarok kernel: vesafb: mode is 2560x1440x32, linelength=10240, pages=0
    Feb 07 11:54:25 ragnarok kernel: vesafb: scrolling: redraw
    Feb 07 11:54:25 ragnarok kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Feb 07 11:54:25 ragnarok kernel: vesafb: framebuffer at 0xe9000000, mapped to 0xffffc90004100000, using 14400k, total 14400k
    Feb 07 11:54:25 ragnarok kernel: Console: switching to colour frame buffer device 320x90
    Feb 07 11:54:25 ragnarok kernel: fb0: VESA VGA frame buffer device
    Feb 07 11:54:25 ragnarok kernel: intel_idle: MWAIT substates: 0x1120
    Feb 07 11:54:25 ragnarok kernel: intel_idle: v0.4 model 0x3A
    Feb 07 11:54:25 ragnarok kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Feb 07 11:54:25 ragnarok kernel: GHES: HEST is not enabled!
    Feb 07 11:54:25 ragnarok kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 07 11:54:25 ragnarok kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    Feb 07 11:54:25 ragnarok kernel: Linux agpgart interface v0.103
    Feb 07 11:54:25 ragnarok kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Feb 07 11:54:25 ragnarok kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 07 11:54:25 ragnarok kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 07 11:54:25 ragnarok kernel: mousedev: PS/2 mouse device common for all mice
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: RTC can wake from S4
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Feb 07 11:54:25 ragnarok kernel: Intel P-state driver initializing.
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 0
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 1
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 2
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 3
    Feb 07 11:54:25 ragnarok kernel: drop_monitor: Initializing network drop monitor service
    Feb 07 11:54:25 ragnarok kernel: TCP: cubic registered
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 10
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 17
    Feb 07 11:54:25 ragnarok kernel: Key type dns_resolver registered
    Feb 07 11:54:25 ragnarok kernel: registered taskstats version 1
    Feb 07 11:54:25 ragnarok kernel: Magic number: 2:556:933
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.3:pcie01: hash matches
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: setting system clock to 2014-02-07 11:54:24 UTC (1391774064)
    Feb 07 11:54:25 ragnarok kernel: PM: Checking hibernation image partition /dev/sdb1
    Feb 07 11:54:25 ragnarok kernel: PM: Hibernation image not present or could not be loaded.
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 1108K (ffffffff818b9000 - ffffffff819ce000)
    Feb 07 11:54:25 ragnarok kernel: Write protecting the kernel read-only data: 8192k
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 1148K (ffff8800014e1000 - ffff880001600000)
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 440K (ffff880001792000 - ffff880001800000)
    Feb 07 11:54:25 ragnarok kernel: BFS CPU scheduler v0.444 by Con Kolivas.
    Feb 07 11:54:25 ragnarok systemd-udevd[61]: starting version 208
    Feb 07 11:54:25 ragnarok kernel: SCSI subsystem initialized
    Feb 07 11:54:25 ragnarok kernel: libata version 3.00 loaded.
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: version 3.0
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: scsi0 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi1 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi2 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi3 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi4 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi5 : ahci
    Feb 07 11:54:25 ragnarok kernel: ata1: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16100 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata2: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16180 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata3: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16200 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata4: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16280 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata5: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16300 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata6: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16380 irq 46
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: irq 47 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
    Feb 07 11:54:25 ragnarok kernel: scsi6 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi7 : ahci
    Feb 07 11:54:25 ragnarok kernel: ata7: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00100 irq 47
    Feb 07 11:54:25 ragnarok kernel: ata8: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00180 irq 47
    Feb 07 11:54:25 ragnarok kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata6: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata7: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ATA-9: M4-CT128M4SSD2, 000F, max UDMA/100
    Feb 07 11:54:25 ragnarok kernel: ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ATA-9: WDC WD30EZRX-00DC0B0, 80.00A80, max UDMA/133
    Feb 07 11:54:25 ragnarok kernel: ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: configured for UDMA/100
    Feb 07 11:54:25 ragnarok kernel: scsi 0:0:0:0: Direct-Access ATA M4-CT128M4SSD2 000F PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: configured for UDMA/133
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    Feb 07 11:54:25 ragnarok kernel: scsi 1:0:0:0: Direct-Access ATA WDC WD30EZRX-00D 80.0 PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sda: sda1 sda2 sda3 sda4
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ATA-8: ST1000DM005 HD103SJ, 1AJ10001, max UDMA/133
    Feb 07 11:54:25 ragnarok kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: configured for UDMA/133
    Feb 07 11:54:25 ragnarok kernel: scsi 3:0:0:0: Direct-Access ATA ST1000DM005 HD10 1AJ1 PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sdb: sdb1 sdb2
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: sdc: sdc1 sdc2
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: tsc: Refined TSC clocksource calibration: 3400.026 MHz
    Feb 07 11:54:25 ragnarok kernel: ata8: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type USB registered
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new interface driver usbfs
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new interface driver hub
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new device driver usb
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: irq 48 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: hub 1-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 1-0:1.0: 4 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    Feb 07 11:54:25 ragnarok kernel: hub 2-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 2-0:1.0: 4 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 3
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 49 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 50 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 51 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 52 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 53 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: hub 3-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 3-0:1.0: 2 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 4
    Feb 07 11:54:25 ragnarok kernel: hub 4-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 4-0:1.0: 2 ports detected
    Feb 07 11:54:25 ragnarok kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 07 11:54:25 ragnarok kernel: ehci-pci: EHCI PCI platform driver
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus numb

  • Page numbering start from any page

    hi,
    i am workin on a small book and want to start and appear page number from page 9 what do i do? I am using InDesign CS6.

    Page 1-8 need to be Sectioned using a different numbering system
    Then you Go to page "9" of the document and start a new section and choose to start the numbering at 1
    http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-7111a.h tml
    Define sections in a document
    In the Pages panel, select the first page in the section you want to define.
    Choose Layout > Numbering & Section Options, or choose Numbering & Section Options in the Pages panel.
    If you’re changing the numbering options for any page other than the first page of the document, make sure that Start Section is selected. This option marks the selected page as the beginning of a new section.
    As necessary, specify the numbering and section options (see Document numbering options), and then click OK. A section indicator icon appears above the page icon in the Pages panel, indicating the start of a new section.
    To end the section, repeat the section numbering steps on the first page that follows the section.

  • Display rows affected data from MySQL statement??

    Hi,
    Im trying to get the return data from a MySQL database, such as the ROWS AFFECTED into after an INSERT sql command.
    Could anyone help me? I mean I know its easy in PHP to use the "mysql_affected_rows" command, but how do you do this in Java?
    Many thanks!
    Seb

    executeUpdate will return the affected row count for insert, update, and delete statements. Is that what you're after?

  • Display Rows continuously from start to bottom

    Hello All;
    What i need to do is to display 1000 logs coming from the server into 20 rows continuously.Does anyone have any idea??
    I am storing the data strings coming from the server into the vector container. And that i have to display continuously from 0th Row row to 19th row i.e total 20 rows continuously, till the 1000 logs are complete.
    I have 20 rows and i need to display the data in format like, deleting or storing the data from the first row into the vector and then move it continuously from the bottom to top ie if 1st row has 999th log then after 1st fill 19th row has 980th log now after
    that we have to store 999th data in vector and decrement log count from bottom row i.e 19th row like 979,978,977 and so on.
    Please help if anyone has some idea.

    David Sir,
    I want to display all logs starting from last index that is 999 to 0 logs continuously on 20 rows one by one.
    Do you know sir what to do with it and how to display continuously.
    Thanks.
    Here's what I find frustrating about your question.
    I don't know if you're designing a Win32 desktop application, Console application, Web page, or what.  This GREATLY affects what it means to "display" something.  So I'm left to assume that you are writing a native Win32 windows desktop
    application using MFC (I deduce this solely on the appearance of CString in your code.)
    A log is typically a collection of log entries.  1000 logs to me suggests 1000 different collections of log messages, each with multiple rows.  But I have to assume that what you are calling a "log" is what I would call a "log entry"
    or "log message".  (One record in a table of log messages.)  This affects in what manner they would be displayed such as in one column vs multiple columns.
    When you say rows, it typically suggests data tables and database operations.  You haven't said if anything database related is going on.  And although "GetField" looks vaguely ADO-like, I'm going to assume that it is not.  But it
    does suggest to me that your log message is divided into fields, and that you probably want to display columnar data.  The only thing that contradicts that is that I had to look at some of your past posts to figure out that you are writing in native C++
    and that you are (likely) trying to manage a std::vector of strings.  So that suggests to me that each log message is just a simple string.  This means that you probably don't need a table view.
    You haven't really given me a good sense of what you mean by continuously.  You may mean that it updates periodically, or that rows appear one after the other, or that it scrolls with smooth animation.
    What you've said is that you have "20 rows of string field".  I'm not sure if you mean that you have 20 static label controls ... it kind of sounds like that may be what you mean.  But regardless, it sounds like you have "room"
    to display 20 items and you want to display 1000 in that space.  This is where it breaks down for me.  What do you want to have happen?  I'm afraid I just don't get it from your explanation yet.
    You said you were able to display 20 of the 1000 messages but you "don't have any button".  You also said that it is not event driven programming", (which is contrary to my assumption that you are creating a Win32 windows desktop application")
     So I'm not sure what constraint this has placed on you.
    It sounds like you may need to periodically update the screen with either an automatic "next page" feature, or that you want text to scroll by in an animation.
    You'll have to clarify these things if you want help.
    What you DID show me was an incomplete snippet of code with the following features:
    An unused, no-purpose text string variable.
    An undescribed  GetField function and an undescribed SetValueString method of some unknown class.
    I'm trying very hard to help you, but you haven't described this in enough detail for me to do so.
    What aspect of this do you need help with?  What did you try?  And why didn't it work?

  • Display rows as page wise

    Hello,
    I have a requirement to display the limited records from the query which returns large number of records.
    Assume that select * from orders order by order_id is giving me 1000 rows.
    now i have to do a filter, display records from 25 to 50 or 50 to 150 etc...
    i can pass the start range and number of records to be displayed as an input parameter to the query.
    above example, start range is 25 and number of records should display is 25 from 25th record to next 25 records. (something like , select * from orders order by order id where rownum between 25 and 50)
    again, start range is 50 and number of next records should display is 100 starting from 50th record to next 150 record.(something like , select * from orders order by order id where rownum between 50 and 150)
    how can i achive this using a query. remember the start range and number of display count i can pass as an input to the query.
    Appreciating the great help...
    good day

    Are you really sure that you need PARTITION BY clause in the row_number() function?
    SQL> var p_start number
    SQL> var p_range number
    SQL> exec :p_start := 2
    PL/SQL procedure successfully completed.
    SQL> exec :p_range := 6
    PL/SQL procedure successfully completed.
    SQL> SELECT *
      2    FROM (SELECT   a.*, rownum rn
      3              FROM emp a
      4          ORDER BY sal)
      5   WHERE rn BETWEEN :p_start AND :p_start + :p_range
      6  /
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO         RN
          7900 JAMES      CLERK           7698 03-DEC-81        950          1         30          8
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250          1         30          5
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          1         30          7
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600          1         30          6
          7782 CLARK      MANAGER         7839 09-JUN-81       2450          1         10          3
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850          1         30          2
          7566 JONES      MANAGER         7839 02-APR-81       2975          1         20          4
    7 rows selected.
    SQL> SELECT *
      2     FROM (SELECT   a.*, row_number() over (order by sal) rn
      3               FROM emp a
      4           ORDER BY sal)
      5   WHERE rn BETWEEN :p_start AND :p_start + :p_range
      6  /
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO         RN
          7900 JAMES      CLERK           7698 03-DEC-81        950          1         30          2
          7876 ADAMS      CLERK           7788 12-JAN-83       1100          1         20          3
          7521 WARD       SALESMAN        7698 22-FEB-81       1250          1         30          4
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250          1         30          5
          7934 MILLER     CLERK           7782 23-JAN-82       1300          1         10          6
          9999 MILLER     CLERK           7782 23-JAN-82       1300          1         10          7
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          1         30          8
    7 rows selected.
    SQL>
    SQL>Cheers
    Sarma.

  • Row_number function not starting from 1

    I have two row_number functions in my select statement both has same columns and condition for partition and order by,
    except one column in order by which is being ordered by DESC.below is function :
    row_number() over (partition by event_cd order by status ASC ,event_date DESC) row1
    row_number() over (partition by event_cd order by status DESC ,event_date DESC) row2
    Status field has value 0 for incompleted and 1 for completed,if its 0 there will be no date.
    The original set of data is :
    event_cd          status          event_date
    tsk          0
    tsk          0
    tsk          1          25-aug-2006
    tsk          1          28-aug-2006
    tsk          1          31-aug-2006
    tsk          1          01-sep-2006
    Result I am getting for row1 is
    status          row1
    0          1
    0 2
    1          3
    1          4
    1          5
    1          6
    Result for row2 is
    status          row1
    1          5
    1 6
    1          1
    1          2
    0          3
    0          4
    My confusion is why row2 has not its row number starting from 1,it looks like its
    depending on row1 results?If yes,then why?

    Looks fine to me:
    SQL> create table mytable
      2  as
      3  select 'tsk' event_cd, 0 status, null event_date from dual union all
      4  select 'tsk', 0, null from dual union all
      5  select 'tsk', 1, date '2006-08-25' from dual union all
      6  select 'tsk', 1, date '2006-08-28' from dual union all
      7  select 'tsk', 1, date '2006-08-31' from dual union all
      8  select 'tsk', 1, date '2006-09-01' from dual
      9  /
    Tabel is aangemaakt.
    SQL> select t.*
      2       , row_number() over (partition by event_cd order by status ASC ,event_date DESC) row1
      3       , row_number() over (partition by event_cd order by status DESC ,event_date DESC) row2
      4    from mytable t
      5  /
    EVE     STATUS EVENT_DATE                ROW1       ROW2
    tsk          0                              1          5
    tsk          0                              2          6
    tsk          1 01-09-2006 00:00:00          3          1
    tsk          1 31-08-2006 00:00:00          4          2
    tsk          1 28-08-2006 00:00:00          5          3
    tsk          1 25-08-2006 00:00:00          6          4
    6 rijen zijn geselecteerd.Regards,
    Rob.

  • Alphabetize column starting from a specific row

    I'm creating a document where i have a header and under the header i have names and numbers. In one row I have a title for "Names" (C1) in the next column, within the same row, "Phone Numbers. " (C2). My question is; how can I arrange a column in alphabetical order starting from a specific row and not the whole table. Thanks in advance.

    PeterBreis0807 wrote:
    Select the cells in the row or column that you want to sort:
    Inspector > Table > Table > Edit Rows & Columns > Sort Ascending/Descending
    It will only do the cells you have selected and leave the rest as is.
    Peter
    Within the Table Inspector are two buttons at the top, Table and Format.
    Peter

  • How to display first row value returened from a query as checked as default in a report

    How to display first row value returned from a query as checked as default in a report
    Example
    Parameter 1
    Paramerter2
    ABD
    x(checked)
    Test
    DEF
    JMG
    Mudassar

    Hi Mudassar,
    The issue is caused by the order in which the parameters appear in the report data tab can be difference between our report execution and it failing. In other words, “Parameter2” is execution before parameter “A” due to this issue. We can adjust the parameter’s
    order to solve the issue.
    If “Parameter2” is parameter “A”, we cannot use that expression. Because fields cannot be used in report parameter expression, if we want to display the first value returned from a query as default value, we have to fill the “Specify values” text box with
    the specific value in Default Values dialog box.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Any way to display row-level errors in AdvancedTable from ProcessRequest?

    I have a page which displays data in an Advanced Table. Users are also able to edit the data on each row, and then save. Upon saving, it will validate the data, and display row-level errors (via either OARowValException or OAAttrValException). That's all working fine.
    The issue I have, is that sometimes data can become invalid from outside of this particular screen. So when a user opens the screen, some of the data displayed is already invalid. If the user saves, without changing anything, they'll see the errors. I want to show the errors immediately, without them having to save on every range of records. So I basically want to re-validate everything when it is first displayed, so from ProcessRequest. Is there any way to actually do that? I've tried several ways, but nothing seems to work.

    Hi,
    I havent used it but u can try with the below logic
    Write ur logic in AM...
    Import oracle.apps.fnd.framework.OAAttrValException
    Import oracle.apps.fnd.framework.OARowValException
    //Iterate through all the rows.
    if(attr1!=attr2)
       throw new OARowValException (
            getEntityDef().getFullName(), // entity full definition name
            getPrimaryKey(),              // entity object primary key
            "FND",                        // message application short name
            "ATTR_EXCEPTION");            // message name Regards,
    Gyan

  • How do I get a numbers spread sheet to open where I left it and not start from the beginning every time I open it?

    How do I get a numbers spread sheet to open where I left it and not start from the beginning every time I open it?

    There is no built-in setting for redirecting a bookmark to a new tab.
    Is it possible that the computer which does that has an add-on such as the Tab Mix Plus extension installed? TMP has a setting for that (Events > Tab Opening).
    https://addons.mozilla.org/firefox/addon/tab-mix-plus/

Maybe you are looking for

  • Power Adaptor-2 vs 3 Prong

    Does anyone know why the macbook pro power adaptor has 2 prongs that directly go into it but the extension cord that comes with it has three prongs, an added one for grounding. Why can't the extra cord be 2 prong? It would be so useful because lots o

  • Common Exception Handling

    I am trying to create a single BPEL process which is called from all my processes to handle a fault condition. To do this I need to pass in the complete error from the console. So for example I get the following error if I add no exception handling t

  • HT3867 I'm trying to set up a new iPad air.  Why is it unable to join my wi-fi network, even with correct password?

    Why am I unable to join my wi-fi network with new iPad air using  correct password?

  • CS5 hangs up when I try to print.

    I have been using CS5 for some time now.  Recently I have had problems with CS5 haning up sometimes for 4 -5 min or more at a time when trying to print.  It hangs up when I first hit the print button, then again once the dialogue box opens and I hit

  • Convert PDF file for press to photo-quality grayscale?

    Please forgive my ignorance on this--I'm usually an analogue kind of person, but I recently assembled a PDF photo+essay monograph (20,000 words, 100 images) in Acrobat XI Pro for limited publication for the sponsoring organization (which doesn't have