Monitoring a vector

Hi all
Been too busy to post recently, but have a problem that I want to debug and need some help on how to do it.
I am reading an xml file and creating some objects based on it's contents, and then storing these objects in a vector. I am then writing out all of the contents of the Vector (again in XML). What I have found in debugging is that I am reading 3 objects, and they are quite happily added to the vector. However, when I come to write out said vector some other piece of code has modified it and it seems there is only 1 element left ( the first).
What I would like to do is add some sort of monitor to the vector so that I get a notifocation of when it's size changes ( or when something is added/removed ), and then try to work out what caused it to resize. Can I do this without creating a MyVector class that overrides some of the methods of Vector?

So you want to change the behavior of Vector without creating a subclass? I suppose you could change the source to Vector and recompile it, but yuck.
Do you have access to a debugger? You could throw the whole thing on a debugger and put a breakpoint at Vector.remove, etc.

Similar Messages

  • .ai file to .pdf - why do i lose quality?

    Hi,
    I do architectural drawings in illustrator. when i try to save as a pdf the lines come out significantly less detailed, like broken straight lines when creating a curved line when seen in illustrator. and i dont compress anything when saving, just leave the settings as be.
    does anyone know how to save to pdf... size is not an issue as long as quality is top notch!
    thanks

    Chaz,
    You probably had smoothing/anti-aliasing options turned off in Reader 6. I don't know whether you uninstalled 6 when you installed 8, but you should have had your preferences set as in this screen capture:
    http://xrl.us/bg8c9
    If you're using an LCD monitor, you might additionally apply the CoolType option.
    When you installed Reader 8, the defaults gave you smooth line art rendering; hence, the difference you noticed. Here's the Reader 8 preferences panel that deals with on-screen rendering:
    http://xrl.us/bg8ez
    Your settings might vary slightly, depending on monitor and... well... preferences.
    The good news is that these settings only affect what you see on the monitor. Vector curves should print smoothly regardless of what you see on the screen. You should check with your output service provider (Kinkos, Staples, whoever...) regarding output file requirements.

  • External ISight Firewire with Onlocation

    Should an external Apple ISight firewire camera work with CS5 Onlocation's real time field monitor (ie vector scope and waveform)?
    Also, are there any other specifications for the type of camera that are compatible?
    I understand that there are also caveats as non-support of avchd format.
    I know this horse has been beat to death...
    Thanks

    To the best of my knowledge, any FireWire camera should work fine.

  • FCP6 Dark XDCAM footage

    This may have been answered elsewhere, here goes:
    I'm bringing in XDCAM EX footage into FCP 6.0.6 through the Sony XDCAM transfer utility. The colour bars look great on the waveform and the vector scope, however the footage is dark and a little noisey. I've read all the discussions about not believing what I see as far as accurate colour on FCP, but I work on a lot of projects - just today I've had Panasonic, Cannon EOS and GoPro footage to work on. They all are fine. But without changing anything other that the sequence settings to work natively in XDCAM, the XDCAM footage is dark. I even have another show on the go with XDCAM and Nikon footage cut together and it looks fine. Before I call the cameraman and ask for more exposure on the next round of shooting, is there anything I should do when importing and processing the footage?
    Sequence settings: (I let the first clip set the sequnce for me) XDCAM EX 1080i60, Unlimited RT
    17" MacBookPro Quad, FCP 6.0.6, Snow Leopard 10.6.8, QT 10 and QT 7.6.6

    Thanks BenB, I understand that. But the issue is what I see on the waveform monitor and vector scope. The waveform monitor tells me I have crushed blacks and peaks at 60 units and the green screen background is at 30 to 35 units. I don't have any problem with other XDCAM clips that I have. I was asking of there was anything I did when I imported, or if there was any setting I might not have right, that would cause XDCAM imports to be processed in this way. In the end they may have been underexposed, but I have to check out what I did before I talk to the cameraman.

  • CAN moitoring Tool

    Hi ,
     I am Testing Engineer and i need to do CAN moitoring Tool which monitors CAN messages , sent from the Controller .
     I cannot use the Lab view example as it it since i have Can Case XL and i dont have NI cards , i need to do the CAN monitoring using Vectore drivers ,
    Can Any one tell me that how can i develop CAN monitoring Tool which monitors CAN message sent from controller , using Vactor drivers , calso please explain how does the code work ,
    kindly explain this since this is urgent
    thanks in advance ,

    Caution: Novice-speak below
    Kindly clarify the following: What kind of card do you have? PCI? USB? PCMCIA? With the Vector h/w and driver s/w, did you receive example VIs and/or dlls? It seems these are available (and that you do already have something of that sort )
    I'm attaching the manual for version 1.3 of Vector's LV API and it seems pretty straightforward. Do you own this beautiful piece of software?
    Regards,
    Vaibhav.
    Attachments:
    Vector_CAN_Driver_for_LabVIEW_EN.pdf ‏880 KB

  • The second frame lost in CAN communication when use NI PCI-CAN/XS2 card

    I got a trouble on CAN communication recently.
     I need to commmunicate a Cluster with CAN BUS,the baud rate is 500kBPS,the CAN card is NI PCI-CAN/XS2. The operating system is Windows XP.
    normally,the PC send a command to Cluster,then read back a frame of data from the Cluster,but for some commands,the Cluster will return two frames of data,and the programe on PC cannot receive the Seconds frame,it lost.
    I searched the forum,most of the reslut is the error about CAN BUS overflow,which make the CAN frame lost,but there is not any error report on my programe,and the baud rate is no that fast,I also use another port of NI PCI- CAN/XS2 to monitor the CAN bus,the second data frame never appear,when I replace NI CAN card with Vector CanCaseXL(CAN card) ,and call CanCaseXL's DLL in labVIEW,it can get the second CAN frame,the monitor of Vector CanCaseXL can get the second data frame too.
    so,is there some software/hardware configuration need to be done to get the second data frame?
    the attached pictures are NI-CAN/Vector CAN monitor and CAN init/write&read in my programe.
    Any reply is appreciate!!! thanks
    帖子被iwanttofly014在 12-12-2009 07:41 PM
    时编辑过了
    帖子被iwanttofly014在 12-12-2009 07:43 PM
    时编辑过了
    Flying...
    www.vihome.com.cn 虚拟仪器家园
    Solved!
    Go to Solution.
    Attachments:
    NI CAN monitor.jpg ‏165 KB
    Vector CAN monitor.jpg ‏58 KB
    CAN init.jpg ‏80 KB

    Thanks your code.
    I try the code you posted, It still no work, I found you has improved the "Get data.vi",It works better,but the second frame still no shown.
    I used the  NI CAN monitor in MAX to monitor the CAN bus,there is no second frame shown in the monitor,See attach pictures.but It shown in the Vector CAN monitor and the code call the Vector DLL.
    Have a great day.
    帖子被iwanttofly014在 12-16-2009 08:02 PM
    时编辑过了
    Flying...
    www.vihome.com.cn 虚拟仪器家园
    Attachments:
    LabVIEW VS Monitor(Vector CAN).JPG ‏70 KB
    LabVIEW VS Monitor(NI CAN).JPG ‏40 KB

  • HP Zbook 15, external monitor connected to docking station issue

    Dear all
    I have bought a HP Zbook 15 laptop and installed Ubuntu 12.04. It does not show anything on the external monitor when I mount the laptop on the docking station. 
    After installing the Ubuntu 12.04 and putting it on the docking station for the first time, I got this problem:
    "If an ACPI driver is available for this device, you should use it instead of the native driver". I have attached the whole log file. Then, I installed the latest Nvidia driver, and restarted the machine. This time, I do not see that error message; however, I cannot see anything on my external monitor which is connected to the docking station. Can you please tell me how to fix this problem?
    Best regards,
    Murtaza
    I did not find a way to attach the log file, so I put it here:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.0-32-generic (buildd@phianna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #57~precise1-Ubuntu SMP Tue Jul 15 03:51:20 UTC 2014 (Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4)
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=062ea7e8-5c86-4852-ba25-0372be603607 ro quiet splash vt.handoff=7
    [ 0.000000] KERNEL supported cpus:
    [ 0.000000] Intel GenuineIntel
    [ 0.000000] AMD AuthenticAMD
    [ 0.000000] Centaur CentaurHauls
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000044b7efff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000044b7f000-0x0000000045e7efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000045e7f000-0x0000000045f7efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000045f7f000-0x0000000045ffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000045fff000-0x0000000045ffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000046000000-0x000000004f1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004aedfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP ZBook 15/1909, BIOS L70 Ver. 01.30 12/08/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x4aee00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 00FF800000 mask 7FFF800000 write-protect
    [ 0.000000] 1 base 0000000000 mask 7FC0000000 write-back
    [ 0.000000] 2 base 0040000000 mask 7FFC000000 write-back
    [ 0.000000] 3 base 0044000000 mask 7FFE000000 write-back
    [ 0.000000] 4 base 0046000000 mask 7FFF000000 uncachable
    [ 0.000000] 5 base 0100000000 mask 7F00000000 write-back
    [ 0.000000] 6 base 0200000000 mask 7E00000000 write-back
    [ 0.000000] 7 base 0400000000 mask 7F80000000 write-back
    [ 0.000000] 8 base 0480000000 mask 7FC0000000 write-back
    [ 0.000000] 9 base 04B0000000 mask 7FF0000000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x46000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
    [ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE
    [ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x4aec00000-0x4aedfffff]
    [ 0.000000] [mem 0x4aec00000-0x4aedfffff] page 2M
    [ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x4ac000000-0x4aebfffff]
    [ 0.000000] [mem 0x4ac000000-0x4aebfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x480000000-0x4abffffff]
    [ 0.000000] [mem 0x480000000-0x4abffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x44b7efff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x449fffff] page 2M
    [ 0.000000] [mem 0x44a00000-0x44b7efff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x45fff000-0x45ffffff]
    [ 0.000000] [mem 0x45fff000-0x45ffffff] page 4k
    [ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x47fffffff]
    [ 0.000000] [mem 0x100000000-0x47fffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x35be0000-0x36de7fff]
    [ 0.000000] ACPI: RSDP 00000000000f3060 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 0000000045ffe120 0000A4 (v01 HPQOEM SLIC-MPC 00000001 01000013)
    [ 0.000000] ACPI: FACP 0000000045ffc000 00010C (v05 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: DSDT 0000000045fd1000 0257CC (v02 HPQOEM 1909 00000001 INTL 20110112)
    [ 0.000000] ACPI: FACS 0000000045e31000 000040
    [ 0.000000] ACPI: HPET 0000000045ffb000 000038 (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: APIC 0000000045ffa000 0000BC (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: MCFG 0000000045ff9000 00003C (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: TCPA 0000000045ff7000 000032 (v02 HPQOEM 1909 00000000 HP 00000001)
    [ 0.000000] ACPI: SSDT 0000000045fce000 000466 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fcd000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
    [ 0.000000] ACPI: SLIC 0000000045fcc000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP 00000001)
    [ 0.000000] ACPI: FPDT 0000000045fca000 000044 (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: BGRT 0000000045fc9000 000038 (v00 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: SSDT 0000000045fc3000 000544 (v01 PmRef Cpu0Ist 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fc2000 000AF3 (v01 PmRef CpuPm 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fc1000 0001D5 (v01 PmRef LakeTiny 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fc0000 000706 (v01 SaSsdt SaSsdt 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fbd000 002F11 (v01 HP NVSGTBL 00001000 INTL 20110112)
    [ 0.000000] ACPI: ASF! 0000000045ff8000 0000A5 (v32 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004aedfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x4aedfffff]
    [ 0.000000] NODE_DATA [mem 0x4aedf9000-0x4aedfdfff]
    [ 0.000000] [ffffea0000000000-ffffea0012bfffff] PMD -> [ffff88049e600000-ffff8804ae3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x4aedfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x44b7efff]
    [ 0.000000] node 0: [mem 0x45fff000-0x45ffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x4aedfffff]
    [ 0.000000] On node 0 totalpages: 4143388
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 4334 pages used for memmap
    [ 0.000000] DMA32 zone: 277376 pages, LIFO batch:31
    [ 0.000000] Normal zone: 60344 pages used for memmap
    [ 0.000000] Normal zone: 3862016 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x44b7f000-0x45e7efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x45e7f000-0x45f7efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x45f7f000-0x45ffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x46000000-0x4f1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x4f200000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
    [ 0.000000] e820: [mem 0x4f200000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8804aea00000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4078625
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=062ea7e8-5c86-4852-ba25-0372be603607 ro quiet splash vt.handoff=7
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 16211348K/16573552K available (7602K kernel code, 1137K rwdata, 3484K rodata, 1356K init, 1440K bss, 362204K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    [ 0.000000] Offload RCU callbacks from all CPUs
    [ 0.000000] Offload RCU callbacks from CPUs: 0-7.
    [ 0.000000] NR_IRQS:16640 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 66584576 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration failed
    [ 0.008000] tsc: PIT calibration matches HPET. 1 loops
    [ 0.008000] tsc: Detected 2693.754 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.50 BogoMIPS (lpj=10775016)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000024] Security Framework initialized
    [ 0.000038] AppArmor: AppArmor initialized
    [ 0.000039] Yama: becoming mindful.
    [ 0.000989] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.003366] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.004363] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.004378] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.004573] Initializing cgroup subsys memory
    [ 0.004578] Initializing cgroup subsys devices
    [ 0.004579] Initializing cgroup subsys freezer
    [ 0.004581] Initializing cgroup subsys blkio
    [ 0.004582] Initializing cgroup subsys perf_event
    [ 0.004584] Initializing cgroup subsys hugetlb
    [ 0.004602] CPU: Physical Processor ID: 0
    [ 0.004603] CPU: Processor Core ID: 0
    [ 0.004607] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.004607] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.005456] mce: CPU supports 9 MCE banks
    [ 0.005469] CPU0: Thermal monitoring enabled (TM1)
    [ 0.005479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    [ 0.005479] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
    [ 0.005479] tlb_flushall_shift: 6
    [ 0.005975] Freeing SMP alternatives memory: 32K (ffffffff81e71000 - ffffffff81e79000)
    [ 0.006826] ACPI: Core revision 20131115
    [ 0.015427] ACPI: All ACPI Tables successfully acquired
    [ 0.015707] ftrace: allocating 31443 entries in 123 pages
    [ 0.027389] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.067059] smpboot: CPU0: Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.067065] TSC deadline timer enabled
    [ 0.067072] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.067078] ... version: 3
    [ 0.067079] ... bit width: 48
    [ 0.067079] ... generic registers: 4
    [ 0.067080] ... value mask: 0000ffffffffffff
    [ 0.067081] ... max period: 0000ffffffffffff
    [ 0.067082] ... fixed-purpose events: 3
    [ 0.067082] ... event mask: 000000070000000f
    [ 0.068367] x86: Booting SMP configuration:
    [ 0.082362] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.068369] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.166721] x86: Booted up 1 node, 8 CPUs
    [ 0.166724] smpboot: Total of 8 processors activated (43100.06 BogoMIPS)
    [ 0.174163] devtmpfs: initialized
    [ 0.177951] EVM: security.selinux
    [ 0.177953] EVM: security.SMACK64
    [ 0.177953] EVM: security.ima
    [ 0.177954] EVM: security.capability
    [ 0.177989] PM: Registering ACPI NVS region [mem 0x45e7f000-0x45f7efff] (1048576 bytes)
    [ 0.178592] pinctrl core: initialized pinctrl subsystem
    [ 0.178637] regulator-dummy: no parameters
    [ 0.178663] RTC time: 20:49:45, date: 04/17/15
    [ 0.178689] NET: Registered protocol family 16
    [ 0.178764] cpuidle: using governor ladder
    [ 0.178766] cpuidle: using governor menu
    [ 0.178795] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.178796] ACPI: bus type PCI registered
    [ 0.178798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.178847] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.178849] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.194702] PCI: Using configuration type 1 for base access
    [ 0.194961] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.194962] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.194963] mtrr: corrected configuration.
    [ 0.195520] bio: create slab <bio-0> at 0
    [ 0.195643] ACPI: Added _OSI(Module Device)
    [ 0.195645] ACPI: Added _OSI(Processor Device)
    [ 0.195645] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.195646] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.218003] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.246072] ACPI: SSDT 0000000045de3918 0003F3 (v01 PmRef Cpu0Cst 00003001 INTL 20110112)
    [ 0.246512] ACPI: Dynamic OEM Table Load:
    [ 0.246513] ACPI: SSDT (null) 0003F3 (v01 PmRef Cpu0Cst 00003001 INTL 20110112)
    [ 0.250171] ACPI: SSDT 0000000045de4698 0005DB (v01 PmRef ApIst 00003000 INTL 20110112)
    [ 0.250664] ACPI: Dynamic OEM Table Load:
    [ 0.250666] ACPI: SSDT (null) 0005DB (v01 PmRef ApIst 00003000 INTL 20110112)
    [ 0.254062] ACPI: SSDT 0000000045de2d98 000119 (v01 PmRef ApCst 00003000 INTL 20110112)
    [ 0.254498] ACPI: Dynamic OEM Table Load:
    [ 0.254499] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20110112)
    [ 2.268291] ACPI: Interpreter enabled
    [ 2.268297] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    [ 2.268302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 2.268314] ACPI: (supports S0 S3 S4 S5)
    [ 2.268315] ACPI: Using IOAPIC for interrupt routing
    [ 2.268332] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 2.268475] ACPI: No dock devices found.
    [ 2.270541] ACPI: Power Resource [APPR] (off)
    [ 2.287340] ACPI: Power Resource [COMP] (on)
    [ 2.287629] ACPI: Power Resource [LPP] (on)
    [ 2.296206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 2.296211] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 2.296871] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 2.297740] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [ 2.298295] PCI host bridge to bus 0000:00
    [ 2.298297] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 2.298299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 2.298300] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 2.298301] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 2.298302] pci_bus 0000:00: root bus resource [mem 0x4f200000-0xdfffffff]
    [ 2.298304] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff]
    [ 2.298305] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
    [ 2.298311] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
    [ 2.298395] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    [ 2.298423] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 2.298494] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
    [ 2.298503] pci 0000:00:02.0: reg 0x10: [mem 0xcc400000-0xcc7fffff 64bit]
    [ 2.298508] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 2.298512] pci 0000:00:02.0: reg 0x20: [io 0x6000-0x603f]
    [ 2.298605] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
    [ 2.298620] pci 0000:00:14.0: reg 0x10: [mem 0xcca20000-0xcca2ffff 64bit]
    [ 2.298666] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 2.298721] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 2.298748] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
    [ 2.298767] pci 0000:00:16.0: reg 0x10: [mem 0xcca35000-0xcca3500f 64bit]
    [ 2.298825] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 2.298896] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
    [ 2.298911] pci 0000:00:16.3: reg 0x10: [io 0x60b0-0x60b7]
    [ 2.298919] pci 0000:00:16.3: reg 0x14: [mem 0xcca3c000-0xcca3cfff]
    [ 2.299046] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
    [ 2.299061] pci 0000:00:19.0: reg 0x10: [mem 0xcca00000-0xcca1ffff]
    [ 2.299069] pci 0000:00:19.0: reg 0x14: [mem 0xcca3b000-0xcca3bfff]
    [ 2.299076] pci 0000:00:19.0: reg 0x18: [io 0x6080-0x609f]
    [ 2.299131] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 2.299180] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 2.299207] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
    [ 2.299225] pci 0000:00:1a.0: reg 0x10: [mem 0xcca3a000-0xcca3a3ff]
    [ 2.299306] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 2.299357] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 2.299384] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
    [ 2.299397] pci 0000:00:1b.0: reg 0x10: [mem 0xcca30000-0xcca33fff 64bit]
    [ 2.299455] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 2.299525] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
    [ 2.299590] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 2.299664] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
    [ 2.299721] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 2.299772] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 2.299795] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
    [ 2.299853] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    [ 2.299904] pci 0000:00:1c.6: System wakeup disabled by ACPI
    [ 2.299928] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
    [ 2.299986] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    [ 2.300037] pci 0000:00:1c.7: System wakeup disabled by ACPI
    [ 2.300063] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
    [ 2.300083] pci 0000:00:1d.0: reg 0x10: [mem 0xcca39000-0xcca393ff]
    [ 2.300163] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 2.300215] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 2.300241] pci 0000:00:1f.0: [8086:8c4f] type 00 class 0x060100
    [ 2.300400] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
    [ 2.300414] pci 0000:00:1f.2: reg 0x10: [io 0x60a8-0x60af]
    [ 2.300421] pci 0000:00:1f.2: reg 0x14: [io 0x60bc-0x60bf]
    [ 2.300428] pci 0000:00:1f.2: reg 0x18: [io 0x60a0-0x60a7]
    [ 2.300435] pci 0000:00:1f.2: reg 0x1c: [io 0x60b8-0x60bb]
    [ 2.300442] pci 0000:00:1f.2: reg 0x20: [io 0x6060-0x607f]
    [ 2.300448] pci 0000:00:1f.2: reg 0x24: [mem 0xcca38000-0xcca387ff]
    [ 2.300482] pci 0000:00:1f.2: PME# supported from D3hot
    [ 2.300546] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
    [ 2.300560] pci 0000:00:1f.3: reg 0x10: [mem 0xcca34000-0xcca340ff 64bit]
    [ 2.300578] pci 0000:00:1f.3: reg 0x20: [io 0xef80-0xef9f]
    [ 2.300706] pci 0000:01:00.0: [10de:11fc] type 00 class 0x030000
    [ 2.300719] pci 0000:01:00.0: reg 0x10: [mem 0xcb000000-0xcbffffff]
    [ 2.300733] pci 0000:01:00.0: reg 0x14: [mem 0x50000000-0x5fffffff 64bit pref]
    [ 2.300746] pci 0000:01:00.0: reg 0x1c: [mem 0x60000000-0x61ffffff 64bit pref]
    [ 2.300755] pci 0000:01:00.0: reg 0x24: [io 0x5000-0x507f]
    [ 2.300763] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 2.300868] pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
    [ 2.300883] pci 0000:01:00.1: reg 0x10: [mem 0xcc000000-0xcc003fff]
    [ 2.306710] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 2.306712] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 2.306714] pci 0000:00:01.0: bridge window [mem 0xcb000000-0xcc0fffff]
    [ 2.306717] pci 0000:00:01.0: bridge window [mem 0x50000000-0x61ffffff 64bit pref]
    [ 2.306776] acpiphp: Slot [1] registered
    [ 2.306781] pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
    [ 2.306787] pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xca0fffff]
    [ 2.306792] pci 0000:00:1c.0: bridge window [mem 0x70000000-0x91ffffff 64bit pref]
    [ 2.306850] acpiphp: Slot [1-1] registered
    [ 2.306888] pci 0000:00:1c.4: PCI bridge to [bus 3b-5b]
    [ 2.306892] pci 0000:00:1c.4: bridge window [io 0x3000-0x4fff]
    [ 2.306895] pci 0000:00:1c.4: bridge window [mem 0xb0000000-0xb3ffffff]
    [ 2.306998] pci 0000:5c:00.0: [8086:088e] type 00 class 0x028000
    [ 2.307064] pci 0000:5c:00.0: reg 0x10: [mem 0xcc900000-0xcc901fff 64bit]
    [ 2.307300] pci 0000:5c:00.0: PME# supported from D0 D3hot D3cold
    [ 2.314738] pci 0000:00:1c.6: PCI bridge to [bus 5c]
    [ 2.314743] pci 0000:00:1c.6: bridge window [mem 0xcc900000-0xcc9fffff]
    [ 2.314860] pci 0000:5d:00.0: [10ec:5249] type 00 class 0xff0000
    [ 2.314923] pci 0000:5d:00.0: reg 0x10: [mem 0xcc800000-0xcc800fff]
    [ 2.315269] pci 0000:5d:00.0: supports D1 D2
    [ 2.315270] pci 0000:5d:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 2.322736] pci 0000:00:1c.7: PCI bridge to [bus 5d]
    [ 2.322741] pci 0000:00:1c.7: bridge window [mem 0xcc800000-0xcc8fffff]
    [ 2.322799] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 2.323663] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323700] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323734] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323768] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 2.323802] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323835] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 2.323869] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 2.323903] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 2.324240] ACPI: Enabled 7 GPEs in block 00 to 3F
    [ 2.324246] ACPI: \_SB_.PCI0: notify handler is installed
    [ 2.324298] Found 1 acpi root devices
    [ 2.324457] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
    [ 2.324517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 2.324521] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 2.324522] vgaarb: loaded
    [ 2.324523] vgaarb: bridge control possible 0000:01:00.0
    [ 2.324524] vgaarb: no bridge control possible 0000:00:02.0
    [ 2.324635] SCSI subsystem initialized
    [ 2.324664] libata version 3.00 loaded.
    [ 2.324678] ACPI: bus type USB registered
    [ 2.324688] usbcore: registered new interface driver usbfs
    [ 2.324693] usbcore: registered new interface driver hub
    [ 2.324707] usbcore: registered new device driver usb
    [ 2.324786] PCI: Using ACPI for IRQ routing
    [ 2.330294] PCI: pci_cache_line_size set to 64 bytes
    [ 2.330342] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
    [ 2.330343] e820: reserve RAM buffer [mem 0x44b7f000-0x47ffffff]
    [ 2.330345] e820: reserve RAM buffer [mem 0x46000000-0x47ffffff]
    [ 2.330346] e820: reserve RAM buffer [mem 0x4aee00000-0x4afffffff]
    [ 2.330402] NetLabel: Initializing
    [ 2.330403] NetLabel: domain hash size = 128
    [ 2.330403] NetLabel: protocols = UNLABELED CIPSOv4
    [ 2.330412] NetLabel: unlabeled traffic allowed by default
    [ 2.330452] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 2.330457] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 2.332489] Switched to clocksource hpet
    [ 2.335878] AppArmor: AppArmor Filesystem Enabled
    [ 2.335891] pnp: PnP ACPI init
    [ 2.335898] ACPI: bus type PNP registered
    [ 2.336030] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 2.336032] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
    [ 2.336033] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 2.336035] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 2.336036] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 2.336037] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 2.336039] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 2.336040] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 2.336042] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 2.336043] system 00:00: [mem 0x4f210000-0x4f21ffff] has been reserved
    [ 2.336045] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.336141] pnp 00:01: [dma 4]
    [ 2.336154] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 2.336171] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 2.336216] pnp 00:03: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
    [ 2.336288] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 2.336322] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 2.336351] system 00:06: [io 0x0200-0x027f] has been reserved
    [ 2.336353] system 00:06: [io 0xffff] has been reserved
    [ 2.336354] system 00:06: [io 0xffff] has been reserved
    [ 2.336355] system 00:06: [io 0xffff] has been reserved
    [ 2.336357] system 00:06: [io 0x1800-0x18fe] could not be reserved
    [ 2.336358] system 00:06: [io 0xef80-0xef9f] has been reserved
    [ 2.336360] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.336393] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 2.336395] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.336413] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 2.336712] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
    [ 2.336939] pnp 00:0a: [dma 0 disabled]
    [ 2.336985] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 2.337008] pnp 00:0b: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    [ 2.337027] pnp 00:0c: Plug and Play ACPI device, IDs SYN300a SYN0100 SYN0002 PNP0f13 (active)
    [ 2.337195] pnp 00:0d: Plug and Play ACPI device, IDs HPQ6007 (active)
    [ 2.337255] system 00:0e: [mem 0x20000000-0x201fffff] could not be reserved
    [ 2.337257] system 00:0e: [mem 0x40004000-0x40004fff] could not be reserved
    [ 2.337259] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 2.337398] pnp: PnP ACPI: found 15 devices
    [ 2.337399] ACPI: bus type PNP unregistered
    [ 2.343175] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 2.343188] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000
    [ 2.343196] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3b-5b] add_size 200000
    [ 2.343209] pci 0000:00:1c.7: bridge window [io 0x1000-0x0fff] to [bus 5d] add_size 1000
    [ 2.343210] pci 0000:00:1c.7: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 5d] add_size 200000
    [ 2.343215] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 2.343216] pci 0000:00:1c.7: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 2.343217] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 2.343219] pci 0000:00:1c.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 2.343222] pci 0000:00:1c.4: BAR 15: assigned [mem 0x4f300000-0x4f4fffff 64bit pref]
    [ 2.343224] pci 0000:00:1c.7: BAR 15: assigned [mem 0x4f500000-0x4f6fffff 64bit pref]
    [ 2.343225] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 2.343227] pci 0000:00:1c.7: BAR 13: assigned [io 0x7000-0x7fff]
    [ 2.343229] pci 0000:01:00.0: BAR 6: assigned [mem 0xcc080000-0xcc0fffff pref]
    [ 2.343231] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 2.343233] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 2.343235] pci 0000:00:01.0: bridge window [mem 0xcb000000-0xcc0fffff]
    [ 2.343237] pci 0000:00:01.0: bridge window [mem 0x50000000-0x61ffffff 64bit pref]
    [ 2.343240] pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
    [ 2.343243] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 2.343247] pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xca0fffff]
    [ 2.343251] pci 0000:00:1c.0: bridge window [mem 0x70000000-0x91ffffff 64bit pref]
    [ 2.343256] pci 0000:00:1c.4: PCI bridge to [bus 3b-5b]
    [ 2.343259] pci 0000:00:1c.4: bridge window [io 0x3000-0x4fff]
    [ 2.343263] pci 0000:00:1c.4: bridge window [mem 0xb0000000-0xb3ffffff]
    [ 2.343267] pci 0000:00:1c.4: bridge window [mem 0x4f300000-0x4f4fffff 64bit pref]
    [ 2.343272] pci 0000:00:1c.6: PCI bridge to [bus 5c]
    [ 2.343276] pci 0000:00:1c.6: bridge window [mem 0xcc900000-0xcc9fffff]
    [ 2.343283] pci 0000:00:1c.7: PCI bridge to [bus 5d]
    [ 2.343285] pci 0000:00:1c.7: bridge window [io 0x7000-0x7fff]
    [ 2.343289] pci 0000:00:1c.7: bridge window [mem 0xcc800000-0xcc8fffff]
    [ 2.343293] pci 0000:00:1c.7: bridge window [mem 0x4f500000-0x4f6fffff 64bit pref]
    [ 2.343298] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 2.343300] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 2.343301] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 2.343302] pci_bus 0000:00: resource 7 [mem 0x4f200000-0xdfffffff]
    [ 2.343303] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff]
    [ 2.343304] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff]
    [ 2.343306] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 2.343307] pci_bus 0000:01: resource 1 [mem 0xcb000000-0xcc0fffff]
    [ 2.343308] pci_bus 0000:01: resource 2 [mem 0x50000000-0x61ffffff 64bit pref]
    [ 2.343309] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 2.343311] pci_bus 0000:02: resource 1 [mem 0xb4000000-0xca0fffff]
    [ 2.343312] pci_bus 0000:02: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
    [ 2.343313] pci_bus 0000:3b: resource 0 [io 0x3000-0x4fff]
    [ 2.343314] pci_bus 0000:3b: resource 1 [mem 0xb0000000-0xb3ffffff]
    [ 2.343315] pci_bus 0000:3b: resource 2 [mem 0x4f300000-0x4f4fffff 64bit pref]
    [ 2.343317] pci_bus 0000:5c: resource 1 [mem 0xcc900000-0xcc9fffff]
    [ 2.343318] pci_bus 0000:5d: resource 0 [io 0x7000-0x7fff]
    [ 2.343319] pci_bus 0000:5d: resource 1 [mem 0xcc800000-0xcc8fffff]
    [ 2.343320] pci_bus 0000:5d: resource 2 [mem 0x4f500000-0x4f6fffff 64bit pref]
    [ 2.343341] NET: Registered protocol family 2
    [ 2.343489] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 2.343658] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 2.343769] TCP: Hash tables configured (established 131072 bind 65536)
    [ 2.343782] TCP: reno registered
    [ 2.343798] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 2.343840] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 2.343907] NET: Registered protocol family 1
    [ 2.343916] pci 0000:00:02.0: Boot video device
    [ 2.343923] pci 0000:00:14.0: enabling device (0000 -> 0002)
    [ 2.344387] PCI: CLS 64 bytes, default 64
    [ 2.344426] Trying to unpack rootfs image as initramfs...
    [ 2.581584] Freeing initrd memory: 18464K (ffff880035be0000 - ffff880036de8000)
    [ 2.581588] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.581590] software IO TLB [mem 0x40b7f000-0x44b7f000] (64MB) mapped at [ffff880040b7f000-ffff880044b7efff]
    [ 2.581814] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581821] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581827] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581834] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581839] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581845] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581851] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581858] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581891] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.581892] Scanning for low memory corruption every 60 seconds
    [ 2.582096] Initialise system trusted keyring
    [ 2.582129] audit: initializing netlink socket (disabled)
    [ 2.582137] type=2000 audit(1429303787.580:1): initialized
    [ 2.605505] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.606581] zbud: loaded
    [ 2.606685] VFS: Disk quotas dquot_6.5.2
    [ 2.606715] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.606997] fuse init (API version 7.22)
    [ 2.607048] msgmni has been set to 31698
    [ 2.607084] Key type big_key registered
    [ 2.607458] Key type asymmetric registered
    [ 2.607459] Asymmetric key parser 'x509' registered
    [ 2.607478] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.607514] io scheduler noop registered
    [ 2.607516] io scheduler deadline registered (default)
    [ 2.607531] io scheduler cfq registered
    [ 2.607686] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 2.608087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.608097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.608122] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 2.608123] vesafb: scrolling: redraw
    [ 2.608124] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 2.608661] vesafb: framebuffer at 0xa0000000, mapped to 0xffffc90011c00000, using 8128k, total 8128k
    [ 2.763515] Console: switching to colour frame buffer device 240x67
    [ 2.917758] fb0: VESA VGA frame buffer device
    [ 2.917770] intel_idle: MWAIT substates: 0x42120
    [ 2.917771] intel_idle: v0.4 model 0x3C
    [ 2.917771] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.917911] ipmi message handler version 39.2
    [ 2.918057] ACPI: AC Adapter [AC] (on-line)
    [ 2.918197] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
    [ 2.918201] ACPI: Sleep Button [SLPB]
    [ 2.918223] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 2.918238] ACPI: Lid Switch [LID]
    [ 2.918260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 2.918261] ACPI: Power Button [PWRF]
    [ 2.943141] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.943143] ACPI: Thermal Zone [CPUZ] (49 C)
    [ 2.957429] ACPI Error: [CFGD] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
    [ 2.957433] ACPI Error: Method parse/execution failed [\_TZ_.PSL_] (Node ffff88049846d410), AE_NOT_FOUND (20131115/psparse-536)
    [ 2.957437] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._PSL] (Node ffff88049846d000), AE_NOT_FOUND (20131115/psparse-536)
    [ 2.957440] ACPI: Invalid passive threshold
    [ 2.967568] thermal LNXTHERM:01: registered as thermal_zone1
    [ 2.967569] ACPI: Thermal Zone [GFXZ] (36 C)
    [ 2.982819] thermal LNXTHERM:02: registered as thermal_zone2
    [ 2.982820] ACPI: Thermal Zone [EXTZ] (0 C)
    [ 2.998086] thermal LNXTHERM:03: registered as thermal_zone3
    [ 2.998087] ACPI: Thermal Zone [LOCZ] (0 C)
    [ 3.003351] ACPI Error: [CFGD] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
    [ 3.003354] ACPI Error: Method parse/execution failed [\_TZ_.PSL_] (Node ffff88049846d410), AE_NOT_FOUND (20131115/psparse-536)
    [ 3.003357] ACPI Error: Method parse/execution failed [\_TZ_.BATZ._PSL] (Node ffff88049846d230), AE_NOT_FOUND (20131115/psparse-536)
    [ 3.003360] ACPI: Invalid passive threshold
    [ 3.013372] thermal LNXTHERM:04: registered as thermal_zone4
    [ 3.013374] ACPI: Thermal Zone [BATZ] (28 C)
    [ 3.013559] thermal LNXTHERM:05: registered as thermal_zone5
    [ 3.013560] ACPI: Thermal Zone [PCHZ] (59 C)
    [ 3.013623] thermal LNXTHERM:06: registered as thermal_zone6
    [ 3.013624] ACPI: Thermal Zone [DM1Z] (0 C)
    [ 3.013684] thermal LNXTHERM:07: registered as thermal_zone7
    [ 3.013685] ACPI: Thermal Zone [DM2Z] (0 C)
    [ 3.013706] GHES: HEST is not enabled!
    [ 3.013781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [ 3.034219] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 3.055810] 0000:00:16.3: ttyS4 at I/O 0x60b0 (irq = 19, base_baud = 115200) is a 16550A
    [ 3.056055] Linux agpgart interface v0.103
    [ 3.056183] tpm_tis 00:03: 1.2 TPM (device-id 0xB, rev-id 16)
    [ 3.057331] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 3.057335] ACPI: Battery Slot [BAT0] (battery present)
    [ 3.057372] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 3.057375] ACPI: Battery Slot [BAT1] (battery absent)
    [ 3.352138] tpm_tis 00:03: TPM is disabled/deactivated (0x7)
    [ 3.353165] brd: module loaded
    [ 3.353594] loop: module loaded
    [ 3.353831] libphy: Fixed MDIO Bus: probed
    [ 3.353886] tun: Universal TUN/TAP device driver, 1.6
    [ 3.353887] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    [ 3.353914] PPP generic driver version 2.4.2
    [ 3.353943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 3.353946] ehci-pci: EHCI PCI platform driver
    [ 3.354051] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 3.354055] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 3.354066] ehci-pci 0000:00:1a.0: debug port 2
    [ 3.357954] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 3.357966] ehci-pci 0000:00:1a.0: irq 16, io mem 0xcca3a000
    [ 3.368127] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 3.368158] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.368159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.368161] usb usb1: Product: EHCI Host Controller
    [ 3.368162] usb usb1: Manufacturer: Linux 3.13.0-32-generic ehci_hcd
    [ 3.368163] usb usb1: SerialNumber: 0000:00:1a.0
    [ 3.368233] hub 1-0:1.0: USB hub found
    [ 3.368238] hub 1-0:1.0: 3 ports detected
    [ 3.368420] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 3.368424] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 3.368434] ehci-pci 0000:00:1d.0: debug port 2
    [ 3.372323] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 3.372334] ehci-pci 0000:00:1d.0: irq 17, io mem 0xcca39000
    [ 3.384119] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 3.384147] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.384148] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.384149] usb usb2: Product: EHCI Host Controller
    [ 3.384150] usb usb2: Manufacturer: Linux 3.13.0-32-generic ehci_hcd
    [ 3.384151] usb usb2: SerialNumber: 0000:00:1d.0
    [ 3.384234] hub 2-0:1.0: USB hub found
    [ 3.384238] hub 2-0:1.0: 3 ports detected
    [ 3.384329] ehci-platform: EHCI generic platform driver
    [ 3.384335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 3.384336] ohci-pci: OHCI PCI platform driver
    [ 3.384342] ohci-platform: OHCI generic platform driver
    [ 3.384346] uhci_hcd: USB Universal Host Controller Interface driver
    [ 3.384439] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 3.384443] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 3.384525] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 3.384540] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 3.384587] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.384589] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.384590] usb usb3: Product: xHCI Host Controller
    [ 3.384591] usb usb3: Manufacturer: Linux 3.13.0-32-generic xhci_hcd
    [ 3.384592] usb usb3: SerialNumber: 0000:00:14.0
    [ 3.384673] hub 3-0:1.0: USB hub found
    [ 3.384690] hub 3-0:1.0: 15 ports detected
    [ 3.385431] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 3.385434] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 3.385468] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [ 3.385470] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.385471] usb usb4: Product: xHCI Host Controller
    [ 3.385472] usb usb4: Manufacturer: Linux 3.13.0-32-generic xhci_hcd
    [ 3.385473] usb usb4: SerialNumber: 0000:00:14.0
    [ 3.385551] hub 4-0:1.0: USB hub found
    [ 3.385562] hub 4-0:1.0: 6 ports detected
    [ 3.392184] i8042: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
    [ 3.393372] i8042: Detected active multiplexing controller, rev 1.1
    [ 3.394020] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 3.394023] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 3.394040] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 3.394051] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 3.394062] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 3.394254] mousedev: PS/2 mouse device common for all mice
    [ 3.394420] rtc_cmos 00:08: RTC can wake from S4
    [ 3.394538] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    [ 3.394563] rtc_cmos 00:08: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 3.394608] device-mapper: uevent: version 1.0.3
    [ 3.394668] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 3.394673] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.394743] TCP: cubic registered
    [ 3.394800] NET: Registered protocol family 10
    [ 3.394914] NET: Registered protocol family 17
    [ 3.394922] Key type dns_resolver registered
    [ 3.395160] Loading compiled-in X.509 certificates
    [ 3.395793] Loaded X.509 cert 'Magrathea: Glacier signing key: 223a1a1af7ef14be22890f9d1cc63d083fee59bf'
    [ 3.395800] registered taskstats version 1
    [ 3.397885] Key type trusted registered
    [ 3.399811] Key type encrypted registered
    [ 3.401785] AppArmor: AppArmor sha1 policy hashing enabled
    [ 3.419579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [ 3.460151] tpm_tis 00:03: A TPM error (7) occurred attempting to read a pcr value
    [ 3.460154] IMA: No TPM chip found, activating TPM-bypass!
    [ 3.460705] regulator-dummy: disabling
    [ 3.460903] Magic number: 11:175:852
    [ 3.461055] rtc_cmos 00:08: setting system clock to 2015-04-17 20:49:48 UTC (1429303788)
    [ 3.462218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [ 3.462219] EDD information not available.
    [ 3.462247] PM: Hibernation image not present or could not be loaded.
    [ 3.463163] Freeing unused kernel memory: 1356K (ffffffff81d1e000 - ffffffff81e71000)
    [ 3.463165] Write protecting the kernel read-only data&colon; 12288k
    [ 3.464381] Freeing unused kernel memory: 580K (ffff88000176f000 - ffff880001800000)
    [ 3.465532] Freeing unused kernel memory: 612K (ffff880001b67000 - ffff880001c00000)
    [ 3.478948] udevd[143]: starting version 175
    [ 3.509828] pps_core: LinuxPPS API ver. 1 registered
    [ 3.509831] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 3.511322] PTP clock support registered
    [ 3.511576] rtsx_pci 0000:5d:00.0: irq 42 for MSI/MSI-X
    [ 3.511591] rtsx_pci 0000:5d:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 42
    [ 3.513783] ahci 0000:00:1f.2: version 3.0
    [ 3.513949] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 3.513977] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 3.514002] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xd impl SATA mode
    [ 3.514005] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
    [ 3.515548] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 3.515549] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [ 3.528600] scsi0 : ahci
    [ 3.528832] scsi1 : ahci
    [ 3.528908] scsi2 : ahci
    [ 3.528979] scsi3 : ahci
    [ 3.529074] scsi4 : ahci
    [ 3.529152] scsi5 : ahci
    [ 3.529185] ata1: SATA max UDMA/133 abar m2048@0xcca38000 port 0xcca38100 irq 43
    [ 3.529186] ata2: DUMMY
    [ 3.529189] ata3: SATA max UDMA/133 abar m2048@0xcca38000 port 0xcca38200 irq 43
    [ 3.529191] ata4: SATA max UDMA/133 abar m2048@0xcca38000 port 0xcca38280 irq 43
    [ 3.529192] ata5: DUMMY
    [ 3.529193] ata6: DUMMY
    [ 3.529421] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 3.529440] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 3.580099] tsc: Refined TSC clocksource calibration: 2693.762 MHz
    [ 3.596226] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
    [ 3.612542] usb 4-1: New USB device found, idVendor=0424, idProduct=5434
    [ 3.612545] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
    [ 3.612547] usb 4-1: Product: USB5534
    [ 3.612548] usb 4-1: Manufacturer: SMSC
    [ 3.612549] usb 4-1: SerialNumber: 1239567
    [ 3.614189] hub 4-1:1.0: USB hub found
    [ 3.614228] hub 4-1:1.0: 4 ports detected
    [ 3.697128] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 3.697131] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 5c:b9:01:fc:9d:75
    [ 3.697132] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 3.697163] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
    [ 3.724083] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 3.848014] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.848677] ata1.00: ATA-9: SanDisk SD6SB1M-256G-1006, X231706, max UDMA/100
    [ 3.848680] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 3.849416] ata1.00: configured for UDMA/100
    [ 3.849580] scsi 0:0:0:0: Direct-Access ATA SanDisk SD6SB1M- X231 PQ: 0 ANSI: 5
    [ 3.849710] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 3.849746] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 3.849748] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.849750] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.849764] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.850612] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    [ 3.851144] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.856328] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
    [ 3.856331] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.856471] hub 1-1:1.0: USB hub found
    [ 3.856575] hub 1-1:1.0: 6 ports detected
    [ 3.967974] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 4.100292] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
    [ 4.100295] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 4.100529] hub 2-1:1.0: USB hub found
    [ 4.100626] hub 2-1:1.0: 8 ports detected
    [ 4.167897] ata3: SATA link down (SStatus 0 SControl 300)
    [ 4.267892] usb 3-1: new high-speed USB device number 2 using xhci_hcd
    [ 4.284185] usb 3-1: New USB device found, idVendor=0424, idProduct=5434
    [ 4.284188] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 4.284596] hub 3-1:1.0: USB hub found
    [ 4.284626] hub 3-1:1.0: 4 ports detected
    [ 4.451824] usb 3-5: new full-speed USB device number 3 using xhci_hcd
    [ 4.469313] usb 3-5: New USB device found, idVendor=138a, idProduct=003f
    [ 4.469316] usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [ 4.469318] usb 3-5: SerialNumber: 0030e4b96e96
    [ 4.487780] ata4: SATA link down (SStatus 0 SControl 300)
    [ 4.530624] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
    [ 4.530627] EXT4-fs (sda5): write access will be enabled during recovery
    [ 4.579770] Switched to clocksource tsc
    [ 4.635700] usb 3-7: new high-speed USB device number 4 using xhci_hcd
    [ 4.702947] EXT4-fs (sda5): orphan cleanup on readonly fs
    [ 4.702996] EXT4-fs (sda5): 2 orphan inodes deleted
    [ 4.702997] EXT4-fs (sda5): recovery complete
    [ 4.706848] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.736086] usb 3-7: New USB device found, idVendor=05c8, idProduct=0369
    [ 4.736089] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 4.736090] usb 3-7: Product: HP HD Webcam
    [ 4.736092] usb 3-7: Manufacturer: SunplusIT INC.
    [ 4.777998] random: init urandom read with 97 bits of entropy available
    [ 4.815946] init: ureadahead main process (382) terminated with status 5
    [ 4.872399] Adding 8390772k swap on /dev/sda6. Priority:-1 extents:1 across:8390772k SSFS
    [ 4.910276] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
    [ 4.910848] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 4.915232] udevd[465]: starting version 175
    [ 4.919590] usb 3-11: new high-speed USB device number 5 using xhci_hcd
    [ 4.937952] usb 3-11: New USB device found, idVendor=03f0, idProduct=521d
    [ 4.937956] usb 3-11: New USB device strings: Mfr=5, Product=4, SerialNumber=0
    [ 4.937959] usb 3-11: Product: HP hs3110 HSPA+ Mobile Broadband Device
    [ 4.937961] usb 3-11: Manufacturer: Hewlett-Packard
    [ 4.941014] lp: driver loaded but no devices found
    [ 4.969070] Initializing HPQ6001 module
    [ 4.969146] input: HP Wireless hotkeys as /devices/virtual/input/input8
    [ 4.977289] wmi: Mapper loaded
    [ 4.985916] [drm] Initialized drm 1.1.0 20060810
    [ 4.991703] hp_accel: laptop model unknown, using default axes configuration
    [ 4.998586] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X
    [ 5.004770] parport_pc 00:0a: reported by Plug and Play ACPI
    [ 5.004867] parport0: PC-style at 0x378 (0x778), irq 5, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
    [ 5.013849] [drm] Memory usable by graphics device = 2048M
    [ 5.013854] checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
    [ 5.013856] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 5.013874] Console: switching to colour dummy device 80x25
    [ 5.030434] random: nonblocking pool is initialized
    [ 5.031503] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.036770] ppdev: user-space parallel port driver
    [ 5.039277] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 5.039280] Copyright(c) 2003-2013 Intel Corporation
    [ 5.039419] iwlwifi 0000:5c:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 5.039474] iwlwifi 0000:5c:00.0: irq 46 for MSI/MSI-X
    [ 5.045123] type=1400 audit(1429292990.079:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=725 comm="apparmor_parser"
    [ 5.045130] type=1400 audit(1429292990.079:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=725 comm="apparmor_parser"
    [ 5.045135] type=1400 audit(1429292990.079:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=725 comm="apparmor_parser"
    [ 5.045666] type=1400 audit(1429292990.079:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=725 comm="apparmor_parser"
    [ 5.045672] type=1400 audit(1429292990.079:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=725 comm="apparmor_parser"
    [ 5.045949] type=1400 audit(1429292990.079:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=725 comm="apparmor_parser"
    [ 5.049977] Bluetooth: Core ver 2.17
    [ 5.049990] NET: Registered protocol family 31
    [ 5.049991] Bluetooth: HCI device and connection manager initialized
    [ 5.049998] Bluetooth: HCI socket layer initialized
    [ 5.050001] Bluetooth: L2CAP socket layer initialized
    [ 5.050005] Bluetooth: SCO socket layer initialized
    [ 5.051107] iwlwifi 0000:5c:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 5.057904] Bluetooth: RFCOMM TTY layer initialized
    [ 5.057915] Bluetooth: RFCOMM socket layer initialized
    [ 5.057920] Bluetooth: RFCOMM ver 1.11
    [ 5.061071] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 5.061074] Bluetooth: BNEP filters: protocol multicast
    [ 5.061082] Bluetooth: BNEP socket layer initialized
    [ 5.063649] i915 0000:00:02.0: irq 47 for MSI/MSI-X
    [ 5.063657] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 5.063658] [drm] Driver supports precise vblank timestamp query.
    [ 5.063906] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=nonewns=none
    [ 5.073667] iwlwifi 0000:5c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 5.073671] iwlwifi 0000:5c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [ 5.073673] iwlwifi 0000:5c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 5.073676] iwlwifi 0000:5c:00.0: Detected Intel(R) Centrino(R) Advanced-N 6235 AGN, REV=0xB0
    [ 5.073733] iwlwifi 0000:5c:00.0: L1 Disabled; Enabling L0S
    [ 5.099787] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 5.107517] usb 3-12: new full-speed USB device number 6 using xhci_hcd
    [ 5.107863] lp0: using parport0 (interrupt-driven).
    [ 5.117196] MXM: GUID detected in BIOS
    [ 5.117211] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.127446] usb 3-12: New USB device found, idVendor=8087, idProduct=07da
    [ 5.127450] usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 5.136368] usbcore: registered new interface driver btusb
    [ 5.139414] init: failsafe main process (863) killed by TERM signal
    [ 5.153066] type=1400 audit(1429292990.187:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=953 comm="apparmor_parser"
    [ 5.153074] type=1400 audit(1429292990.187:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=953 comm="apparmor_parser"
    [ 5.153638] type=1400 audit(1429292990.187:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=953 comm="apparmor_parser"
    [ 5.175774] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.215491] usb 3-1.2: new high-speed USB device number 7 using xhci_hcd
    [ 5.231627] usb 3-1.2: New USB device found, idVendor=0424, idProduct=2512
    [ 5.231630] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 5.232078] hub 3-1.2:1.0: USB hub found
    [ 5.232107] hub 3-1.2:1.0: 2 ports detected
    [ 5.245239] Linux video capture interface: v2.00
    [ 5.249575] uvcvideo: Found UVC 1.00 device HP HD Webcam (05c8:0369)
    [ 5.258139] input: HP HD Webcam as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input12
    [ 5.258213] usbcore: registered new interface driver uvcvideo
    [ 5.258215] USB Video Class driver (1.1.1)
    [ 5.267740] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.267757] input: HP WMI hotkeys as /devices/virtual/input/input11
    [ 5.299688] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.342957] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 5.372070] lis3lv02d: 8 bits 3DC sensor found
    [ 5.372127] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.385320] fbcon: inteldrmfb (fb0) is primary device
    [ 5.408760] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    [ 5.416127] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
    [ 5.416135] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEGP.DGFX handle
    [ 5.443465] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 5.443566] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 5.443818] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 5.444803] iwlwifi 0000:5c:00.0: L1 Disabled; Enabling L0S
    [ 5.451546] iwlwifi 0000:5c:00.0: Radio type=0x2-0x1-0x0
    [ 5.507433] usb 3-1.2.1: new low-speed USB device number 8 using xhci_hcd
    [ 5.530647] usb 3-1.2.1: New USB device found, idVendor=046d, idProduct=c045
    [ 5.530649] usb 3-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 5.530650] usb 3-1.2.1: Product: USB-PS/2 Optical Mouse
    [ 5.530651] usb 3-1.2.1: Manufacturer: Logitech
    [ 5.530803] usb 3-1.2.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 5.603397] usb 3-1.2.2: new low-speed USB device number 9 using xhci_hcd
    [ 5.642247] usb 3-1.2.2: New USB device found, idVendor=03f0, idProduct=034a
    [ 5.642249] usb 3-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 5.642250] usb 3-1.2.2: Product: HP Elite USB Keyboard
    [ 5.642251] usb 3-1.2.2: Manufacturer: Chicony
    [ 5.642359] usb 3-1.2.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 5.642365] usb 3-1.2.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 5.650544] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.672470] usbcore: registered new interface driver usbhid
    [ 5.672471] usbhid: USB HID core driver
    [ 5.676000] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2.1/3-1.2.1:1.0/input/input13
    [ 5.676142] hid-generic 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-1.2.1/input0
    [ 5.676260] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2.2/3-1.2.2:1.0/input/input14
    [ 5.676361] hid-generic 0003:03F0:034A.0002: input,hidraw1: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-1.2.2/input0
    [ 5.679926] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2.2/3-1.2.2:1.1/input/input15
    [ 5.680033] hid-generic 0003:03F0:034A.0003: input,hidraw2: USB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-1.2.2/input1
    [ 5.724422] iwlwifi 0000:5c:00.0: L1 Disabled; Enabling L0S
    [ 5.731055] iwlwifi 0000:5c:00.0: Radio type=0x2-0x1-0x0
    [ 5.819472] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 5.819868] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6.122492] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input10
    [ 6.743022] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input17
    [ 6.791046] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 6.950914] Console: switching to colour frame buffer device 240x67
    [ 6.954403] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 6.954405] i915 0000:00:02.0: registered panic notifier
    [ 6.954426] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
    [ 6.954972] ACPI: Video Device [DGFX] (multi-head: yes rom: yes post: no)
    [ 6.955055] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input18
    [ 6.959873] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 6.959978] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input19
    [ 6.960085] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.960160] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    [ 6.960166] ACPI: If an ACPI driver is

    @emeres: Sorry, yes, it's an HP 2013 UltraSlim Docking Station. I figured it was the only one compatible with the notebook model I provided.
    Regarding any electrical circuitry or controls... well, sure, I'm assuming there's some circuitry in there
    I'll give a whirl at using that two screen setup when I get a chance. I'm not inclined to think I need to hard-code it in a xorg conf file of some sort given that xrandr finds it just fine. I'm just perplexed by why it goes AWOL after one connect/disconnect. Now that you mention it, it could be the docking station internals, as I'm assuming most folks would be using this to plug in their computer, then completely remove it to go elsewhere, and then come back to their desk. Thus, they'd be physically disconnecting it vs. just toggling?
    That said, I'm pretty sure I can use Windows Fn+F4 to toggle laptop vs. laptop + "projector" (what Win7 calls any external display) all day with no issues, so I'd think xrandr should be able to do the same?
    Thanks for the input and links.

  • Libreoffice crashes after plug in external monitor

    Hi
    I have XFCE. When i plug in external monitor i get a crash from libreoffice. The message says that libreoffice has crashed and that documents will be saved. Has anybody got simillar issues?
    LibreOffice error message:
    Due to an unexpected errot, LibreOffice vrashed. All the files you were working on will be saved now. The next time LibreOffice is launched, your files will be recovered automatically.
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable)
    [ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e1000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007dd80000 (usable)
    [ 0.000000] BIOS-e820: 000000007dd80000 - 000000007dd8f000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007dd8f000 - 000000007dde0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007dde0000 - 000000007de00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed40000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.5 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. K50IJ /K50IJ , BIOS 209 07/10/2009
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7dd80 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07DE00000 mask FFFE00000 uncachable
    [ 0.000000] 2 base 07E000000 mask FFE000000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c0093000] 93000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 7db5b000 - 7dd70000
    [ 0.000000] Allocated new RAMDISK: 375e9000 - 377fd327
    [ 0.000000] Move RAMDISK from 000000007db5b000 - 000000007dd6f326 to 375e9000 - 377fd326
    [ 0.000000] ACPI: RSDP 000f93d0 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7dd80100 00084 (v01 071009 XSDT1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7dd80290 000F4 (v03 071009 FACP1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7dd80680 0CD1D (v01 K50IJ K50IJ209 00000209 INTL 20051117)
    [ 0.000000] ACPI: FACS 7dd8f000 00040
    [ 0.000000] ACPI: APIC 7dd80390 0005C (v01 071009 APIC1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7dd80430 0003C (v01 071009 OEMMCFG 20090710 MSFT 00000097)
    [ 0.000000] ACPI: OEMX 7dd80470 00176 (v01 071009 OEMX1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: ECDT 7dd80620 00054 (v01 071009 OEMECDT 20090710 MSFT 00000097)
    [ 0.000000] ACPI: DBGP 7dd803f0 00034 (v01 071009 DBGP1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: BOOT 7dd805f0 00028 (v01 071009 BOOT1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7dd8f040 00071 (v01 071009 OEMB1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7dd8d3a0 00038 (v01 071009 OEMHPET 20090710 MSFT 00000097)
    [ 0.000000] ACPI: GSCI 7dd8f0c0 02024 (v01 071009 GMCHSCI 20090710 MSFT 00000097)
    [ 0.000000] ACPI: ATKG 7dd912f0 08024 (v01 022008 OEMATKG 20080220 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 7dd99b20 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: DMI detected: ASUS K50IJ
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1125MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007dd80
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x00000097
    [ 0.000000] 0: 0x00000100 -> 0x0007dd80
    [ 0.000000] On node 0 totalpages: 515335
    [ 0.000000] free_area_init_node: node 0, pgdat c05add00, node_mem_map f6628200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3943 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2252 pages used for memmap
    [ 0.000000] HighMem zone: 285878 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
    [ 0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e1000
    [ 0.000000] PM: Registered nosave memory: 00000000000e1000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7de00000 (gap: 7de00000:80f20000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s25472 r0 d23680 u2097152
    [ 0.000000] pcpu-alloc: s25472 r0 d23680 u2097152 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 511307
    [ 0.000000] Kernel command line: root=/dev/sda1 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 8247040 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007dd80)
    [ 0.000000] Memory: 2027804k/2061824k available (3414k kernel code, 33536k reserved, 1408k data, 500k init, 1152520k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc05b6000 - 0xc0633000 ( 500 kB)
    [ 0.000000] .data : 0xc04559d5 - 0xc05b5a00 (1408 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04559d5 (3414 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1795.332 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.27 BogoMIPS (lpj=5984440)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003394] Security Framework initialized
    [ 0.003400] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003424] Mount-cache hash table entries: 512
    [ 0.003645] Initializing cgroup subsys cpuacct
    [ 0.003661] Initializing cgroup subsys memory
    [ 0.003672] Initializing cgroup subsys devices
    [ 0.003674] Initializing cgroup subsys freezer
    [ 0.003677] Initializing cgroup subsys net_cls
    [ 0.003679] Initializing cgroup subsys blkio
    [ 0.003723] CPU: Physical Processor ID: 0
    [ 0.003725] CPU: Processor Core ID: 0
    [ 0.003728] mce: CPU supports 6 MCE banks
    [ 0.003736] CPU0: Thermal monitoring handled by SMI
    [ 0.003740] using mwait in idle threads.
    [ 0.006852] ACPI: Core revision 20110413
    [ 0.016682] ftrace: allocating 15362 entries in 31 pages
    [ 0.020055] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.020414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054743] CPU0: Intel Celeron(R) Dual-Core CPU T3000 @ 1.80GHz stepping 0a
    [ 0.056663] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073448] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100011] CPU 1 irqstacks, hard=f54e8000 soft=f54ea000
    [ 0.100014] Booting Node 0, Processors #1 Ok.
    [ 0.100017] smpboot cpu 1: start_ip = 93000
    [ 0.006666] Initializing CPU#1
    [ 0.006666] CPU1: Thermal monitoring handled by SMI
    [ 0.196686] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203325] Brought up 2 CPUs
    [ 0.203328] Total of 2 processors activated (7184.88 BogoMIPS).
    [ 0.204206] devtmpfs: initialized
    [ 0.204206] PM: Registering ACPI NVS region at 7dd8f000 (331776 bytes)
    [ 0.204614] print_constraints: dummy:
    [ 0.204682] NET: Registered protocol family 16
    [ 0.204804] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.204807] ACPI: bus type pci registered
    [ 0.204906] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.204910] PCI: not using MMCONFIG
    [ 0.205140] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    [ 0.205142] PCI: Using configuration type 1 for base access
    [ 0.206964] bio: create slab <bio-0> at 0
    [ 0.206964] ACPI: Deleted _OSI(Windows 2009)
    [ 0.209160] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.209166] ACPI: EC: Look up EC in DSDT
    [ 0.218122] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.221024] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.230152] ACPI Warning: Incorrect checksum in table [ATKG] - 0x84, should be 0xE5 (20110413/tbutils-314)
    [ 0.230496] ACPI: SSDT 7dd993b0 00765 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.231045] ACPI: Dynamic OEM Table Load:
    [ 0.231049] ACPI: SSDT (null) 00765 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.231346] ACPI: SSDT 7dd99320 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    [ 0.231894] ACPI: Dynamic OEM Table Load:
    [ 0.231897] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    [ 0.232248] ACPI: Interpreter enabled
    [ 0.232260] ACPI: (supports S0 S3 S4 S5)
    [ 0.232287] ACPI: Using IOAPIC for interrupt routing
    [ 0.232319] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.234032] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.234035] PCI: Using MMCONFIG for extended config space
    [ 0.243183] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [ 0.243546] ACPI: No dock devices found.
    [ 0.243548] HEST: Table not found.
    [ 0.243553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.243848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.244065] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.244068] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.244072] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.244075] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.244078] pci_root PNP0A08:00: host bridge window [mem 0x7de00000-0xffffffff]
    [ 0.244094] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
    [ 0.244121] DMAR: Forcing write-buffer flush capability
    [ 0.244147] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
    [ 0.244164] pci 0000:00:02.0: reg 10: [mem 0xfe400000-0xfe7fffff 64bit]
    [ 0.244174] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.244181] pci 0000:00:02.0: reg 20: [io 0xdc00-0xdc07]
    [ 0.244219] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
    [ 0.244232] pci 0000:00:02.1: reg 10: [mem 0xfe800000-0xfe8fffff 64bit]
    [ 0.244330] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.244399] pci 0000:00:1a.0: reg 20: [io 0xd880-0xd89f]
    [ 0.244468] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
    [ 0.244535] pci 0000:00:1a.1: reg 20: [io 0xd800-0xd81f]
    [ 0.244604] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
    [ 0.244672] pci 0000:00:1a.2: reg 20: [io 0xd480-0xd49f]
    [ 0.244753] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.244784] pci 0000:00:1a.7: reg 10: [mem 0xfe9fbc00-0xfe9fbfff]
    [ 0.244890] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.244896] pci 0000:00:1a.7: PME# disabled
    [ 0.244932] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.244957] pci 0000:00:1b.0: reg 10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
    [ 0.245049] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.245054] pci 0000:00:1b.0: PME# disabled
    [ 0.245086] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
    [ 0.245179] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.245185] pci 0000:00:1c.0: PME# disabled
    [ 0.245218] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
    [ 0.245311] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.245317] pci 0000:00:1c.1: PME# disabled
    [ 0.245356] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
    [ 0.245451] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.245457] pci 0000:00:1c.5: PME# disabled
    [ 0.245494] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.245563] pci 0000:00:1d.0: reg 20: [io 0xd400-0xd41f]
    [ 0.245634] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.245702] pci 0000:00:1d.1: reg 20: [io 0xd080-0xd09f]
    [ 0.245771] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.245839] pci 0000:00:1d.2: reg 20: [io 0xd000-0xd01f]
    [ 0.245920] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.245951] pci 0000:00:1d.7: reg 10: [mem 0xfe9fb800-0xfe9fbbff]
    [ 0.246056] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.246062] pci 0000:00:1d.7: PME# disabled
    [ 0.246091] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.246183] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
    [ 0.246345] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
    [ 0.246377] pci 0000:00:1f.2: reg 10: [io 0xcc00-0xcc07]
    [ 0.246390] pci 0000:00:1f.2: reg 14: [io 0xc880-0xc883]
    [ 0.246404] pci 0000:00:1f.2: reg 18: [io 0xc800-0xc807]
    [ 0.246417] pci 0000:00:1f.2: reg 1c: [io 0xc480-0xc483]
    [ 0.246430] pci 0000:00:1f.2: reg 20: [io 0xc400-0xc41f]
    [ 0.246443] pci 0000:00:1f.2: reg 24: [mem 0xfe9fb000-0xfe9fb7ff]
    [ 0.246501] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.246506] pci 0000:00:1f.2: PME# disabled
    [ 0.246598] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.246604] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.246610] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.246619] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.246718] pci 0000:02:00.0: [168c:002b] type 0 class 0x000280
    [ 0.246751] pci 0000:02:00.0: reg 10: [mem 0xfeaf0000-0xfeafffff 64bit]
    [ 0.246873] pci 0000:02:00.0: supports D1
    [ 0.246876] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 0.246883] pci 0000:02:00.0: PME# disabled
    [ 0.246929] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 0.246935] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.246941] pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.246950] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247043] pci 0000:03:00.0: [1969:1026] type 0 class 0x000200
    [ 0.247076] pci 0000:03:00.0: reg 10: [mem 0xfebc0000-0xfebfffff 64bit]
    [ 0.247094] pci 0000:03:00.0: reg 18: [io 0xec00-0xec7f]
    [ 0.247203] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.247210] pci 0000:03:00.0: PME# disabled
    [ 0.247248] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    [ 0.247254] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.247259] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.247268] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247370] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.247376] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.247382] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.247391] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247394] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.247397] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.247400] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.247403] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.247407] pci 0000:00:1e.0: bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
    [ 0.247437] pci_bus 0000:00: on NUMA node 0
    [ 0.247441] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.247651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.247695] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
    [ 0.247885] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.248174] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.259190] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
    [ 0.259248] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
    [ 0.259304] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
    [ 0.259356] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
    [ 0.259410] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
    [ 0.259462] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
    [ 0.259517] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
    [ 0.259572] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
    [ 0.259683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.259697] vgaarb: loaded
    [ 0.259699] vgaarb: bridge control possible 0000:00:02.0
    [ 0.259809] PCI: Using ACPI for IRQ routing
    [ 0.259812] PCI: pci_cache_line_size set to 64 bytes
    [ 0.259912] reserve RAM buffer: 0000000000097c00 - 000000000009ffff
    [ 0.259915] reserve RAM buffer: 000000007dd80000 - 000000007fffffff
    [ 0.260058] NetLabel: Initializing
    [ 0.260060] NetLabel: domain hash size = 128
    [ 0.260062] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.260077] NetLabel: unlabeled traffic allowed by default
    [ 0.260094] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.260103] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.260108] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.270003] Switching to clocksource hpet
    [ 0.273239] Switched to NOHz mode on CPU #0
    [ 0.273288] Switched to NOHz mode on CPU #1
    [ 0.277882] pnp: PnP ACPI init
    [ 0.277905] ACPI: bus type pnp registered
    [ 0.278057] pnp 00:00: [bus 00-ff]
    [ 0.278061] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.278064] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.278069] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.278072] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.278075] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.278078] pnp 00:00: [mem 0x7de00000-0xffffffff window]
    [ 0.278081] pnp 00:00: [mem 0x00000000-0xffffffff window]
    [ 0.278186] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.278198] pnp 00:01: [mem 0xfed10000-0xfed19fff]
    [ 0.278259] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
    [ 0.278264] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.278299] pnp 00:02: [dma 4]
    [ 0.278301] pnp 00:02: [io 0x0000-0x000f]
    [ 0.278304] pnp 00:02: [io 0x0081-0x0083]
    [ 0.278306] pnp 00:02: [io 0x0087]
    [ 0.278309] pnp 00:02: [io 0x0089-0x008b]
    [ 0.278311] pnp 00:02: [io 0x008f]
    [ 0.278313] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.278345] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.278357] pnp 00:03: [io 0x0070-0x0071]
    [ 0.278371] pnp 00:03: [irq 8]
    [ 0.278402] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.278441] pnp 00:04: [io 0x0060]
    [ 0.278443] pnp 00:04: [io 0x0064]
    [ 0.278449] pnp 00:04: [irq 1]
    [ 0.278483] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.278536] pnp 00:05: [irq 12]
    [ 0.278575] pnp 00:05: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.278586] pnp 00:06: [io 0x0061]
    [ 0.278618] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.278628] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.278634] pnp 00:07: [irq 13]
    [ 0.278667] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.278826] pnp 00:08: [io 0x0010-0x001f]
    [ 0.278829] pnp 00:08: [io 0x0022-0x003f]
    [ 0.278831] pnp 00:08: [io 0x0044-0x005f]
    [ 0.278833] pnp 00:08: [io 0x0063]
    [ 0.278836] pnp 00:08: [io 0x0065]
    [ 0.278838] pnp 00:08: [io 0x0067-0x006f]
    [ 0.278840] pnp 00:08: [io 0x0072-0x007f]
    [ 0.278842] pnp 00:08: [io 0x0080]
    [ 0.278845] pnp 00:08: [io 0x0084-0x0086]
    [ 0.278847] pnp 00:08: [io 0x0088]
    [ 0.278849] pnp 00:08: [io 0x008c-0x008e]
    [ 0.278852] pnp 00:08: [io 0x0090-0x009f]
    [ 0.278854] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.278856] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.278859] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.278861] pnp 00:08: [io 0x0800-0x087f]
    [ 0.278863] pnp 00:08: [io 0x0400-0x041f]
    [ 0.278866] pnp 00:08: [io 0x0500-0x057f]
    [ 0.278869] pnp 00:08: [mem 0xfe9fac00-0xfe9facff window]
    [ 0.278871] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.278874] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
    [ 0.278876] pnp 00:08: [mem 0xfed45000-0xfed89fff]
    [ 0.278879] pnp 00:08: [mem 0xfed90000-0xfed90fff]
    [ 0.278881] pnp 00:08: [mem 0xfed91000-0xfed91fff]
    [ 0.278884] pnp 00:08: [mem 0xfed92000-0xfed92fff]
    [ 0.278886] pnp 00:08: [mem 0xfed93000-0xfed93fff]
    [ 0.278888] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.278891] pnp 00:08: [mem 0xfff00000-0xffffffff]
    [ 0.278969] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.278973] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.278976] system 00:08: [io 0x0400-0x041f] has been reserved
    [ 0.278979] system 00:08: [io 0x0500-0x057f] has been reserved
    [ 0.278982] system 00:08: [mem 0xfe9fac00-0xfe9facff window] has been reserved
    [ 0.278986] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.278989] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.278993] system 00:08: [mem 0xfed45000-0xfed89fff] has been reserved
    [ 0.278996] system 00:08: [mem 0xfed90000-0xfed90fff] has been reserved
    [ 0.278999] system 00:08: [mem 0xfed91000-0xfed91fff] has been reserved
    [ 0.279002] system 00:08: [mem 0xfed92000-0xfed92fff] has been reserved
    [ 0.279006] system 00:08: [mem 0xfed93000-0xfed93fff] has been reserved
    [ 0.279009] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.279012] system 00:08: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.279016] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279083] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.279119] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.279178] pnp 00:0a: [mem 0xffa00000-0xffbfffff]
    [ 0.279181] pnp 00:0a: [mem 0xffe00000-0xffffffff]
    [ 0.279236] system 00:0a: [mem 0xffa00000-0xffbfffff] could not be reserved
    [ 0.279239] system 00:0a: [mem 0xffe00000-0xffffffff] could not be reserved
    [ 0.279243] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279292] pnp 00:0b: [mem 0xffc00000-0xffdfffff]
    [ 0.279347] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.279351] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279412] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.279415] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.279417] pnp 00:0c: [mem 0xfec10000-0xfec17fff]
    [ 0.279419] pnp 00:0c: [mem 0xfec18000-0xfec1ffff]
    [ 0.279422] pnp 00:0c: [mem 0xfec38000-0xfec3ffff]
    [ 0.279424] pnp 00:0c: [io 0x0250-0x0253]
    [ 0.279427] pnp 00:0c: [io 0x0256-0x025f]
    [ 0.279484] system 00:0c: [io 0x0250-0x0253] has been reserved
    [ 0.279487] system 00:0c: [io 0x0256-0x025f] has been reserved
    [ 0.279491] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.279494] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.279497] system 00:0c: [mem 0xfec10000-0xfec17fff] has been reserved
    [ 0.279501] system 00:0c: [mem 0xfec18000-0xfec1ffff] has been reserved
    [ 0.279504] system 00:0c: [mem 0xfec38000-0xfec3ffff] has been reserved
    [ 0.279508] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279585] pnp 00:0d: [mem 0xe0000000-0xefffffff]
    [ 0.279641] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.279645] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279954] pnp 00:0e: [mem 0x00000000-0x0009ffff]
    [ 0.279957] pnp 00:0e: [mem 0x000c0000-0x000cffff]
    [ 0.279965] pnp 00:0e: [mem 0x000e0000-0x000fffff]
    [ 0.279967] pnp 00:0e: [mem 0x00100000-0x7ddfffff]
    [ 0.279970] pnp 00:0e: [mem 0x00000000-0xffffffff disabled]
    [ 0.280081] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.280085] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.280088] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.280092] system 00:0e: [mem 0x00100000-0x7ddfffff] could not be reserved
    [ 0.280095] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.280257] pnp: PnP ACPI: found 15 devices
    [ 0.280259] ACPI: ACPI bus type pnp unregistered
    [ 0.316954] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.317008] pci 0000:00:1c.5: BAR 15: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
    [ 0.317012] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.317014] pci 0000:00:1c.0: bridge window [io disabled]
    [ 0.317021] pci 0000:00:1c.0: bridge window [mem disabled]
    [ 0.317026] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 0.317035] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 0.317037] pci 0000:00:1c.1: bridge window [io disabled]
    [ 0.317045] pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.317050] pci 0000:00:1c.1: bridge window [mem pref disabled]
    [ 0.317059] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    [ 0.317063] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.317070] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.317077] pci 0000:00:1c.5: bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
    [ 0.317086] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
    [ 0.317088] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.317094] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.317100] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.317124] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.317130] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.317141] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.317147] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.317156] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.317162] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.317171] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.317176] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.317179] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.317181] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.317184] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.317187] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
    [ 0.317191] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.317194] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    [ 0.317197] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.317200] pci_bus 0000:03: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
    [ 0.317203] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.317206] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.317209] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.317211] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.317214] pci_bus 0000:04: resource 8 [mem 0x7de00000-0xffffffff]
    [ 0.317261] NET: Registered protocol family 2
    [ 0.317339] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.317587] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.318048] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.318337] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.318341] TCP reno registered
    [ 0.318344] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.318357] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.318534] NET: Registered protocol family 1
    [ 0.318557] pci 0000:00:02.0: Boot video device
    [ 0.318744] PCI: CLS 32 bytes, default 64
    [ 0.318812] Unpacking initramfs...
    [ 0.362878] Freeing initrd memory: 2132k freed
    [ 0.363915] Simple Boot Flag at 0x51 set to 0x1
    [ 0.364233] apm: BIOS not found.
    [ 0.364425] audit: initializing netlink socket (disabled)
    [ 0.364441] type=2000 audit(1312909012.363:1): initialized
    [ 0.368688] highmem bounce pool size: 64 pages
    [ 0.368694] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.378607] VFS: Disk quotas dquot_6.5.2
    [ 0.378705] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.378834] msgmni has been set to 1713
    [ 0.379068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.379105] io scheduler noop registered
    [ 0.379108] io scheduler deadline registered
    [ 0.379123] io scheduler cfq registered (default)
    [ 0.379271] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.379334] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.379455] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.379513] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.379630] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.379688] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.379845] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.379852] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.379878] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.379881] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.379887] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.379912] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    [ 0.379915] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.379921] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    [ 0.380079] intel_idle: MWAIT substates: 0x2220
    [ 0.380081] intel_idle: does not run on family 6 model 23
    [ 0.380087] ERST: Table is not found!
    [ 0.380103] isapnp: Scanning for PnP cards...
    [ 0.737174] isapnp: No Plug & Play device found
    [ 0.737249] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.927374] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.930998] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.934050] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.934091] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.934122] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.934155] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.934186] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.934296] mousedev: PS/2 mouse device common for all mice
    [ 0.934388] rtc_cmos 00:03: RTC can wake from S4
    [ 0.934524] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.934557] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.934588] cpuidle: using governor ladder
    [ 0.934590] cpuidle: using governor menu
    [ 0.934876] TCP cubic registered
    [ 0.934879] NET: Registered protocol family 17
    [ 0.934888] Registering the dns_resolver key type
    [ 0.934915] Using IPI No-Shortcut mode
    [ 0.935017] PM: Hibernation image not present or could not be loaded.
    [ 0.935024] registered taskstats version 1
    [ 0.939311] rtc_cmos 00:03: setting system clock to 2011-08-09 16:56:53 UTC (1312909013)
    [ 0.939352] Initializing network drop monitor service
    [ 0.939447] Freeing unused kernel memory: 500k freed
    [ 0.939681] Write protecting the kernel text: 3416k
    [ 0.939709] Write protecting the kernel read-only data: 1036k
    [ 0.953922] udevd[54]: starting version 173
    [ 0.977498] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.019140] usbcore: registered new interface driver usbfs
    [ 1.019176] usbcore: registered new interface driver hub
    [ 1.049312] usbcore: registered new device driver usb
    [ 1.050500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.050540] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.050563] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 1.050567] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 1.050604] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.050644] ehci_hcd 0000:00:1a.7: debug port 1
    [ 1.068233] SCSI subsystem initialized
    [ 1.068335] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
    [ 1.068361] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
    [ 1.079182] libata version 3.00 loaded.
    [ 1.080102] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.080303] hub 1-0:1.0: USB hub found
    [ 1.080309] hub 1-0:1.0: 6 ports detected
    [ 1.080423] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.080445] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.080450] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.080461] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.080495] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.084638] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 1.084665] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe9fb800
    [ 1.096705] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.097358] hub 2-0:1.0: USB hub found
    [ 1.097365] hub 2-0:1.0: 6 ports detected
    [ 1.097486] ahci 0000:00:1f.2: version 3.0
    [ 1.097508] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.097565] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 1.097619] ahci: SSS flag set, parallel bus scan disabled
    [ 1.097653] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    [ 1.097657] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 1.097664] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.103903] scsi0 : ahci
    [ 1.104030] scsi1 : ahci
    [ 1.104126] scsi2 : ahci
    [ 1.104218] scsi3 : ahci
    [ 1.104495] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 43
    [ 1.104500] ata2: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb180 irq 43
    [ 1.104502] ata3: DUMMY
    [ 1.104504] ata4: DUMMY
    [ 1.163917] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.163984] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.163997] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.164113] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.164129] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.164178] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
    [ 1.164368] hub 3-0:1.0: USB hub found
    [ 1.164373] hub 3-0:1.0: 2 ports detected
    [ 1.164477] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 1.164486] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.164490] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.164500] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.164539] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
    [ 1.164699] hub 4-0:1.0: USB hub found
    [ 1.164704] hub 4-0:1.0: 2 ports detected
    [ 1.164787] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.164795] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.164799] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.164808] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.164848] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
    [ 1.165008] hub 5-0:1.0: USB hub found
    [ 1.165012] hub 5-0:1.0: 2 ports detected
    [ 1.165099] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.165107] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.165111] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.165122] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.165154] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
    [ 1.165311] hub 6-0:1.0: USB hub found
    [ 1.165316] hub 6-0:1.0: 2 ports detected
    [ 1.165398] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.165408] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.165412] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.165421] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.165450] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
    [ 1.165607] hub 7-0:1.0: USB hub found
    [ 1.165611] hub 7-0:1.0: 2 ports detected
    [ 1.165696] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.165704] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.165708] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.165717] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.165747] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
    [ 1.165914] hub 8-0:1.0: USB hub found
    [ 1.165919] hub 8-0:1.0: 2 ports detected
    [ 1.366705] Refined TSC clocksource calibration: 1795.499 MHz.
    [ 1.366711] Switching to clocksource tsc
    [ 1.386680] usb 1-3: new high speed USB device number 2 using ehci_hcd
    [ 1.423359] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.425060] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.425379] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.425384] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.427244] ata1.00: ATA-8: ST9320325AS, 0002SDM1, max UDMA/133
    [ 1.427247] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.429377] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.429687] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.429691] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.431520] ata1.00: configured for UDMA/133
    [ 1.431677] scsi 0:0:0:0: Direct-Access ATA ST9320325AS 0002 PQ: 0 ANSI: 5
    [ 1.750027] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.765044] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.765049] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.778146] ata2.00: ATAPI: Optiarc DVD RW AD-7580S, FX20, max UDMA/100
    [ 1.794186] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.794191] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.807014] ata2.00: configured for UDMA/100
    [ 1.810609] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7580S FX20 PQ: 0 ANSI: 5
    [ 1.817797] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.817854] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.817857] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.817881] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.822707] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.822711] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.823032] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.836683] usb 6-2: new low speed USB device number 2 using uhci_hcd
    [ 1.859083] sda: sda1 sda2 sda3 sda4 < sda5 >
    [ 1.859555] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.023721] input: MosArt Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input1
    [ 2.023829] generic-usb 0003:13EE:0003.0001: input,hidraw0: USB HID v1.10 Mouse [MosArt Optical Mouse] on usb-0000:00:1d.0-2/input0
    [ 2.023850] usbcore: registered new interface driver usbhid
    [ 2.023852] usbhid: USB HID core driver
    [ 2.650851] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.258021] udevd[287]: starting version 173
    [ 4.739711] asus_acpi: Asus Laptop ACPI Extras version 0.30
    [ 4.739876] asus_acpi: unsupported model K50IJ, trying default values
    [ 4.739878] asus_acpi: send /proc/acpi/dsdt to the developers
    [ 4.816300] iTCO_vendor_support: vendor-support=0
    [ 4.824448] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 4.824569] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0860)
    [ 4.824660] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.827238] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.827382] ACPI: AC Adapter [AC0] (on-line)
    [ 4.828155] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.828165] ACPI: Sleep Button [SLPB]
    [ 4.828230] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 4.831492] ACPI: Lid Switch [LID]
    [ 4.831614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.831621] ACPI: Power Button [PWRF]
    [ 4.865124] Linux agpgart interface v0.103
    [ 4.921369] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.936814] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.936824] ACPI: Battery Slot [BAT0] (battery present)
    [ 4.941752] ATL1E 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 4.941770] ATL1E 0000:03:00.0: setting latency timer to 64
    [ 4.945788] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.945792] ACPI: Thermal Zone [THRM] (44 C)
    [ 4.970466] ACPI: acpi_idle registered with cpuidle
    [ 4.974411] Monitor-Mwait will be used to enter C-1 state
    [ 4.974445] Monitor-Mwait will be used to enter C-2 state
    [ 4.974469] Monitor-Mwait will be used to enter C-3 state
    [ 4.974477] Marking TSC unstable due to TSC halts in idle
    [ 4.975874] Switching to clocksource hpet
    [ 5.032723] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 5.032822] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.033439] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 5.033728] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 5.105663] [drm] Initialized drm 1.1.0 20060810
    [ 5.107962] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.107977] ath9k 0000:02:00.0: setting latency timer to 64
    [ 5.142586] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.142593] i915 0000:00:02.0: setting latency timer to 64
    [ 5.159185] ath: EEPROM regdomain: 0x60
    [ 5.159188] ath: EEPROM indicates we should expect a direct regpair map
    [ 5.159191] ath: Country alpha2 being used: 00
    [ 5.159193] ath: Regpair used: 0x60
    [ 5.168070] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 5.168078] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.168080] [drm] Driver supports precise vblank timestamp query.
    [ 5.168129] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 5.191736] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 5.192424] Registered led device: ath9k-phy0
    [ 5.192433] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf81a0000, irq=17
    [ 5.288322] asus_laptop: Asus Laptop Support version 0.42
    [ 5.288486] asus_laptop: K50IJ model detected
    [ 5.288978] asus_laptop: Backlight controlled by ACPI video driver
    [ 5.289084] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
    [ 5.393429] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.393627] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 5.597755] psmouse serio4: ID: 10 00 64
    [ 5.702553] elantech: assuming hardware version 2, firmware version 4.1.1
    [ 5.738839] elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
    [ 5.780864] fbcon: inteldrmfb (fb0) is primary device
    [ 5.825826] Console: switching to colour frame buffer device 170x48
    [ 5.831063] fb0: inteldrmfb frame buffer device
    [ 5.831065] drm: registered panic notifier
    [ 5.833323] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
    [ 5.834567] acpi device:38: registered as cooling_device2
    [ 5.834817] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6
    [ 5.834975] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 5.835272] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 5.835329] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 5.835420] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 5.835458] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 5.840235] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input7
    [ 6.069285] Linux media interface: v0.10
    [ 6.088833] Linux video capture interface: v2.00
    [ 6.097205] uvcvideo: Found UVC 1.00 device CNF7129 (04f2:b071)
    [ 6.120085] input: CNF7129 as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input8
    [ 6.120179] usbcore: registered new interface driver uvcvideo
    [ 6.120181] USB Video Class driver (v1.1.0)
    [ 7.622339] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 7.907480] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.987363] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.044201] Adding 4213756k swap on /dev/sda5. Priority:-1 extents:1 across:4213756k
    Xorg.0.log:
    [ 25.092]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 25.092]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 25.092] X Protocol Version 11, Revision 0
    [ 25.092] Build Operating System: Linux 3.0.0-ARCH i686
    [ 25.092] Current Operating System: Linux saso-laptop 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011 i686
    [ 25.093] Kernel command line: root=/dev/sda1 ro quiet
    [ 25.093] Build Date: 08 August 2011 08:28:07AM
    [ 25.093]
    [ 25.093] Current version of pixman: 0.22.2
    [ 25.093] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 25.093] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 25.093] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 9 18:57:17 2011
    [ 25.215] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 25.248] (==) No Layout section. Using the first Screen section.
    [ 25.248] (==) No screen section available. Using defaults.
    [ 25.248] (**) |-->Screen "Default Screen Section" (0)
    [ 25.248] (**) | |-->Monitor "<default monitor>"
    [ 25.248] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 25.248] (==) Automatically adding devices
    [ 25.248] (==) Automatically enabling devices
    [ 25.303] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 25.303] Entry deleted from font path.
    [ 25.339] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 25.339] Entry deleted from font path.
    [ 25.339] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 25.340] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 25.340] Entry deleted from font path.
    [ 25.340] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 25.340] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 25.340] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 25.340] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 25.340] (II) Loader magic: 0x822e4e0
    [ 25.340] (II) Module ABI versions:
    [ 25.340] X.Org ANSI C Emulation: 0.4
    [ 25.340] X.Org Video Driver: 10.0
    [ 25.340] X.Org XInput driver : 12.2
    [ 25.340] X.Org Server Extension : 5.0
    [ 25.341] (--) PCI:*(0:0:2:0) 8086:2a42:1043:1862 rev 9, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000dc00/8
    [ 25.341] (--) PCI: (0:0:2:1) 8086:2a43:1043:1862 rev 9, Mem @ 0xfe800000/1048576
    [ 25.341] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 25.341] (II) LoadModule: "extmod"
    [ 25.358] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 25.373] (II) Module extmod: vendor="X.Org Foundation"
    [ 25.373] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.373] Module class: X.Org Server Extension
    [ 25.373] ABI class: X.Org Server Extension, version 5.0
    [ 25.373] (II) Loading extension MIT-SCREEN-SAVER
    [ 25.373] (II) Loading extension XFree86-VidModeExtension
    [ 25.373] (II) Loading extension XFree86-DGA
    [ 25.374] (II) Loading extension DPMS
    [ 25.374] (II) Loading extension XVideo
    [ 25.374] (II) Loading extension XVideo-MotionCompensation
    [ 25.374] (II) Loading extension X-Resource
    [ 25.374] (II) LoadModule: "dbe"
    [ 25.374] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 25.387] (II) Module dbe: vendor="X.Org Foundation"
    [ 25.387] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.387] Module class: X.Org Server Extension
    [ 25.387] ABI class: X.Org Server Extension, version 5.0
    [ 25.387] (II) Loading extension DOUBLE-BUFFER
    [ 25.387] (II) LoadModule: "glx"
    [ 25.387] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 25.411] (II) Module glx: vendor="X.Org Foundation"
    [ 25.411] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.411] ABI class: X.Org Server Extension, version 5.0
    [ 25.411] (==) AIGLX enabled
    [ 25.411] (II) Loading extension GLX
    [ 25.411] (II) LoadModule: "record"
    [ 25.411] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 25.412] (II) Module record: vendor="X.Org Foundation"
    [ 25.412] compiled for 1.10.3.901, module version = 1.13.0
    [ 25.412] Module class: X.Org Server Extension
    [ 25.412] ABI class: X.Org Server Extension, version 5.0
    [ 25.412] (II) Loading extension RECORD
    [ 25.412] (II) LoadModule: "dri"
    [ 25.412] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 25.420] (II) Module dri: vendor="X.Org Foundation"
    [ 25.420] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.420] ABI class: X.Org Server Extension, version 5.0
    [ 25.420] (II) Loading extension XFree86-DRI
    [ 25.420] (II) LoadModule: "dri2"
    [ 25.420] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 25.428] (II) Module dri2: vendor="X.Org Foundation"
    [ 25.428] compiled for 1.10.3.901, module version = 1.2.0
    [ 25.428] ABI class: X.Org Server Extension, version 5.0
    [ 25.429] (II) Loading extension DRI2
    [ 25.429] (==) Matched intel as autoconfigured driver 0
    [ 25.429] (==) Matched vesa as autoconfigured driver 1
    [ 25.429] (==) Matched fbdev as autoconfigured driver 2
    [ 25.429] (==) Assigned the driver to the xf86ConfigLayout
    [ 25.429] (II) LoadModule: "intel"
    [ 25.429] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 25.448] (II) Module intel: vendor="X.Org Foundation"
    [ 25.448] compiled for 1.10.2, module version = 2.15.0
    [ 25.448] Module class: X.Org Video Driver
    [ 25.448] ABI class: X.Org Video Driver, version 10.0
    [ 25.448] (II) LoadModule: "vesa"
    [ 25.449] (WW) Warning, couldn't open module vesa
    [ 25.449] (II) UnloadModule: "vesa"
    [ 25.449] (II) Unloading vesa
    [ 25.449] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 25.451] (II) LoadModule: "fbdev"
    [ 25.451] (WW) Warning, couldn't open module fbdev
    [ 25.451] (II) UnloadModule: "fbdev"
    [ 25.451] (II) Unloading fbdev
    [ 25.451] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 25.453] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 25.454] (--) using VT number 7
    [ 25.461] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 25.461] drmOpenDevice: node name is /dev/dri/card0
    [ 25.461] drmOpenDevice: open result is 9, (OK)
    [ 25.462] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 25.462] drmOpenDevice: node name is /dev/dri/card0
    [ 25.462] drmOpenDevice: open result is 9, (OK)
    [ 25.462] drmOpenByBusid: drmOpenMinor returns 9
    [ 25.462] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 25.462] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 25.462] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 25.462] (==) intel(0): RGB weight 888
    [ 25.462] (==) intel(0): Default visual is TrueColor
    [ 25.462] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 25.462] (--) intel(0): Chipset: "GM45"
    [ 25.462] (**) intel(0): Relaxed fencing enabled
    [ 25.462] (**) intel(0): Framebuffer tiled
    [ 25.462] (**) intel(0): Pixmaps tiled
    [ 25.462] (**) intel(0): 3D buffers tiled
    [ 25.462] (**) intel(0): SwapBuffers wait enabled
    [ 25.462] (==) intel(0): video overlay key set to 0x101fe
    [ 25.462] (II) intel(0): Output LVDS1 has no monitor section
    [ 25.462] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 25.480] (II) intel(0): Output VGA1 has no monitor section
    [ 26.013] (II) intel(0): Output HDMI1 has no monitor section
    [ 26.014] (II) intel(0): Output DP1 has no monitor section
    [ 26.015] (II) intel(0): Output DP2 has no monitor section
    [ 26.015] (II) intel(0): EDID for output LVDS1
    [ 26.015] (II) intel(0): Manufacturer: LGD Model: 1e8 Serial#: 0
    [ 26.015] (II) intel(0): Year: 2008 Week: 0
    [ 26.015] (II) intel(0): EDID Version: 1.3
    [ 26.015] (II) intel(0): Digital Display Input
    [ 26.015] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 26.015] (II) intel(0): Gamma: 2.20
    [ 26.015] (II) intel(0): No DPMS capabilities specified
    [ 26.015] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 26.015] (II) intel(0): First detailed timing is preferred mode
    [ 26.015] (II) intel(0): redX: 0.618 redY: 0.355 greenX: 0.335 greenY: 0.584
    [ 26.015] (II) intel(0): blueX: 0.150 blueY: 0.102 whiteX: 0.313 whiteY: 0.329
    [ 26.015] (II) intel(0): Manufacturer's mask: 0
    [ 26.015] (II) intel(0): Supported detailed timing:
    [ 26.015] (II) intel(0): clock: 72.3 MHz Image Size: 344 x 194 mm
    [ 26.015] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
    [ 26.015] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 790 v_border: 0
    [ 26.015] (II) intel(0): LG Display
    [ 26.015] (II) intel(0): LP156WH2-TLA1
    [ 26.015] (II) intel(0): EDID (in hex):
    [ 26.015] (II) intel(0): 00ffffffffffff0030e4e80100000000
    [ 26.015] (II) intel(0): 00120103802213780a4e859e5b559526
    [ 26.015] (II) intel(0): 1a505400000001010101010101010101
    [ 26.015] (II) intel(0): 0101010101013e1c56a0500016303020
    [ 26.015] (II) intel(0): 350058c2100000190000000000000000
    [ 26.015] (II) intel(0): 00000000000000000000000000fe004c
    [ 26.015] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 26.016] (II) intel(0): 004c503135365748322d544c4131004d
    [ 26.016] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 26.016] (II) intel(0): Printing DDC gathered Modelines:
    [ 26.016] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 26.016] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Printing probed modes for output LVDS1
    [ 26.016] (II) intel(0): Modeline "1366x768"x60.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 26.016] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 26.016] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 26.016] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 26.016] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 26.033] (II) intel(0): EDID for output VGA1
    [ 26.566] (II) intel(0): EDID for output HDMI1
    [ 26.567] (II) intel(0): EDID for output DP1
    [ 26.568] (II) intel(0): EDID for output DP2
    [ 26.568] (II) intel(0): Output LVDS1 connected
    [ 26.568] (II) intel(0): Output VGA1 disconnected
    [ 26.568] (II) intel(0): Output HDMI1 disconnected
    [ 26.568] (II) intel(0): Output DP1 disconnected
    [ 26.568] (II) intel(0): Output DP2 disconnected
    [ 26.568] (II) intel(0): Using exact sizes for initial modes
    [ 26.568] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 26.568] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 26.568] (II) intel(0): Kernel page flipping support detected, enabling
    [ 26.568] (**) intel(0): Display dimensions: (340, 190) mm
    [ 26.568] (**) intel(0): DPI set to (102, 102)
    [ 26.568] (II) Loading sub module "fb"
    [ 26.569] (II) LoadModule: "fb"
    [ 26.569] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 26.584] (II) Module fb: vendor="X.Org Foundation"
    [ 26.584] compiled for 1.10.3.901, module version = 1.0.0
    [ 26.584] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 26.584] (II) Loading sub module "dri2"
    [ 26.585] (II) LoadModule: "dri2"
    [ 26.585] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 26.585] (II) Module dri2: vendor="X.Org Foundation"
    [ 26.585] compiled for 1.10.3.901, module version = 1.2.0
    [ 26.585] ABI class: X.Org Server Extension, version 5.0
    [ 26.585] (==) Depth 24 pixmap format is 32 bpp
    [ 26.585] (II) intel(0): [DRI2] Setup complete
    [ 26.585] (II) intel(0): [DRI2] DRI driver: i965
    [ 26.585] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 26.600] (II) UXA(0): Driver registered support for the following operations:
    [ 26.600] (II) solid
    [ 26.600] (II) copy
    [ 26.600] (II) composite (RENDER acceleration)
    [ 26.600] (II) put_image
    [ 26.600] (II) get_image
    [ 26.600] (==) intel(0): Backing store disabled
    [ 26.600] (==) intel(0): Silken mouse enabled
    [ 26.601] (II) intel(0): Initializing HW Cursor
    [ 26.613] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 26.614] (==) intel(0): DPMS enabled
    [ 26.614] (==) intel(0): Intel XvMC decoder enabled
    [ 26.614] (II) intel(0): Set up textured video
    [ 26.614] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 26.614] (II) intel(0): direct rendering: DRI2 Enabled
    [ 26.614] (==) intel(0): hotplug detection: "enabled"
    [ 26.614] (--) RandR disabled
    [ 26.614] (II) Initializing built-in extension Generic Event Extension
    [ 26.614] (II) Initializing built-in extension SHAPE
    [ 26.614] (II) Initializing built-in extension MIT-SHM
    [ 26.614] (II) Initializing built-in extension XInputExtension
    [ 26.614] (II) Initializing built-in extension XTEST
    [ 26.614] (II) Initializing built-in extension BIG-REQUESTS
    [ 26.614] (II) Initializing built-in extension SY

    Sorry for that. I had some issues with reproducing the problem. It seems that i can reproduce it only on fresh restart.
    Last edited by Shark (2011-08-09 18:27:10)

  • Problem to get glyph vector's shape

    Some Chinese fonts(TrueType) were created from embeded font files in a PDF file and glyph vectors were
    successfully generated. But when calling the glyph vector's getOutline() to get the shape of the vectors,
    the program crashed and got the following log. What's wrong with it?
    hs_err_pid3440.log
    ====================================================================
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d2d3bf9, pid=3440, tid=2680
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # C [fontmanager.dll+0x13bf9]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    T H R E A D
    Current thread (0x0afe2400): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2680, stack(0x0b790000,0x0b7e0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000010
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x0000000b, EDX=0x0af12a1c
    ESP=0x0b7dee98, EBP=0x0b7deeb0, ESI=0x0b0038a0, EDI=0x0b0038a0
    EIP=0x6d2d3bf9, EFLAGS=0x00010246
    Top of Stack: (sp=0x0b7dee98)
    0x0b7dee98: 00000000 0b0038a0 636d6170 0b0038a0
    0x0b7deea8: 6d2d3d33 0b27e728 0b7def20 6d2c3cec
    0x0b7deeb8: 0b0038a0 00000062 00000000 0b7def1c
    0x0b7deec8: 0b0038a0 0b27e728 00000001 002e04e0
    0x0b7deed8: 0b27eca0 0b266ba8 0000000d 002e04e0
    0x0b7deee8: 0af13958 002e0178 00000000 00000000
    0x0b7deef8: 0b5b0000 0af18048 00000000 0b5b0000
    0x0b7def08: 0af17000 00000628 002e0178 00000000
    Instructions: (pc=0x6d2d3bf9)
    0x6d2d3be9: 75 51 57 68 70 61 6d 63 56 e8 6f fd ff ff 6a 00
    0x6d2d3bf9: ff 70 10 ff 70 0c ff b6 88 00 00 00 ff b6 90 00
    Stack: [0x0b790000,0x0b7e0000], sp=0x0b7dee98, free space=315k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [fontmanager.dll+0x13bf9]
    C [fontmanager.dll+0x3cec]
    C [fontmanager.dll+0x3da2]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    P R O C E S S
    Java Threads: ( => current thread )
    0x0b07b400 JavaThread "TimerQueue" daemon [_thread_blocked, id=4040, stack(0x0cce0000,0x0cd30000)]
    0x002e5c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=2628, stack(0x008c0000,0x00910000)]
    =>0x0afe2400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2680, stack(0x0b790000,0x0b7e0000)]
    0x0afe4400 JavaThread "AWT-Shutdown" [_thread_blocked, id=2384, stack(0x0b710000,0x0b760000)]
    0x0b12c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3484, stack(0x0b600000,0x0b650000)]
    0x0b12a400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2804, stack(0x0b560000,0x0b5b0000)]
    0x0ab14000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1068, stack(0x0ae60000,0x0aeb0000)]
    0x0ab08c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4000, stack(0x0ae10000,0x0ae60000)]
    0x0aafd800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=2800, stack(0x0adc0000,0x0ae10000)]
    0x0aafc400 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=2620, stack(0x0ad70000,0x0adc0000)]
    0x0aafa400 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=2380, stack(0x0ad20000,0x0ad70000)]
    0x0aaef800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2796, stack(0x0aca0000,0x0acf0000)]
    0x0aaea800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=560, stack(0x0ac50000,0x0aca0000)]
    0x0aad9000 JavaThread "Finalizer" daemon [_thread_blocked, id=2604, stack(0x0ac00000,0x0ac50000)]
    0x0aad4c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=2280, stack(0x0abb0000,0x0ac00000)]
    Other Threads:
    0x0aad1c00 VMThread [stack: 0x0ab60000,0x0abb0000] [id=1340]
    0x0ab27400 WatcherThread [stack: 0x0aeb0000,0x0af00000] [id=2644]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1344K, used 136K [0x029c0000, 0x02b30000, 0x02ea0000)
    eden space 1216K, 11% used [0x029c0000, 0x029e2010, 0x02af0000)
    from space 128K, 0% used [0x02af0000, 0x02af0000, 0x02b10000)
    to space 128K, 0% used [0x02b10000, 0x02b10000, 0x02b30000)
    tenured generation total 17020K, used 12841K [0x02ea0000, 0x03f3f000, 0x069c0000)
    the space 17020K, 75% used [0x02ea0000, 0x03b2a740, 0x03b2a800, 0x03f3f000)
    compacting perm gen total 17664K, used 17494K [0x069c0000, 0x07b00000, 0x0a9c0000)
    the space 17664K, 99% used [0x069c0000, 0x07ad5be0, 0x07ad5c00, 0x07b00000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\java.exe
    0x77f50000 - 0x77ff7000 C:\WINDOWS\System32\ntdll.dll
    0x77e40000 - 0x77f4e000 C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e3b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll
    0x7c340000 - 0x7c396000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\msvcr71.dll
    0x6d870000 - 0x6dac0000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\client\jvm.dll
    0x77d10000 - 0x77d9c000 C:\WINDOWS\system32\USER32.dll
    0x77c40000 - 0x77c80000 C:\WINDOWS\system32\GDI32.dll
    0x76b10000 - 0x76b39000 C:\WINDOWS\System32\WINMM.dll
    0x76300000 - 0x7631c000 C:\WINDOWS\System32\IMM32.DLL
    0x62c20000 - 0x62c28000 C:\WINDOWS\System32\LPK.DLL
    0x72f10000 - 0x72f6a000 C:\WINDOWS\System32\USP10.dll
    0x6d320000 - 0x6d328000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\hpi.dll
    0x76bc0000 - 0x76bcb000 C:\WINDOWS\System32\PSAPI.DLL
    0x6d410000 - 0x6d439000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\jdwp.dll
    0x6d770000 - 0x6d776000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\npt.dll
    0x6d820000 - 0x6d82c000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\verify.dll
    0x6d3c0000 - 0x6d3df000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\java.dll
    0x6d860000 - 0x6d86f000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\zip.dll
    0x6d290000 - 0x6d297000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\dt_socket.dll
    0x71a20000 - 0x71a35000 C:\WINDOWS\System32\WS2_32.dll
    0x77be0000 - 0x77c33000 C:\WINDOWS\system32\msvcrt.dll
    0x71a10000 - 0x71a18000 C:\WINDOWS\System32\WS2HELP.dll
    0x719c0000 - 0x719fb000 C:\WINDOWS\System32\mswsock.dll
    0x76ef0000 - 0x76f15000 C:\WINDOWS\System32\DNSAPI.dll
    0x76d30000 - 0x76d46000 C:\WINDOWS\System32\iphlpapi.dll
    0x76f80000 - 0x76f87000 C:\WINDOWS\System32\winrnr.dll
    0x76f30000 - 0x76f5c000 C:\WINDOWS\system32\WLDAP32.dll
    0x76f90000 - 0x76f95000 C:\WINDOWS\System32\rasadhlp.dll
    0x71a00000 - 0x71a08000 C:\WINDOWS\System32\wshtcpip.dll
    0x6d0b0000 - 0x6d1de000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\awt.dll
    0x72f70000 - 0x72f93000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x7cab0000 - 0x7cbd1000 C:\WINDOWS\system32\ole32.dll
    0x5adc0000 - 0x5adf3000 C:\WINDOWS\System32\uxtheme.dll
    0x51000000 - 0x5104d000 C:\WINDOWS\System32\ddraw.dll
    0x73b30000 - 0x73b36000 C:\WINDOWS\System32\DCIMAN32.dll
    0x74680000 - 0x746c4000 C:\WINDOWS\System32\MSCTF.dll
    0x0b6b0000 - 0x0b6db000 C:\WINDOWS\System32\msctfime.ime
    0x6d460000 - 0x6d484000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\jpeg.dll
    0x6d620000 - 0x6d633000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\net.dll
    0x0ffd0000 - 0x0fff3000 C:\WINDOWS\System32\rsaenh.dll
    0x759d0000 - 0x75a70000 C:\WINDOWS\system32\USERENV.dll
    0x71ba0000 - 0x71bee000 C:\WINDOWS\System32\netapi32.dll
    0x6d2c0000 - 0x6d313000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\fontmanager.dll
    0x773a0000 - 0x77b92000 C:\WINDOWS\system32\shell32.dll
    0x63180000 - 0x631e5000 C:\WINDOWS\system32\SHLWAPI.dll
    0x78090000 - 0x78174000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x77310000 - 0x7739b000 C:\WINDOWS\system32\comctl32.dll
    0x6d640000 - 0x6d649000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\nio.dll
    0x74650000 - 0x74676000 C:\WINDOWS\System32\Msimtf.dll
    0x10000000 - 0x1001f000 C:\Program Files\Apoint\Apoint.DLL
    0x76320000 - 0x76363000 C:\WINDOWS\system32\comdlg32.dll
    0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\VERSION.dll
    0x0bb60000 - 0x0bb70000 C:\WINDOWS\System32\Vxdif.dll
    0x6d200000 - 0x6d22f000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\cmm.dll
    0x6d230000 - 0x6d253000 C:\Program Files\Java\jdk1.6.0_06\jre\bin\dcpr.dll
    VM Arguments:
    jvm_args: -Xdebug -Xrunjdwp:transport=dt_socket,address=localhost:1656
    java_command: client.Manager
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;;
    USERNAME=qing
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
    S Y S T E M
    OS: Windows XP Build 2600 Service Pack 1
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 9 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 785392k(81692k free), swap 1921396k(1080464k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for windows-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 01:22:05 by "java_re" with MS VC++ 7.1
    time: Tue Jun 17 18:17:12 2008
    elapsed time: 202 seconds

    Hi,
    I solved my problem.
    In my rule 's container, i had declared my subtype (ZBUS0050) like in my task 's container and in my workflow 's container.
    ZGCA0050
    |----
    Attribute 1
    |----
    Attribute 2
    |........................
    But my FM couldn't access to the attributes...
    So, i just set Attribute 1(FundsCenter)  in my rule's container without subtype reference, and it's good.
    Thanks for your help.
    Regards.

  • Announcement: Super 4.00 - a suite of EJB/J2EE monitoring/admin tools.

              Announcement: Super 4.00 - a suite of EJB/J2EE monitoring/admin tools.
              Acelet is the leader in J2EE tools area. If you google "j2ee tools",
              "j2ee logging", "j2ee scheduler" or alike, you will find Acelet
              is at the top of the result.
              Super 4.00 comes with:
              SuperEnvironment
              SuperLogging
              SuperPeekPoke
              SuperReport
              SuperScheduler
              SuperStress
              and SuperPatrol, as a schedule job.
              The evaluation edition can be anonymously downloaded from:
              http://www.ACElet.com.
              Super is a component based monitor and administration tool
              for EJB/J2ee. It provides built-in functionality as well as
              extensions, as SuperComponents. Users can install
              SuperComponents onto it, or uninstall them from it.
              Super has the following functions:
              * A J2EE monitor.
              * A gateway to J2EE/EJB servers from different vendors.
              * A framework holding user defined SuperComponents.
              * A full-featured J2EE logging and J2EE tracing tool for centralized,
              chronological logging.
              * An EJB tool for Peeking and Poking attributes from EJBs.
              * An EJB Stress test tool.
              * A J2EE global environment tool.
              * A J2EE report tool.
              * A J2EE Scheduler tool.
              * A J2EE Business patrol tool.
              It is written entirely in the Java(TM) programming language.
              The current version support:
              * JOnAS 2.4 and 2.6
              * SunONE 7.0
              * Universal servers.
              * Weblogic 6.1, 7.0 and 8.1
              * Websphere 4.0 and 5.0.2
              * jBoss 3.0 and 3.2
              ********** What is new:
              Version 4.00 November, 2003
              Enhancement:
              1. Support for both native protocol (RMI-IIOP) mode and HTTP/HTTPS
              (with/without proxy) protocol mode for SuperEnvironment,
              SuperLogging, SuperReport and SuperScheduler.
              2. SuperLogging 4.00: tracing can work on both live database and retired database.
              3. SuperReport 3.00: works for both live database and retired database.
              4. SuperScheduler 3.00: add URL job type (for Servlet/JSP). Add DoerTalker Table
              Panel.
              Bug fix:
              1. SuperScheduler 3.00: Interval change did not take effect until restart Super.
              Version 3.00 July, 2003
              Enhancement:
              1. SuperLoggingLibrary 3.00: New implementation for change scope adding "Smart"
              scope,
              with enhancements and bug fixes.
              2. SuperLoggingLibrary 3.00: Support mail server which requires user name and
              password.
              Add MenuTreePanel.
              3. Improved GUI and document.
              4. Add support to WebLogic 8.1.
              Bug fix:
              1. SuperScheduler 2.0: Fix a bug in FutureView for Hourly and Minutely.
              2. SuperScheduler 2.0: Startup should never be reported as missed.
              3. SuperScheduler 2.0: Could not reset job for existing task in some situation.
              Version 2.20 Jan. 2003
              Enhancement:
              1. Add desktop and start menu shortcuts for MS-Windows.
              2. Add support for SunONE 7, JOnAS 2.6 and jBoss 3.0.
              3. SuperLogging 2.40: Add new sendAlarmEmail() method.
              4. SuperScheduler 1.40: Add SuperSchedulerEJB for managing when
              direct database is not practical; Allow user to choose
              favorite logging software; Add Last day as Monthly
              repeating attribute.
              Change:
              1. Change Unusual to PatrolAlarm. The name "Unusual" was misleading.
              Bug fix:
              1. SuperEnvironment 1.31: Bug fix: if database is broken, could not
              open Environment Manager.
              2. SuperLogging client 1.52: Annoying exception thrown when you use
              JDK 1.4 (the program runs okay).
              3. SuperPeekPoke 1.61: Fix bug where input object contains
              java.lang.Double and alike.
              4. SuperScheduler 1.40: Bug fixes in: Memory leak; Reporting
              PatrolAlarm for SuperPatrol; Composite task with members;
              Non-scheduled run on other host; Around edges of last
              days in Monthly with holiday policy.
              Version 2.10 July 2002
              Enhancement:
              1. SuperScheduler 1.3: Add Future View to check future schedule in
              both text and Gantt-chart mode.
              2. SuperScheduler 1.3: Add graphic Gantt view for monitoring task's
              activities.
              3. SuperEnvironment 1.3: uses new graphic package adding print and
              preference facilities.
              4. SuperPeekPoke 1.6: uses new graphic package adding print and
              preference facilities.
              5. SuperStress 1.21: uses new graphic package.
              Bug fix:
              1. SuperStress 1.21: fixed graphic related bugs.
              Version 2.01 June 2002
              Enhancement:
              1. Add options for Look & Feel.
              2. Preference is persistent now.
              Bug fix:
              1. Installation for WebLogic 7.0: extEnv may not be installed on the
              right place, so SuperLibrar on the server side was not loaded and
              causes other problems.
              Version 2.00 June 2002
              Enhancement:
              1. SuperScheduler 1.2: All copies of SuperScheduler refresh themselves
              when any Doer causes things to change.
              2. SuperScheduler 1.2: Support default HTML browser for reading HTML document.
              3. SuperReport 1.2: Support default HTML browser for reading HTML document.
              4. Support WebLogic 7.0.
              5. SuperEnvironment 1.21: Database Panel appears when it is necessary.
              6. SuperEnvironment 1.21: New SuperEnvironment tour.
              Bug fix:
              1. WebSphere Envoy did not always list all JNDI names.
              Version 1.90 May 2002
              Enhancement:
              1. Rewritten SuperLogging engine. Add Alarm Email on SuperLogging.
              2.Rewritten SuperScheduler allowing multiple Doers. Add support to holiday policy,
              effective period. Add Patrol job type as SuperPatrol.
              3. Add support for both JOnAS and jBoss.
              4. Add more elements on Report criteria.
              Change:
              1. Now, both left and right mouse clicks are the same on Table Panel: toggle ascend
              and descend.
              2. New log database.
              Bug fix:
              1. Alert email should be sent once in the interval, regarding number of servers
              in the clustering.
              2. Minor bug fixes to make errors handled better on SuperLogging.
              3. If withFileInfo or withTimestamp are changed alone, Style Panel did not save
              them.
              4. Rewritten SuperLogging and SuperScheduler with many bug fixes.
              Version 1.80 March 2002
              Enhancement:
              1. Add new component: SuperScheduler
              Bug fix:
              1. SuperLogging: Verbose should ignore class registration.
              2. SuperLogging-tracing: an exception was thrown if the java class without package
              name.
              Version 1.70 January 2002
              Enhancement:
              1. SuperLogging: Scope can dynamically change both for upgrade to downgrade (for
              weblogic 6.1, need download an application).
              2. Add alias names for log threshold as new Java suggests.
              3. New component: SuperReport.
              Change:
              1. SuperLogging: Log database parameters are specified in a properties file, instead
              of EJB's deployment descriptor. It is more convenient and it avoids some potential
              problems. No change for development, easier for administration.
              Bug fix:
              1. Add Source Path Panel now accepts both directory and jar file.
              2. Bug in SuperEnvironment example (for version 1.60 only).
              Version 1.60 December 2001
              Enhancement:
              1. SuperPeekPoke and SuperStress can use user defined dynamic argument list.
              2. Add timeout parameter to logging access.
              3. New installation program with A). Easy install. B). Remote command line install.
              4. Support EJB 2.0 for Weblogic 6.1.
              5. Support SuperPeekPoke, SuperEnvironment and SuperStress for Websphere 4.0 (SuperLogging
              was supported since version 1.5).
              Change:
              1. Poke: argument list is set at define time, not invoke time.
              2. Default log database change to server mode from web server mode, booting performance
              to 10-20 times.
              Bug fix:
              1. If the returned object is null, Peek did not handle it correctly.
              2. If the value was too big, TimeSeries chart did not handle it correctly. Now
              it can handle up to 1.0E300.
              3. Help message was difficult to access in installation program.
              4. Source code panel now both highlights and marks the line in question (before
              it was only highlight using JDK 1.2, not JDK 1.3).
              5. Delete an item on PeekPoke and add a new one generated an error.
              Version 1.50 August, 2001
              Enhancement:
              1. Source code level tracing supports EJB, JSP, java helper and other
              programs which are written in native languages (as long as you
              write correct log messages in your application).
              2. Redress supports JSP now.
              3. New installation with full help document: hope it will be easier.
              4. Support WebSphere 4.0
              Version 1.40 June, 2001
              Enhancement:
              1. Add SuperEnvironment which is a Kaleidoscope with TableView, TimeSeriesView
              and PieView for GlobalProperties.
              GlobalProperties is an open source program from Acelet.
              2. SuperPeekPoke adds Kaleidoscope with TableView, TimeSeriesView and PieView.
              Changes:
              1. The structure of log database changed. You need delete old installation and
              install everything new.
              2. The format of time stamp of SuperLogging changed. It is not locale dependent:
              better for report utilities.
              3. Time stamp of SuperLogging added machine name: better for clustering environment.
              Bug fix:
              1. Under JDK 1.3, when you close Trace Panel, the timer may not be stopped and
              Style Panel may not show up.
              Version 1.30 May, 2001
              Enhancement:
              1. Add ConnectionPlugin support.
              2. Add support for Borland AppServer.
              Version 1.20 April, 2001
              Enhancement:
              1. Redress with option to save a backup file
              2. More data validation on Dump Panel.
              3. Add uninstall for Super itself.
              4. Add Log Database Panel for changing the log database parameters.
              5. Register Class: you can type in name or browse on file system.
              6. New tour with new examples.
              Bug fix:
              1. Redress: save file may fail.
              2. Install Bean: some may fail due to missing manifest file. Now, it is treated
              as foreign beans.
              3. Installation: Both installServerSideLibrary and installLogDatabase can be worked
              on the original file, do not need copy to a temporary directory anymore.
              4. PeekPoke: if there is no stub available, JNDI list would be empty for Weblogic5-6.
              Now it pick up all availble ones and give warning messages.
              5. Stress: Launch>Save>Cancel generated a null pointer exception.
              Changes:
              1. installLogDatabase has been changed from .zip file to .jar file.
              2. SuperLogging: If the log database is broken, the log methods will not try to
              access the log database. It is consistent with the document now.
              3. SuperLogging will not read system properties now. You can put log database
              parameters in SuperLoggingEJB's deployment descriptor.
              Version 1.10 Feb., 2001
              Enhancement:
              1. Re-written PeekPoke with Save/Restore functions.
              2. New SuperComponent: SuperStress for stress test.
              3. Set a mark at the highlighted line on<font size=+0> the Source Code
              Panel (as a work-a-round for JDK 1.3).</font>
              4. Add support for WebLogic 6.0
              Bug fix:
              1. Uninstall bean does physically delete the jar file now.
              2. WebLogic51 Envoy may not always list all JNDI names. This is fixed.
              Version 1.00 Oct., 2000
              Enhancement:
              1. Support Universal server (virtual all EJB servers).
              2. Add Lost and Found for JNDI names, in case you need it.
              3. JNDI ComboBox is editable now, so you can PeekPoke not listed JNDI name (mainly
              for Envoys which do not support JNDI list).
              Version 0.90: Sept, 2000
              Enhancement:
              1. PeekPoke supports arbitrary objects (except for Vector, Hashtable
              and alike) as input values.
              2. Reworked help documents.
              Bug fix:
              1. Clicking Cancel button on Pace Panel set 0 to pace. It causes
              further time-out.
              2. MDI related bugs under JDK 1.3.
              Version 0.80: Aug, 2000
              Enhancement:
              1. With full-featured SuperLogging.
              Version 0.72: July, 2000
              Bug fix:
              1. Ignore unknown objects, so Weblogic5.1 can show JNDI list.
              Version 0.71: July, 2000
              Enhancement:
              1. Re-worked peek algorithm, doing better for concurent use.
              2. Add cacellable Wait dialog, showing Super is busy.
              3. Add Stop button on Peek Panel.
              4. Add undeploy example button.
              Bug fix:
              1. Deletion on Peek Panel may cause error under JDK 1.3. Now it works for both
              1.2 and 1.3
              Version 0.70: July, 2000
              Enhancement:
              1. PeekPoke EJBs without programming.
              Bug fix:
              1. Did not show many windows under JDK 1.3. Now it works for both 1.2 and 1.3
              Changes:
              1. All changes are backward compatible, but you may need to recompile monitor
              windows defined by you.
              Version 0.61: June, 2000
              Bug fix:
              1. First time if you choose BUFFER as logging device, message will not show.
              2. Fixed LoggingPanel related bugs.
              Version 0.60: May, 2000
              Enhancement:
              1. Add DATABASE as a logging device for persistent logging message.
              2. Made alertInterval configurable.
              3. Made pace for tracing configurable.
              Bug fix:
              1. Fixed many bugs.
              Version 0.51, 0.52 and 0.53: April, 2000
              Enhancement:
              1. Add support to Weblogic 5.1 (support for Logging/Tracing and
              user defined GUI window, not support for regular monitoring).
              Bug fix:
              1. Context sensitive help is available for most of windows: press F1.
              2. Fix installation related problems.
              Version 0.50: April, 2000
              Enhancement:
              1. Use JavaHelp for help system.
              2. Add shutdown functionality for J2EE.
              3. Add support to Weblogic 4.5 (support for Logging/Tracing and
              user defined GUI window, not support for regular monitoring).
              Bug fix:
              1. Better exception handling for null Application.
              Version 0.40: March, 2000
              Enhancement:
              1.New installation program, solves installation related problems.
              2. Installation deploys AceletSuperApp application.
              3. Add deploy/undeploy facilities.
              4. Add EJB and application lists.
              Change:
              1.SimpleMonitorInterface: now more simple.
              Version 0.30: January, 2000
              Enhancement:
              1. Add realm support to J2EE
              2. Come with installation program: you just install what you want
              the first time you run Super.
              Version 0.20: January, 2000
              Enhancement:
              Add support to J2EE Sun-RI.
              Change:
              1. Replace logging device "file" with "buffer" to be
              compliant to EJB 1.1. Your code do not need to change.
              Version 0.10: December, 1999
              Enhancement:
              1. provide SimpleMonitorInterface, so GUI experience is
              not necessary for developing most monitoring applications.
              2. Sortable table for table based windows by mouse
              click (left or right).
              Version 0.01 November., 1999:
              1. Bug fix: An exception thrown when log file is large.
              2. Enhancement: Add tour section in Help information.
              Version 0.00: October, 1999
              Thanks.
              

  • Matching Raster and Vector RGB color in InDesign CS3.

    We print on a Durst Lambda RGB imaging device to photographic paper. All color management is done as an early bind (raster files are converted to the printer's color space and vector colors are chosen from a palette database). So basically the files must go through InDesign without any color change in raster or vector information. We have clients that require specific RGB builds for logo colors the are present in both their raster and vector files.
    Color Management is set to "North American General Purpose 2" with "RGB: Preserve Embedded Profiles" selected.
    1) The file is exported as a PDF 1.4, High Quality, PDF/X_None.
    2) The PDF was ripped on a Cheetah RIP (Jaws level 3) with no color management on.
    3) Solid raster colors such as 0-255-0 will reproduce as 0-255-1.
    4) The color differences between the raster and vector are usually 1-4 points.
    5) The vector is consistent as was input in the programit's only the raster that changes. When you are trying to match raster and vectors logo colors it is a killer.
    However, I can go into the InDesign (or Illustrator) color settings and turn color management off (This is our current workflow). In doing this the RGB working space uses the monitor profile and "color management policies" are set to OFF. With these settings the RGB raster and vector match. The problem with this work flow is two fold:
    1) We have other devices than our RGB Durst Lambda that can use the InDesign color managementVutek flat bed 3200 and grand format 3360.
    2) We have had many occurrences where the custom "color management off" settings have reverted back to the default "North American General Purpose 2"without any intervention.
    I have tried this with different RIP's with the same results.
    Does anyone have an idea to create a simple PDF workflow and keep the color information consistent?
    Program: InDesign CS3 5.0.2
    Platform: Mac OS 10.5.2
    Computer: G5 tower with 4 gigs of RAM

    I believe that setting is an old Illustrator setting that has been saved to effectively turn the color management off. The monitor profile effects the image displayedit doesn't effect the color transform.
    Anyway, the color management I want to use is the "North American General Purpose 2".
    To reiterate:
    The procedure:
    1) The file is exported as a PDF 1.4, High Quality, PDF/X_None.
    2) The PDF was ripped on a Cheetah RIP (Jaws level 3) with no color management on.
    The Problem:
    3) Solid raster colors such as 0-255-0 will reproduce as 0-255-1It changes from the original raster color placed in InDesign.
    4) The color differences between the raster and vector are usually 1-4 points.
    5) The vector is consistent as was input in the programit's only the raster that changes. When you are trying to match raster and vectors logo colors it is a killer.
    To summarize, the color of the raster file will change from the original that was place into the documenteven though nothing was selected in InDesign that would change the color (i.e. profile conversion to an output profile or a transparency effect used). The change is slightbut there.

  • Crash when generating a glyph vector's shape

    When calling a glyph vector's getOutline(), the program crashed and got the following log.
    Problem happens with Chinese font. What's wrong with it?
    hs_err_pid3440.log
    ====================================================================
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d2d3bf9, pid=3440, tid=2680
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # C [fontmanager.dll+0x13bf9]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0afe2400): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2680, stack(0x0b790000,0x0b7e0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000010
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x0000000b, EDX=0x0af12a1c
    ESP=0x0b7dee98, EBP=0x0b7deeb0, ESI=0x0b0038a0, EDI=0x0b0038a0
    EIP=0x6d2d3bf9, EFLAGS=0x00010246
    Top of Stack: (sp=0x0b7dee98)
    0x0b7dee98: 00000000 0b0038a0 636d6170 0b0038a0
    0x0b7deea8: 6d2d3d33 0b27e728 0b7def20 6d2c3cec
    0x0b7deeb8: 0b0038a0 00000062 00000000 0b7def1c
    0x0b7deec8: 0b0038a0 0b27e728 00000001 002e04e0
    0x0b7deed8: 0b27eca0 0b266ba8 0000000d 002e04e0
    0x0b7deee8: 0af13958 002e0178 00000000 00000000
    0x0b7deef8: 0b5b0000 0af18048 00000000 0b5b0000
    0x0b7def08: 0af17000 00000628 002e0178 00000000
    Instructions: (pc=0x6d2d3bf9)
    0x6d2d3be9: 75 51 57 68 70 61 6d 63 56 e8 6f fd ff ff 6a 00
    0x6d2d3bf9: ff 70 10 ff 70 0c ff b6 88 00 00 00 ff b6 90 00
    Stack: [0x0b790000,0x0b7e0000], sp=0x0b7dee98, free space=315k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [fontmanager.dll+0x13bf9]
    C [fontmanager.dll+0x3cec]
    C [fontmanager.dll+0x3da2]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b07b400 JavaThread "TimerQueue" daemon [_thread_blocked, id=4040, stack(0x0cce0000,0x0cd30000)]
    0x002e5c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=2628, stack(0x008c0000,0x00910000)]
    =>0x0afe2400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2680, stack(0x0b790000,0x0b7e0000)]
    0x0afe4400 JavaThread "AWT-Shutdown" [_thread_blocked, id=2384, stack(0x0b710000,0x0b760000)]
    0x0b12c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3484, stack(0x0b600000,0x0b650000)]
    0x0b12a400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2804, stack(0x0b560000,0x0b5b0000)]
    0x0ab14000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1068, stack(0x0ae60000,0x0aeb0000)]
    0x0ab08c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4000, stack(0x0ae10000,0x0ae60000)]
    0x0aafd800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=2800, stack(0x0adc0000,0x0ae10000)]
    0x0aafc400 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=2620, stack(0x0ad70000,0x0adc0000)]
    0x0aafa400 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=2380, stack(0x0ad20000,0x0ad70000)]
    0x0aaef800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2796, stack(0x0aca0000,0x0acf0000)]
    0x0aaea800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=560, stack(0x0ac50000,0x0aca0000)]
    0x0aad9000 JavaThread "Finalizer" daemon [_thread_blocked, id=2604, stack(0x0ac00000,0x0ac50000)]
    0x0aad4c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=2280, stack(0x0abb0000,0x0ac00000)]
    Other Threads:
    0x0aad1c00 VMThread [stack: 0x0ab60000,0x0abb0000] [id=1340]
    0x0ab27400 WatcherThread [stack: 0x0aeb0000,0x0af00000] [id=2644]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1344K, used 136K [0x029c0000, 0x02b30000, 0x02ea0000)
    eden space 1216K, 11% used [0x029c0000, 0x029e2010, 0x02af0000)
    from space 128K, 0% used [0x02af0000, 0x02af0000, 0x02b10000)
    to space 128K, 0% used [0x02b10000, 0x02b10000, 0x02b30000)
    tenured generation total 17020K, used 12841K [0x02ea0000, 0x03f3f000, 0x069c0000)
    the space 17020K, 75% used [0x02ea0000, 0x03b2a740, 0x03b2a800, 0x03f3f000)
    compacting perm gen total 17664K, used 17494K [0x069c0000, 0x07b00000, 0x0a9c0000)
    the space 17664K, 99% used [0x069c0000, 0x07ad5be0, 0x07ad5c00, 0x07b00000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\java.exe
    0x77f50000 - 0x77ff7000      C:\WINDOWS\System32\ntdll.dll
    0x77e40000 - 0x77f4e000      C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e3b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\msvcr71.dll
    0x6d870000 - 0x6dac0000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\client\jvm.dll
    0x77d10000 - 0x77d9c000      C:\WINDOWS\system32\USER32.dll
    0x77c40000 - 0x77c80000      C:\WINDOWS\system32\GDI32.dll
    0x76b10000 - 0x76b39000      C:\WINDOWS\System32\WINMM.dll
    0x76300000 - 0x7631c000      C:\WINDOWS\System32\IMM32.DLL
    0x62c20000 - 0x62c28000      C:\WINDOWS\System32\LPK.DLL
    0x72f10000 - 0x72f6a000      C:\WINDOWS\System32\USP10.dll
    0x6d320000 - 0x6d328000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\hpi.dll
    0x76bc0000 - 0x76bcb000      C:\WINDOWS\System32\PSAPI.DLL
    0x6d410000 - 0x6d439000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\jdwp.dll
    0x6d770000 - 0x6d776000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\npt.dll
    0x6d820000 - 0x6d82c000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\verify.dll
    0x6d3c0000 - 0x6d3df000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\java.dll
    0x6d860000 - 0x6d86f000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\zip.dll
    0x6d290000 - 0x6d297000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\dt_socket.dll
    0x71a20000 - 0x71a35000      C:\WINDOWS\System32\WS2_32.dll
    0x77be0000 - 0x77c33000      C:\WINDOWS\system32\msvcrt.dll
    0x71a10000 - 0x71a18000      C:\WINDOWS\System32\WS2HELP.dll
    0x719c0000 - 0x719fb000      C:\WINDOWS\System32\mswsock.dll
    0x76ef0000 - 0x76f15000      C:\WINDOWS\System32\DNSAPI.dll
    0x76d30000 - 0x76d46000      C:\WINDOWS\System32\iphlpapi.dll
    0x76f80000 - 0x76f87000      C:\WINDOWS\System32\winrnr.dll
    0x76f30000 - 0x76f5c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f90000 - 0x76f95000      C:\WINDOWS\System32\rasadhlp.dll
    0x71a00000 - 0x71a08000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d0b0000 - 0x6d1de000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\awt.dll
    0x72f70000 - 0x72f93000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x7cab0000 - 0x7cbd1000      C:\WINDOWS\system32\ole32.dll
    0x5adc0000 - 0x5adf3000      C:\WINDOWS\System32\uxtheme.dll
    0x51000000 - 0x5104d000      C:\WINDOWS\System32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\System32\DCIMAN32.dll
    0x74680000 - 0x746c4000      C:\WINDOWS\System32\MSCTF.dll
    0x0b6b0000 - 0x0b6db000      C:\WINDOWS\System32\msctfime.ime
    0x6d460000 - 0x6d484000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\jpeg.dll
    0x6d620000 - 0x6d633000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\net.dll
    0x0ffd0000 - 0x0fff3000      C:\WINDOWS\System32\rsaenh.dll
    0x759d0000 - 0x75a70000      C:\WINDOWS\system32\USERENV.dll
    0x71ba0000 - 0x71bee000      C:\WINDOWS\System32\netapi32.dll
    0x6d2c0000 - 0x6d313000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\fontmanager.dll
    0x773a0000 - 0x77b92000      C:\WINDOWS\system32\shell32.dll
    0x63180000 - 0x631e5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x78090000 - 0x78174000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x77310000 - 0x7739b000      C:\WINDOWS\system32\comctl32.dll
    0x6d640000 - 0x6d649000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\nio.dll
    0x74650000 - 0x74676000      C:\WINDOWS\System32\Msimtf.dll
    0x10000000 - 0x1001f000      C:\Program Files\Apoint\Apoint.DLL
    0x76320000 - 0x76363000      C:\WINDOWS\system32\comdlg32.dll
    0x77bd0000 - 0x77bd7000      C:\WINDOWS\system32\VERSION.dll
    0x0bb60000 - 0x0bb70000      C:\WINDOWS\System32\Vxdif.dll
    0x6d200000 - 0x6d22f000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\cmm.dll
    0x6d230000 - 0x6d253000      C:\Program Files\Java\jdk1.6.0_06\jre\bin\dcpr.dll
    VM Arguments:
    jvm_args: -Xdebug -Xrunjdwp:transport=dt_socket,address=localhost:1656
    java_command: client.Manager
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;;
    USERNAME=qing
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 1
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 9 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 785392k(81692k free), swap 1921396k(1080464k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for windows-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 01:22:05 by "java_re" with MS VC++ 7.1
    time: Tue Jun 17 18:17:12 2008
    elapsed time: 202 seconds

    You can either set the text in the psd-file, vectorize the type and use these paths as a Vector Mask for a layer with the intended color or place the psd-file without the text in Illustrator or Indesign and apply the text there.
    To the best of my knowledge the Smart Object will simply not output as vector data from the psd-file as of this time.

  • How to switch off internal macbook screen when using external monitor(s)

    as far as i observed, adding external displays ( running different screens on them, not mirroring)  to a macbook pro  increases the gpu workload and with that comes temperature rise in the laptop and increase in ventilator noise - and probably increased hardware aging and risk of component faillure due to high temperature inside the laptop.
    simply try connecting two external 27" screens and open some flash video on both of them. then run a temperature monitoring software and watch temps rise, compared to running same flash videos / demanding tasks only on one connected external screen or only on the laptop screen with no external monitor connected.
    especially in mavericks, due to its increased background routines, such a set-up appears ever the more taxing, then again who does not love apple`s nice adds showing laptops with two 27” screens connected to it and the workspace vision they invoke....
    i have seen temps around 100° to 102° celsius on a 13" macbook pro 2012 edition, which i would expect is territory where the cpu / gpu temp safety switches will trigger system shutdown any time soon ( hardware status before verified as fully in order by apple service and default osx installation)
    imagine your anti-virus software starting some realtime content screening while runnign some demanding tasks already and the system shuts down easily (all such situation observed in reality)
    (would be interesting to see how a retina display macbook fares with 2 external monitors running demanding tasks, considering the retina display already increased taxing for the gpu - any experience from users of such a setup would be very much appreciated as it will provide critical purchase decision intelligence for all of us envisioning a retina-book and two big screens adoring our desks...)
    turning down the macbook`s built-in screen`s backlight may reduce power consumption but i have not seen any evidence that it switches off the gpu-to-screen feed and respective gpu load - it certainly did not prevent gpu, cpu, board, etc temps to rise to borderline levels.
    so the key question here is, how to switch off the macbook pro`s built-in screen in order to avoid gpu cycles being wasted on that screen ( and the resulting heat developments)  when working with big external screen(s)  connected to the laptop ?

    this thread talks about running several monitors as advertised by apple and running demanding task on them.
    with the lid open, the keyboard offers a very efficiant heat escape vector, which is blocked when the lid is closed - this is a basic and commonsense insulation effect.  this thread also mentions the use of temperature monitoring software and thus a repeatable test setup. the temps recorded were also mentioned. they rose when the lid was closed, the running task remaining unchanged. as far as i could track down the cpus in discussion will shut down around the 105 degree celsius range. i observed system shut downs when the system approached 103° celsius.  not to mention that the fans will run loud well before that.
    again this is on hardware checked and ok-ed by apple service.
    the question still welcoming an expert answer: is there any way to switch off the built-in macbook monitor while the lid is open ?

  • Black screen after logging in KDE (dual monitor)

    Hi everybody,
    I'm having a severe problem with kde 4.12.2; I'll explain my settings:
    1) A screen 2560x1440 on DVI
    2) A screen 1920x1080 on VGA
    My /etc/X11/xorg.conf is this
    Section "Monitor"
    Identifier "DVI-I-1"
    Option "Primary" "true"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Monitor"
    Identifier "VGA-1"
    Option "LeftOf" "DVI-I-1"
    Option "PreferredMode" "1920x1080"
    EndSection
    when kdm starts I can see login manager on both screen (each one with the correct resolution). As far as I log in all disappear on both screen: it remains only a completely black screen (in which I manage to recognize mouse pointer). The strange fact is that I can still use yakuake (without seeing it), as a matter of facts if I digit "reboot" on command line in yakualke, my PC effectively reboots... but i cannot see anything.
    If I use only one monitor (disconnecting the other) all is ok.
    I've also i3 working perfectly with the same configuration.
    Please help me!

    dmesg return this
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=76b38aee-1933-48a0-b00b-2166f50b45fc ro verbose
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4c00-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf77ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf780000-0x00000000bf797fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bf798000-0x00000000bf7dbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bf7dc000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000033fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P6TD DELUXE, BIOS 0106 07/15/2009
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x340000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E3FFF write-protect
    [ 0.000000] E4000-EBFFF write-through
    [ 0.000000] EC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask F00000000 write-back
    [ 0.000000] 2 base 300000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 4 base 0BF800000 mask FFF800000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf780 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x33fe00000-0x33fffffff]
    [ 0.000000] [mem 0x33fe00000-0x33fffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x33c000000-0x33fdfffff]
    [ 0.000000] [mem 0x33c000000-0x33fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x300000000-0x33bffffff]
    [ 0.000000] [mem 0x300000000-0x33bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbf77ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbf5fffff] page 2M
    [ 0.000000] [mem 0xbf600000-0xbf77ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff]
    [ 0.000000] [mem 0x100000000-0x2ffffffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379f0000-0x37ceffff]
    [ 0.000000] ACPI: RSDP 00000000000fb250 000014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000bf780000 000040 (v01 071509 RSDT1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000bf780200 000084 (v01 071509 FACP1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000bf7804b0 00B62E (v01 A1438 A1438001 00000001 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000bf798000 000040
    [ 0.000000] ACPI: APIC 00000000bf780390 0000D8 (v01 071509 APIC1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000bf780470 00003C (v01 071509 OEMMCFG 20090715 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000bf798040 000072 (v01 071509 OEMB1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000bf78f4b0 000038 (v01 071509 OEMHPET 20090715 MSFT 00000097)
    [ 0.000000] ACPI: OSFR 00000000bf78f4f0 0000B0 (v01 071509 OEMOSFR 20090715 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000bf79a140 00249F (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000033fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x33fffffff]
    [ 0.000000] NODE_DATA [mem 0x33fff2000-0x33fff6fff]
    [ 0.000000] [ffffea0000000000-ffffea000cffffff] PMD -> [ffff880333600000-ffff88033f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x33fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xbf77ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x33fffffff]
    [ 0.000000] On node 0 totalpages: 3143454
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12190 pages used for memmap
    [ 0.000000] DMA32 zone: 780160 pages, LIFO batch:31
    [ 0.000000] Normal zone: 36864 pages used for memmap
    [ 0.000000] Normal zone: 2359296 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
    [ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec8a000, GSI 24-47
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 64
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e5000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf780000-0xbf797fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf798000-0xbf7dbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf7dc000-0xbfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    [ 0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88033fc00000 s86336 r8192 d24256 u131072
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3094315
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=76b38aee-1933-48a0-b00b-2166f50b45fc ro verbose
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 12294300K/12573816K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 279516K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=16.
    [ 0.000000] NR_IRQS:8448 nr_irqs:1216 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 50331648 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2672.847 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5347.43 BogoMIPS (lpj=8909490)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000035] Security Framework initialized
    [ 0.000043] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000044] Yama: becoming mindful.
    [ 0.001039] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.004061] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.005331] Mount-cache hash table entries: 256
    [ 0.005505] Initializing cgroup subsys memory
    [ 0.005511] Initializing cgroup subsys devices
    [ 0.005512] Initializing cgroup subsys freezer
    [ 0.005514] Initializing cgroup subsys net_cls
    [ 0.005515] Initializing cgroup subsys blkio
    [ 0.005533] CPU: Physical Processor ID: 0
    [ 0.005534] CPU: Processor Core ID: 0
    [ 0.005538] mce: CPU supports 9 MCE banks
    [ 0.005547] CPU0: Thermal monitoring enabled (TM1)
    [ 0.005555] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 6
    [ 0.005627] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.006541] ACPI: Core revision 20131115
    [ 0.010413] ACPI: All ACPI Tables successfully acquired
    [ 0.036170] ftrace: allocating 21057 entries in 83 pages
    [ 0.045404] Switched APIC routing to physical flat.
    [ 0.045954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078948] smpboot: CPU0: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (fam: 06, model: 1a, stepping: 05)
    [ 0.241764] APIC calibration not consistent with PM-Timer: 156ms instead of 100ms
    [ 0.241767] APIC delta adjusted to PM-Timer: 835226 (1308515)
    [ 0.241784] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.241790] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.241791] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.241793] ... version: 3
    [ 0.241794] ... bit width: 48
    [ 0.241795] ... generic registers: 4
    [ 0.241796] ... value mask: 0000ffffffffffff
    [ 0.241797] ... max period: 000000007fffffff
    [ 0.241798] ... fixed-purpose events: 3
    [ 0.241799] ... event mask: 000000070000000f
    [ 0.268512] x86: Booting SMP configuration:
    [ 0.281907] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.268515] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.401726] x86: Booted up 1 node, 8 CPUs
    [ 0.401730] smpboot: Total of 8 processors activated (42782.45 BogoMIPS)
    [ 0.407746] devtmpfs: initialized
    [ 0.410503] PM: Registering ACPI NVS region [mem 0xbf798000-0xbf7dbfff] (278528 bytes)
    [ 0.411349] RTC time: 10:25:56, date: 02/27/14
    [ 0.411386] NET: Registered protocol family 16
    [ 0.411473] cpuidle: using governor ladder
    [ 0.411475] cpuidle: using governor menu
    [ 0.411497] ACPI: bus type PCI registered
    [ 0.411499] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.411555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.411557] PCI: not using MMCONFIG
    [ 0.411559] PCI: Using configuration type 1 for base access
    [ 0.412212] bio: create slab <bio-0> at 0
    [ 0.412334] ACPI: Added _OSI(Module Device)
    [ 0.412336] ACPI: Added _OSI(Processor Device)
    [ 0.412337] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.412338] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.414291] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.443864] ACPI: SSDT 00000000bf7980c0 000403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.444092] ACPI: Dynamic OEM Table Load:
    [ 0.444094] ACPI: SSDT (null) 000403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.444281] ACPI: SSDT 00000000bf7984d0 000403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    [ 0.444506] ACPI: Dynamic OEM Table Load:
    [ 0.444508] ACPI: SSDT (null) 000403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    [ 0.444696] ACPI: SSDT 00000000bf7988e0 000403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    [ 0.444922] ACPI: Dynamic OEM Table Load:
    [ 0.444924] ACPI: SSDT (null) 000403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    [ 0.445121] ACPI: SSDT 00000000bf798cf0 000403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    [ 0.445351] ACPI: Dynamic OEM Table Load:
    [ 0.445353] ACPI: SSDT (null) 000403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    [ 0.455263] ACPI: SSDT 00000000bf799100 000403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
    [ 0.455491] ACPI: Dynamic OEM Table Load:
    [ 0.455493] ACPI: SSDT (null) 000403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
    [ 0.468586] ACPI: SSDT 00000000bf799510 000403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
    [ 0.468816] ACPI: Dynamic OEM Table Load:
    [ 0.468818] ACPI: SSDT (null) 000403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
    [ 0.481919] ACPI: SSDT 00000000bf799920 000403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
    [ 0.482150] ACPI: Dynamic OEM Table Load:
    [ 0.482152] ACPI: SSDT (null) 000403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
    [ 0.508416] ACPI: SSDT 00000000bf799d30 000403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
    [ 0.508658] ACPI: Dynamic OEM Table Load:
    [ 0.508660] ACPI: SSDT (null) 000403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
    [ 0.508816] ACPI: Interpreter enabled
    [ 0.508824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 0.508836] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.508837] ACPI: Using IOAPIC for interrupt routing
    [ 0.508859] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.509714] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.523249] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.523342] ACPI: No dock devices found.
    [ 0.528784] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.528789] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.528793] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.529079] PCI host bridge to bus 0000:00
    [ 0.529082] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.529084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.529085] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.529087] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.529088] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.529090] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    [ 0.529092] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
    [ 0.529103] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
    [ 0.529153] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
    [ 0.529228] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
    [ 0.529276] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.529323] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.529354] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
    [ 0.529406] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 0.529452] pci 0000:00:03.0: System wakeup disabled by ACPI
    [ 0.529484] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
    [ 0.529532] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.529578] pci 0000:00:07.0: System wakeup disabled by ACPI
    [ 0.529614] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
    [ 0.529714] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
    [ 0.529812] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
    [ 0.529909] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
    [ 0.530003] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
    [ 0.530042] pci 0000:00:1a.0: reg 0x20: [io 0x9800-0x981f]
    [ 0.530127] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.530157] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
    [ 0.530197] pci 0000:00:1a.1: reg 0x20: [io 0x9880-0x989f]
    [ 0.530281] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.530313] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
    [ 0.530352] pci 0000:00:1a.2: reg 0x20: [io 0x9c00-0x9c1f]
    [ 0.530435] pci 0000:00:1a.2: System wakeup disabled by ACPI
    [ 0.530472] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
    [ 0.530493] pci 0000:00:1a.7: reg 0x10: [mem 0xf7fff000-0xf7fff3ff]
    [ 0.530576] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.530623] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.530655] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
    [ 0.530669] pci 0000:00:1b.0: reg 0x10: [mem 0xf7ff8000-0xf7ffbfff 64bit]
    [ 0.530731] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.530801] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
    [ 0.530865] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.530914] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.530943] pci 0000:00:1c.2: [8086:3a44] type 01 class 0x060400
    [ 0.531006] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.531054] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.531084] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
    [ 0.531147] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.531195] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.531223] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
    [ 0.531286] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.531334] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 0.531364] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
    [ 0.531403] pci 0000:00:1d.0: reg 0x20: [io 0x9080-0x909f]
    [ 0.531488] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.531517] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
    [ 0.531557] pci 0000:00:1d.1: reg 0x20: [io 0x9400-0x941f]
    [ 0.531640] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.531670] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
    [ 0.531709] pci 0000:00:1d.2: reg 0x20: [io 0x9480-0x949f]
    [ 0.531797] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.531837] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
    [ 0.531857] pci 0000:00:1d.7: reg 0x10: [mem 0xf7ffe000-0xf7ffe3ff]
    [ 0.531940] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.531988] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.532016] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.532099] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.532129] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
    [ 0.532202] pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    [ 0.532207] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    [ 0.532210] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.532214] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
    [ 0.532306] pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f
    [ 0.532320] pci 0000:00:1f.2: reg 0x10: [io 0x8000-0x8007]
    [ 0.532327] pci 0000:00:1f.2: reg 0x14: [io 0x7c00-0x7c03]
    [ 0.532335] pci 0000:00:1f.2: reg 0x18: [io 0x7880-0x7887]
    [ 0.532342] pci 0000:00:1f.2: reg 0x1c: [io 0x7800-0x7803]
    [ 0.532349] pci 0000:00:1f.2: reg 0x20: [io 0x7480-0x748f]
    [ 0.532356] pci 0000:00:1f.2: reg 0x24: [io 0x7400-0x740f]
    [ 0.532447] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
    [ 0.532461] pci 0000:00:1f.3: reg 0x10: [mem 0xf7ffd000-0xf7ffd0ff 64bit]
    [ 0.532480] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    [ 0.532557] pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185
    [ 0.532571] pci 0000:00:1f.5: reg 0x10: [io 0x9000-0x9007]
    [ 0.532578] pci 0000:00:1f.5: reg 0x14: [io 0x8c00-0x8c03]
    [ 0.532585] pci 0000:00:1f.5: reg 0x18: [io 0x8880-0x8887]
    [ 0.532592] pci 0000:00:1f.5: reg 0x1c: [io 0x8800-0x8803]
    [ 0.532599] pci 0000:00:1f.5: reg 0x20: [io 0x8480-0x848f]
    [ 0.532607] pci 0000:00:1f.5: reg 0x24: [io 0x8400-0x840f]
    [ 0.532731] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.532787] pci 0000:02:00.0: [10de:0622] type 00 class 0x030000
    [ 0.532797] pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
    [ 0.532807] pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.532817] pci 0000:02:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.532823] pci 0000:02:00.0: reg 0x24: [io 0xac00-0xac7f]
    [ 0.532830] pci 0000:02:00.0: reg 0x30: [mem 0xfba80000-0xfbafffff pref]
    [ 0.538402] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.538407] pci 0000:00:03.0: bridge window [io 0xa000-0xafff]
    [ 0.538411] pci 0000:00:03.0: bridge window [mem 0xf8000000-0xfbafffff]
    [ 0.538420] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.538459] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.538511] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.538519] pci 0000:00:1c.0: bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.538584] pci 0000:06:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.538606] pci 0000:06:00.0: reg 0x10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.538617] pci 0000:06:00.0: reg 0x18: [io 0xd800-0xd8ff]
    [ 0.538658] pci 0000:06:00.0: reg 0x30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.538722] pci 0000:06:00.0: supports D1 D2
    [ 0.538724] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.545073] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 0.545078] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.545086] pci 0000:00:1c.2: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.545152] pci 0000:05:00.0: [11ab:6121] type 00 class 0x01018f
    [ 0.545168] pci 0000:05:00.0: reg 0x10: [io 0xcc00-0xcc07]
    [ 0.545179] pci 0000:05:00.0: reg 0x14: [io 0xc880-0xc883]
    [ 0.545190] pci 0000:05:00.0: reg 0x18: [io 0xc800-0xc807]
    [ 0.545201] pci 0000:05:00.0: reg 0x1c: [io 0xc480-0xc483]
    [ 0.545212] pci 0000:05:00.0: reg 0x20: [io 0xc400-0xc40f]
    [ 0.545223] pci 0000:05:00.0: reg 0x24: [mem 0xfbcffc00-0xfbcfffff]
    [ 0.545286] pci 0000:05:00.0: supports D1
    [ 0.545287] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
    [ 0.545326] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.545336] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.545339] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.545342] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.545410] pci 0000:04:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.545432] pci 0000:04:00.0: reg 0x10: [mem 0xfbbfc000-0xfbbfffff 64bit]
    [ 0.545443] pci 0000:04:00.0: reg 0x18: [io 0xb800-0xb8ff]
    [ 0.545484] pci 0000:04:00.0: reg 0x30: [mem 0xfbbc0000-0xfbbdffff pref]
    [ 0.545548] pci 0000:04:00.0: supports D1 D2
    [ 0.545549] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.551741] pci 0000:00:1c.5: PCI bridge to [bus 04]
    [ 0.551746] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.551753] pci 0000:00:1c.5: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.551796] pci 0000:08:02.0: [1106:3044] type 00 class 0x0c0010
    [ 0.551812] pci 0000:08:02.0: reg 0x10: [mem 0xfbeff000-0xfbeff7ff]
    [ 0.551822] pci 0000:08:02.0: reg 0x14: [io 0xec00-0xec7f]
    [ 0.551887] pci 0000:08:02.0: supports D2
    [ 0.551888] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
    [ 0.551951] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
    [ 0.551954] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.551957] pci 0000:00:1e.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.551962] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.551965] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.551967] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.551969] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.551970] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.551972] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
    [ 0.552413] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
    [ 0.552458] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
    [ 0.552499] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
    [ 0.552543] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
    [ 0.552587] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
    [ 0.552630] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
    [ 0.552674] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
    [ 0.552717] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
    [ 0.552820] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.552826] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.552859] Found 1 acpi root devices
    [ 0.552934] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.552936] vgaarb: loaded
    [ 0.552937] vgaarb: bridge control possible 0000:02:00.0
    [ 0.552965] PCI: Using ACPI for IRQ routing
    [ 0.558640] PCI: Discovered peer bus ff
    [ 0.558641] PCI: root bus ff: using default resources
    [ 0.558642] PCI: Probing PCI hardware (bus ff)
    [ 0.558661] PCI host bridge to bus 0000:ff
    [ 0.558663] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
    [ 0.558665] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.558666] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
    [ 0.558671] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
    [ 0.558705] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
    [ 0.558738] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
    [ 0.558769] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
    [ 0.558802] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
    [ 0.558835] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
    [ 0.558868] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
    [ 0.558899] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
    [ 0.558931] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
    [ 0.558961] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
    [ 0.558991] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
    [ 0.559023] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
    [ 0.559054] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
    [ 0.559084] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
    [ 0.559114] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
    [ 0.559146] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
    [ 0.559178] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
    [ 0.559209] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
    [ 0.559239] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
    [ 0.559280] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
    [ 0.559285] PCI: pci_cache_line_size set to 64 bytes
    [ 0.559364] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.559365] e820: reserve RAM buffer [mem 0xbf780000-0xbfffffff]
    [ 0.559443] NetLabel: Initializing
    [ 0.559444] NetLabel: domain hash size = 128
    [ 0.559445] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.559456] NetLabel: unlabeled traffic allowed by default
    [ 0.559470] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.559474] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.559477] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.561733] Switched to clocksource hpet
    [ 0.565496] pnp: PnP ACPI init
    [ 0.565505] ACPI: bus type PNP registered
    [ 0.565558] system 00:00: [mem 0xfbf00000-0xfbffffff] has been reserved
    [ 0.565560] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
    [ 0.565562] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
    [ 0.565564] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
    [ 0.565566] system 00:00: [mem 0xfec8a000-0xfec8afff] could not be reserved
    [ 0.565568] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
    [ 0.565570] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.565604] pnp 00:01: [dma 4]
    [ 0.565619] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.565650] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.565670] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.565691] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.565837] system 00:05: [io 0x0290-0x029f] has been reserved
    [ 0.565841] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.565997] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.565999] system 00:06: [io 0x0800-0x087f] could not be reserved
    [ 0.566001] system 00:06: [io 0x0500-0x057f] could not be reserved
    [ 0.566004] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.566006] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.566008] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
    [ 0.566010] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566075] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.566123] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.566179] system 00:09: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.566182] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566268] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.566270] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.566273] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566356] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.566359] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566502] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.566504] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.566506] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.566508] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
    [ 0.566510] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
    [ 0.566513] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.566610] pnp: PnP ACPI: found 13 devices
    [ 0.566612] ACPI: bus type PNP unregistered
    [ 0.572661] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
    [ 0.572664] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 400000
    [ 0.572671] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
    [ 0.572678] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
    [ 0.572685] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 0.572698] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    [ 0.572702] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.572704] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572706] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572708] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572710] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.572713] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    [ 0.572716] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572718] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572720] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572722] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.572725] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.572733] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.572735] pci 0000:00:03.0: bridge window [io 0xa000-0xafff]
    [ 0.572738] pci 0000:00:03.0: bridge window [mem 0xf8000000-0xfbafffff]
    [ 0.572741] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.572746] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.572753] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.572755] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.572759] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    [ 0.572763] pci 0000:00:1c.0: bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.572767] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 0.572770] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.572774] pci 0000:00:1c.2: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.572777] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572782] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.572784] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.572788] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.572791] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572796] pci 0000:00:1c.5: PCI bridge to [bus 04]
    [ 0.572798] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.572802] pci 0000:00:1c.5: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.572805] pci 0000:00:1c.5: bridge window [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572810] pci 0000:00:1e.0: PCI bridge to [bus 08]
    [ 0.572812] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.572816] pci 0000:00:1e.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.572823] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.572825] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.572826] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.572828] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.572830] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.572831] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
    [ 0.572833] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.572834] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xfbafffff]
    [ 0.572836] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.572838] pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
    [ 0.572839] pci_bus 0000:07: resource 1 [mem 0xf0000000-0xf03fffff]
    [ 0.572841] pci_bus 0000:07: resource 2 [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.572842] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff]
    [ 0.572844] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.572846] pci_bus 0000:06: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572847] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    [ 0.572849] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
    [ 0.572850] pci_bus 0000:05: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572852] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    [ 0.572853] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
    [ 0.572855] pci_bus 0000:04: resource 2 [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572856] pci_bus 0000:08: resource 0 [io 0xe000-0xefff]
    [ 0.572858] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.572860] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
    [ 0.572861] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
    [ 0.572863] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.572864] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.572866] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.572867] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
    [ 0.572870] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
    [ 0.572872] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.572898] NET: Registered protocol family 2
    [ 0.573067] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.573330] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.573470] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.573491] TCP: reno registered
    [ 0.573508] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.573565] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.573666] NET: Registered protocol family 1
    [ 0.575213] pci 0000:02:00.0: Boot video device
    [ 0.575244] PCI: CLS 64 bytes, default 64
    [ 0.575285] Unpacking initramfs...
    [ 0.626677] Freeing initrd memory: 3072K (ffff8800379f0000 - ffff880037cf0000)
    [ 0.626682] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.626684] software IO TLB [mem 0xbb780000-0xbf780000] (64MB) mapped at [ffff8800bb780000-ffff8800bf77ffff]
    [ 0.626921] Scanning for low memory corruption every 60 seconds
    [ 0.627229] audit: initializing netlink socket (disabled)
    [ 0.627239] type=2000 audit(1393496755.436:1): initialized
    [ 0.638266] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.639483] zbud: loaded
    [ 0.639624] VFS: Disk quotas dquot_6.5.2
    [ 0.639663] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.639799] msgmni has been set to 24018
    [ 0.639849] Key type big_key registered
    [ 0.640034] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.640078] io scheduler noop registered
    [ 0.640079] io scheduler deadline registered
    [ 0.640102] io scheduler cfq registered (default)
    [ 0.640265] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.640404] pcieport 0000:00:1c.0: irq 64 for MSI/MSI-X
    [ 0.640555] pcieport 0000:00:1c.2: irq 65 for MSI/MSI-X
    [ 0.640707] pcieport 0000:00:1c.4: irq 66 for MSI/MSI-X
    [ 0.640853] pcieport 0000:00:1c.5: irq 67 for MSI/MSI-X
    [ 0.640919] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.640931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.640968] vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    [ 0.640969] vesafb: scrolling: redraw
    [ 0.640971] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.641397] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90011b00000, using 7552k, total 7552k
    [ 0.936568] Console: switching to colour frame buffer device 200x75
    [ 1.231708] fb0: VESA VGA frame buffer device
    [ 1.231718] intel_idle: MWAIT substates: 0x1120
    [ 1.231727] intel_idle: v0.4 model 0x1A
    [ 1.231729] intel_idle: lapic_timer_reliable_states 0x2
    [ 1.231914] GHES: HEST is not enabled!
    [ 1.231956] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.232283] Linux agpgart interface v0.103
    [ 1.232350] rtc_cmos 00:02: RTC can wake from S4
    [ 1.232453] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.232478] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.232561] drop_monitor: Initializing network drop monitor service
    [ 1.232612] TCP: cubic registered
    [ 1.232690] NET: Registered protocol family 10
    [ 1.232826] NET: Registered protocol family 17
    [ 1.232833] Key type dns_resolver registered
    [ 1.233086] registered taskstats version 1
    [ 1.233838] Magic number: 2:438:427
    [ 1.233928] rtc_cmos 00:02: setting system clock to 2014-02-27 10:25:57 UTC (1393496757)
    [ 1.233950] PM: Hibernation image not present or could not be loaded.
    [ 1.234985] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 1.234987] Write protecting the kernel read-only data: 8192k
    [ 1.237288] Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    [ 1.238780] Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    [ 1.247402] systemd-udevd[82]: starting version 208
    [ 1.265479] ACPI: bus type USB registered
    [ 1.265514] usbcore: registered new interface driver usbfs
    [ 1.265530] usbcore: registered new interface driver hub
    [ 1.265603] usbcore: registered new device driver usb
    [ 1.266283] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.266427] ehci-pci: EHCI PCI platform driver
    [ 1.266750] SCSI subsystem initialized
    [ 1.266841] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 1.266866] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.266879] ehci-pci 0000:00:1a.7: debug port 1
    [ 1.266924] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.268635] libata version 3.00 loaded.
    [ 1.269629] ahci 0000:05:00.0: version 3.0
    [ 1.270292] scsi0 : pata_marvell
    [ 1.270425] scsi1 : pata_marvell
    [ 1.270529] ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 16
    [ 1.270531] ata2: PATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 16
    [ 1.270772] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.270778] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf7fff000
    [ 1.278195] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.278452] hub 1-0:1.0: USB hub found
    [ 1.278459] hub 1-0:1.0: 6 ports detected
    [ 1.278786] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.278797] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.278810] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.282699] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.282716] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf7ffe000
    [ 1.291553] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.291678] hub 2-0:1.0: USB hub found
    [ 1.291684] hub 2-0:1.0: 6 ports detected
    [ 1.292004] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.292012] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.292037] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
    [ 1.292284] hub 3-0:1.0: USB hub found
    [ 1.292294] hub 3-0:1.0: 2 ports detected
    [ 1.292516] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.292523] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.292552] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
    [ 1.292716] hub 4-0:1.0: USB hub found
    [ 1.292722] hub 4-0:1.0: 2 ports detected
    [ 1.292888] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.292892] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.292920] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
    [ 1.293080] hub 5-0:1.0: USB hub found
    [ 1.293085] hub 5-0:1.0: 2 ports detected
    [ 1.293249] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.293254] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.293275] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
    [ 1.293440] hub 6-0:1.0: USB hub found
    [ 1.293446] hub 6-0:1.0: 2 ports detected
    [ 1.293611] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.293616] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.293636] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
    [ 1.293798] hub 7-0:1.0: USB hub found
    [ 1.293804] hub 7-0:1.0: 2 ports detected
    [ 1.293967] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.293973] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.293994] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
    [ 1.294148] hub 8-0:1.0: USB hub found
    [ 1.294153] hub 8-0:1.0: 2 ports detected
    [ 1.294316] ata_piix 0000:00:1f.2: version 2.13
    [ 1.294434] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.295801] scsi2 : ata_piix
    [ 1.295862] scsi3 : ata_piix
    [ 1.295899] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
    [ 1.295903] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
    [ 1.296018] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 1.296635] scsi4 : ata_piix
    [ 1.296696] scsi5 : ata_piix
    [ 1.296731] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
    [ 1.296733] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
    [ 1.335060] firewire_ohci 0000:08:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 1.585039] usb 1-5: new high-speed USB device number 2 using ehci-pci
    [ 1.625718] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.628118] tsc: Refined TSC clocksource calibration: 2672.727 MHz
    [ 1.636608] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.708882] hub 1-5:1.0: USB hub found
    [ 1.709166] hub 1-5:1.0: 4 ports detected
    [ 1.814892] usb 2-3: new high-speed USB device number 2 using ehci-pci
    [ 1.834846] firewire_core 0000:08:02.0: created device fw0: GUID 001e8c0000b8b1d3, S400
    [ 1.939364] hub 2-3:1.0: USB hub found
    [ 1.939420] hub 2-3:1.0: 4 ports detected
    [ 2.044785] usb 2-4: new high-speed USB device number 3 using ehci-pci
    [ 2.088035] ata3.00: SATA link down (SStatus 0 SControl 300)
    [ 2.088048] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.099040] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.099055] ata4.01: SATA link down (SStatus 0 SControl 300)
    [ 2.099066] ata4.01: link offline, clearing class 3 to NONE
    [ 2.104925] ata4.00: ATAPI: TSSTcorp CDDVDW SH-S223C, SB01, max UDMA/100
    [ 2.105101] ata3.01: ATA-9: Samsung SSD 840 PRO Series, DXM04B0Q, max UDMA/133
    [ 2.105104] ata3.01: 250069680 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.112052] ata3.01: configured for UDMA/133
    [ 2.112439] scsi 2:0:1:0: Direct-Access ATA Samsung SSD 840 DXM0 PQ: 0 ANSI: 5
    [ 2.113576] sd 2:0:1:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 2.114132] sd 2:0:1:0: [sda] Write Protect is off
    [ 2.114137] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.114343] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.115929] sda: sda1
    [ 2.117144] sd 2:0:1:0: [sda] Attached SCSI disk
    [ 2.118217] ata4.00: configured for UDMA/100
    [ 2.121698] scsi 3:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223C SB01 PQ: 0 ANSI: 5
    [ 2.126940] sr0: scsi3-mmc drive: 52x/52x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.126943] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.127212] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 2.264029] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.322530] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.323971] systemd[1]: Set hostname to <desktop09>.
    [ 2.324898] random: systemd urandom read with 41 bits of entropy available
    [ 2.387757] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 2.387994] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.388043] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.388057] systemd[1]: Expecting device sys-subsystem-net-devices-enp4s0.device...
    [ 2.389666] systemd[1]: Starting Network is Online.
    [ 2.390869] systemd[1]: Reached target Network is Online.
    [ 2.390879] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.392240] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.392250] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.393721] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.393730] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.395298] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.395307] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.396678] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.396687] systemd[1]: Starting Encrypted Volumes.
    [ 2.397966] systemd[1]: Reached target Encrypted Volumes.
    [ 2.397979] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.398007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.398017] systemd[1]: Starting Journal Socket.
    [ 2.399149] systemd[1]: Listening on Journal Socket.
    [ 2.401583] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 2.403905] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.405527] systemd[1]: Mounting Huge Pages File System...
    [ 2.408780] systemd[1]: Starting Apply Kernel Variables...
    [ 2.411521] systemd[1]: Starting Load Kernel Modules...
    [ 2.412983] systemd[1]: Mounting Debug File System...
    [ 2.414590] systemd[1]: Starting Journal Service...
    [ 2.417662] systemd[1]: Started Journal Service.
    [ 2.433299] systemd-journald[162]: Vacuuming done, freed 0 bytes
    [ 2.435074] FS-Cache: Loaded
    [ 2.440406] RPC: Registered named UNIX socket transport module.
    [ 2.440408] RPC: Registered udp transport module.
    [ 2.440409] RPC: Registered tcp transport module.
    [ 2.440410] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.447341] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.499590] EXT4-fs (sda1): re-mounted. Opts: discard
    [ 2.506850] systemd-udevd[194]: starting version 208
    [ 2.555760] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.557761] EDAC MC: Ver: 3.0.0
    [ 2.558785] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
    [ 2.558826] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
    [ 2.558833] EDAC i7core: Driver loaded, 1 memory controller(s) found.
    [ 2.561181] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 2.561185] ACPI: Power Button [PWRB]
    [ 2.561282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 2.561284] ACPI: Power Button [PWRF]
    [ 2.562026] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20131115/utaddress-251)
    [ 2.562028] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562033] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
    [ 2.562034] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562037] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
    [ 2.562037] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562038] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.574791] sky2: driver version 1.30
    [ 2.574869] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
    [ 2.574921] sky2 0000:06:00.0: irq 68 for MSI/MSI-X
    [ 2.575108] sky2 0000:06:00.0 eth0: addr 90:e6:ba:91:6a:49
    [ 2.575167] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
    [ 2.575214] sky2 0000:04:00.0: irq 69 for MSI/MSI-X
    [ 2.575371] sky2 0000:04:00.0 eth1: addr 90:e6:ba:91:6a:48
    [ 2.579129] wmi: Mapper loaded
    [ 2.584708] snd_hda_intel 0000:00:1b.0: irq 70 for MSI/MSI-X
    [ 2.589184] [drm] Initialized drm 1.1.0 20060810
    [ 2.607958] MXM: GUID detected in BIOS
    [ 2.607980] checking generic (f9000000 760000) vs hw (c0000000 20000000)
    [ 2.607980] checking generic (f9000000 760000) vs hw (f8000000 2000000)
    [ 2.607981] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
    [ 2.618625] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 2.623682] microcode: CPU0 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.625125] platform microcode: Direct firmware load failed with error -2
    [ 2.625126] platform microcode: Falling back to user helper
    [ 2.627786] Switched to clocksource tsc
    [ 2.643327] iTCO_vendor_support: vendor-support=0
    [ 2.644034] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.644062] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
    [ 2.644512] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.644929] microcode: CPU1 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.644943] platform microcode: Direct firmware load failed with error -2
    [ 2.644944] platform microcode: Falling back to user helper
    [ 2.647197] microcode: CPU2 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.647209] platform microcode: Direct firmware load failed with error -2
    [ 2.647210] platform microcode: Falling back to user helper
    [ 2.647

  • X11 won't start (sets monitor to standby) with nVidia card

    Hello everyone!
    I'm having some trouble getting my computer to work properly. Yesterday it was working perfectly, but today it would't start again. After some troubleshooting I've determined that the problem lies with X11 and the graphics driver. The bootloader, grub, and arch itself, boots perfectly in runlevel 3, but the moment you run "startx" it would appear to be loading for a while and finally the screen goes to standby mode and there is no way out of that other than reseting the computer using the reset button. I've tried uninstalling the nvidia drivers and installing nouveau drivers, but it still won't start X, this time arround, it would just hang up with a white screen.
    I've also tried removing xorg.conf and also using nvidia utility to generate a new one, but neither seems to work.
    /var/log/Xorg.0.log doesn't report any errors, it just gives different info from the configuration and the graphics card and just ends there.
    I've tried booting with a debian live USB but it would't boot either (the computer would just restart). I've also tried a Kubuntu live USB, this time arround, it would start to boot but the graphics appeared to be corrupted (strange colored noise all over the screen) and eventually it would just hang up. Using nomodeset Kubuntu finally booted (using vesa I guess?), but the same didn't work in Arch (I'm guessing because I have the nvidia drivers installed instead of nouveau).
    In conclussion, something appears to be wrong with the graphics card, I dont't know if it's a software problem or a hardware problem, as it started from one day to the other, without any upgrades in between, and it just doesn't work in any of the 3 distributions I've tested.
    Any suggestions in what to do to troubleshoot this?
    Thanks in advance,
    Santiago.-

    Xorg.0.log
    [ 35.560]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 35.560] X Protocol Version 11, Revision 0
    [ 35.560] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 35.561] Current Operating System: Linux arch 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 35.561] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17d019be-e01f-4c1c-ac50-69e1f3dc0592 rw quiet 3
    [ 35.562] Build Date: 01 November 2013 05:10:48PM
    [ 35.562]
    [ 35.562] Current version of pixman: 0.30.2
    [ 35.562] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 35.562] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 35.564] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 4 21:35:07 2013
    [ 35.576] (==) Using config file: "/etc/X11/xorg.conf"
    [ 35.576] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 35.577] (==) ServerLayout "Layout0"
    [ 35.577] (**) |-->Screen "Screen0" (0)
    [ 35.577] (**) | |-->Monitor "Monitor0"
    [ 35.577] (**) | |-->Device "Device0"
    [ 35.577] (**) |-->Input Device "Keyboard0"
    [ 35.577] (**) |-->Input Device "Mouse0"
    [ 35.577] (==) Automatically adding devices
    [ 35.577] (==) Automatically enabling devices
    [ 35.577] (==) Automatically adding GPU devices
    [ 35.603] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 35.603] Entry deleted from font path.
    [ 35.603] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 35.603] Entry deleted from font path.
    [ 35.603] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 35.603] Entry deleted from font path.
    [ 35.603] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 35.604] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 35.604] Entry deleted from font path.
    [ 35.604] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 35.604] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 35.604] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 35.604] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 35.604] (WW) Disabling Keyboard0
    [ 35.604] (WW) Disabling Mouse0
    [ 35.604] (II) Loader magic: 0x7fdc20
    [ 35.604] (II) Module ABI versions:
    [ 35.604] X.Org ANSI C Emulation: 0.4
    [ 35.604] X.Org Video Driver: 14.1
    [ 35.604] X.Org XInput driver : 19.1
    [ 35.604] X.Org Server Extension : 7.0
    [ 35.604] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 35.605] (--) PCI:*(0:1:0:0) 10de:0421:1682:2353 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
    [ 35.606] Initializing built-in extension Generic Event Extension
    [ 35.606] Initializing built-in extension SHAPE
    [ 35.606] Initializing built-in extension MIT-SHM
    [ 35.606] Initializing built-in extension XInputExtension
    [ 35.606] Initializing built-in extension XTEST
    [ 35.607] Initializing built-in extension BIG-REQUESTS
    [ 35.607] Initializing built-in extension SYNC
    [ 35.607] Initializing built-in extension XKEYBOARD
    [ 35.607] Initializing built-in extension XC-MISC
    [ 35.608] Initializing built-in extension SECURITY
    [ 35.608] Initializing built-in extension XINERAMA
    [ 35.608] Initializing built-in extension XFIXES
    [ 35.608] Initializing built-in extension RENDER
    [ 35.608] Initializing built-in extension RANDR
    [ 35.609] Initializing built-in extension COMPOSITE
    [ 35.609] Initializing built-in extension DAMAGE
    [ 35.609] Initializing built-in extension MIT-SCREEN-SAVER
    [ 35.609] Initializing built-in extension DOUBLE-BUFFER
    [ 35.619] Initializing built-in extension RECORD
    [ 35.629] Initializing built-in extension DPMS
    [ 35.638] Initializing built-in extension X-Resource
    [ 35.647] Initializing built-in extension XVideo
    [ 35.656] Initializing built-in extension XVideo-MotionCompensation
    [ 35.665] Initializing built-in extension XFree86-VidModeExtension
    [ 35.673] Initializing built-in extension XFree86-DGA
    [ 35.682] Initializing built-in extension XFree86-DRI
    [ 35.690] Initializing built-in extension DRI2
    [ 35.690] (II) LoadModule: "glx"
    [ 35.757] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 36.111] (II) Module glx: vendor="NVIDIA Corporation"
    [ 36.111] compiled for 4.0.2, module version = 1.0.0
    [ 36.111] Module class: X.Org Server Extension
    [ 36.111] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 36.126] Loading extension GLX
    [ 36.126] (II) LoadModule: "nvidia"
    [ 36.136] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 36.195] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 36.195] compiled for 4.0.2, module version = 1.0.0
    [ 36.195] Module class: X.Org Video Driver
    [ 36.197] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 36.197] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 36.197] (--) using VT number 2
    [ 36.248] (II) Loading sub module "fb"
    [ 36.248] (II) LoadModule: "fb"
    [ 36.259] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 36.270] (II) Module fb: vendor="X.Org Foundation"
    [ 36.270] compiled for 1.14.4, module version = 1.0.0
    [ 36.270] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 36.270] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 36.270] (II) Loading sub module "wfb"
    [ 36.270] (II) LoadModule: "wfb"
    [ 36.270] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 36.271] (II) Module wfb: vendor="X.Org Foundation"
    [ 36.271] compiled for 1.14.4, module version = 1.0.0
    [ 36.271] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 36.271] (II) Loading sub module "shadow"
    [ 36.271] (II) LoadModule: "shadow"
    [ 36.271] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 36.272] (II) Module shadow: vendor="X.Org Foundation"
    [ 36.272] compiled for 1.14.4, module version = 1.1.0
    [ 36.272] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 36.272] (II) Loading sub module "ramdac"
    [ 36.272] (II) LoadModule: "ramdac"
    [ 36.272] (II) Module "ramdac" already built-in
    [ 36.274] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 36.274] (==) NVIDIA(0): RGB weight 888
    [ 36.274] (==) NVIDIA(0): Default visual is TrueColor
    [ 36.274] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 36.274] (**) NVIDIA(0): Option "UseEdidDpi" "False"
    [ 36.274] (**) NVIDIA(0): Option "DPI" "96 x 96"
    [ 36.274] (**) NVIDIA(0): Enabling 2D acceleration
    [ 50.151] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 50.256] (II) NVIDIA(GPU-0): Display (Samsung SMB2330H (CRT-0)) does not support NVIDIA 3D
    [ 50.256] (II) NVIDIA(GPU-0): Vision stereo.
    [ 50.256] (II) NVIDIA(0): NVIDIA GPU GeForce 8500 GT (G86) at PCI:1:0:0 (GPU-0)
    [ 50.256] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 50.256] (--) NVIDIA(0): VideoBIOS: 60.86.41.00.85
    [ 50.256] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    journalctl -xb
    -- Logs begin at Sat 2013-08-17 21:55:41 ART, end at Mon 2013-11-04 22:01:35 ART. --
    Nov 04 21:59:09 arch systemd-journal[120]: Runtime journal is using 364.0K (max 100.1M, leaving 150.2M of free 1001.3M, current limit 100.1M).
    Nov 04 21:59:09 arch systemd-journal[120]: Runtime journal is using 368.0K (max 100.1M, leaving 150.2M of free 1001.3M, current limit 100.1M).
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys cpuset
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys cpu
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys cpuacct
    Nov 04 21:59:09 arch kernel: Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    Nov 04 21:59:09 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17d019be-e01f-4c1c-ac50-69e1f3dc0592 rw quiet 3
    Nov 04 21:59:09 arch kernel: e820: BIOS-provided physical RAM map:
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007fbb4fff] usable
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fbb5000-0x000000007fbf7fff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fbf8000-0x000000007fd4bfff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd4c000-0x000000007fd51fff] ACPI data
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd52000-0x000000007fd52fff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd53000-0x000000007fd54fff] ACPI data
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd55000-0x000000007fd56fff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd57000-0x000000007fd57fff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd58000-0x000000007fd5bfff] ACPI NVS
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd5c000-0x000000007fd6afff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x000000007fd6b000-0x000000007fefffff] usable
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffbfffff] reserved
    Nov 04 21:59:09 arch kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    Nov 04 21:59:09 arch kernel: NX (Execute Disable) protection: active
    Nov 04 21:59:09 arch kernel: SMBIOS 2.4 present.
    Nov 04 21:59:09 arch kernel: DMI: /DG31PR, BIOS PRG3110H.86A.0071.2010.0318.1704 03/18/2010
    Nov 04 21:59:09 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Nov 04 21:59:09 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Nov 04 21:59:09 arch kernel: No AGP bridge found
    Nov 04 21:59:09 arch kernel: e820: last_pfn = 0x7ff00 max_arch_pfn = 0x400000000
    Nov 04 21:59:09 arch kernel: MTRR default type: uncachable
    Nov 04 21:59:09 arch kernel: MTRR fixed ranges enabled:
    Nov 04 21:59:09 arch kernel: 00000-9FFFF write-back
    Nov 04 21:59:09 arch kernel: A0000-E7FFF uncachable
    Nov 04 21:59:09 arch kernel: E8000-FFFFF write-protect
    Nov 04 21:59:09 arch kernel: MTRR variable ranges enabled:
    Nov 04 21:59:09 arch kernel: 0 base 000000000 mask F80000000 write-back
    Nov 04 21:59:09 arch kernel: 1 base 07FF00000 mask FFFF00000 uncachable
    Nov 04 21:59:09 arch kernel: 2 disabled
    Nov 04 21:59:09 arch kernel: 3 disabled
    Nov 04 21:59:09 arch kernel: 4 disabled
    Nov 04 21:59:09 arch kernel: 5 disabled
    Nov 04 21:59:09 arch kernel: 6 disabled
    Nov 04 21:59:09 arch kernel: 7 disabled
    Nov 04 21:59:09 arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Nov 04 21:59:09 arch kernel: found SMP MP-table at [mem 0x000fc620-0x000fc62f] mapped at [ffff8800000fc620]
    Nov 04 21:59:09 arch kernel: Scanning 1 areas for low memory corruption
    Nov 04 21:59:09 arch kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Nov 04 21:59:09 arch kernel: [mem 0x00000000-0x000fffff] page 4k
    Nov 04 21:59:09 arch kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    Nov 04 21:59:09 arch kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Nov 04 21:59:09 arch kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7f800000-0x7f9fffff]
    Nov 04 21:59:09 arch kernel: [mem 0x7f800000-0x7f9fffff] page 2M
    Nov 04 21:59:09 arch kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7c000000-0x7f7fffff]
    Nov 04 21:59:09 arch kernel: [mem 0x7c000000-0x7f7fffff] page 2M
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x00100000-0x7bffffff]
    Nov 04 21:59:09 arch kernel: [mem 0x00100000-0x001fffff] page 4k
    Nov 04 21:59:09 arch kernel: [mem 0x00200000-0x7bffffff] page 2M
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7fa00000-0x7fbb4fff]
    Nov 04 21:59:09 arch kernel: [mem 0x7fa00000-0x7fbb4fff] page 4k
    Nov 04 21:59:09 arch kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    Nov 04 21:59:09 arch kernel: init_memory_mapping: [mem 0x7fd6b000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: [mem 0x7fd6b000-0x7fefffff] page 4k
    Nov 04 21:59:09 arch kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    Nov 04 21:59:09 arch kernel: RAMDISK: [mem 0x37a14000-0x37d01fff]
    Nov 04 21:59:09 arch kernel: ACPI: RSDP 00000000000f03f0 00024 (v02 INTEL)
    Nov 04 21:59:09 arch kernel: ACPI: XSDT 000000007fd53f10 00044 (v01 INTEL DG31PR 06222004 MSFT 00010013)
    Nov 04 21:59:09 arch kernel: ACPI: FACP 000000007fd51d90 000F4 (v04 INTEL DG31PR 06222004 MSFT 00010013)
    Nov 04 21:59:09 arch kernel: ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130517/tbfadt-395)
    Nov 04 21:59:09 arch kernel: ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0x7FD56F40/0x000000007FD52F40, using 32 (20130517/tbfadt-522)
    Nov 04 21:59:09 arch kernel: ACPI: DSDT 000000007fd4c010 04BE9 (v01 INTEL DG31PR 00000000 INTL 20051117)
    Nov 04 21:59:09 arch kernel: ACPI: FACS 000000007fd56f40 00040
    Nov 04 21:59:09 arch kernel: ACPI: APIC 000000007fd51f10 0006C (v02 INTEL DG31PR 06222004 MSFT 00010013)
    Nov 04 21:59:09 arch kernel: ACPI: HPET 000000007fd5ad10 00038 (v01 INTEL ICH7HPET 06222004 AMI. 00000001)
    Nov 04 21:59:09 arch kernel: ACPI: MCFG 000000007fd5ac10 0003C (v01 INTEL DG31PR 06222004 MSFT 00000097)
    Nov 04 21:59:09 arch kernel: ACPI: Local APIC address 0xfee00000
    Nov 04 21:59:09 arch kernel: No NUMA configuration found
    Nov 04 21:59:09 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000007fefffff]
    Nov 04 21:59:09 arch kernel: Initmem setup node 0 [mem 0x00000000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: NODE_DATA [mem 0x7fefb000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d200000-ffff88007f1fffff] on node 0
    Nov 04 21:59:09 arch kernel: Zone ranges:
    Nov 04 21:59:09 arch kernel: DMA [mem 0x00001000-0x00ffffff]
    Nov 04 21:59:09 arch kernel: DMA32 [mem 0x01000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: Normal empty
    Nov 04 21:59:09 arch kernel: Movable zone start for each node
    Nov 04 21:59:09 arch kernel: Early memory node ranges
    Nov 04 21:59:09 arch kernel: node 0: [mem 0x00001000-0x0009efff]
    Nov 04 21:59:09 arch kernel: node 0: [mem 0x00100000-0x7fbb4fff]
    Nov 04 21:59:09 arch kernel: node 0: [mem 0x7fd6b000-0x7fefffff]
    Nov 04 21:59:09 arch kernel: On node 0 totalpages: 523496
    Nov 04 21:59:09 arch kernel: DMA zone: 64 pages used for memmap
    Nov 04 21:59:09 arch kernel: DMA zone: 21 pages reserved
    Nov 04 21:59:09 arch kernel: DMA zone: 3998 pages, LIFO batch:0
    Nov 04 21:59:09 arch kernel: DMA32 zone: 8124 pages used for memmap
    Nov 04 21:59:09 arch kernel: DMA32 zone: 519498 pages, LIFO batch:31
    Nov 04 21:59:09 arch kernel: ACPI: PM-Timer IO Port: 0x408
    Nov 04 21:59:09 arch kernel: ACPI: Local APIC address 0xfee00000
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Nov 04 21:59:09 arch kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    Nov 04 21:59:09 arch kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    Nov 04 21:59:09 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Nov 04 21:59:09 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Nov 04 21:59:09 arch kernel: ACPI: IRQ0 used by override.
    Nov 04 21:59:09 arch kernel: ACPI: IRQ2 used by override.
    Nov 04 21:59:09 arch kernel: ACPI: IRQ9 used by override.
    Nov 04 21:59:09 arch kernel: Using ACPI (MADT) for SMP configuration information
    Nov 04 21:59:09 arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Nov 04 21:59:09 arch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Nov 04 21:59:09 arch kernel: nr_irqs_gsi: 40
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fbb5000-0x7fbf7fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fbf8000-0x7fd4bfff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd4c000-0x7fd51fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd52000-0x7fd52fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd53000-0x7fd54fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd55000-0x7fd56fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd57000-0x7fd57fff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd58000-0x7fd5bfff]
    Nov 04 21:59:09 arch kernel: PM: Registered nosave memory: [mem 0x7fd5c000-0x7fd6afff]
    Nov 04 21:59:09 arch kernel: e820: [mem 0x7ff00000-0xfed1bfff] available for PCI devices
    Nov 04 21:59:09 arch kernel: Booting paravirtualized kernel on bare hardware
    Nov 04 21:59:09 arch kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Nov 04 21:59:09 arch kernel: PERCPU: Embedded 29 pages/cpu @ffff88007f800000 s86528 r8192 d24064 u524288
    Nov 04 21:59:09 arch kernel: pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    Nov 04 21:59:09 arch kernel: pcpu-alloc: [0] 0 1 2 3
    Nov 04 21:59:09 arch kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 515287
    Nov 04 21:59:09 arch kernel: Policy zone: DMA32
    Nov 04 21:59:09 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17d019be-e01f-4c1c-ac50-69e1f3dc0592 rw quiet 3
    Nov 04 21:59:09 arch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Nov 04 21:59:09 arch kernel: Checking aperture...
    Nov 04 21:59:09 arch kernel: No AGP bridge found
    Nov 04 21:59:09 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
    Nov 04 21:59:09 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Nov 04 21:59:09 arch kernel: Memory: 2045916K/2093984K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 48068K reserved)
    Nov 04 21:59:09 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Nov 04 21:59:09 arch kernel: Preemptible hierarchical RCU implementation.
    Nov 04 21:59:09 arch kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Nov 04 21:59:09 arch kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Nov 04 21:59:09 arch kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Nov 04 21:59:09 arch kernel: NR_IRQS:8448 nr_irqs:712 16
    Nov 04 21:59:09 arch kernel: Console: colour dummy device 80x25
    Nov 04 21:59:09 arch kernel: console [tty0] enabled
    Nov 04 21:59:09 arch kernel: allocated 8388608 bytes of page_cgroup
    Nov 04 21:59:09 arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Nov 04 21:59:09 arch kernel: hpet clockevent registered
    Nov 04 21:59:09 arch kernel: tsc: Fast TSC calibration using PIT
    Nov 04 21:59:09 arch kernel: tsc: Detected 2399.803 MHz processor
    Nov 04 21:59:09 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.58 BogoMIPS (lpj=7999343)
    Nov 04 21:59:09 arch kernel: pid_max: default: 32768 minimum: 301
    Nov 04 21:59:09 arch kernel: Security Framework initialized
    Nov 04 21:59:09 arch kernel: AppArmor: AppArmor disabled by boot time parameter
    Nov 04 21:59:09 arch kernel: Yama: becoming mindful.
    Nov 04 21:59:09 arch kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Nov 04 21:59:09 arch kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Nov 04 21:59:09 arch kernel: Mount-cache hash table entries: 256
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys memory
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys devices
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys freezer
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys net_cls
    Nov 04 21:59:09 arch kernel: Initializing cgroup subsys blkio
    Nov 04 21:59:09 arch kernel: CPU: Physical Processor ID: 0
    Nov 04 21:59:09 arch kernel: CPU: Processor Core ID: 0
    Nov 04 21:59:09 arch kernel: mce: CPU supports 6 MCE banks
    Nov 04 21:59:09 arch kernel: CPU0: Thermal monitoring enabled (TM2)
    Nov 04 21:59:09 arch kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    Nov 04 21:59:09 arch kernel: Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    Nov 04 21:59:09 arch kernel: ACPI: Core revision 20130517
    Nov 04 21:59:09 arch kernel: ACPI: All ACPI Tables successfully acquired
    Nov 04 21:59:09 arch kernel: ftrace: allocating 20100 entries in 79 pages
    Nov 04 21:59:09 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Nov 04 21:59:09 arch kernel: smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (fam: 06, model: 0f, stepping: 0b)
    Nov 04 21:59:09 arch kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Nov 04 21:59:09 arch kernel: perf_event_intel: PEBS disabled due to CPU errata
    Nov 04 21:59:09 arch kernel: ... version: 2
    Nov 04 21:59:09 arch kernel: ... bit width: 40
    Nov 04 21:59:09 arch kernel: ... generic registers: 2
    Nov 04 21:59:09 arch kernel: ... value mask: 000000ffffffffff
    Nov 04 21:59:09 arch kernel: ... max period: 000000007fffffff
    Nov 04 21:59:09 arch kernel: ... fixed-purpose events: 3
    Nov 04 21:59:09 arch kernel: ... event mask: 0000000700000003
    Nov 04 21:59:09 arch kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Nov 04 21:59:09 arch kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
    Nov 04 21:59:09 arch kernel: Brought up 4 CPUs
    Nov 04 21:59:09 arch kernel: smpboot: Total of 4 processors activated (19206.35 BogoMIPS)
    Nov 04 21:59:09 arch kernel: devtmpfs: initialized
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fbb5000-0x7fbf7fff] (274432 bytes)
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fd52000-0x7fd52fff] (4096 bytes)
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fd55000-0x7fd56fff] (8192 bytes)
    Nov 04 21:59:09 arch kernel: PM: Registering ACPI NVS region [mem 0x7fd58000-0x7fd5bfff] (16384 bytes)
    Nov 04 21:59:09 arch kernel: RTC time: 0:59:05, date: 11/05/13
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 16
    Nov 04 21:59:09 arch kernel: ACPI: bus type PCI registered
    Nov 04 21:59:09 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-40] at [mem 0xe0000000-0xe40fffff] (base 0xe0000000)
    Nov 04 21:59:09 arch kernel: PCI: not using MMCONFIG
    Nov 04 21:59:09 arch kernel: PCI: Using configuration type 1 for base access
    Nov 04 21:59:09 arch kernel: mtrr: your CPUs had inconsistent fixed MTRR settings
    Nov 04 21:59:09 arch kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Nov 04 21:59:09 arch kernel: mtrr: probably your BIOS does not setup all CPUs.
    Nov 04 21:59:09 arch kernel: mtrr: corrected configuration.
    Nov 04 21:59:09 arch kernel: bio: create slab <bio-0> at 0
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(Module Device)
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(Processor Device)
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Nov 04 21:59:09 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Nov 04 21:59:09 arch kernel: ACPI: EC: Look up EC in DSDT
    Nov 04 21:59:09 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Nov 04 21:59:09 arch kernel: ACPI: SSDT 000000007fd56c10 002CC (v01 AMI IST 00000001 MSFT 03000001)
    Nov 04 21:59:09 arch kernel: ACPI: Dynamic OEM Table Load:
    Nov 04 21:59:09 arch kernel: ACPI: SSDT (null) 002CC (v01 AMI IST 00000001 MSFT 03000001)
    Nov 04 21:59:09 arch kernel: ACPI: Interpreter enabled
    Nov 04 21:59:09 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    Nov 04 21:59:09 arch kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Nov 04 21:59:09 arch kernel: ACPI: Using IOAPIC for interrupt routing
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-40] at [mem 0xe0000000-0xe40fffff] (base 0xe0000000)
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe40fffff] reserved in ACPI motherboard resources
    Nov 04 21:59:09 arch kernel: PCI: MMCONFIG for 0000 [bus00-1f] at [mem 0xe0000000-0xe1ffffff] (base 0xe0000000) (size reduced!)
    Nov 04 21:59:09 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Nov 04 21:59:09 arch kernel: ACPI: No dock devices found.
    Nov 04 21:59:09 arch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Nov 04 21:59:09 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Nov 04 21:59:09 arch kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Nov 04 21:59:09 arch kernel: acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
    Nov 04 21:59:09 arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
    Nov 04 21:59:09 arch kernel: PCI host bridge to bus 0000:00
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfb200000-0xfb203fff 64bit]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.0: reg 0x20: [io 0xf080-0xf09f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.1: reg 0x20: [io 0xf060-0xf07f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.2: reg 0x20: [io 0xf040-0xf05f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.3: reg 0x20: [io 0xf020-0xf03f]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.3: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfb204000-0xfb2043ff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: address space collision: [io 0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0290 (mask 00ff)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x10: [io 0xf130-0xf137]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x14: [io 0xf120-0xf123]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x18: [io 0xf110-0xf117]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x1c: [io 0xf100-0xf103]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.1: reg 0x20: [io 0xf0f0-0xf0ff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0e0-0xf0e7]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0d0-0xf0d3]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf0c0-0xf0c7]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf0b0-0xf0b3]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf0a0-0xf0af]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: [10de:0421] type 00 class 0x030000
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfb000000-0xfb01ffff pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfb0fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfb120000-0xfb120fff 64bit]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: reg 0x30: [mem 0xfb100000-0xfb11ffff pref]
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: supports D1 D2
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0xfb100000-0xfb1fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    Nov 04 21:59:09 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Nov 04 21:59:09 arch kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
    Nov 04 21:59:09 arch kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Nov 04 21:59:09 arch kernel: Found 1 acpi root devices
    Nov 04 21:59:09 arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Nov 04 21:59:09 arch kernel: vgaarb: loaded
    Nov 04 21:59:09 arch kernel: vgaarb: bridge control possible 0000:01:00.0
    Nov 04 21:59:09 arch kernel: PCI: Using ACPI for IRQ routing
    Nov 04 21:59:09 arch kernel: PCI: pci_cache_line_size set to 64 bytes
    Nov 04 21:59:09 arch kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Nov 04 21:59:09 arch kernel: e820: reserve RAM buffer [mem 0x7fbb5000-0x7fffffff]
    Nov 04 21:59:09 arch kernel: e820: reserve RAM buffer [mem 0x7ff00000-0x7fffffff]
    Nov 04 21:59:09 arch kernel: NetLabel: Initializing
    Nov 04 21:59:09 arch kernel: NetLabel: domain hash size = 128
    Nov 04 21:59:09 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Nov 04 21:59:09 arch kernel: NetLabel: unlabeled traffic allowed by default
    Nov 04 21:59:09 arch kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Nov 04 21:59:09 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Nov 04 21:59:09 arch kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Nov 04 21:59:09 arch kernel: Switched to clocksource hpet
    Nov 04 21:59:09 arch kernel: pnp: PnP ACPI init
    Nov 04 21:59:09 arch kernel: ACPI: bus type PNP registered
    Nov 04 21:59:09 arch kernel: system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Nov 04 21:59:09 arch kernel: system 00:01: [io 0x0400-0x047f] could not be reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [io 0x1180-0x119f] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [io 0x0500-0x053f] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfec00000-0xfecfffff] could not be reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xffb00000-0xffcfffff] could not be reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfc800000-0xfc800fff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xfed20000-0xfed7ffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    Nov 04 21:59:09 arch kernel: system 00:02: [io 0x0290-0x029f] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:04: [dma 2]
    Nov 04 21:59:09 arch kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:05: [dma 0 disabled]
    Nov 04 21:59:09 arch kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:06: [dma 4]
    Nov 04 21:59:09 arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
    Nov 04 21:59:09 arch kernel: system 00:09: [io 0x04d0-0x04d1] has been reserved
    Nov 04 21:59:09 arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
    Nov 04 21:59:09 arch kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    Nov 04 21:59:09 arch kernel: pnp: PnP ACPI: found 12 devices
    Nov 04 21:59:09 arch kernel: ACPI: bus type PNP unregistered
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1f.0: BAR 13: [io 0x0400-0x047f] has bogus alignment
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfb0fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0xfb100000-0xfb1fffff]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Nov 04 21:59:09 arch kernel: pci 0000:00:1e.0: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfb0fffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:03: resource 1 [mem 0xfb100000-0xfb1fffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Nov 04 21:59:09 arch kernel: pci_bus 0000:04: resource 7 [mem 0x80000000-0xffffffff]
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 2
    Nov 04 21:59:09 arch kernel: TCP established hash table entries: 16384 (order: 6, 262144 bytes)
    Nov 04 21:59:09 arch kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    Nov 04 21:59:09 arch kernel: TCP: Hash tables configured (established 16384 bind 16384)
    Nov 04 21:59:09 arch kernel: TCP: reno registered
    Nov 04 21:59:09 arch kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
    Nov 04 21:59:09 arch kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 1
    Nov 04 21:59:09 arch kernel: pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: Boot video device
    Nov 04 21:59:09 arch kernel: PCI: CLS 64 bytes, default 64
    Nov 04 21:59:09 arch kernel: Unpacking initramfs...
    Nov 04 21:59:09 arch kernel: Freeing initrd memory: 3000K (ffff880037a14000 - ffff880037d02000)
    Nov 04 21:59:09 arch kernel: Scanning for low memory corruption every 60 seconds
    Nov 04 21:59:09 arch kernel: audit: initializing netlink socket (disabled)
    Nov 04 21:59:09 arch kernel: type=2000 audit(1383613146.559:1): initialized
    Nov 04 21:59:09 arch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Nov 04 21:59:09 arch kernel: zbud: loaded
    Nov 04 21:59:09 arch kernel: VFS: Disk quotas dquot_6.5.2
    Nov 04 21:59:09 arch kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Nov 04 21:59:09 arch kernel: msgmni has been set to 4001
    Nov 04 21:59:09 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Nov 04 21:59:09 arch kernel: io scheduler noop registered
    Nov 04 21:59:09 arch kernel: io scheduler deadline registered
    Nov 04 21:59:09 arch kernel: io scheduler cfq registered (default)
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Nov 04 21:59:09 arch kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Nov 04 21:59:09 arch kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    Nov 04 21:59:09 arch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 27d0 ss_vid 8086 ss_did 27d0
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 27d2 ss_vid 8086 ss_did 27d2
    Nov 04 21:59:09 arch kernel: pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
    Nov 04 21:59:09 arch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Nov 04 21:59:09 arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
    Nov 04 21:59:09 arch kernel: vesafb: scrolling: redraw
    Nov 04 21:59:09 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Nov 04 21:59:09 arch kernel: vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90002400000, using 1216k, total 1216k
    Nov 04 21:59:09 arch kernel: Console: switching to colour frame buffer device 80x30
    Nov 04 21:59:09 arch kernel: fb0: VESA VGA frame buffer device
    Nov 04 21:59:09 arch kernel: intel_idle: does not run on family 6 model 15
    Nov 04 21:59:09 arch kernel: GHES: HEST is not enabled!
    Nov 04 21:59:09 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Nov 04 21:59:09 arch kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Nov 04 21:59:09 arch kernel: Linux agpgart interface v0.103
    Nov 04 21:59:09 arch kernel: i8042: PNP: PS/2 Controller [PNP0f03:PS2M] at 0x60,0x64 irq 12
    Nov 04 21:59:09 arch kernel: i8042: PNP: PS/2 controller doesn't have KBD irq; using default 1
    Nov 04 21:59:09 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Nov 04 21:59:09 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Nov 04 21:59:09 arch kernel: mousedev: PS/2 mouse device common for all mice
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: RTC can wake from S4
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    Nov 04 21:59:09 arch kernel: cpuidle: using governor ladder
    Nov 04 21:59:09 arch kernel: cpuidle: using governor menu
    Nov 04 21:59:09 arch kernel: drop_monitor: Initializing network drop monitor service
    Nov 04 21:59:09 arch kernel: TCP: cubic registered
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 10
    Nov 04 21:59:09 arch kernel: NET: Registered protocol family 17
    Nov 04 21:59:09 arch kernel: Key type dns_resolver registered
    Nov 04 21:59:09 arch kernel: PM: Hibernation image not present or could not be loaded.
    Nov 04 21:59:09 arch kernel: registered taskstats version 1
    Nov 04 21:59:09 arch kernel: Magic number: 5:843:960
    Nov 04 21:59:09 arch kernel: memory memory11: hash matches
    Nov 04 21:59:09 arch kernel: rtc_cmos 00:07: setting system clock to 2013-11-05 00:59:07 UTC (1383613147)
    Nov 04 21:59:09 arch kernel: Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    Nov 04 21:59:09 arch kernel: Write protecting the kernel read-only data: 8192k
    Nov 04 21:59:09 arch kernel: Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    Nov 04 21:59:09 arch kernel: Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    Nov 04 21:59:09 arch systemd-udevd[58]: starting version 208
    Nov 04 21:59:09 arch kernel: Floppy drive(s): fd0 is 1.44M
    Nov 04 21:59:09 arch kernel: SCSI subsystem initialized
    Nov 04 21:59:09 arch kernel: ACPI: bus type USB registered
    Nov 04 21:59:09 arch kernel: usbcore: registered new interface driver usbfs
    Nov 04 21:59:09 arch kernel: usbcore: registered new interface driver hub
    Nov 04 21:59:09 arch kernel: usbcore: registered new device driver usb
    Nov 04 21:59:09 arch kernel: ACPI: bus type ATA registered
    Nov 04 21:59:09 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Nov 04 21:59:09 arch kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Nov 04 21:59:09 arch kernel: libata version 3.00 loaded.
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000f080
    Nov 04 21:59:09 arch kernel: ehci-pci: EHCI PCI platform driver
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f060
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f040
    Nov 04 21:59:09 arch kernel: FDC 0 is a post-1991 82077
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    Nov 04 21:59:09 arch kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000f020
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.1: version 2.13
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.1: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: scsi0 : ata_piix
    Nov 04 21:59:09 arch kernel: scsi1 : ata_piix
    Nov 04 21:59:09 arch kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf0f0 irq 14
    Nov 04 21:59:09 arch kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf0f8 irq 15
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.2: MAP [
    Nov 04 21:59:09 arch kernel: P0 P2 P1 P3 ]
    Nov 04 21:59:09 arch kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: ata2: port disabled--ignoring
    Nov 04 21:59:09 arch kernel: scsi2 : ata_piix
    Nov 04 21:59:09 arch kernel: scsi3 : ata_piix
    Nov 04 21:59:09 arch kernel: ata3: SATA max UDMA/133 cmd 0xf0e0 ctl 0xf0d0 bmdma 0xf0a0 irq 19
    Nov 04 21:59:09 arch kernel: ata4: SATA max UDMA/133 cmd 0xf0c0 ctl 0xf0b0 bmdma 0xf0a8 irq 19
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: debug port 1
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfb204000
    Nov 04 21:59:09 arch kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Nov 04 21:59:09 arch kernel: hub 5-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 5-0:1.0: 8 ports detected
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 1-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 2-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 3-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: USB hub found
    Nov 04 21:59:09 arch kernel: hub 4-0:1.0: 2 ports detected
    Nov 04 21:59:09 arch kernel: ata4.00: ATA-8: WDC WD10EZEX-00RKKA0, 80.00A80, max UDMA/133
    Nov 04 21:59:09 arch kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Nov 04 21:59:09 arch kernel: ata4.00: configured for UDMA/133
    Nov 04 21:59:09 arch kernel: scsi 3:0:0:0: Direct-Access ATA WDC WD10EZEX-00R 80.0 PQ: 0 ANSI: 5
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] 4096-byte physical blocks
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Write Protect is off
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Nov 04 21:59:09 arch kernel: sda: sda1 sda2 sda3 sda4 sda5
    Nov 04 21:59:09 arch kernel: sd 3:0:0:0: [sda] Attached SCSI disk
    Nov 04 21:59:09 arch kernel: usb 3-2: new full-speed USB device number 2 using uhci_hcd
    Nov 04 21:59:09 arch kernel: tsc: Refined TSC clocksource calibration: 2399.950 MHz
    Nov 04 21:59:09 arch kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Nov 04 21:59:09 arch systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Nov 04 21:59:09 arch systemd[1]: Set hostname to <arch>.
    Nov 04 21:59:09 arch kernel: Switched to clocksource tsc
    Nov 04 21:59:09 arch systemd[1]: Failed to load default target: No such file or directory
    Nov 04 21:59:09 arch systemd[1]: Trying to load rescue target...
    Nov 04 21:59:09 arch systemd[1]: Starting Encrypted Volumes.
    Nov 04 21:59:09 arch systemd[1]: Reached target Encrypted Volumes.
    Nov 04 21:59:09 arch systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Nov 04 21:59:09 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Nov 04 21:59:09 arch systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Nov 04 21:59:09 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Nov 04 21:59:09 arch systemd[1]: Starting Journal Socket.
    Nov 04 21:59:09 arch systemd[1]: Listening on Journal Socket.
    Nov 04 21:59:09 arch systemd[1]: Starting Setup Virtual Console...
    Nov 04 21:59:09 arch systemd[1]: Starting Apply Kernel Variables...
    Nov 04 21:59:09 arch systemd[1]: Started Set Up Additional Binary Formats.
    Nov 04 21:59:09 arch systemd[1]: Started Load Kernel Modules.
    Nov 04 21:59:09 arch systemd[1]: Mounted FUSE Control File System.
    Nov 04 21:59:09 arch systemd[1]: Mounting POSIX Message Queue File System...
    Nov 04 21:59:09 arch systemd[1]: Mounting Huge Pages File System...
    Nov 04 21:59:09 arch systemd[1]: Mounting Configuration File System...
    Nov 04 21:59:09 arch systemd[1]: Starting Journal Service...
    Nov 04 21:59:09 arch systemd[1]: Started Journal Service.
    Nov 04 21:59:09 arch systemd-journal[120]: Journal started
    -- Subject: The Journal has been started
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- The system journal process has been starting up, opened the journal
    -- files for writing and is now ready to process requests.
    Nov 04 21:59:09 arch systemd[1]: Starting Create list of required static device nodes for the current kernel...
    -- Subject: Unit kmod-static-nodes.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit kmod-static-nodes.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Starting udev Kernel Socket.
    -- Subject: Unit systemd-udevd-kernel.socket has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-kernel.socket has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Listening on udev Kernel Socket.
    -- Subject: Unit systemd-udevd-kernel.socket has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-kernel.socket has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting udev Control Socket.
    -- Subject: Unit systemd-udevd-control.socket has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-control.socket has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Listening on udev Control Socket.
    -- Subject: Unit systemd-udevd-control.socket has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udevd-control.socket has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting udev Coldplug all Devices...
    -- Subject: Unit systemd-udev-trigger.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udev-trigger.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Mounting Debug File System...
    -- Subject: Unit sys-kernel-debug.mount has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-kernel-debug.mount has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Expecting device dev-sda4.device...
    -- Subject: Unit dev-sda4.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-sda4.device has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Expecting device dev-disk-by\x2duuid-32d1daa9\x2daa59\x2d4ac1\x2da592\x2d23aa1ae655c5.device...
    -- Subject: Unit dev-disk-by\x2duuid-32d1daa9\x2daa59\x2d4ac1\x2da592\x2d23aa1ae655c5.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-disk-by\x2duuid-32d1daa9\x2daa59\x2d4ac1\x2da592\x2d23aa1ae655c5.device has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Mounting Temporary Directory...
    -- Subject: Unit tmp.mount has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit tmp.mount has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Started File System Check on Root Device.
    -- Subject: Unit systemd-fsck-root.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-fsck-root.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting Remount Root and Kernel File Systems...
    -- Subject: Unit systemd-remount-fs.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-remount-fs.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Starting Root Slice.
    -- Subject: Unit -.slice has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit -.slice has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Created slice Root Slice.
    -- Subject: Unit -.slice has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit -.slice has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting System Slice.
    -- Subject: Unit system.slice has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system.slice has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Created slice System Slice.
    -- Subject: Unit system.slice has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system.slice has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Expecting device dev-disk-by\x2duuid-bdf255b1\x2d60c6\x2d4714\x2d8dc8\x2d5bd057b49aaa.device...
    -- Subject: Unit dev-disk-by\x2duuid-bdf255b1\x2d60c6\x2d4714\x2d8dc8\x2d5bd057b49aaa.device has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-disk-by\x2duuid-bdf255b1\x2d60c6\x2d4714\x2d8dc8\x2d5bd057b49aaa.device has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Started Apply Kernel Variables.
    -- Subject: Unit systemd-sysctl.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-sysctl.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted POSIX Message Queue File System.
    -- Subject: Unit dev-mqueue.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-mqueue.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Huge Pages File System.
    -- Subject: Unit dev-hugepages.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-hugepages.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Configuration File System.
    -- Subject: Unit sys-kernel-config.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-kernel-config.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Debug File System.
    -- Subject: Unit sys-kernel-debug.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-kernel-debug.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Mounted Temporary Directory.
    -- Subject: Unit tmp.mount has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit tmp.mount has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Started Create list of required static device nodes for the current kernel.
    -- Subject: Unit kmod-static-nodes.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit kmod-static-nodes.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Started udev Coldplug all Devices.
    -- Subject: Unit systemd-udev-trigger.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-udev-trigger.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting Create static device nodes in /dev...
    -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-setup-dev.service has begun starting up.
    Nov 04 21:59:09 arch systemd[1]: Started Remount Root and Kernel File Systems.
    -- Subject: Unit systemd-remount-fs.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-remount-fs.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Starting Load/Save Random Seed...
    -- Subject: Unit systemd-random-seed.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-random-seed.service has begun starting up.
    Nov 04 21:59:09 arch kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Nov 04 21:59:09 arch systemd[1]: Started Load/Save Random Seed.
    -- Subject: Unit systemd-random-seed.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-random-seed.service has finished starting up.
    -- The start-up result is done.
    Nov 04 21:59:09 arch systemd[1]: Started Create static device nodes in /dev.
    -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mail

Maybe you are looking for

  • Formcalc: access = "protected" puts protected literal in field.

    Hi. I have a form that has a field, EmpNbr, appearing twice. The two fields share the same name with Data Binding set to Use Global Data. I don't want the second field to be enterable so I set the field to protected using FormCalc, see clip below. Wh

  • How do I preserve and export my Safari browsing history?

    I need to keep track of how many times I visit a particular web site.  Ideally, I would like to be able to preserve my browsing history in Safari for an extended period of time (several months), and then export the history data (site visited, date vi

  • Interactive report max row count

    Is there a way to set IR max row count dynamically? To improve performance, I would like to set this value to 200 when users run the report and set this value to 50000 when users download the report.

  • Generate device tree Vivado/SDK/HSI 2015.2

    1) Clone git://github.com/Xilinx/device-tree-xlnx.git to device-tree-xlnx 2) Export Hardware from vivado 2015.2 3) Launch SDK 2015.2 4) Add cloned device-tree-xlnx folder to repositories in SDK 2015.2 5) From SDK, File->New->Board Suppor Package. Sel

  • Mystery Mirror DMG File

    Alerted by a warning that my 45 gig hard drive was nearly full, I used WhatSize (thanks to a posted suggestion to another inquiry) and discovered that there was a 13.5 gig DMG file in USERS>MY NAME>LIBRARY>MIRRORS>WEIRD NUMERIC NAME folder. There wer