From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weidong Han Subject: Re: New DMAR errors in Xen 4.1 Date: Thu, 08 Apr 2010 10:32:01 +0800 Message-ID: <4BBD4021.9070807@intel.com> References: <4BBBB7D9.20709@goop.org> <4BBBCB0D.5080500@goop.org> <4BBBF2E3.5090509@intel.com> <4BBCB91B.2010504@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4BBCB91B.2010504@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org Jeremy Fitzhardinge wrote: > On 04/06/2010 07:50 PM, Weidong Han wrote: > =20 >>> It turns out its... "Enable debug=3Dy by default in the build." So I >>> guess these errors have been happening silently thus far? >>> >>> J >>> =20 >> I don't encounter this issue. These DMAR fault messages will be >> printed even when debug=3Dn. what platform are you using? could you po= st >> complete booting log with "iommu=3Dverbose"? >> =20 > > This is a Supermicro X8SIL-F system, which is a Lynnfield + Ibex Peak > system. > > I've attached two boot logs below. The first is one where there lots o= f > DMAR errors early, and the system is a disaster (basically doesn't come > up, lots of devices fail to init). Unfortunately it looks like I > mistyped "verbose". > > The second boot was immediately after the first and it comes up cleanly > with no DMAR errors at all. So it appears there's some non-determinism > there. The gmfns in the messages always appear to be about he same, so > I wonder if it depends on exactly what pages the kernel ends up > allocating for IO? (It probably also means my bisection results are > suspect.) > =20 the boot log with "iommu=3Dverbose" looks fine. when you mistyped=20 "verbose", it equals to default iommu setting, that's iommu=3D1. Can I understand that: the DMAR faults only occur when "debug=3Dy" with=20 default iommu setting (iommu=3D1)? =20 Besides print more info, "iommu=3Dverbose" also invokes=20 process_pending_softirqs in domain_context_mapping. Could you try below=20 patch to also call process_pending_softirqs for "iommu=3D1"? diff -r 28e5409e3fb3 xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Wed Apr 07 16:22:05 2010=20 +0100 +++ b/xen/drivers/passthrough/vtd/iommu.c Thu Apr 08 10:18:15 2010=20 +0800 @@ -1366,7 +1366,7 @@ static int domain_context_mapping(struct break; } - if ( iommu_verbose ) +// if ( iommu_verbose ) process_pending_softirqs(); return ret; > (BTW, what's a "type 9" E820 region?) > > Thanks, > J > > > __ __ _ _ _ _ _ _ > \ \/ /___ _ __ | || | / | _ _ _ __ ___| |_ __ _| |__ | | ___ > \ // _ \ '_ \ | || |_ | |__| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ > / \ __/ | | | |__ _|| |__| |_| | | | \__ \ || (_| | |_) | | __/ > /_/\_\___|_| |_| |_|(_)_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| > > (XEN) Xen version 4.1-unstable (jeremy@) (gcc version 4.4.3 20100127 (R= ed Hat 4.4.3-4) (GCC) ) Tue Apr 6 17:23:29 PDT 2010 > (XEN) Latest ChangeSet: Tue Apr 06 17:23:12 2010 -0700 21115:ea6c67dc45= 77 > (XEN) Command line: com2=3D115200,8n1,0x3e8,5 console=3Dcom2,vga cpufre= q=3Dxen iommu=3Dverbos8 > (XEN) Video information: > (XEN) VGA is text mode 80x25, font 8x16 > (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds > (XEN) EDID info not retrieved because no DDC retrieval method detected > (XEN) Disc information: > (XEN) Found 4 MBR signatures > (XEN) Found 4 EDD information structures > (XEN) Xen-e820 RAM map: > (XEN) 0000000000000000 - 000000000009d800 (usable) > (XEN) 000000000009d800 - 00000000000a0000 (reserved) > (XEN) 00000000000e0000 - 0000000000100000 (reserved) > (XEN) 0000000000100000 - 00000000bf790000 (usable) > (XEN) 00000000bf79e000 - 00000000bf7a0000 type 9 > (XEN) 00000000bf7a0000 - 00000000bf7ae000 (ACPI data) > (XEN) 00000000bf7ae000 - 00000000bf7d0000 (ACPI NVS) > (XEN) 00000000bf7d0000 - 00000000bf7e0000 (reserved) > (XEN) 00000000bf7ed000 - 00000000c0000000 (reserved) > (XEN) 00000000e0000000 - 00000000f0000000 (reserved) > (XEN) 00000000fed20000 - 00000000fed40000 (reserved) > (XEN) 00000000fee00000 - 00000000fee01000 (reserved) > (XEN) 0000000100000000 - 0000000140000000 (usable) > (XEN) ACPI: RSDP 000FA110, 0024 (r2 ACPIAM) > (XEN) ACPI: XSDT BF7A0100, 0084 (r1 SMCI 20100225 MSFT = 97) > (XEN) ACPI: FACP BF7A0290, 00F4 (r4 022510 FACP1918 20100225 MSFT = 97) > (XEN) ACPI: DSDT BF7A05F0, 6C55 (r2 10605 10605000 0 INTL 20051= 117) > (XEN) ACPI: FACS BF7AE000, 0040 > (XEN) ACPI: APIC BF7A0390, 0092 (r2 022510 APIC1918 20100225 MSFT = 97) > (XEN) ACPI: MCFG BF7A0430, 003C (r1 022510 OEMMCFG 20100225 MSFT = 97) > (XEN) ACPI: OEMB BF7AE040, 0073 (r1 022510 OEMB1918 20100225 MSFT = 97) > (XEN) ACPI: HPET BF7AA5F0, 0038 (r1 022510 OEMHPET 20100225 MSFT = 97) > (XEN) ACPI: GSCI BF7AE0C0, 2024 (r1 022510 GMCHSCI 20100225 MSFT = 97) > (XEN) ACPI: DMAR BF7B00F0, 0090 (r1 AMI OEMDMAR 1 MSFT = 97) > (XEN) ACPI: SSDT BF7B1580, 0363 (r1 DpgPmm CpuPm 12 INTL 20051= 117) > (XEN) ACPI: EINJ BF7AA630, 0130 (r1 AMIER AMI_EINJ 20100225 MSFT = 97) > (XEN) ACPI: BERT BF7AA7C0, 0030 (r1 AMIER AMI_BERT 20100225 MSFT = 97) > (XEN) ACPI: ERST BF7AA7F0, 01B0 (r1 AMIER AMI_ERST 20100225 MSFT = 97) > (XEN) ACPI: HEST BF7AA9A0, 00A8 (r1 AMIER ABC_HEST 20100225 MSFT = 97) > (XEN) System RAM: 4056MB (4153584kB) > (XEN) No NUMA configuration found > (XEN) Faking a node at 0000000000000000-0000000140000000 > (XEN) Domain heap initialised > (XEN) found SMP MP-table at 000ff780 > (XEN) DMI present. > (XEN) Using APIC driver default > (XEN) ACPI: PM-Timer IO Port: 0x808 > (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0] > (XEN) ACPI: wakeup_vec[bf7ae00c], vec_size[20] > (XEN) ACPI: Local APIC address 0xfee00000 > (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) > (XEN) Processor #0 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) > (XEN) Processor #2 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) > (XEN) Processor #4 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) > (XEN) Processor #6 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled) > (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled) > (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled) > (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled) > (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > (XEN) ACPI: IOAPIC (id[0x07] address[0xfec00000] gsi_base[0]) > (XEN) IOAPIC[0]: apic_id 7, version 32, address 0xfec00000, GSI 0-23 > (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > (XEN) ACPI: IRQ0 used by override. > (XEN) ACPI: IRQ2 used by override. > (XEN) ACPI: IRQ9 used by override. > (XEN) Enabling APIC mode: Flat. Using 1 I/O APICs > (XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000 > (XEN) PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 > (XEN) PCI: MCFG area at e0000000 reserved in E820 > (XEN) Using ACPI (MADT) for SMP configuration information > (XEN) Using scheduler: SMP Credit Scheduler (credit) > (XEN) Detected 2400.067 MHz processor. > (XEN) Initing memory sharing. > (XEN) EPT support 2M super page. > (XEN) VMX: Supported advanced features: > (XEN) - APIC MMIO access virtualisation > (XEN) - APIC TPR shadow > (XEN) - Extended Page Tables (EPT) > (XEN) - Virtual-Processor Identifiers (VPID) > (XEN) - Virtual NMI > (XEN) - MSR direct-access bitmap > (XEN) HVM: ASIDs enabled. > (XEN) HVM: VMX enabled > (XEN) HVM: Hardware Assisted Paging detected. > (XEN) Intel machine check reporting enabled > (XEN) Intel VT-d Snoop Control supported. > (XEN) Intel VT-d DMA Passthrough not supported. > (XEN) Intel VT-d Queued Invalidation supported. > (XEN) Intel VT-d Interrupt Remapping not supported. > (XEN) I/O virtualisation enabled > (XEN) I/O virtualisation for PV guests disabled > (XEN) EPT support 2M super page. > (XEN) EPT support 2M super page. > (XEN) EPT support 2M super page. > (XEN) Total of 4 processors activated. > (XEN) ENABLING IO-APIC IRQs > (XEN) -> Using new ACK method > (XEN) ..TIMER: vector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-1 > (XEN) TSC is reliable, synchronization unnecessary > (XEN) Platform timer is 14.318MHz HPET > =EF=BF=BD(XEN) Allocated console ring of 32 KiB. > (XEN) microcode.c:73:d32767 microcode: CPU1 resumed > (XEN) microcode.c:73:d32767 microcode: CPU2 resumed > (XEN) Brought up 4 CPUs > (XEN) microcode.c:73:d32767 microcode: CPU3 resumed > (XEN) Turbo Mode detected! > (XEN) HPET: 8 timers in total, 8 timers will be used for broadcast > (XEN) ACPI sleep modes: S3 > (XEN) mcheck_poll: Machine check polling timer started. > (XEN) *** LOADING DOMAIN 0 *** > (XEN) elf_parse_binary: phdr: paddr=3D0x1000000 memsz=3D0x69c000 > (XEN) elf_parse_binary: phdr: paddr=3D0x169c000 memsz=3D0xe3cb0 > (XEN) elf_parse_binary: phdr: paddr=3D0x1780000 memsz=3D0x888 > (XEN) elf_parse_binary: phdr: paddr=3D0x1781000 memsz=3D0x14498 > (XEN) elf_parse_binary: phdr: paddr=3D0x1796000 memsz=3D0x9f5000 > (XEN) elf_parse_binary: memory: 0x1000000 -> 0x218b000 > (XEN) elf_xen_parse_note: GUEST_OS =3D "linux" > (XEN) elf_xen_parse_note: GUEST_VERSION =3D "2.6" > (XEN) elf_xen_parse_note: XEN_VERSION =3D "xen-3.0" > (XEN) elf_xen_parse_note: VIRT_BASE =3D 0xffffffff80000000 > (XEN) elf_xen_parse_note: ENTRY =3D 0xffffffff81796200 > (XEN) elf_xen_parse_note: HYPERCALL_PAGE =3D 0xffffffff81009000 > (XEN) elf_xen_parse_note: FEATURES =3D "!writable_page_tables|pae_pgdir= _above_4gb" > (XEN) elf_xen_parse_note: PAE_MODE =3D "yes" > (XEN) elf_xen_parse_note: LOADER =3D "generic" > (XEN) elf_xen_parse_note: unknown xen elf note (0xd) > (XEN) elf_xen_parse_note: SUSPEND_CANCEL =3D 0x1 > (XEN) elf_xen_parse_note: HV_START_LOW =3D 0xffff800000000000 > (XEN) elf_xen_parse_note: PADDR_OFFSET =3D 0x0 > (XEN) elf_xen_addr_calc_check: addresses: > (XEN) virt_base =3D 0xffffffff80000000 > (XEN) elf_paddr_offset =3D 0x0 > (XEN) virt_offset =3D 0xffffffff80000000 > (XEN) virt_kstart =3D 0xffffffff81000000 > (XEN) virt_kend =3D 0xffffffff8218b000 > (XEN) virt_entry =3D 0xffffffff81796200 > (XEN) p2m_base =3D 0xffffffffffffffff > (XEN) Xen kernel: 64-bit, lsb, compat32 > (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x218b000 > (XEN) PHYSICAL MEMORY ARRANGEMENT: > (XEN) Dom0 alloc.: 0000000138000000->000000013c000000 (981633 pages = to be allocated) > (XEN) VIRTUAL MEMORY ARRANGEMENT: > (XEN) Loaded kernel: ffffffff81000000->ffffffff8218b000 > (XEN) Init. ramdisk: ffffffff8218b000->ffffffff82b69800 > (XEN) Phys-Mach map: ffffffff82b6a000->ffffffff83307408 > (XEN) Start info: ffffffff83308000->ffffffff833084b4 > (XEN) Page tables: ffffffff83309000->ffffffff83326000 > (XEN) Boot stack: ffffffff83326000->ffffffff83327000 > (XEN) TOTAL: ffffffff80000000->ffffffff83400000 > (XEN) ENTRY ADDRESS: ffffffff81796200 > (XEN) Dom0 has maximum 4 VCPUs > (XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff8169c= 000 > (XEN) elf_load_binary: phdr 1 at 0xffffffff8169c000 -> 0xffffffff8177f= cb0 > (XEN) elf_load_binary: phdr 2 at 0xffffffff81780000 -> 0xffffffff81780= 888 > (XEN) elf_load_binary: phdr 3 at 0xffffffff81781000 -> 0xffffffff81795= 498 > (XEN) elf_load_binary: phdr 4 at 0xffffffff81796000 -> 0xffffffff81830= 000 > (XEN) Scrubbing Free RAM: .done. > (XEN) Xen trace buffers: disabled > (XEN) Std. Loglevel: All > (XEN) Guest Loglevel: All > (XEN) Xen is relinquishing VGA console. > (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch in= put to Xen) > (XEN) Freed 164kB init memory. > mapping kernel into physical memory > Xen: setup ISA identity maps > about to get started... > Initializing cgroup subsys cpuset > Initializing cgroup subsys cpu > Linux version 2.6.32.11 (jeremy@lilith.goop.org) (gcc version 4.4.3 201= 00127 (Red Hat 4.4.3-4) (GCC) ) #7 SMP PREEMPT Mon Apr 5 14:58:54 PDT 201= 0 > Command line: ro root=3D/dev/mapper/vg_lilith--raid-root LANG=3Den_US.= UTF-8 SYSFONT=3Dlatarcyrheb-sun16 KEYBOARDTYPE=3Dpc KEYTABLE=3Dus ignore_= loglevel earlyprintk=3Dxen console=3Dhvc0 rdshell pcie_aspm=3Doff > KERNEL supported cpus: > Intel GenuineIntel > AMD AuthenticAMD > Centaur CentaurHauls > xen_release_chunk: looking at area pfn bf790-bf79e: 14 pages freed > xen_release_chunk: looking at area pfn bf7e0-bf7ed: 13 pages freed > xen_release_chunk: looking at area pfn c0000-e0000: 131072 pages freed > xen_release_chunk: looking at area pfn f0000-fec00: 14977 pages freed > xen_release_chunk: looking at area pfn fec01-fed20: 0 pages freed > xen_release_chunk: looking at area pfn fed40-fee00: 0 pages freed > released 146076 pages of unused memory > BIOS-provided physical RAM map: > Xen: 0000000000000000 - 000000000009d800 (usable) > Xen: 000000000009d800 - 0000000000100000 (reserved) > Xen: 0000000000100000 - 00000000bf790000 (usable) > Xen: 00000000bf79e000 - 00000000bf7a0000 type 9 > Xen: 00000000bf7a0000 - 00000000bf7ae000 (ACPI data) > Xen: 00000000bf7ae000 - 00000000bf7d0000 (ACPI NVS) > Xen: 00000000bf7d0000 - 00000000bf7e0000 (reserved) > Xen: 00000000bf7ed000 - 00000000c0000000 (reserved) > Xen: 00000000e0000000 - 00000000f0000000 (reserved) > Xen: 00000000fec00000 - 00000000fec01000 (reserved) > Xen: 00000000fed20000 - 00000000fed40000 (reserved) > Xen: 00000000fee00000 - 00000000fee01000 (reserved) > debug: ignoring loglevel setting. > bootconsole [xenboot0] enabled > DMI present. > last_pfn =3D 0xbf790 max_arch_pfn =3D 0x400000000 > x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106 > initial memory mapped : 0 - 20000000 > init_memory_mapping: 0000000000000000-00000000bf790000 > 0000000000 - 00bf790000 page 4k > kernel direct mapping tables up to bf790000 @ 100000-700000 > RAMDISK: 0218b000 - 02b69800 > ACPI: RSDP 00000000000fa110 00024 (v02 ACPIAM) > ACPI: XSDT 00000000bf7a0100 00084 (v01 SMCI 20100225 MSFT 00= 000097) > ACPI: FACP 00000000bf7a0290 000F4 (v04 022510 FACP1918 20100225 MSFT 00= 000097) > ACPI: DSDT 00000000bf7a05f0 06C55 (v02 10605 10605000 00000000 INTL 20= 051117) > ACPI: FACS 00000000bf7ae000 00040 > ACPI: APIC 00000000bf7a0390 00092 (v02 022510 APIC1918 20100225 MSFT 00= 000097) > ACPI: MCFG 00000000bf7a0430 0003C (v01 022510 OEMMCFG 20100225 MSFT 00= 000097) > ACPI: OEMB 00000000bf7ae040 00073 (v01 022510 OEMB1918 20100225 MSFT 00= 000097) > ACPI: HPET 00000000bf7aa5f0 00038 (v01 022510 OEMHPET 20100225 MSFT 00= 000097) > ACPI: GSCI 00000000bf7ae0c0 02024 (v01 022510 GMCHSCI 20100225 MSFT 00= 000097) > ACPI: 00000000bf7b00f0 00090 (v01 AMI OEMDMAR 00000001 MSFT 00= 000097) > ACPI: SSDT 00000000bf7b1580 00363 (v01 DpgPmm CpuPm 00000012 INTL 20= 051117) > ACPI: EINJ 00000000bf7aa630 00130 (v01 AMIER AMI_EINJ 20100225 MSFT 00= 000097) > ACPI: BERT 00000000bf7aa7c0 00030 (v01 AMIER AMI_BERT 20100225 MSFT 00= 000097) > ACPI: ERST 00000000bf7aa7f0 001B0 (v01 AMIER AMI_ERST 20100225 MSFT 00= 000097) > ACPI: HEST 00000000bf7aa9a0 000A8 (v01 AMIER ABC_HEST 20100225 MSFT 00= 000097) > ACPI: Local APIC address 0xfee00000 > No NUMA configuration found > Faking a node at 0000000000000000-00000000bf790000 > Bootmem setup node 0 0000000000000000-00000000bf790000 > NODE_DATA [0000000000001000 - 0000000000005fff] > bootmap [0000000000008000 - 000000000001fef7] pages 18 > (8 early reservations) =3D=3D> bootmem [0000000000 - 00bf790000] > #0 [0000000000 - 0000001000] BIOS data page =3D=3D> [0000000000 -= 0000001000] > #1 [0003309000 - 0003326000] XEN PAGETABLES =3D=3D> [0003309000 -= 0003326000] > #2 [0000006000 - 0000008000] TRAMPOLINE =3D=3D> [0000006000 -= 0000008000] > #3 [0001000000 - 000216a048] TEXT DATA BSS =3D=3D> [0001000000 -= 000216a048] > #4 [000218b000 - 0002b69800] RAMDISK =3D=3D> [000218b000 -= 0002b69800] > #5 [0002b6a000 - 0003309000] XEN START INFO =3D=3D> [0002b6a000 -= 0003309000] > #6 [000216b000 - 000216b21b] BRK =3D=3D> [000216b000 -= 000216b21b] > #7 [0000100000 - 00006e0000] PGTABLE =3D=3D> [0000100000 -= 00006e0000] > found SMP MP-table at [ffff8800000ff780] ff780 > Zone PFN ranges: > DMA 0x00000000 -> 0x00001000 > DMA32 0x00001000 -> 0x00100000 > Normal 0x00100000 -> 0x00100000 > Movable zone start PFN for each node > early_node_map[2] active PFN ranges > 0: 0x00000000 -> 0x0000009d > 0: 0x00000100 -> 0x000bf790 > On node 0 totalpages: 784173 > DMA zone: 88 pages used for memmap > DMA zone: 1507 pages reserved > DMA zone: 2402 pages, LIFO batch:0 > DMA32 zone: 16762 pages used for memmap > DMA32 zone: 763414 pages, LIFO batch:31 > ACPI: PM-Timer IO Port: 0x808 > ACPI: Local APIC address 0xfee00000 > ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) > ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) > ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) > ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) > ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled) > ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled) > ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled) > ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled) > ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > ACPI: IOAPIC (id[0x07] address[0xfec00000] gsi_base[0]) > IOAPIC[0]: apic_id 7, version 0, address 0xfec00000, GSI 0-0 > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > ERROR: Unable to locate IOAPIC for GSI 2 > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > ERROR: Unable to locate IOAPIC for GSI 9 > Using ACPI (MADT) for SMP configuration information > ACPI: HPET id: 0x8086a701 base: 0xfed00000 > SMP: Allowing 4 CPUs, 0 hotplug CPUs > nr_irqs_gsi: 256 > PM: Registered nosave memory: 000000000009d000 - 000000000009e000 > PM: Registered nosave memory: 000000000009e000 - 0000000000100000 > Allocating PCI resources starting at c0000000 (gap: c0000000:20000000) > Booting paravirtualized kernel on Xen > Xen version: 4.1-unstable (preserve-AD) (dom0) > NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1 > PERCPU: Embedded 28 pages/cpu @ffff88000336d000 s83096 r8192 d23400 u11= 4688 > pcpu-alloc: s83096 r8192 d23400 u114688 alloc=3D28*4096 > pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 > trying to map vcpu_info 0 at ffff880003378020, mfn 13b378, offset 32 > cpu 0 using vcpu_info at ffff880003378020 > trying to map vcpu_info 1 at ffff880003394020, mfn 13b394, offset 32 > cpu 1 using vcpu_info at ffff880003394020 > trying to map vcpu_info 2 at ffff8800033b0020, mfn 13b3b0, offset 32 > cpu 2 using vcpu_info at ffff8800033b0020 > trying to map vcpu_info 3 at ffff8800033cc020, mfn 13b3cc, offset 32 > cpu 3 using vcpu_info at ffff8800033cc020 > Xen: using vcpu_info placement > Built 1 zonelists in Node order, mobility grouping on. Total pages: 76= 5816 > Policy zone: DMA32 > Kernel command line: ro root=3D/dev/mapper/vg_lilith--raid-root LANG=3D= en_US.UTF-8 SYSFONT=3Dlatarcyrheb-sun16 KEYBOARDTYPE=3Dpc KEYTABLE=3Dus i= gnore_loglevel earlyprintk=3Dxen console=3Dhvc0 rdshell pcie_aspm=3Doff > PCIe ASPM is disabled > PID hash table entries: 4096 (order: 3, 32768 bytes) > Initializing CPU#0 > DMA: Placing 64MB software IO TLB between ffff88000794a000 - ffff88000b= 94a000 > DMA: software IO TLB at phys 0x794a000 - 0xb94a000 > xen_swiotlb_fixup: buf=3Dffff88000794a000 size=3D67108864 > xen_swiotlb_fixup: buf=3Dffff88000b9aa000 size=3D32768 > Memory: 2960308k/3137088k available (4691k kernel code, 396k absent, 17= 6384k reserved, 2987k data, 656k init) > Hierarchical RCU implementation. > NR_IRQS:4352 nr_irqs:1280 > xen: --> irq=3D0 > xen: --> irq=3D1 > xen: --> irq=3D2 > xen: --> irq=3D3 > xen: --> irq=3D4 > xen: --> irq=3D5 > xen: --> irq=3D6 > xen: --> irq=3D7 > xen: --> irq=3D8 > xen: --> irq=3D9 > xen: --> irq=3D10 > xen: --> irq=3D11 > xen: --> irq=3D12 > xen: --> irq=3D13 > xen: --> irq=3D14 > xen: --> irq=3D15 > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > xen: sci override: source_irq=3D9 global_irq=3D9 trigger=3Dc polarity=3D= 1 > xen: registering gsi 9 triggering 0 polarity 0 > xen_allocate_pirq: returning irq 9 for gsi 9 > xen: --> irq=3D9 > xen: acpi sci 9 > Console: colour VGA+ 80x25 > console [hvc0] enabled, bootconsole disabled > console [hvc0] enabled, bootconsole disabled > Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molna= r > ... MAX_LOCKDEP_SUBCLASSES: 8 > ... MAX_LOCK_DEPTH: 48 > ... MAX_LOCKDEP_KEYS: 8191 > ... CLASSHASH_SIZE: 4096 > ... MAX_LOCKDEP_ENTRIES: 16384 > ... MAX_LOCKDEP_CHAINS: 32768 > ... CHAINHASH_SIZE: 16384 > memory used by lock dependency info: 5855 kB > per task-struct memory footprint: 1920 bytes > Xen: using vcpuop timer interface > installing Xen timer for CPU 0 > alloc irq_desc for 1279 on node 0 > alloc kstat_irqs on node 0 > Detected 2400.066 MHz processor. > Calibrating delay loop (skipped), value calculated using timer frequenc= y.. 4800.13 BogoMIPS (lpj=3D2400066) > Security Framework initialized > SELinux: Initializing. > SELinux: Starting in permissive mode > Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) > Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) > Mount-cache hash table entries: 256 > Initializing cgroup subsys ns > Initializing cgroup subsys cpuacct > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 0/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > Performance Events: unsupported p6 CPU model 30 no PMU driver, software= events only. > lockdep: fixing up alternatives. > SMP alternatives: switching to UP code > ACPI: Core revision 20090903 > alloc irq_desc for 1278 on node 0 > alloc kstat_irqs on node 0 > cpu 0 spinlock event irq 1278 > alloc irq_desc for 1277 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1276 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1275 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1274 on node 0 > alloc kstat_irqs on node 0 > installing Xen timer for CPU 1 > alloc irq_desc for 1273 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1272 on node 0 > alloc kstat_irqs on node 0 > cpu 1 spinlock event irq 1272 > lockdep: fixing up alternatives. > SMP alternatives: switching to SMP code > alloc irq_desc for 1271 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1270 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1269 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1268 on node 0 > alloc kstat_irqs on node 0 > Initializing CPU#1 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 1/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > installing Xen timer for CPU 2 > alloc irq_desc for 1267 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1266 on node 0 > alloc kstat_irqs on node 0 > cpu 2 spinlock event irq 1266 > alloc irq_desc for 1265 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1264 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1263 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1262 on node 0 > alloc kstat_irqs on node 0 > Initializing CPU#2 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 2/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > installing Xen timer for CPU 3 > alloc irq_desc for 1261 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1260 on node 0 > alloc kstat_irqs on node 0 > cpu 3 spinlock event irq 1260 > alloc irq_desc for 1259 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1258 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1257 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1256 on node 0 > alloc kstat_irqs on node 0 > Initializing CPU#3 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 3/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > Brought up 4 CPUs > Grant table initialized > Time: 16:42:50 Date: 04/07/10 > NET: Registered protocol family 16 > alloc irq_desc for 1255 on node 0 > alloc kstat_irqs on node 0 > ACPI: bus type pci registered > PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 > PCI: MCFG area at e0000000 reserved in E820 > PCI: Using MMCONFIG at e0000000 - efffffff > PCI: Using configuration type 1 for base access > bio: create slab at 0 > ERROR: Unable to locate IOAPIC for GSI 9 > ACPI: EC: Look up EC in DSDT > ACPI Warning for \_SB_._OSC: Return type mismatch - found Integer, expe= cted Buffer (20090903/nspredef-1006) > \_SB_:_OSC evaluation returned wrong type > _OSC request data:1 6 > ACPI: Executed 1 blocks of module-level executable AML code > ACPI: Interpreter enabled > ACPI: (supports S0 S1 S4 S5) > ACPI: Using IOAPIC for interrupt routing > ACPI Warning: Incorrect checksum in table [OEMB] - 91, should be 8E (20= 090903/tbutils-314) > ACPI Warning: Incorrect checksum in table [ ] - 7B, should be BF (20= 090903/tbutils-314) > ACPI: No dock devices found. > ACPI: PCI Root Bridge [PCI0] (0000:00) > pci 0000:00:03.0: PME# supported from D0 D3hot D3cold > pci 0000:00:03.0: PME# disabled > pci 0000:00:05.0: PME# supported from D0 D3hot D3cold > pci 0000:00:05.0: PME# disabled > pci 0000:00:1a.0: reg 10 32bit mmio: [0xfb3fc000-0xfb3fc3ff] > pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold > pci 0000:00:1a.0: PME# disabled > pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold > pci 0000:00:1c.0: PME# disabled > pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold > pci 0000:00:1c.4: PME# disabled > pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold > pci 0000:00:1c.5: PME# disabled > pci 0000:00:1d.0: reg 10 32bit mmio: [0xfb3fa000-0xfb3fa3ff] > pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold > pci 0000:00:1d.0: PME# disabled > pci 0000:00:1f.2: reg 10 io port: [0xb400-0xb407] > pci 0000:00:1f.2: reg 14 io port: [0xbc00-0xbc03] > pci 0000:00:1f.2: reg 18 io port: [0xb880-0xb887] > pci 0000:00:1f.2: reg 1c io port: [0xb800-0xb803] > pci 0000:00:1f.2: reg 20 io port: [0xb480-0xb49f] > pci 0000:00:1f.2: reg 24 32bit mmio: [0xfb3f8000-0xfb3f87ff] > pci 0000:00:1f.2: PME# supported from D3hot > pci 0000:00:1f.2: PME# disabled > pci 0000:00:1f.3: reg 10 64bit mmio: [0xfb3f6000-0xfb3f60ff] > pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f] > pci 0000:03:00.0: reg 10 32bit mmio: [0xfb420000-0xfb43ffff] > pci 0000:03:00.0: reg 14 32bit mmio: [0xfb480000-0xfb4fffff] > pci 0000:03:00.0: reg 18 io port: [0xcc00-0xcc1f] > pci 0000:03:00.0: reg 1c 32bit mmio: [0xfb41c000-0xfb41ffff] > pci 0000:03:00.0: reg 30 32bit mmio pref: [0xfb440000-0xfb47ffff] > pci 0000:03:00.0: PME# supported from D0 D3hot D3cold > pci 0000:03:00.0: PME# disabled > pci 0000:00:1c.0: bridge io port: [0xc000-0xcfff] > pci 0000:00:1c.0: bridge 32bit mmio: [0xfb400000-0xfb4fffff] > pci 0000:04:00.0: reg 10 32bit mmio: [0xfb5e0000-0xfb5fffff] > pci 0000:04:00.0: reg 18 io port: [0xdc00-0xdc1f] > pci 0000:04:00.0: reg 1c 32bit mmio: [0xfb5dc000-0xfb5dffff] > pci 0000:04:00.0: PME# supported from D0 D3hot D3cold > pci 0000:04:00.0: PME# disabled > pci 0000:00:1c.4: bridge io port: [0xd000-0xdfff] > pci 0000:00:1c.4: bridge 32bit mmio: [0xfb500000-0xfb5fffff] > pci 0000:05:00.0: reg 10 32bit mmio: [0xfb6e0000-0xfb6fffff] > pci 0000:05:00.0: reg 18 io port: [0xec00-0xec1f] > pci 0000:05:00.0: reg 1c 32bit mmio: [0xfb6dc000-0xfb6dffff] > pci 0000:05:00.0: PME# supported from D0 D3hot D3cold > pci 0000:05:00.0: PME# disabled > pci 0000:00:1c.5: bridge io port: [0xe000-0xefff] > pci 0000:00:1c.5: bridge 32bit mmio: [0xfb600000-0xfb6fffff] > pci 0000:06:03.0: reg 10 32bit mmio pref: [0xfa000000-0xfaffffff] > pci 0000:06:03.0: reg 14 32bit mmio: [0xfb7fc000-0xfb7fffff] > pci 0000:06:03.0: reg 18 32bit mmio: [0xfb800000-0xfbffffff] > pci 0000:00:1e.0: transparent bridge > pci 0000:00:1e.0: bridge 32bit mmio: [0xfb700000-0xfbffffff] > pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfa000000-0xfaffffff] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR24._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR25._PRT] > (XEN) PCI add device 00:00.0 > (XEN) PCI add device 00:03.0 > (XEN) PCI add device 00:05.0 > (XEN) PCI add device 00:08.0 > (XEN) PCI add device 00:08.1 > (XEN) PCI add device 00:08.2 > (XEN) PCI add device 00:08.3 > (XEN) PCI add device 00:10.0 > (XEN) PCI add device 00:10.1 > (XEN) PCI add device 00:1a.0 > (XEN) PCI add device 00:1c.0 > (XEN) PCI add device 00:1c.4 > (XEN) PCI add device 00:1c.5 > (XEN) PCI add device 00:1d.0 > (XEN) PCI add device 00:1e.0 > (XEN) PCI add device 00:1f.0 > (XEN) PCI add device 00:1f.2 > (XEN) PCI add device 00:1f.3 > (XEN) PCI add device 03:00.0 > (XEN) PCI add device 04:00.0 > (XEN) PCI add device 05:00.0 > (XEN) PCI add device 06:03.0 > ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15) > ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12 14 15) > ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *10 11 12 14 15) > ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15) > ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disab= led. > ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 *7 10 11 12 14 15) > ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disab= led. > ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 14 *15) > sync cpu 0 get result 1 max_id 3 > sync cpu 1 get result 1 max_id 3 > sync cpu 2 get result 1 max_id 3 > sync cpu 3 get result 1 max_id 3 > alloc irq_desc for 1254 on node 0 > alloc kstat_irqs on node 0 > xen_balloon: Initialising balloon driver with page order 0. > vgaarb: device added: PCI:0000:06:03.0,decodes=3Dio+mem,owns=3Dio+mem,l= ocks=3Dnone > vgaarb: loaded > SCSI subsystem initialized > libata version 3.00 loaded. > usbcore: registered new interface driver usbfs > usbcore: registered new interface driver hub > usbcore: registered new device driver usb > PCI: Using ACPI for IRQ routing > NetLabel: Initializing > NetLabel: domain hash size =3D 128 > NetLabel: protocols =3D UNLABELED CIPSOv4 > NetLabel: unlabeled traffic allowed by default > Switching to clocksource xen > pnp: PnP ACPI init > ACPI: bus type pnp registered > xen: registering gsi 8 triggering 1 polarity 0 > xen_allocate_pirq: returning irq 8 for gsi 8 > xen:scsi0 : ahci > scsi1 : ahci > scsi2 : ahci > scsi3 : ahci > scsi4 : ahci > scsi5 : ahci > ata1: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8100 irq 1247 > ata2: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8180 irq 1247 > ata3: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8200 irq 1247 > ata4: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8280 irq 1247 > ata5: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8300 irq 1247 > ata6: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8380 irq 1247 > usb 1-1: udev 2, busnum 1, minor =3D 1 > usb 1-1: New USB device found, idVendor=3D8087, idProduct=3D0020 > usb 1-1: New USB device strings: Mfr=3D0, Product=3D0, SerialNumber=3D0 > usb 1-1: usb_probe_device > usb 1-1: configuration #1 chosen from 1 choice > usb 1-1: adding 1-1:1.0 (config #1, interface 0) > hub 1-1:1.0: usb_probe_interface > hub 1-1:1.0: usb_probe_interface - got id > hub 1-1:1.0: USB hub found > hub 1-1:1.0: 6 ports detected > hub 1-1:1.0: standalone hub > hub 1-1:1.0: individual port power switching > hub 1-1:1.0: individual port over-current protection > hub 1-1:1.0: Single TT > hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns) > hub 1-1:1.0: Port indicators are supported > hub 1-1:1.0: power on to power good time: 100ms > hub 1-1:1.0: local power source is good > hub 1-1:1.0: enabling power on all ports > hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000 > hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s > ehci_hcd 0000:00:1d.0: port 1 high speed > ehci_hcd 0000:00:1d.0: GetStatus port 1 status 001005 POWER sig=3Dse0 P= E CONNECT > hub 1-1:1.0: port 2: status 0101 change 0001 > usb 2-1: new high speed USB device using ehci_hcd and address 2 > ehci_hcd 0000:00:1d.0: port 1 high speed > ehci_hcd 0000:00:1d.0: GetStatus port 1 status 001005 POWER sig=3Dse0 P= E CONNECT > usb 1-1: link qh256-0001/ffff8800bcd9ab40 start 1 [1/0 us] > usb 2-1: udev 2, busnum 2, minor =3D 129 > usb 2-1: New USB device found, idVendor=3D8087, idProduct=3D0020 > usb 2-1: New USB device strings: Mfr=3D0, Product=3D0, SerialNumber=3D0 > usb 2-1: usb_probe_device > usb 2-1: configuration #1 chosen from 1 choice > usb 2-1: adding 2-1:1.0 (config #1, interface 0) > hub 2-1:1.0: usb_probe_interface > hub 2-1:1.0: usb_probe_interface - got id > hub 2-1:1.0: USB hub found > hub 2-1:1.0: 8 ports detected > hub 2-1:1.0: standalone hub > hub 2-1:1.0: individual port power switching > hub 2-1:1.0: individual port over-current protection > hub 2-1:1.0: Single TT > hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns) > hub 2-1:1.0: Port indicators are supported > hub 2-1:1.0: power on to power good time: 100ms > hub 2-1:1.0: local power source is good > hub 2-1:1.0: enabling power on all ports > hub 1-1:1.0: state 7 ports 6 chg 0004 evt 0000 > hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s > usb 1-1.2: new full speed USB device using ehci_hcd and address 3 > hub 1-1:1.0: port 2 not reset yet, waiting 10ms > ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata1.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133 > ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata1.00: configured for UDMA/133 > scsi 0:0:0:0: Direct-Access ATA WDC WD10EADS-00P 01.0 PQ: 0 AN= SI: 5 > sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 0:0:0:0: [sda] Write Protect is off > sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 > sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sd 0:0:0:0: Attached scsi generic sg0 type 0 > sda: > usb 2-1: link qh256-0001/ffff8800be450cc0 start 1 [1/0 us] > sda1 sda2 sda3 sda4 > sd 0:0:0:0: [sda] Attached SCSI disk > usb 1-1.2: skipped 1 descriptor after interface > usb 1-1.2: skipped 1 descriptor after interface > usb 1-1.2: default language 0x0409 > usb 1-1.2: udev 3, busnum 1, minor =3D 2 > usb 1-1.2: New USB device found, idVendor=3D0557, idProduct=3D2221 > usb 1-1.2: New USB device strings: Mfr=3D1, Product=3D2, SerialNumber=3D= 0 > usb 1-1.2: Product: Hermon USB hidmouse Device > usb 1-1.2: Manufacturer: Winbond Electronics Corp > usb 1-1.2: usb_probe_device > usb 1-1.2: configuration #1 chosen from 1 choice > usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0) > usbhid 1-1.2:1.0: usb_probe_interface > usbhid 1-1.2:1.0: usb_probe_interface - got id > input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/= pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4 > generic-usb 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Wi= nbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.= 2/input0 > usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1) > usbhid 1-1.2:1.1: usb_probe_interface > usbhid 1-1.2:1.1: usb_probe_interface - got id > input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/= pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input5 > usb 1-1.2: link qh8-0601/ffff8800bc52e440 start 2 [1/2 us] > generic-usb 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard = [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0= -1.2/input1 > hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0000 > hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0004 > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7 > ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata2.00: configured for UDMA/133 > scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD103SI 1AG0 PQ: 0 AN= SI: 5 > sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 1:0:0:0: Attached scsi generic sg1 type 0 > sd 1:0:0:0: [sdb] Write Protect is off > sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 > sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sdb: sdb1 sdb2 sdb3 sdb4 > sd 1:0:0:0: [sdb] Attached SCSI disk > input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio= 1/input/input6 > ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata3.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133 > ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata3.00: configured for UDMA/133 > scsi 2:0:0:0: Direct-Access ATA WDC WD10EADS-00P 01.0 PQ: 0 AN= SI: 5 > sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 2:0:0:0: Attached scsi generic sg2 type 0 > sd 2:0:0:0: [sdc] Write Protect is off > sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 > sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sdc: sdc1 sdc2 sdc3 sdc4 > sd 2:0:0:0: [sdc] Attached SCSI disk > hub 2-1:1.0: hub_suspend > usb 2-1: unlink qh256-0001/ffff8800be450cc0 start 1 [1/0 us] > usb 2-1: usb auto-suspend > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7 > ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata4.00: configured for UDMA/133 > scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD103SI 1AG0 PQ: 0 AN= SI: 5 > sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 3:0:0:0: Attached scsi generic sg3 type 0 > sd 3:0:0:0: [sdd] Write Protect is off > sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00 > sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sdd: sdd1 sdd2 sdd3 sdd4 > sd 3:0:0:0: [sdd] Attached SCSI disk > ata5: SATA link down (SStatus 0 SControl 300) > ata6: SATA link down (SStatus 0 SControl 300) > md: raid10 personality registered for level 10 > Intel AES-NI instructions are not detected. > md: md0 stopped. > md: bind > md: bind > md: bind > md: bind > raid10: md0 is not clean -- starting background reconstruction > raid10: raid set md0 active with 4 out of 4 devices > md0: detected capacity change from 0 to 838860668928 > md: resync of RAID array md0 > md: minimum _guaranteed_ speed: 1000 KB/sec/disk. > md: using maximum available idle IO bandwidth (but not more than 200000= KB/sec) for resync. > md: using 128k window, over a total of 819199872 blocks. > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf579000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf579 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 179 > (XEN) l1[179] =3D 0 > (XEN) l1[179] not present > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf579000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf579 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 179 > (XEN) l1[179] =3D 0 > (XEN) l1[179] not present > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > md0:(XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Faul= t > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > > ata2.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata2.00: irq_stat 0x20000000, host bus error > ata2: SError: { HostInt } > ata2.00: failed command: WRITE FPDMA QUEUED > ata2.00: cmd 61/80:00:c3:aa:a0/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:c3:aa:a0/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata2.00: status: { DRDY } > ata2: hard resetting link > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: configured for UDMA/133 > ata2: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > ata2.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata2.00: irq_stat 0x20000000, host bus error > ata2: SError: { HostInt } > ata2.00: failed command: WRITE FPDMA QUEUED > ata2.00: cmd 61/80:00:c3:aa:a0/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:c3:aa:a0/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata2.00: status: { DRDY } > ata2: hard resetting link > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: configured for UDMA/133 > ata2: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > ata2.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata2.00: irq_stat 0x20000000, host bus error > ata2: SError: { HostInt } > ata2.00: failed command: WRITE FPDMA QUEUED > ata2.00: cmd 61/80:00:c3:aa:a0/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:c3:aa:a0/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata2.00: status: { DRDY } > ata2: hard resetting link > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: configured for UDMA/133 > ata2: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > ata2.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata2.00: irq_stat 0x20000000, host bus error > ata2: SError: { HostInt } > ata2.00: failed command: WRITE FPDMA QUEUED > ata2.00: cmd 61/80:00:c3:aa:a0/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:c3:aa:a0/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata2.00: status: { DRDY } > ata2: hard resetting link > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: configured for UDMA/133 > ata2: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > ata2.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata2.00: irq_stat 0x20000000, host bus error > ata2: SError: { HostInt } > ata2.00: failed command: WRITE FPDMA QUEUED > ata2.00: cmd 61/80:00:c3:aa:a0/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:c3:aa:a0/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata2.00: status: { DRDY } > ata2: hard resetting link > hub 2-0:1.0: hub_suspend > usb usb2: bus auto-suspend > ehci_hcd 0000:00:1d.0: suspend root hub > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: configured for UDMA/133 > ata2: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > ata2.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata2.00: irq_stat 0x20000000, host bus error > ata2: SError: { HostInt } > ata2.00: failed command: WRITE FPDMA QUEUED > ata2.00: cmd 61/80:00:c3:aa:a0/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:c3:aa:a0/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata2.00: status: { DRDY } > ata2: hard resetting link > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: configured for UDMA/133 > sd 1:0:0:0: [sdb] Result: hostbyte=3DDID_OK driverbyte=3DDRIVER_SENSE > sd 1:0:0:0: [sdb] Sense Key : Aborted Command [current] [descriptor] > Descriptor sense data with sense descriptors (in hex): > 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 > 0c a0 aa c3 > sd 1:0:0:0: [sdb] Add. Sense: No additional sense information > sd 1:0:0:0: [sdb] CDB: Write(10): 2a 00 0c a0 aa c3 00 00 80 00 > end_request: I/O error, dev sdb, sector 211856067 > raid10: Disk failure on sdb3, disabling device. > raid10: Operation continuing on 3 devices. > ata2: EH complete > unknown partition table > md: md0: resync done. > md: checkpointing resync of md0. > RAID10 conf printout: > --- wd:3 rd:4 > disk 0, wo:0, o:1, dev:sda3 > disk 1, wo:1, o:0, dev:sdb3 > disk 2, wo:0, o:1, dev:sdc3 > disk 3, wo:0, o:1, dev:sdd3 > RAID10 conf printout: > --- wd:3 rd:4 > disk 0, wo:0, o:1, dev:sda3 > disk 2, wo:0, o:1, dev:sdc3 > disk 3, wo:0, o:1, dev:sdd3 > md: resync of RAID array md0 > md: minimum _guaranteed_ speed: 1000 KB/sec/disk. > md: using maximum available idle IO bandwidth (but not more than 200000= KB/sec) for resync. > md: using 128k window, over a total of 819199872 blocks. > md: resuming resync of md0 from checkpoint. > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf579000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf579 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 179 > (XEN) l1[179] =3D 0 > (XEN) l1[179] not present > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Write] Request device [00:1f.2] faul= t addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 05h] PTE Write access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf57b000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf57b > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 17b > (XEN) l1[17b] =3D 0 > (XEN) l1[17b] not present > ata4.00: exception Emask 0x60 SAct 0x1 SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:00:43:b2:a1/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:04:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > ata4: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > ata4.00: exception Emask 0x60 SAct 0x3 SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:00:43:b2:a1/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:0c:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:08:43:b1:a1/00:00:0c:00:00/40 tag 1 ncq 65536 out > res 40/00:0c:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > ata4: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > ata4.00: exception Emask 0x60 SAct 0x3 SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:00:43:b1:a1/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:0c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:08:43:b2:a1/00:00:0c:00:00/40 tag 1 ncq 65536 out > res 40/00:0c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > ata4: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > ata4.00: exception Emask 0x60 SAct 0x3f SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:00:43:b2:a1/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:08:43:b1:a1/00:00:0c:00:00/40 tag 1 ncq 65536 out > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:10:43:2d:a2/04:00:0c:00:00/40 tag 2 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:18:43:31:a2/04:00:0c:00:00/40 tag 3 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:20:43:35:a2/04:00:0c:00:00/40 tag 4 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:28:43:39:a2/04:00:0c:00:00/40 tag 5 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > ata4: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > ata4.00: exception Emask 0x60 SAct 0x3f SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:00:43:39:a2/04:00:0c:00:00/40 tag 0 ncq 524288 in > res 40/00:2c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:08:43:35:a2/04:00:0c:00:00/40 tag 1 ncq 524288 in > res 40/00:2c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:10:43:31:a2/04:00:0c:00:00/40 tag 2 ncq 524288 in > res 40/00:2c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:18:43:2d:a2/04:00:0c:00:00/40 tag 3 ncq 524288 in > res 40/00:2c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:20:43:b1:a1/00:00:0c:00:00/40 tag 4 ncq 65536 out > res 40/00:2c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:28:43:b2:a1/00:00:0c:00:00/40 tag 5 ncq 65536 out > res 40/00:2c:43:b2:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > ata4: EH complete > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > ata4.00: exception Emask 0x60 SAct 0x3f SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:00:43:b2:a1/00:00:0c:00:00/40 tag 0 ncq 65536 out > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:08:43:b1:a1/00:00:0c:00:00/40 tag 1 ncq 65536 out > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:10:43:2d:a2/04:00:0c:00:00/40 tag 2 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:18:43:31:a2/04:00:0c:00:00/40 tag 3 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:20:43:35:a2/04:00:0c:00:00/40 tag 4 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:28:43:39:a2/04:00:0c:00:00/40 tag 5 ncq 524288 in > res 40/00:2c:43:39:a2/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > sd 3:0:0:0: [sdd] Result: hostbyte=3DDID_OK driverbyte=3DDRIVER_SENSE > sd 3:0:0:0: [sdd] Sense Key : Aborted Command [current] [descriptor] > Descriptor sense data with sense descriptors (in hex): > 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 > 0c a2 39 43 > sd 3:0:0:0: [sdd] Add. Sense: No additional sense information > sd 3:0:0:0: [sdd] CDB: Write(10): 2a 00 0c a1 b2 43 00 00 80 00 > end_request: I/O error, dev sdd, sector 211923523 > raid10: Disk failure on sdd3, disabling device. > raid10: Operation continuing on 2 devices. > ata4: EH complete > md: md0: resync done. > (XEN) [VT-D]iommu.c:821: iommu_fault_status: Primary Pending Fault > (XEN) [VT-D]iommu.c:796: DMAR:[DMA Read] Request device [00:1f.2] fault= addr bf578000, iommu reg =3D ffff82c3fff57000 > (XEN) DMAR:[fault reason 06h] PTE Read access is not set > (XEN) print_vtd_entries: iommu =3D ffff83013fff3e80 bdf =3D 0:1f.2 gmfn= =3D bf578 > (XEN) root_entry =3D ffff83013ff36000 > (XEN) root_entry[0] =3D 13c6bb001 > (XEN) context =3D ffff83013c6bb000 > (XEN) context[fa] =3D 2_13fec4001 > (XEN) l4 =3D ffff83013fec4000 > (XEN) l4_index =3D 0 > (XEN) l4[0] =3D 13fec1003 > (XEN) l3 =3D ffff83013fec1000 > (XEN) l3_index =3D 2 > (XEN) l3[2] =3D 13ccbe003 > (XEN) l2 =3D ffff83013ccbe000 > (XEN) l2_index =3D 1fa > (XEN) l2[1fa] =3D 13cac3003 > (XEN) l1 =3D ffff83013cac3000 > (XEN) l1_index =3D 178 > (XEN) l1[178] =3D 0 > (XEN) l1[178] not present > ata4.00: exception Emask 0x60 SAct 0x1f SErr 0x800 action 0x6 frozen > ata4.00: irq_stat 0x20000000, host bus error > ata4: SError: { HostInt } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:00:43:39:a2/04:00:0c:00:00/40 tag 0 ncq 524288 in > res 40/00:24:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:08:43:35:a2/04:00:0c:00:00/40 tag 1 ncq 524288 in > res 40/00:24:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:10:43:31:a2/04:00:0c:00:00/40 tag 2 ncq 524288 in > res 40/00:24:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: READ FPDMA QUEUED > ata4.00: cmd 60/00:18:43:2d:a2/04:00:0c:00:00/40 tag 3 ncq 524288 in > res 40/00:24:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4.00: failed command: WRITE FPDMA QUEUED > ata4.00: cmd 61/80:20:43:b1:a1/00:00:0c:00:00/40 tag 4 ncq 65536 out > res 40/00:24:43:b1:a1/00:00:0c:00:00/40 Emask 0x60 (host bus = error) > ata4.00: status: { DRDY } > ata4: hard resetting link > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: configured for UDMA/133 > sd 3:0:0:0: [sdd] Result: hostbyte=3DDID_OK driverbyte=3DDRIVER_SENSE > sd 3:0:0:0: [sdd] Sense Key : Aborted Command [current] [descriptor] > Descriptor sense data with sense descriptors (in hex): > 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 > 0c a1 b1 43 > sd 3:0:0:0: [sdd] Add. Sense: No additional sense information > sd 3:0:0:0: [sdd] CDB: Write(10): 2a 00 0c a1 b1 43 00 00 80 00 > end_request: I/O error, dev sdd, sector 211923267 > ata4: EH complete > md: checkpointing resync of md0. > RAID10 conf printout: > --- wd:2 rd:4 > disk 0, wo:0, o:1, dev:sda3 > disk 2, wo:0, o:1, dev:sdc3 > disk 3, wo:1, o:0, dev:sdd3 > RAID10 conf printout: > --- wd:2 rd:4 > disk 0, wo:0, o:1, dev:sda3 > disk 2, wo:0, o:1, dev:sdc3 > md: resync of RAID array md0 > md: minimum _guaranteed_ speed: 1000 KB/sec/disk. > md: using maximum available idle IO bandwidth (but not more than 200000= KB/sec) for resync. > md: using 128k window, over a total of 819199872 blocks. > md: resuming resync of md0 from checkpoint. > md: md0: resync done. > RAID10 conf printout: > --- wd:2 rd:4 > disk 0, wo:0, o:1, dev:sda3 > disk 2, wo:0, o:1, dev:sdc3 > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > __ __ _ _ _ _ _ _ > \ \/ /___ _ __ | || | / | _ _ _ __ ___| |_ __ _| |__ | | ___ > \ // _ \ '_ \ | || |_ | |__| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ > / \ __/ | | | |__ _|| |__| |_| | | | \__ \ || (_| | |_) | | __/ > /_/\_\___|_| |_| |_|(_)_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| > > (XEN) Xen version 4.1-unstable (jeremy@) (gcc version 4.4.3 20100127 (R= ed Hat 4.4.3-4) (GCC) ) Tue Apr 6 17:23:29 PDT 2010 > (XEN) Latest ChangeSet: Tue Apr 06 17:23:12 2010 -0700 21115:ea6c67dc45= 77 > (XEN) Command line: com2=3D115200,8n1,0x3e8,5 console=3Dcom2,vga cpufre= q=3Dxen iommu=3Dverbose > (XEN) Video information: > (XEN) VGA is text mode 80x25, font 8x16 > (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds > (XEN) EDID info not retrieved because no DDC retrieval method detected > (XEN) Disc information: > (XEN) Found 4 MBR signatures > (XEN) Found 4 EDD information structures > (XEN) Xen-e820 RAM map: > (XEN) 0000000000000000 - 000000000009d800 (usable) > (XEN) 000000000009d800 - 00000000000a0000 (reserved) > (XEN) 00000000000e0000 - 0000000000100000 (reserved) > (XEN) 0000000000100000 - 00000000bf790000 (usable) > (XEN) 00000000bf79e000 - 00000000bf7a0000 type 9 > (XEN) 00000000bf7a0000 - 00000000bf7ae000 (ACPI data) > (XEN) 00000000bf7ae000 - 00000000bf7d0000 (ACPI NVS) > (XEN) 00000000bf7d0000 - 00000000bf7e0000 (reserved) > (XEN) 00000000bf7ed000 - 00000000c0000000 (reserved) > (XEN) 00000000e0000000 - 00000000f0000000 (reserved) > (XEN) 00000000fed20000 - 00000000fed40000 (reserved) > (XEN) 00000000fee00000 - 00000000fee01000 (reserved) > (XEN) 0000000100000000 - 0000000140000000 (usable) > (XEN) ACPI: RSDP 000FA110, 0024 (r2 ACPIAM) > (XEN) ACPI: XSDT BF7A0100, 0084 (r1 SMCI 20100225 MSFT = 97) > (XEN) ACPI: FACP BF7A0290, 00F4 (r4 022510 FACP1918 20100225 MSFT = 97) > (XEN) ACPI: DSDT BF7A05F0, 6C55 (r2 10605 10605000 0 INTL 20051= 117) > (XEN) ACPI: FACS BF7AE000, 0040 > (XEN) ACPI: APIC BF7A0390, 0092 (r2 022510 APIC1918 20100225 MSFT = 97) > (XEN) ACPI: MCFG BF7A0430, 003C (r1 022510 OEMMCFG 20100225 MSFT = 97) > (XEN) ACPI: OEMB BF7AE040, 0073 (r1 022510 OEMB1918 20100225 MSFT = 97) > (XEN) ACPI: HPET BF7AA5F0, 0038 (r1 022510 OEMHPET 20100225 MSFT = 97) > (XEN) ACPI: GSCI BF7AE0C0, 2024 (r1 022510 GMCHSCI 20100225 MSFT = 97) > (XEN) ACPI: DMAR BF7B00F0, 0090 (r1 AMI OEMDMAR 1 MSFT = 97) > (XEN) ACPI: SSDT BF7B1580, 0363 (r1 DpgPmm CpuPm 12 INTL 20051= 117) > (XEN) ACPI: EINJ BF7AA630, 0130 (r1 AMIER AMI_EINJ 20100225 MSFT = 97) > (XEN) ACPI: BERT BF7AA7C0, 0030 (r1 AMIER AMI_BERT 20100225 MSFT = 97) > (XEN) ACPI: ERST BF7AA7F0, 01B0 (r1 AMIER AMI_ERST 20100225 MSFT = 97) > (XEN) ACPI: HEST BF7AA9A0, 00A8 (r1 AMIER ABC_HEST 20100225 MSFT = 97) > (XEN) System RAM: 4056MB (4153584kB) > (XEN) No NUMA configuration found > (XEN) Faking a node at 0000000000000000-0000000140000000 > (XEN) Domain heap initialised > (XEN) found SMP MP-table at 000ff780 > (XEN) DMI present. > (XEN) Using APIC driver default > (XEN) ACPI: PM-Timer IO Port: 0x808 > (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0] > (XEN) ACPI: wakeup_vec[bf7ae00c], vec_size[20] > (XEN) ACPI: Local APIC address 0xfee00000 > (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) > (XEN) Processor #0 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) > (XEN) Processor #2 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) > (XEN) Processor #4 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) > (XEN) Processor #6 7:14 APIC version 21 > (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled) > (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled) > (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled) > (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled) > (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > (XEN) ACPI: IOAPIC (id[0x07] address[0xfec00000] gsi_base[0]) > (XEN) IOAPIC[0]: apic_id 7, version 32, address 0xfec00000, GSI 0-23 > (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > (XEN) ACPI: IRQ0 used by override. > (XEN) ACPI: IRQ2 used by override. > (XEN) ACPI: IRQ9 used by override. > (XEN) Enabling APIC mode: Flat. Using 1 I/O APICs > (XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000 > (XEN) [VT-D]dmar.c:679: Host address width 36 > (XEN) [VT-D]dmar.c:694: found ACPI_DMAR_DRHD: > (XEN) [VT-D]dmar.c:398: dmaru->address =3D fed90000 > (XEN) [VT-D]dmar.c:411: flags: INCLUDE_ALL > (XEN) [VT-D]dmar.c:699: found ACPI_DMAR_RMRR: > (XEN) [VT-D]dmar.c:334: endpoint: 0:1d.0 > (XEN) [VT-D]dmar.c:334: endpoint: 0:1a.0 > (XEN) [VT-D]dmar.c:571: RMRR region: base_addr ed000 end_address efff= f > (XEN) [VT-D]dmar.c:699: found ACPI_DMAR_RMRR: > (XEN) [VT-D]dmar.c:334: endpoint: 0:1d.0 > (XEN) [VT-D]dmar.c:334: endpoint: 0:1a.0 > (XEN) [VT-D]dmar.c:571: RMRR region: base_addr bf7ed000 end_address b= f7fffff > (XEN) PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 > (XEN) PCI: MCFG area at e0000000 reserved in E820 > (XEN) Using ACPI (MADT) for SMP configuration information > (XEN) Using scheduler: SMP Credit Scheduler (credit) > (XEN) Detected 2400.063 MHz processor. > (XEN) Initing memory sharing. > (XEN) EPT support 2M super page. > (XEN) VMX: Supported advanced features: > (XEN) - APIC MMIO access virtualisation > (XEN) - APIC TPR shadow > (XEN) - Extended Page Tables (EPT) > (XEN) - Virtual-Processor Identifiers (VPID) > (XEN) - Virtual NMI > (XEN) - MSR direct-access bitmap > (XEN) HVM: ASIDs enabled. > (XEN) HVM: VMX enabled > (XEN) HVM: Hardware Assisted Paging detected. > (XEN) Intel machine check reporting enabled > (XEN) [VT-D]iommu.c:1078: drhd->address =3D fed90000 iommu->reg =3D fff= f82c3fff57000 > (XEN) [VT-D]iommu.c:1080: cap =3D c90780106f0462 ecap =3D f020e3 > (XEN) Intel VT-d Snoop Control supported. > (XEN) Intel VT-d DMA Passthrough not supported. > (XEN) Intel VT-d Queued Invalidation supported. > (XEN) Intel VT-d Interrupt Remapping not supported. > (XEN) I/O virtualisation enabled > (XEN) I/O virtualisation for PV guests disabled > (XEN) EPT support 2M super page. > (XEN) EPT support 2M super page. > (XEN) EPT support 2M super page. > (XEN) Total of 4 processors activated. > (XEN) ENABLING IO-APIC IRQs > (XEN) -> Using new ACK method > (XEN) ..TIMER: vector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-1 > (XEN) TSC is reliable, synchronization unnecessary > (XEN) Platform timer is 14.318MHz HPET > =EF=BF=BD(XEN) Allocated console ring of 32 KiB. > (XEN) microcode.c:73:d32767 microcode: CPU1 resumed > (XEN) microcode.c:73:d32767 microcode: CPU2 resumed > (XEN) Brought up 4 CPUs > (XEN) microcode.c:73:d32767 microcode: CPU3 resumed > (XEN) Turbo Mode detected! > (XEN) HPET: 8 timers in total, 8 timers will be used for broadcast > (XEN) ACPI sleep modes: S3 > (XEN) mcheck_poll: Machine check polling timer started. > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:0.0 > (XEN) [VT-D]iommu.c:1325: d0:PCIe: map bdf =3D 0:8.0 > (XEN) [VT-D]iommu.c:1325: d0:PCIe: map bdf =3D 0:8.1 > (XEN) [VT-D]iommu.c:1325: d0:PCIe: map bdf =3D 0:8.2 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:8.3 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:10.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:10.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:1a.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:1d.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:1f.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:1f.2 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 0:1f.3 > (XEN) [VT-D]iommu.c:1325: d0:PCIe: map bdf =3D 3:0.0 > (XEN) [VT-D]iommu.c:1325: d0:PCIe: map bdf =3D 4:0.0 > (XEN) [VT-D]iommu.c:1325: d0:PCIe: map bdf =3D 5:0.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.2 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.3 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.4 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.5 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.6 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D 6:3.7 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:0.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:0.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:2.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:2.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:3.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:3.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:3.2 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:3.4 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:4.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:4.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:4.2 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:4.3 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:5.0 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:5.1 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:5.2 > (XEN) [VT-D]iommu.c:1332: d0:PCI: map bdf =3D ff:5.3 > (XEN) [VT-D]iommu.c:695: iommu_enable_translation: iommu->reg =3D ffff8= 2c3fff57000 > (XEN) *** LOADING DOMAIN 0 *** > (XEN) elf_parse_binary: phdr: paddr=3D0x1000000 memsz=3D0x69c000 > (XEN) elf_parse_binary: phdr: paddr=3D0x169c000 memsz=3D0xe3cb0 > (XEN) elf_parse_binary: phdr: paddr=3D0x1780000 memsz=3D0x888 > (XEN) elf_parse_binary: phdr: paddr=3D0x1781000 memsz=3D0x14498 > (XEN) elf_parse_binary: phdr: paddr=3D0x1796000 memsz=3D0x9f5000 > (XEN) elf_parse_binary: memory: 0x1000000 -> 0x218b000 > (XEN) elf_xen_parse_note: GUEST_OS =3D "linux" > (XEN) elf_xen_parse_note: GUEST_VERSION =3D "2.6" > (XEN) elf_xen_parse_note: XEN_VERSION =3D "xen-3.0" > (XEN) elf_xen_parse_note: VIRT_BASE =3D 0xffffffff80000000 > (XEN) elf_xen_parse_note: ENTRY =3D 0xffffffff81796200 > (XEN) elf_xen_parse_note: HYPERCALL_PAGE =3D 0xffffffff81009000 > (XEN) elf_xen_parse_note: FEATURES =3D "!writable_page_tables|pae_pgdir= _above_4gb" > (XEN) elf_xen_parse_note: PAE_MODE =3D "yes" > (XEN) elf_xen_parse_note: LOADER =3D "generic" > (XEN) elf_xen_parse_note: unknown xen elf note (0xd) > (XEN) elf_xen_parse_note: SUSPEND_CANCEL =3D 0x1 > (XEN) elf_xen_parse_note: HV_START_LOW =3D 0xffff800000000000 > (XEN) elf_xen_parse_note: PADDR_OFFSET =3D 0x0 > (XEN) elf_xen_addr_calc_check: addresses: > (XEN) virt_base =3D 0xffffffff80000000 > (XEN) elf_paddr_offset =3D 0x0 > (XEN) virt_offset =3D 0xffffffff80000000 > (XEN) virt_kstart =3D 0xffffffff81000000 > (XEN) virt_kend =3D 0xffffffff8218b000 > (XEN) virt_entry =3D 0xffffffff81796200 > (XEN) p2m_base =3D 0xffffffffffffffff > (XEN) Xen kernel: 64-bit, lsb, compat32 > (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x218b000 > (XEN) PHYSICAL MEMORY ARRANGEMENT: > (XEN) Dom0 alloc.: 0000000138000000->000000013c000000 (981633 pages = to be allocated) > (XEN) VIRTUAL MEMORY ARRANGEMENT: > (XEN) Loaded kernel: ffffffff81000000->ffffffff8218b000 > (XEN) Init. ramdisk: ffffffff8218b000->ffffffff82b69800 > (XEN) Phys-Mach map: ffffffff82b6a000->ffffffff83307408 > (XEN) Start info: ffffffff83308000->ffffffff833084b4 > (XEN) Page tables: ffffffff83309000->ffffffff83326000 > (XEN) Boot stack: ffffffff83326000->ffffffff83327000 > (XEN) TOTAL: ffffffff80000000->ffffffff83400000 > (XEN) ENTRY ADDRESS: ffffffff81796200 > (XEN) Dom0 has maximum 4 VCPUs > (XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff8169c= 000 > (XEN) elf_load_binary: phdr 1 at 0xffffffff8169c000 -> 0xffffffff8177f= cb0 > (XEN) elf_load_binary: phdr 2 at 0xffffffff81780000 -> 0xffffffff81780= 888 > (XEN) elf_load_binary: phdr 3 at 0xffffffff81781000 -> 0xffffffff81795= 498 > (XEN) elf_load_binary: phdr 4 at 0xffffffff81796000 -> 0xffffffff81830= 000 > (XEN) Scrubbing Free RAM: .done. > (XEN) Xen trace buffers: disabled > (XEN) Std. Loglevel: All > (XEN) Guest Loglevel: All > (XEN) Xen is relinquishing VGA console. > (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch in= put to Xen) > (XEN) Freed 164kB init memory. > mapping kernel into physical memory > Xen: setup ISA identity maps > about to get started... > Initializing cgroup subsys cpuset > Initializing cgroup subsys cpu > Linux version 2.6.32.11 (jeremy@lilith.goop.org) (gcc version 4.4.3 201= 00127 (Red Hat 4.4.3-4) (GCC) ) #7 SMP PREEMPT Mon Apr 5 14:58:54 PDT 201= 0 > Command line: ro root=3D/dev/mapper/vg_lilith--raid-root LANG=3Den_US.= UTF-8 SYSFONT=3Dlatarcyrheb-sun16 KEYBOARDTYPE=3Dpc KEYTABLE=3Dus ignore_= loglevel earlyprintk=3Dxen console=3Dhvc0 rdshell pcie_aspm=3Doff > KERNEL supported cpus: > Intel GenuineIntel > AMD AuthenticAMD > Centaur CentaurHauls > xen_release_chunk: looking at area pfn bf790-bf79e: 14 pages freed > xen_release_chunk: looking at area pfn bf7e0-bf7ed: 13 pages freed > xen_release_chunk: looking at area pfn c0000-e0000: 131072 pages freed > xen_release_chunk: looking at area pfn f0000-fec00: 14977 pages freed > xen_release_chunk: looking at area pfn fec01-fed20: 0 pages freed > xen_release_chunk: looking at area pfn fed40-fee00: 0 pages freed > released 146076 pages of unused memory > BIOS-provided physical RAM map: > Xen: 0000000000000000 - 000000000009d800 (usable) > Xen: 000000000009d800 - 0000000000100000 (reserved) > Xen: 0000000000100000 - 00000000bf790000 (usable) > Xen: 00000000bf79e000 - 00000000bf7a0000 type 9 > Xen: 00000000bf7a0000 - 00000000bf7ae000 (ACPI data) > Xen: 00000000bf7ae000 - 00000000bf7d0000 (ACPI NVS) > Xen: 00000000bf7d0000 - 00000000bf7e0000 (reserved) > Xen: 00000000bf7ed000 - 00000000c0000000 (reserved) > Xen: 00000000e0000000 - 00000000f0000000 (reserved) > Xen: 00000000fec00000 - 00000000fec01000 (reserved) > Xen: 00000000fed20000 - 00000000fed40000 (reserved) > Xen: 00000000fee00000 - 00000000fee01000 (reserved) > debug: ignoring loglevel setting. > bootconsole [xenboot0] enabled > DMI present. > last_pfn =3D 0xbf790 max_arch_pfn =3D 0x400000000 > x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106 > initial memory mapped : 0 - 20000000 > init_memory_mapping: 0000000000000000-00000000bf790000 > 0000000000 - 00bf790000 page 4k > kernel direct mapping tables up to bf790000 @ 100000-700000 > RAMDISK: 0218b000 - 02b69800 > ACPI: RSDP 00000000000fa110 00024 (v02 ACPIAM) > ACPI: XSDT 00000000bf7a0100 00084 (v01 SMCI 20100225 MSFT 00= 000097) > ACPI: FACP 00000000bf7a0290 000F4 (v04 022510 FACP1918 20100225 MSFT 00= 000097) > ACPI: DSDT 00000000bf7a05f0 06C55 (v02 10605 10605000 00000000 INTL 20= 051117) > ACPI: FACS 00000000bf7ae000 00040 > ACPI: APIC 00000000bf7a0390 00092 (v02 022510 APIC1918 20100225 MSFT 00= 000097) > ACPI: MCFG 00000000bf7a0430 0003C (v01 022510 OEMMCFG 20100225 MSFT 00= 000097) > ACPI: OEMB 00000000bf7ae040 00073 (v01 022510 OEMB1918 20100225 MSFT 00= 000097) > ACPI: HPET 00000000bf7aa5f0 00038 (v01 022510 OEMHPET 20100225 MSFT 00= 000097) > ACPI: GSCI 00000000bf7ae0c0 02024 (v01 022510 GMCHSCI 20100225 MSFT 00= 000097) > ACPI: 00000000bf7b00f0 00090 (v01 AMI OEMDMAR 00000001 MSFT 00= 000097) > ACPI: SSDT 00000000bf7b1580 00363 (v01 DpgPmm CpuPm 00000012 INTL 20= 051117) > ACPI: EINJ 00000000bf7aa630 00130 (v01 AMIER AMI_EINJ 20100225 MSFT 00= 000097) > ACPI: BERT 00000000bf7aa7c0 00030 (v01 AMIER AMI_BERT 20100225 MSFT 00= 000097) > ACPI: ERST 00000000bf7aa7f0 001B0 (v01 AMIER AMI_ERST 20100225 MSFT 00= 000097) > ACPI: HEST 00000000bf7aa9a0 000A8 (v01 AMIER ABC_HEST 20100225 MSFT 00= 000097) > ACPI: Local APIC address 0xfee00000 > No NUMA configuration found > Faking a node at 0000000000000000-00000000bf790000 > Bootmem setup node 0 0000000000000000-00000000bf790000 > NODE_DATA [0000000000001000 - 0000000000005fff] > bootmap [0000000000008000 - 000000000001fef7] pages 18 > (8 early reservations) =3D=3D> bootmem [0000000000 - 00bf790000] > #0 [0000000000 - 0000001000] BIOS data page =3D=3D> [0000000000 -= 0000001000] > #1 [0003309000 - 0003326000] XEN PAGETABLES =3D=3D> [0003309000 -= 0003326000] > #2 [0000006000 - 0000008000] TRAMPOLINE =3D=3D> [0000006000 -= 0000008000] > #3 [0001000000 - 000216a048] TEXT DATA BSS =3D=3D> [0001000000 -= 000216a048] > #4 [000218b000 - 0002b69800] RAMDISK =3D=3D> [000218b000 -= 0002b69800] > #5 [0002b6a000 - 0003309000] XEN START INFO =3D=3D> [0002b6a000 -= 0003309000] > #6 [000216b000 - 000216b21b] BRK =3D=3D> [000216b000 -= 000216b21b] > #7 [0000100000 - 00006e0000] PGTABLE =3D=3D> [0000100000 -= 00006e0000] > found SMP MP-table at [ffff8800000ff780] ff780 > Zone PFN ranges: > DMA 0x00000000 -> 0x00001000 > DMA32 0x00001000 -> 0x00100000 > Normal 0x00100000 -> 0x00100000 > Movable zone start PFN for each node > early_node_map[2] active PFN ranges > 0: 0x00000000 -> 0x0000009d > 0: 0x00000100 -> 0x000bf790 > On node 0 totalpages: 784173 > DMA zone: 88 pages used for memmap > DMA zone: 1507 pages reserved > DMA zone: 2402 pages, LIFO batch:0 > DMA32 zone: 16762 pages used for memmap > DMA32 zone: 763414 pages, LIFO batch:31 > ACPI: PM-Timer IO Port: 0x808 > ACPI: Local APIC address 0xfee00000 > ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) > ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) > ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) > ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) > ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled) > ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled) > ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled) > ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled) > ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > ACPI: IOAPIC (id[0x07] address[0xfec00000] gsi_base[0]) > IOAPIC[0]: apic_id 7, version 0, address 0xfec00000, GSI 0-0 > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > ERROR: Unable to locate IOAPIC for GSI 2 > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > ERROR: Unable to locate IOAPIC for GSI 9 > Using ACPI (MADT) for SMP configuration information > ACPI: HPET id: 0x8086a701 base: 0xfed00000 > SMP: Allowing 4 CPUs, 0 hotplug CPUs > nr_irqs_gsi: 256 > PM: Registered nosave memory: 000000000009d000 - 000000000009e000 > PM: Registered nosave memory: 000000000009e000 - 0000000000100000 > Allocating PCI resources starting at c0000000 (gap: c0000000:20000000) > Booting paravirtualized kernel on Xen > Xen version: 4.1-unstable (preserve-AD) (dom0) > NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1 > PERCPU: Embedded 28 pages/cpu @ffff88000336d000 s83096 r8192 d23400 u11= 4688 > pcpu-alloc: s83096 r8192 d23400 u114688 alloc=3D28*4096 > pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 > trying to map vcpu_info 0 at ffff880003378020, mfn 13b378, offset 32 > cpu 0 using vcpu_info at ffff880003378020 > trying to map vcpu_info 1 at ffff880003394020, mfn 13b394, offset 32 > cpu 1 using vcpu_info at ffff880003394020 > trying to map vcpu_info 2 at ffff8800033b0020, mfn 13b3b0, offset 32 > cpu 2 using vcpu_info at ffff8800033b0020 > trying to map vcpu_info 3 at ffff8800033cc020, mfn 13b3cc, offset 32 > cpu 3 using vcpu_info at ffff8800033cc020 > Xen: using vcpu_info placement > Built 1 zonelists in Node order, mobility grouping on. Total pages: 76= 5816 > Policy zone: DMA32 > Kernel command line: ro root=3D/dev/mapper/vg_lilith--raid-root LANG=3D= en_US.UTF-8 SYSFONT=3Dlatarcyrheb-sun16 KEYBOARDTYPE=3Dpc KEYTABLE=3Dus i= gnore_loglevel earlyprintk=3Dxen console=3Dhvc0 rdshell pcie_aspm=3Doff > PCIe ASPM is disabled > PID hash table entries: 4096 (order: 3, 32768 bytes) > Initializing CPU#0 > DMA: Placing 64MB software IO TLB between ffff88000794a000 - ffff88000b= 94a000 > DMA: software IO TLB at phys 0x794a000 - 0xb94a000 > xen_swiotlb_fixup: buf=3Dffff88000794a000 size=3D67108864 > xen_swiotlb_fixup: buf=3Dffff88000b9aa000 size=3D32768 > Memory: 2960308k/3137088k available (4691k kernel code, 396k absent, 17= 6384k reserved, 2987k data, 656k init) > Hierarchical RCU implementation. > NR_IRQS:4352 nr_irqs:1280 > xen: --> irq=3D0 > xen: --> irq=3D1 > xen: --> irq=3D2 > xen: --> irq=3D3 > xen: --> irq=3D4 > xen: --> irq=3D5 > xen: --> irq=3D6 > xen: --> irq=3D7 > xen: --> irq=3D8 > xen: --> irq=3D9 > xen: --> irq=3D10 > xen: --> irq=3D11 > xen: --> irq=3D12 > xen: --> irq=3D13 > xen: --> irq=3D14 > xen: --> irq=3D15 > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > xen: sci override: source_irq=3D9 global_irq=3D9 trigger=3Dc polarity=3D= 1 > xen: registering gsi 9 triggering 0 polarity 0 > xen_allocate_pirq: returning irq 9 for gsi 9 > xen: --> irq=3D9 > xen: acpi sci 9 > Console: colour VGA+ 80x25 > console [hvc0] enabled, bootconsole disabled > console [hvc0] enabled, bootconsole disabled > Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molna= r > ... MAX_LOCKDEP_SUBCLASSES: 8 > ... MAX_LOCK_DEPTH: 48 > ... MAX_LOCKDEP_KEYS: 8191 > ... CLASSHASH_SIZE: 4096 > ... MAX_LOCKDEP_ENTRIES: 16384 > ... MAX_LOCKDEP_CHAINS: 32768 > ... CHAINHASH_SIZE: 16384 > memory used by lock dependency info: 5855 kB > per task-struct memory footprint: 1920 bytes > Xen: using vcpuop timer interface > installing Xen timer for CPU 0 > alloc irq_desc for 1279 on node 0 > alloc kstat_irqs on node 0 > Detected 2400.062 MHz processor. > Calibrating delay loop (skipped), value calculated using timer frequenc= y.. 4800.12 BogoMIPS (lpj=3D2400062) > Security Framework initialized > SELinux: Initializing. > SELinux: Starting in permissive mode > Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) > Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) > Mount-cache hash table entries: 256 > Initializing cgroup subsys ns > Initializing cgroup subsys cpuacct > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 0/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > Performance Events: unsupported p6 CPU model 30 no PMU driver, software= events only. > lockdep: fixing up alternatives. > SMP alternatives: switching to UP code > ACPI: Core revision 20090903 > alloc irq_desc for 1278 on node 0 > alloc kstat_irqs on node 0 > cpu 0 spinlock event irq 1278 > alloc irq_desc for 1277 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1276 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1275 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1274 on node 0 > alloc kstat_irqs on node 0 > installing Xen timer for CPU 1 > alloc irq_desc for 1273 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1272 on node 0 > alloc kstat_irqs on node 0 > cpu 1 spinlock event irq 1272 > lockdep: fixing up alternatives. > SMP alternatives: switching to SMP code > alloc irq_desc for 1271 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1270 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1269 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1268 on node 0 > alloc kstat_irqs on node 0 > Initializing CPU#1 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 1/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > installing Xen timer for CPU 2 > alloc irq_desc for 1267 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1266 on node 0 > alloc kstat_irqs on node 0 > cpu 2 spinlock event irq 1266 > alloc irq_desc for 1265 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1264 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1263 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1262 on node 0 > alloc kstat_irqs on node 0 > Initializing CPU#2 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 2/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > installing Xen timer for CPU 3 > alloc irq_desc for 1261 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1260 on node 0 > alloc kstat_irqs on node 0 > cpu 3 spinlock event irq 1260 > alloc irq_desc for 1259 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1258 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1257 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1256 on node 0 > alloc kstat_irqs on node 0 > Initializing CPU#3 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 256K > CPU: L3 cache: 8192K > CPU 3/0x0 -> Node 0 > CPU: Unsupported number of siblings 16 > Brought up 4 CPUs > Grant table initialized > Time: 16:45:17 Date: 04/07/10 > NET: Registered protocol family 16 > alloc irq_desc for 1255 on node 0 > alloc kstat_irqs on node 0 > ACPI: bus type pci registered > PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 > PCI: MCFG area at e0000000 reserved in E820 > PCI: Using MMCONFIG at e0000000 - efffffff > PCI: Using configuration type 1 for base access > bio: create slab at 0 > ERROR: Unable to locate IOAPIC for GSI 9 > ACPI: EC: Look up EC in DSDT > ACPI Warning for \_SB_._OSC: Return type mismatch - found Integer, expe= cted Buffer (20090903/nspredef-1006) > \_SB_:_OSC evaluation returned wrong type > _OSC request data:1 6 > ACPI: Executed 1 blocks of module-level executable AML code > ACPI: Interpreter enabled > ACPI: (supports S0 S1 S4 S5) > ACPI: Using IOAPIC for interrupt routing > ACPI Warning: Incorrect checksum in table [OEMB] - 91, should be 8E (20= 090903/tbutils-314) > ACPI Warning: Incorrect checksum in table [ ] - 7B, should be BF (20= 090903/tbutils-314) > ACPI: No dock devices found. > ACPI: PCI Root Bridge [PCI0] (0000:00) > pci 0000:00:03.0: PME# supported from D0 D3hot D3cold > pci 0000:00:03.0: PME# disabled > pci 0000:00:05.0: PME# supported from D0 D3hot D3cold > pci 0000:00:05.0: PME# disabled > pci 0000:00:1a.0: reg 10 32bit mmio: [0xfb3fc000-0xfb3fc3ff] > pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold > pci 0000:00:1a.0: PME# disabled > pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold > pci 0000:00:1c.0: PME# disabled > pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold > pci 0000:00:1c.4: PME# disabled > pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold > pci 0000:00:1c.5: PME# disabled > pci 0000:00:1d.0: reg 10 32bit mmio: [0xfb3fa000-0xfb3fa3ff] > pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold > pci 0000:00:1d.0: PME# disabled > pci 0000:00:1f.2: reg 10 io port: [0xb400-0xb407] > pci 0000:00:1f.2: reg 14 io port: [0xbc00-0xbc03] > pci 0000:00:1f.2: reg 18 io port: [0xb880-0xb887] > pci 0000:00:1f.2: reg 1c io port: [0xb800-0xb803] > pci 0000:00:1f.2: reg 20 io port: [0xb480-0xb49f] > pci 0000:00:1f.2: reg 24 32bit mmio: [0xfb3f8000-0xfb3f87ff] > pci 0000:00:1f.2: PME# supported from D3hot > pci 0000:00:1f.2: PME# disabled > pci 0000:00:1f.3: reg 10 64bit mmio: [0xfb3f6000-0xfb3f60ff] > pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f] > pci 0000:03:00.0: reg 10 32bit mmio: [0xfb420000-0xfb43ffff] > pci 0000:03:00.0: reg 14 32bit mmio: [0xfb480000-0xfb4fffff] > pci 0000:03:00.0: reg 18 io port: [0xcc00-0xcc1f] > pci 0000:03:00.0: reg 1c 32bit mmio: [0xfb41c000-0xfb41ffff] > pci 0000:03:00.0: reg 30 32bit mmio pref: [0xfb440000-0xfb47ffff] > pci 0000:03:00.0: PME# supported from D0 D3hot D3cold > pci 0000:03:00.0: PME# disabled > pci 0000:00:1c.0: bridge io port: [0xc000-0xcfff] > pci 0000:00:1c.0: bridge 32bit mmio: [0xfb400000-0xfb4fffff] > pci 0000:04:00.0: reg 10 32bit mmio: [0xfb5e0000-0xfb5fffff] > pci 0000:04:00.0: reg 18 io port: [0xdc00-0xdc1f] > pci 0000:04:00.0: reg 1c 32bit mmio: [0xfb5dc000-0xfb5dffff] > pci 0000:04:00.0: PME# supported from D0 D3hot D3cold > pci 0000:04:00.0: PME# disabled > pci 0000:00:1c.4: bridge io port: [0xd000-0xdfff] > pci 0000:00:1c.4: bridge 32bit mmio: [0xfb500000-0xfb5fffff] > pci 0000:05:00.0: reg 10 32bit mmio: [0xfb6e0000-0xfb6fffff] > pci 0000:05:00.0: reg 18 io port: [0xec00-0xec1f] > pci 0000:05:00.0: reg 1c 32bit mmio: [0xfb6dc000-0xfb6dffff] > pci 0000:05:00.0: PME# supported from D0 D3hot D3cold > pci 0000:05:00.0: PME# disabled > pci 0000:00:1c.5: bridge io port: [0xe000-0xefff] > pci 0000:00:1c.5: bridge 32bit mmio: [0xfb600000-0xfb6fffff] > pci 0000:06:03.0: reg 10 32bit mmio pref: [0xfa000000-0xfaffffff] > pci 0000:06:03.0: reg 14 32bit mmio: [0xfb7fc000-0xfb7fffff] > pci 0000:06:03.0: reg 18 32bit mmio: [0xfb800000-0xfbffffff] > pci 0000:00:1e.0: transparent bridge > pci 0000:00:1e.0: bridge 32bit mmio: [0xfb700000-0xfbffffff] > pci 0000:00:1e.0: bridge 64bit mmio pref: [0xfa000000-0xfaffffff] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT] > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0ehci_hcd 0000:00:1a.0: por= t 1 high speed > ehci_hcd 0000:00:1a.0: GetStatus port 1 status 001005 POWER sig=3Dse0 P= E CONNECT > ahci 0000:00:1f.2: version 3.0 > xen: registering gsi 19 triggering 0 polarity 1 > alloc irq_desc for 19 on node 0 > alloc kstat_irqs on node 0 > xen: --> irq=3D19 > ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 > alloc irq_desc for 1247 on node 0 > alloc kstat_irqs on node 0 > ahci: SSS flag set, parallel bus scan disabled > ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SAT= A mode > ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part = ems sxs apst > ahci 0000:00:1f.2: setting latency timer to 64 > scsi0 : ahci > scsi1 : ahci > scsi2 : ahci > scsi3 : ahci > scsi4 : ahci > scsi5 : ahci > ata1: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8100 irq 1247 > ata2: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8180 irq 1247 > ata3: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8200 irq 1247 > ata4: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8280 irq 1247 > ata5: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8300 irq 1247 > ata6: SATA max UDMA/133 abar m2048@0xfb3f8000 port 0xfb3f8380 irq 1247 > usb 1-1: udev 2, busnum 1, minor =3D 1 > usb 1-1: New USB device found, idVendor=3D8087, idProduct=3D0020 > usb 1-1: New USB device strings: Mfr=3D0, Product=3D0, SerialNumber=3D0 > usb 1-1: usb_probe_device > usb 1-1: configuration #1 chosen from 1 choice > usb 1-1: adding 1-1:1.0 (config #1, interface 0) > hub 1-1:1.0: usb_probe_interface > hub 1-1:1.0: usb_probe_interface - got id > hub 1-1:1.0: USB hub found > hub 1-1:1.0: 6 ports detected > hub 1-1:1.0: standalone hub > hub 1-1:1.0: individual port power switching > hub 1-1:1.0: individual port over-current protection > hub 1-1:1.0: Single TT > hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns) > hub 1-1:1.0: Port indicators are supported > hub 1-1:1.0: power on to power good time: 100ms > hub 1-1:1.0: local power source is good > hub 1-1:1.0: enabling power on all ports > hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000 > hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s > ehci_hcd 0000:00:1d.0: port 1 high speed > ehci_hcd 0000:00:1d.0: GetStatus port 1 status 001005 POWER sig=3Dse0 P= E CONNECT > hub 1-1:1.0: port 2: status 0101 change 0001 > usb 2-1: new high speed USB device using ehci_hcd and address 2 > ehci_hcd 0000:00:1d.0: port 1 high speed > ehci_hcd 0000:00:1d.0: GetStatus port 1 status 001005 POWER sig=3Dse0 P= E CONNECT > usb 1-1: link qh256-0001/ffff8800bc51f9c0 start 1 [1/0 us] > usb 2-1: udev 2, busnum 2, minor =3D 129 > usb 2-1: New USB device found, idVendor=3D8087, idProduct=3D0020 > usb 2-1: New USB device strings: Mfr=3D0, Product=3D0, SerialNumber=3D0 > usb 2-1: usb_probe_device > usb 2-1: configuration #1 chosen from 1 choice > usb 2-1: adding 2-1:1.0 (config #1, interface 0) > hub 2-1:1.0: usb_probe_interface > hub 2-1:1.0: usb_probe_interface - got id > hub 2-1:1.0: USB hub found > hub 2-1:1.0: 8 ports detected > hub 2-1:1.0: standalone hub > hub 2-1:1.0: individual port power switching > hub 2-1:1.0: individual port over-current protection > hub 2-1:1.0: Single TT > hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns) > hub 2-1:1.0: Port indicators are supported > hub 2-1:1.0: power on to power good time: 100ms > hub 2-1:1.0: local power source is good > hub 2-1:1.0: enabling power on all ports > hub 1-1:1.0: state 7 ports 6 chg 0004 evt 0000 > hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s > hub 1-1:1.0: port 2 not reset yet, waiting 10ms > usb 1-1.2: new full speed USB device using ehci_hcd and address 3 > ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > hub 1-1:1.0: port 2 not reset yet, waiting 10ms > ata1.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133 > ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata1.00: configured for UDMA/133 > scsi 0:0:0:0: Direct-Access ATA WDC WD10EADS-00P 01.0 PQ: 0 AN= SI: 5 > sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 0:0:0:0: [sda] Write Protect is off > sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 > sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sd 0:0:0:0: Attached scsi generic sg0 type 0 > sda: > usb 2-1: link qh256-0001/ffff8800bc51f6c0 start 1 [1/0 us] > sda1 sda2 sda3 sda4 > sd 0:0:0:0: [sda] Attached SCSI disk > usb 1-1.2: skipped 1 descriptor after interface > usb 1-1.2: skipped 1 descriptor after interface > usb 1-1.2: default language 0x0409 > usb 1-1.2: udev 3, busnum 1, minor =3D 2 > usb 1-1.2: New USB device found, idVendor=3D0557, idProduct=3D2221 > usb 1-1.2: New USB device strings: Mfr=3D1, Product=3D2, SerialNumber=3D= 0 > usb 1-1.2: Product: Hermon USB hidmouse Device > usb 1-1.2: Manufacturer: Winbond Electronics Corp > usb 1-1.2: usb_probe_device > usb 1-1.2: configuration #1 chosen from 1 choice > usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0) > usbhid 1-1.2:1.0: usb_probe_interface > usbhid 1-1.2:1.0: usb_probe_interface - got id > input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/= pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4 > generic-usb 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Wi= nbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.= 2/input0 > usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1) > usbhid 1-1.2:1.1: usb_probe_interface > usbhid 1-1.2:1.1: usb_probe_interface - got id > input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/= pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input5 > usb 1-1.2: link qh8-0601/ffff8800be6225c0 start 2 [1/2 us] > generic-usb 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard = [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0= -1.2/input1 > hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0000 > hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0004 > ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata2.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7 > ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata2.00: configured for UDMA/133 > scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD103SI 1AG0 PQ: 0 AN= SI: 5 > sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 1:0:0:0: Attached scsi generic sg1 type 0 > sd 1:0:0:0: [sdb] Write Protect is off > sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 > sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sdb: sdb1 sdb2 sdb3 sdb4 > sd 1:0:0:0: [sdb] Attached SCSI disk > input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio= 1/input/input6 > ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata3.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133 > ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata3.00: configured for UDMA/133 > scsi 2:0:0:0: Direct-Access ATA WDC WD10EADS-00P 01.0 PQ: 0 AN= SI: 5 > sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 2:0:0:0: Attached scsi generic sg2 type 0 > sd 2:0:0:0: [sdc] Write Protect is off > sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 > sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sdc: sdc1 sdc2 sdc3 sdc4 > sd 2:0:0:0: [sdc] Attached SCSI disk > hub 2-1:1.0: hub_suspend > usb 2-1: unlink qh256-0001/ffff8800bc51f6c0 start 1 [1/0 us] > usb 2-1: usb auto-suspend > ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) > ata4.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7 > ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA > ata4.00: configured for UDMA/133 > scsi 3:0:0:0: Direct-Access ATA SAMSUNG HD103SI 1AG0 PQ: 0 AN= SI: 5 > sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) > sd 3:0:0:0: Attached scsi generic sg3 type 0 > sd 3:0:0:0: [sdd] Write Protect is off > sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00 > sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't su= pport DPO or FUA > sdd: sdd1 sdd2 sdd3 sdd4 > sd 3:0:0:0: [sdd] Attached SCSI disk > ata5: SATA link down (SStatus 0 SControl 300) > ata6: SATA link down (SStatus 0 SControl 300) > md: raid10 personality registered for level 10 > Intel AES-NI instructions are not detected. > md: md0 stopped. > md: bind > md: bind > md: bind > md: bind > md: kicking non-fresh sdd3 from array! > md: unbind > md: export_rdev(sdd3) > md: kicking non-fresh sdb3 from array! > md: unbind > md: export_rdev(sdb3) > raid10: raid set md0 active with 2 out of 4 devices > md0: detected capacity change from 0 to 838860668928 > md0: unknown partition table > hub 2-0:1.0: hub_suspend > usb usb2: bus auto-suspend > ehci_hcd 0000:00:1d.0: suspend root hub > > Password:*********** > EXT4-fs (dm-2): mounted filesystem with ordered data mode > type=3D1404 audit(1270658817.238:2): enforcing=3D1 old_enforcing=3D0 au= id=3D4294967295 ses=3D4294967295 > SELinux: 8192 avtab hash slots, 162639 rules. > SELinux: 8192 avtab hash slots, 162639 rules. > SELinux: 8 users, 12 roles, 3092 types, 152 bools, 1 sens, 1024 cats > SELinux: 77 classes, 162639 rules > SELinux: Completing initialization. > SELinux: Setting up existing superblocks. > SELinux: initialized (dev dm-2, type ext4), uses xattr > SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs > SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contex= ts > SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs > SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition S= IDs > SELinux: initialized (dev devpts, type devpts), uses transition SIDs > SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contex= ts > SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_= contexts > SELinux: initialized (dev pipefs, type pipefs), uses task SIDs > SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts > SELinux: initialized (dev sockfs, type sockfs), uses task SIDs > SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs > SELinux: initialized (dev proc, type proc), uses genfs_contexts > SELinux: initialized (dev bdev, type bdev), uses genfs_contexts > SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts > SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts > type=3D1403 audit(1270658817.689:3): policy loaded auid=3D4294967295 se= s=3D4294967295 > Welcome to Fedora > Press 'I' to enter interactive startup. > Starting udev: udev: starting version 145 > ACPI: SSDT 00000000bf7b0180 00F20 (v01 DpgPmm P001Ist 00000011 INTL 20= 051117) > ACPI: SSDT 00000000bf7b10a0 004D5 (v01 PmRef P001Cst 00003001 INTL 20= 051117) > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-1 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-2 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-3 state > ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3]) > e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2 > e1000e: Copyright (c) 1999-2008 Intel Corporation. > xen: registering gsi 16 triggering 0 polarity 1 > xen_allocate_pirq: returning irq 16 for gsi 16 > xen: --> irq=3D16 > Already setup the GSI :16 > e1000e 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 > e1000e 0000:03:00.0: setting latency timer to 64 > alloc irq_desc for 1246 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1245 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1244 on node 0 > alloc kstat_irqs on node 0 > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-1 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-2 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-3 state > ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3]) > 0000:03:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1b:21:4f:65:6b > 0000:03:00.0: eth0: Intel(R) PRO/1000 Network Connection > 0000:03:00.0: eth0: MAC: 3, PHY: 8, PBA No: e46981-003 > xen: registering gsi 16 triggering 0 polarity 1 > xen_allocate_pirq: returning irq 16 for gsi 16 > xen: --> irq=3D16 > Already setup the GSI :16 > e1000e 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 > e1000e 0000:04:00.0: setting latency timer to 64 > alloc irq_desc for 1243 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1242 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1241 on node 0 > alloc kstat_irqs on node 0 > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-1 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-2 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-3 state > ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3]) > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-1 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-2 state > (XEN) cpuid.MWAIT[.eax=3D40, .ebx=3D40, .ecx=3D3, .edx=3D1120] > (XEN) Monitor-Mwait will be used to enter C-3 state > ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3]) > 0000:04:00.0: eth1: (PCI Express:2.5GB/s:Width x1) 00:30:48:dd:eb:66 > 0000:04:00.0: eth1: Intel(R) PRO/1000 Network Connection > 0000:04:00.0: eth1: MAC: 3, PHY: 8, PBA No: 0101ff-0ff > xen: registering gsi 17 triggering 0 polarity 1 > xen_allocate_pirq: returning irq 17 for gsi 17 > xen: --> irq=3D17 > Already setup the GSI :17 > e1000e 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 > e1000e 0000:05:00.0: setting latency timer to 64 > alloc irq_desc for 1240 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1239 on node 0 > alloc kstat_irqs on node 0 > alloc irq_desc for 1238 on node 0 > alloc kstat_irqs on node 0 > 0000:05:00.0: eth2: (PCI Express:2.5GB/s:Width x1) 00:30:48:dd:eb:67 > 0000:05:00.0: eth2: Intel(R) PRO/1000 Network Connection > 0000:05:00.0: eth2: MAC: 3, PHY: 8, PBA No: 0101ff-0ff > udev: renamed network interface eth2 to eth1 > udev: renamed network interface eth0 to eth2 > udev: renamed network interface eth1_rename to eth0 > mdadm: /dev/md0 is already in use. > Key slot 0 unlocked. > Key slot 0 unlocked. > device-mapper: multipath: version 1.1.0 loaded > Setting up Logical Volume Management: 14 logical volume(s) in volume = group "vg_lilith-raid" now active > [ OK ] > Checking filesystems > Checking all file systems. > [/sbin/fsck.ext4 (1) -- /] fsck.ext4 -a /dev/mapper/vg_lilith--raid-roo= t > /dev/mapper/vg_lilith--raid-root contains a file system with errors, ch= eck forced. > /dev/mapper/vg_lilith--raid-root: 343615/2564096 files (0.2% non-contig= uous), 2390774/10240000 blocks > [/sbin/fsck.ext4 (1) -- /boot] fsck.ext4 -a /dev/sda2 > [/sbin/fsck.ext4 (2) -- /boot-spare] fsck.ext4 -a /dev/sdb2 > /dev/sdb2: clean, 11/66384 files, 12695/265072 blocks > /dev/sda2: clean, 89/66384 files, 69878/265072 blocks > [/sbin/fsck.ext4 (1) -- /home] fsck.ext4 -a /dev/mapper/luks-11eb0145-0= 88a-4c13-acf4-9784e82bb1e3 > /dev/mapper/luks-11eb0145-088a-4c13-acf4-9784e82bb1e3: clean, 506715/12= 804096 files, 10193956/51199495 blocks > [/sbin/fsck.ext4 (1) -- /var] fsck.ext4 -a /dev/mapper/luks-37e6b844-a1= 12-427c-be60-ae6f4d9c5041 > /dev/mapper/luks-37e6b844-a112-427c-be60-ae6f4d9c5041: clean, 21026/512= 0000 files, 490586/20479495 blocks > [ OK ] > Remounting root filesystem in read-write mode: [ OK ] > Mounting local filesystems: EXT4-fs (sda2): mounted filesystem with or= dered data mode > SELinux: initialized (dev sda2, type ext4), uses xattr > EXT4-fs (sdb2): mounted filesystem with ordered data mode > SELinux: initialized (dev sdb2, type ext4), uses xattr > EXT4-fs (dm-15): mounted filesystem with ordered data mode > SELinux: initialized (dev dm-15, type ext4), uses xattr > EXT4-fs (dm-16): mounted filesystem with ordered data mode > SELinux: initialized (dev dm-16, type ext4), uses xattr > SELinux: initialized (dev xenfs, type xenfs), uses genfs_contexts > [ OK ] > Enabling local filesystem quotas: [ OK ] > Enabling /etc/fstab swaps: Adding 16381972k swap on /dev/mapper/luks-2= aac27aa-0bb6-46cc-8a7a-83af1ca296a2. Priority:-1 extents:1 across:163819= 72k > [ OK ] > SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_co= ntexts > Entering non-interactive startup > Applying Intel CPU microcode update: platform microcode: firmware: requ= esting intel-ucode/06-1e-05 > platform microcode: firmware: requesting intel-ucode/06-1e-05 > platform microcode: firmware: requesting intel-ucode/06-1e-05 > platform microcode: firmware: requesting intel-ucode/06-1e-05 > Microcode Update Driver: v2.00, Peter Orub= a > Microcode Update Driver: v2.00 removed. > Starting monitoring for VG vg_lilith-raid: 14 logical volume(s) in vo= lume group "vg_lilith-raid" monitored > [ OK ] > ip6tables: Applying firewall rules: [ OK ] > ip6tables: Loading additional modules: nf_conntrack_netbios_ns [ OK ] > Starting auditd: [ OK ] > Starting portreserve: [ OK ] > Starting system logger: [ OK ] > Starting irqbalance: [ OK ] > Starting rpcbind: [ OK ] > Starting mdmonitor: [ OK ] > Starting system message bus: [ OK ] > Starting Avahi daemon... [ OK ] > Starting NFS statd: [ OK ] > Starting RPC idmapd: FATAL: Module sunrpc not found. > FATAL: Error running install command for sunrpc > Error: RPC MTAB does not exist. > Starting cups: [ OK ] > Starting acpi daemon: [ OK ] > Starting HAL daemon: [ OK ] > Starting PC/SC smart card daemon (pcscd): [ OK ] > Retrigger failed udev events[ OK ] > Setting network parameters... [ OK ] > Starting NetworkManager daemon: [ OK ] > Enabling Bluetooth devices: > Starting sshd: [ OK ] > ADDRCONF(NETDEV_UP): eth2: link is not ready > ntpdate: Synchronizing with time server: ADDRCONF(NETDEV_UP): eth0: lin= k is not ready > ADDRCONF(NETDEV_UP): eth1: link is not ready > [FAILED] > Starting ntpd: [ OK ] > Starting abrt daemon: [ OK ] > usb 1-1.2: link qh8-0601/ffff8800b58ba740 start 3 [1/2 us] > > [ OK ] crond: [ OK ] > Enabling monthly Smolt checkin: [ OK ] > [ OK ] atd: [ OK ] > Starting libvirtd daemon: [ OK ] > Bridge firewalling registered > virbr0: starting userspace STP failed, starting kernel STP > e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX > ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready > e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX > ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready > e1000e: eth0 NICMbps Full Duplex, Flow Control: RX/TX > ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready > SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs > SELinux: initialized (dev proc, type proc), uses genfs_contexts > SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs > > Fedora release 12 (Constantine) > Kernel 2.6.32.11 on an x86_64 (/dev/hvc0) > > lilith.goop.org login: usb usb2: usb auto-resume > ehci_hcd 0000:00:1d.0: resume root hub > hub 2-0:1.0: hub_resume > hub 2-0:1.0: port 1: status 0507 change 0000 > usb 2-1: usb auto-resume > hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000 > ehci_hcd 0000:00:1d.0: GetStatus port 1 status 001005 POWER sig=3Dse0 P= E CONNECT > usb 2-1: finish resume > hub 2-1:1.0: hub_resume > ehci_hcd 0000:00:1d.0: reused qh ffff8800bc51f6c0 schedule > usb 2-1: link qh256-0001/ffff8800bc51f6c0 start 1 [1/0 us] > hub 2-1:1.0: state 7 ports > > =20