From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerry Reno Subject: Re: AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush Date: Fri, 07 May 2010 17:53:40 -0400 Message-ID: <4BE48BE4.8000607@verizon.net> References: <482967.72793.qm@web56107.mail.re3.yahoo.com> <4BE44375.1030300@verizon.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary_(ID_aymftXoOsxmRfhyXOqUSlw)" Return-path: In-reply-to: <4BE44375.1030300@verizon.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --Boundary_(ID_aymftXoOsxmRfhyXOqUSlw) Content-type: multipart/alternative; boundary="Boundary_(ID_EAJ/vTMOdLLjw417g8M7SQ)" --Boundary_(ID_EAJ/vTMOdLLjw417g8M7SQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable On 05/07/2010 12:44 PM, Gerry Reno wrote: > On 05/07/2010 02:21 AM, Boris Derzhavets wrote: >> >> >> /etc/xen/scripts/network-bridge: line 240: "sigerr" command not fou= nd. >> >> apt-get install bridge-utils ( has been done ?) >> If yes, you could try remove br0 declaration from /etc/network/interfa= ces >> and edit properly /etc/xen/xend-config.sxp . Xen should bring up bridg= e >> with no pain after reboot. Just service xend restart might not help. >> I got this error this error as reaction on any mistake in Xen network=20 >> config >> on Lucid. >> >> Boris. >> P.S. you could keep br0 declaration and commented out network=20 >> bridging setup >> in /etc/xen/xend-config.sxp. It works as well. >> >> >> >> --- On *Fri, 5/7/10, Pasi K=E4rkk=E4inen //* wrote: >> >> >> From: Pasi K=E4rkk=E4inen >> Subject: Re: [Xen-devel] AMD Phenom II 940: mm/vmalloc.c:110 >> vmap_page_range_noflush >> To: "Gerry Reno" >> Cc: xen-devel@lists.xensource.com, "Konrad Rzeszutek Wilk" >> >> Date: Friday, May 7, 2010, 2:05 AM >> >> On Thu, May 06, 2010 at 10:22:03PM -0400, Gerry Reno wrote: >> > On 05/06/2010 08:21 PM, Gerry Reno wrote: >> >> Ok, I tested with the new 2.6.32.12: (.config same) >> >> >> >> Case 1: Xen 4.0.0-rc8 / pv_ops dom0 kernel 2.6.32.12 >> >> >> >> Still pv_ops dom0 is not working properly. >> >> There are still call trace and other errors. The kernel does >> boot up >> >> but it takes again a long time to get the login prompt (about >> 3 mins). >> >> This is far longer than when I used 2.6.31.6 pv_ops dom0.=20 >> Networking >> >> does not start properly (only see 'lo' and 'virbr0'), so I >> have to >> >> restart it manually and then I see my bridge 'br0' and 'eth0'. >> >> Can't find device "br0" >> >> /etc/xen/scripts/network-bridge: line 240: "sigerr" command >> not found. >> >> And it is trying unsuccessfully to start some laptop feature li= ke >> >> S99powernap (unknown job) and also S28-libvirt-bin fails (maybe >> >> network related?). >> >> >> >> >> >> Case 2: pv_ops domU kernel 2.6.32.12 (no xen dom0): >> >> >> >> Now the straight linux kernel (no xen dom0) boots right up and >> goes to >> >> login prompt in normal timeframe. Networking starts correctly. >> >> Things look pretty normal. >> >> >> >> >> >> Observation: >> >> I'm getting slightly different output on console and serial >> console. >> >> Some errors show on one but not the other. Shouldn't these be >> >> identical? >> >> >> >> >> >> I'm attaching both serial console outputs. >> >> >> >> menu.lst is same as before (just .12 instead of .10) >> >> >> >> -Gerry >> >> >> >> >> > And I'm attaching the syslog from Case 1 (pv_ops dom0). >> > >> >> You should be posting two things: >> >> 1) xm dmesg >> 2) dmesg >> >> Aka the full boot log, from both Xen hypervisor and dom0 Linux >> kernel. >> >> -- Pasi >> >> > Pasi, I am attaching 'xm dmesg' and 'dmesg'. > > Boris, bridge-utils is installed and latest. I will try some of these=20 > other things you suggested. > > -Gerry Ok, I tried to adjust bridge parameters and found that I can finally get=20 pv_ops dom0 to boot in normal timeframe if I comment out all bridge=20 related statements in /etc/xen/xend-config.sxp. Before with 2.6.31.6 I=20 had (network-script network-bridge) and also tried (network-script=20 'network-bridge bridge=3Dbr0') but these do not work with 2.6.32.12. However, there are still errors in the pv_ops dom0 2.6.32.12 console=20 output so I'm attaching the output so someone could see if they are=20 serious or if there are workarounds to improve things. I'm seeing=20 things like 'unable to locate IOAPIC for xxx', call trace from=20 enlighten.c, 'd0 domain attempted wrmsr', 'Detected 1226681.732 MHz=20 processor.'(a 1.2 TeraHz processor??? - the processor is actually a 3.1=20 GHz processor), 'No compatible ACPI _PSS objects found.'. Plus, why do I see slightly different outputs on the consoles? Some=20 errors only show on one of the consoles but not the other. -Gerry --Boundary_(ID_EAJ/vTMOdLLjw417g8M7SQ) Content-type: text/html; CHARSET=US-ASCII Content-transfer-encoding: 7BIT On 05/07/2010 12:44 PM, Gerry Reno wrote:
On 05/07/2010 02:21 AM, Boris Derzhavets wrote:

>> /etc/xen/scripts/network-bridge: line 240: "sigerr" command not found.

apt-get install bridge-utils ( has been done ?)
If yes, you could try remove br0 declaration from /etc/network/interfaces
and edit properly /etc/xen/xend-config.sxp . Xen should bring up bridge
with no pain after reboot. Just service xend restart might not help.
I got this error this error as reaction on any mistake in Xen network config
on Lucid.

Boris.
P.S. you could keep br0 declaration and commented out network bridging setup
in /etc/xen/xend-config.sxp. It works as well.
 


--- On Fri, 5/7/10, Pasi Kärkkäinen <pasik@iki.fi> wrote:

From: Pasi Kärkkäinen <pasik@iki.fi>
Subject: Re: [Xen-devel] AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush
To: "Gerry Reno" <greno@verizon.net>
Cc: xen-devel@lists.xensource.com, "Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com>
Date: Friday, May 7, 2010, 2:05 AM

On Thu, May 06, 2010 at 10:22:03PM -0400, Gerry Reno wrote:
> On 05/06/2010 08:21 PM, Gerry Reno wrote:
>> Ok, I tested with the new 2.6.32.12:  (.config same)
>>
>> Case 1:  Xen 4.0.0-rc8 / pv_ops dom0 kernel 2.6.32.12
>>
>> Still pv_ops dom0 is not working properly.
>> There are still call trace and other errors.  The kernel does boot up 
>> but it takes again a long time to get the login prompt (about 3 mins). 
>> This is far longer than when I used 2.6.31.6 pv_ops dom0.  Networking
>> does not start properly (only see 'lo' and 'virbr0'), so I have to
>> restart it manually and then I see my bridge 'br0' and 'eth0'.
>> Can't find device "br0"
>> /etc/xen/scripts/network-bridge: line 240: "sigerr" command not found.
>> And it is trying unsuccessfully to start some laptop feature like 
>> S99powernap (unknown job) and also S28-libvirt-bin fails (maybe 
>> network related?).
>>
>>
>> Case 2:  pv_ops domU kernel 2.6.32.12  (no xen dom0):
>>
>> Now the straight linux kernel (no xen dom0) boots right up and goes to 
>> login prompt in normal timeframe.  Networking starts correctly.   
>> Things look pretty normal.
>>
>>
>> Observation:
>> I'm getting slightly different output on console and serial console.   
>> Some errors show on one but not the other.  Shouldn't these be
>> identical?
>>
>>
>> I'm attaching both serial console outputs.
>>
>> menu.lst is same as before (just .12 instead of .10)
>>
>> -Gerry
>>
>>
> And I'm attaching the syslog from Case 1 (pv_ops dom0).
>

You should be posting two things:

1) xm dmesg
2) dmesg

Aka the full boot log, from both Xen hypervisor and dom0 Linux kernel.

-- Pasi


Pasi, I am attaching 'xm dmesg' and 'dmesg'.

Boris, bridge-utils is installed and latest.  I will try some of these other things you suggested.

-Gerry

Ok, I tried to adjust bridge parameters and found that I can finally get pv_ops dom0 to boot in normal timeframe if I comment out all bridge related statements in /etc/xen/xend-config.sxp.  Before with 2.6.31.6 I had (network-script network-bridge) and also tried (network-script 'network-bridge bridge=br0') but these do not work with 2.6.32.12.

However, there are still errors in the pv_ops dom0 2.6.32.12 console output so I'm attaching the output so someone could see if they are serious or if there are workarounds to improve things.  I'm seeing things like 'unable to locate IOAPIC for xxx', call trace from enlighten.c, 'd0 domain attempted wrmsr', 'Detected 1226681.732 MHz processor.'(a 1.2 TeraHz processor??? - the processor is actually a 3.1 GHz processor), 'No compatible ACPI _PSS objects found.'.

Plus, why do I see slightly different outputs on the consoles?  Some errors only show on one of the consoles but not the other.


-Gerry

--Boundary_(ID_EAJ/vTMOdLLjw417g8M7SQ)-- --Boundary_(ID_aymftXoOsxmRfhyXOqUSlw) Content-type: text/plain; name=AMD_pvops_dom0_console_2.6.32.12_20100507.txt Content-disposition: attachment; filename=AMD_pvops_dom0_console_2.6.32.12_20100507.txt Content-Transfer-Encoding: quoted-printable __ __ _ _ ___ ___ ___ =20 \ \/ /___ _ __ | || | / _ \ / _ \ _ __ ___( _ )=20 \ // _ \ '_ \ | || |_| | | | | | |__| '__/ __/ _ \=20 / \ __/ | | | |__ _| |_| | |_| |__| | | (_| (_) | /_/\_\___|_| |_| |_|(_)___(_)___/ |_| \___\___/=20 =20 (XEN) Xen version 4.0.0-rc8 (root@) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubu= ntu5) ) Sat Apr 24 11:56:47 EDT 2010 (XEN) Latest ChangeSet: Fri Mar 26 10:29:38 2010 +0000 21074:542211ba675c (XEN) Console output is synchronous. (XEN) Command line: dummy=3Ddummy dom0_mem=3D1024M vga=3Dtext-80x50 log= lvl=3Dall guest_loglvl=3Dall sync_console console_to_rin1 (XEN) Video information: (XEN) VGA is text mode 80x50, font 8x8 (XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds (XEN) Disc information: (XEN) Found 6 MBR signatures (XEN) Found 6 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009f800 (usable) (XEN) 000000000009f800 - 00000000000a0000 (reserved) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000afde0000 (usable) (XEN) 00000000afde0000 - 00000000afde3000 (ACPI NVS) (XEN) 00000000afde3000 - 00000000afdf0000 (ACPI data) (XEN) 00000000afdf0000 - 00000000afe00000 (reserved) (XEN) 00000000e0000000 - 00000000f0000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000230000000 (usable) (XEN) ACPI: RSDP 000F75D0, 0014 (r0 GBT ) (XEN) ACPI: RSDT AFDE3000, 0038 (r1 GBT GBTUACPI 42302E31 GBTU 101010= 1) (XEN) ACPI: FACP AFDE3040, 0074 (r1 GBT GBTUACPI 42302E31 GBTU 101010= 1) (XEN) ACPI: DSDT AFDE30C0, 6E65 (r1 GBT GBTUACPI 1000 MSFT 300000= 0) (XEN) ACPI: FACS AFDE0000, 0040 (XEN) ACPI: HPET AFDEA000, 0038 (r1 GBT GBTUACPI 42302E31 GBTU 9= 8) (XEN) ACPI: MCFG AFDEA040, 003C (r1 GBT GBTUACPI 42302E31 GBTU 101010= 1) (XEN) ACPI: TAMG AFDEA080, 030A (r1 GBT GBT B0 5455312E BG53450101) (XEN) ACPI: APIC AFDE9F40, 0084 (r1 GBT GBTUACPI 42302E31 GBTU 101010= 1) (XEN) System RAM: 7433MB (7612036kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-0000000230000000 (XEN) Domain heap initialised (XEN) found SMP MP-table at 000f5c30 (XEN) DMI 2.4 present. (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x4008 (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[4004,0], pm1x_evt[4000,0] (XEN) ACPI: wakeup_vec[afde000c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) (XEN) Processor #0 0:4 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) (XEN) Processor #1 0:4 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 0:4 APIC version 16 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled) (XEN) Processor #3 0:4 APIC version 16 (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 2, version 33, 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 low 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: 0x10b9a201 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 3013.856 MHz processor. (XEN) Initing memory sharing. (XEN) HVM: ASIDs enabled. (XEN) HVM: SVM enabled (XEN) HVM: Hardware Assisted Paging detected. (XEN) AMD Fam10h machine check reporting enabled (XEN) AMD-Vi: IOMMU not found! (XEN) I/O virtualisation disabled (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) do_IRQ: 1.231 No irq handler for vector (irq -1) (XEN) Brought up 4 CPUs (XEN) do_IRQ: 3.231 No irq handler for vector (irq -1) (XEN) microcode.c:73:d32767 microcode: CPU1 resumed (XEN) do_IRQ: 2.231 No irq handler for vector (irq -1) (XEN) microcode.c:73:d32767 microcode: CPU2 resumed (XEN) microcode.c:73:d32767 microcode: CPU3 resumed (XEN) HPET: 4 timers in total, 3 timers will be used for broadcast (XEN) ACPI sleep modes: S3 (XEN) MCA: Use hw thresholding to adjust polling frequency (XEN) mcheck_poll: Machine check polling timer started. (XEN) *** LOADING DOMAIN 0 *** (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x1a76000 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000210000000->0000000220000000 (196608 pages to= be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff81000000->ffffffff81a76000 (XEN) Init. ramdisk: ffffffff81a76000->ffffffff8f7e5400 (XEN) Phys-Mach map: ffffffff8f7e6000->ffffffff8f9e6000 (XEN) Start info: ffffffff8f9e6000->ffffffff8f9e64b4 (XEN) Page tables: ffffffff8f9e7000->ffffffff8fa68000 (XEN) Boot stack: ffffffff8fa68000->ffffffff8fa69000 (XEN) TOTAL: ffffffff80000000->ffffffff8fc00000 (XEN) ENTRY ADDRESS: ffffffff8187d200 (XEN) Dom0 has maximum 4 VCPUs (XEN) Scrubbing Free RAM: ...............................................= ...................done. (XEN) Xen trace buffers: disabled (XEN) Std. Loglevel: All (XEN) Guest Loglevel: All (XEN) ********************************************** (XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS (XEN) ******* This option is intended to aid debugging of Xen by ensuring (XEN) ******* that all output is synchronously delivered on the serial li= ne. (XEN) ******* However it can introduce SIGNIFICANT latencies and affect (XEN) ******* timekeeping. It is NOT recommended for production use! (XEN) ********************************************** (XEN) 3... 2... 1...=20 (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input= to Xen) (XEN) Freed 164kB init memory. mapping kernel into physical memory Xen: setup ISA identity maps about to get started... [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32.12 (root@grp-01-23-02) (gcc version 4= .4.3 (Ubuntu 4.4.3-4ubuntu5) ) #2 SMP Thu May 0 [ 0.000000] Command line: dummy=3Ddummy root=3D/dev/mapper/vg--grp--01= --23--02--2-LogVol00 ro earlyprintk=3Dxen console=3Dhvt [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] released 0 pages of unused memory [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] Xen: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] Xen: 000000000009f800 - 0000000000100000 (reserved) [ 0.000000] Xen: 0000000000100000 - 0000000040000000 (usable) [ 0.000000] Xen: 00000000afde0000 - 00000000afde3000 (ACPI NVS) [ 0.000000] Xen: 00000000afde3000 - 00000000afdf0000 (ACPI data) [ 0.000000] Xen: 00000000afdf0000 - 00000000afe00000 (reserved) [ 0.000000] Xen: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] Xen: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] bootconsole [xenboot0] enabled [ 0.000000] DMI 2.4 present. [ 0.000000] last_pfn =3D 0x40000 max_arch_pfn =3D 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x701060007= 0106 [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000001000 (usable) [ 0.000000] modified: 0000000000001000 - 0000000000006000 (reserved) [ 0.000000] modified: 0000000000006000 - 000000000009f800 (usable) [ 0.000000] modified: 000000000009f800 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000040000000 (usable) [ 0.000000] modified: 00000000afde0000 - 00000000afde3000 (ACPI NVS) [ 0.000000] modified: 00000000afde3000 - 00000000afdf0000 (ACPI data) [ 0.000000] modified: 00000000afdf0000 - 00000000afe00000 (reserved) [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] init_memory_mapping: 0000000000000000-0000000040000000 [ 0.000000] RAMDISK: 01a76000 - 0f7e5400 [ 0.000000] ACPI: RSDP 00000000000f75d0 00014 (v00 GBT ) [ 0.000000] ACPI: RSDT 00000000afde3000 00038 (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] ACPI: FACP 00000000afde3040 00074 (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] ACPI: DSDT 00000000afde30c0 06E65 (v01 GBT GBTUACPI 000= 01000 MSFT 03000000) [ 0.000000] ACPI: FACS 00000000afde0000 00040 [ 0.000000] ACPI: HPET 00000000afdea000 00038 (v01 GBT GBTUACPI 423= 02E31 GBTU 00000098) [ 0.000000] ACPI: MCFG 00000000afdea040 0003C (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] ACPI: TAMG 00000000afdea080 0030A (v01 GBT GBT B0 545= 5312E BG?? 53450101) [ 0.000000] ACPI: APIC 00000000afde9f40 00084 (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000040000000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000040000000 [ 0.000000] NODE_DATA [0000000000008000 - 000000000000cfff] [ 0.000000] bootmap [000000000000d000 - 0000000000014fff] pages 8 [ 0.000000] (8 early reservations) =3D=3D> bootmem [0000000000 - 00400= 00000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page =3D=3D> [0= 000000000 - 0000001000] [ 0.000000] #1 [000f9e7000 - 000fa68000] XEN PAGETABLES =3D=3D> [0= 00f9e7000 - 000fa68000] [ 0.000000] #2 [0000006000 - 0000008000] TRAMPOLINE =3D=3D> [0= 000006000 - 0000008000] [ 0.000000] #3 [0001000000 - 0001a558e4] TEXT DATA BSS =3D=3D> [0= 001000000 - 0001a558e4] [ 0.000000] #4 [0001a76000 - 000f7e5400] RAMDISK =3D=3D> [0= 001a76000 - 000f7e5400] [ 0.000000] #5 [000f7e6000 - 000f9e7000] XEN START INFO =3D=3D> [0= 00f7e6000 - 000f9e7000] [ 0.000000] #6 [0001a56000 - 0001a560fe] BRK =3D=3D> [0= 001a56000 - 0001a560fe] [ 0.000000] #7 [0000100000 - 000027e000] PGTABLE =3D=3D> [0= 000100000 - 000027e000] [ 0.000000] found SMP MP-table at [ffff8800000f5c30] f5c30 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[3] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00000001 [ 0.000000] 0: 0x00000006 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x00040000 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0= -0 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ERROR: Unable to locate IOAPIC for GSI 2 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ERROR: Unable to locate IOAPIC for GSI 9 [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 0000000000001000 - 000000000= 0006000 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 000000000= 00a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 000000000= 0100000 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 400000= 00:6fde0000) [ 0.000000] Booting paravirtualized kernel on Xen [ 0.000000] Xen version: 4.0.0-rc8 (preserve-AD) (dom0) [ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88000fa9e000 s91416 r81= 92 d23272 u122880 [ 0.000000] pcpu-alloc: s91416 r8192 d23272 u122880 alloc=3D30*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3=20 [ 0.000000] Xen: using vcpu_info placement [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. To= tal pages: 258073 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: dummy=3Ddummy root=3D/dev/mapper/vg--= grp--01--23--02--2-LogVol00 ro earlyprintk=3Dxen cont [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] DMA: Placing 64MB software IO TLB between ffff880010c53000= - ffff880014c53000 [ 0.000000] DMA: software IO TLB at phys 0x10c53000 - 0x14c53000 [ 0.000000] xen_swiotlb_fixup: buf=3Dffff880010c53000 size=3D67108864 [ 0.000000] xen_swiotlb_fixup: buf=3Dffff880014cb3000 size=3D32768 [ 0.000000] Memory: 725620k/1048576k available (5532k kernel code, 408= k absent, 322548k reserved, 3061k data, 800k i) [ 0.000000] SLUB: Genslabs=3D14, HWalign=3D64, Order=3D0-3, MinObjects= =3D0, CPUs=3D4, Nodes=3D1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:1280 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] xen: sci override: source_irq=3D9 global_irq=3D9 trigger=3D= c polarity=3D3 [ 0.000000] xen_allocate_pirq: returning irq 9 for gsi 9 [ 0.000000] Already setup the GSI :9 [ 0.000000] xen: acpi sci 9 [ 0.000000] Console: colour VGA+ 80x50 [ 0.000000] console [tty0] enabled, bootconsole disabled [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32.12 (root@grp-01-23-02) (gcc version 4= .4.3 (Ubuntu 4.4.3-4ubuntu5) ) #2 SMP Thu May 0 [ 0.000000] Command line: dummy=3Ddummy root=3D/dev/mapper/vg--grp--01= --23--02--2-LogVol00 ro earlyprintk=3Dxen console=3Dhvt [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] released 0 pages of unused memory [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] Xen: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] Xen: 000000000009f800 - 0000000000100000 (reserved) [ 0.000000] Xen: 0000000000100000 - 0000000040000000 (usable) [ 0.000000] Xen: 00000000afde0000 - 00000000afde3000 (ACPI NVS) [ 0.000000] Xen: 00000000afde3000 - 00000000afdf0000 (ACPI data) [ 0.000000] Xen: 00000000afdf0000 - 00000000afe00000 (reserved) [ 0.000000] Xen: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] Xen: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] bootconsole [xenboot0] enabled [ 0.000000] DMI 2.4 present. [ 0.000000] last_pfn =3D 0x40000 max_arch_pfn =3D 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x701060007= 0106 [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000001000 (usable) [ 0.000000] modified: 0000000000001000 - 0000000000006000 (reserved) [ 0.000000] modified: 0000000000006000 - 000000000009f800 (usable) [ 0.000000] modified: 000000000009f800 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000040000000 (usable) [ 0.000000] modified: 00000000afde0000 - 00000000afde3000 (ACPI NVS) [ 0.000000] modified: 00000000afde3000 - 00000000afdf0000 (ACPI data) [ 0.000000] modified: 00000000afdf0000 - 00000000afe00000 (reserved) [ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] init_memory_mapping: 0000000000000000-0000000040000000 [ 0.000000] RAMDISK: 01a76000 - 0f7e5400 [ 0.000000] ACPI: RSDP 00000000000f75d0 00014 (v00 GBT ) [ 0.000000] ACPI: RSDT 00000000afde3000 00038 (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] ACPI: FACP 00000000afde3040 00074 (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] ACPI: DSDT 00000000afde30c0 06E65 (v01 GBT GBTUACPI 000= 01000 MSFT 03000000) [ 0.000000] ACPI: FACS 00000000afde0000 00040 [ 0.000000] ACPI: HPET 00000000afdea000 00038 (v01 GBT GBTUACPI 423= 02E31 GBTU 00000098) [ 0.000000] ACPI: MCFG 00000000afdea040 0003C (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] ACPI: TAMG 00000000afdea080 0030A (v01 GBT GBT B0 545= 5312E BG?? 53450101) [ 0.000000] ACPI: APIC 00000000afde9f40 00084 (v01 GBT GBTUACPI 423= 02E31 GBTU 01010101) [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000040000000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000040000000 [ 0.000000] NODE_DATA [0000000000008000 - 000000000000cfff] [ 0.000000] bootmap [000000000000d000 - 0000000000014fff] pages 8 [ 0.000000] (8 early reservations) =3D=3D> bootmem [0000000000 - 00400= 00000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page =3D=3D> [0= 000000000 - 0000001000] [ 0.000000] #1 [000f9e7000 - 000fa68000] XEN PAGETABLES =3D=3D> [0= 00f9e7000 - 000fa68000] [ 0.000000] #2 [0000006000 - 0000008000] TRAMPOLINE =3D=3D> [0= 000006000 - 0000008000] [ 0.000000] #3 [0001000000 - 0001a558e4] TEXT DATA BSS =3D=3D> [0= 001000000 - 0001a558e4] [ 0.000000] #4 [0001a76000 - 000f7e5400] RAMDISK =3D=3D> [0= 001a76000 - 000f7e5400] [ 0.000000] #5 [000f7e6000 - 000f9e7000] XEN START INFO =3D=3D> [0= 00f7e6000 - 000f9e7000] [ 0.000000] #6 [0001a56000 - 0001a560fe] BRK =3D=3D> [0= 001a56000 - 0001a560fe] [ 0.000000] #7 [0000100000 - 000027e000] PGTABLE =3D=3D> [0= 000100000 - 000027e000] [ 0.000000] found SMP MP-table at [ffff8800000f5c30] f5c30 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[3] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00000001 [ 0.000000] 0: 0x00000006 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x00040000 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0= -0 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ERROR: Unable to locate IOAPIC for GSI 2 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ERROR: Unable to locate IOAPIC for GSI 9 [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 0000000000001000 - 000000000= 0006000 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 000000000= 00a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 000000000= 0100000 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 400000= 00:6fde0000) [ 0.000000] Booting paravirtualized kernel on Xen [ 0.000000] Xen version: 4.0.0-rc8 (preserve-AD) (dom0) [ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88000fa9e000 s91416 r81= 92 d23272 u122880 [ 0.000000] pcpu-alloc: s91416 r8192 d23272 u122880 alloc=3D30*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3=20 [ 0.000000] Xen: using vcpu_info placement [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. To= tal pages: 258073 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: dummy=3Ddummy root=3D/dev/mapper/vg--= grp--01--23--02--2-LogVol00 ro earlyprintk=3Dxen cont [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] DMA: Placing 64MB software IO TLB between ffff880010c53000= - ffff880014c53000 [ 0.000000] DMA: software IO TLB at phys 0x10c53000 - 0x14c53000 [ 0.000000] xen_swiotlb_fixup: buf=3Dffff880010c53000 size=3D67108864 [ 0.000000] xen_swiotlb_fixup: buf=3Dffff880014cb3000 size=3D32768 [ 0.000000] Memory: 725620k/1048576k available (5532k kernel code, 408= k absent, 322548k reserved, 3061k data, 800k i) [ 0.000000] SLUB: Genslabs=3D14, HWalign=3D64, Order=3D0-3, MinObjects= =3D0, CPUs=3D4, Nodes=3D1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:1280 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] xen: sci override: source_irq=3D9 global_irq=3D9 trigger=3D= c polarity=3D3 [ 0.000000] xen_allocate_pirq: returning irq 9 for gsi 9 [ 0.000000] Already setup the GSI :9 [ 0.000000] xen: acpi sci 9 [ 0.000000] Console: colour VGA+ 80x50 [ 0.000000] console [tty0] enabled, bootconsole disabled [ 0.000000] console [hvc0] enabled [ 0.000000] allocated 10485760 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=3Dmemory' option if you don't w= ant memory cgroups [ 0.000000] installing Xen timer for CPU 0 (XEN) traps.c:2309:d0 Domain attempted WRMSR 00000000c0010004 from 000000= 09:7a005ff8 to 00000000:00000000. (XEN) traps.c:2309:d0 Domain attempted WRMSR 00000000c0010000 from 000000= 00:00030076 to 00000000:00430076. [ 0.000000] Detected 1226681.732 MHz processor. [ 0.010000] Calibrating delay loop (skipped), value calculated using t= imer frequency.. 6027.71 BogoMIPS (lpj=3D3013856) [ 0.010029] Security Framework initialized [ 0.014339] SELinux: Disabled at boot. [ 0.018527] Dentry cache hash table entries: 131072 (order: 8, 1048576= bytes) [ 0.020034] Inode-cache hash table entries: 65536 (order: 7, 524288 by= tes) [ 0.027361] Mount-cache hash table entries: 256 [ 0.030132] Initializing cgroup subsys ns [ 0.034336] Initializing cgroup subsys cpuacct [ 0.038989] Initializing cgroup subsys memory [ 0.040000] Initializing cgroup subsys devices [ 0.040000] Initializing cgroup subsys freezer [ 0.040000] Initializing cgroup subsys net_cls [ 0.040026] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 byte= s/line) [ 0.047409] CPU: L2 Cache: 512K (64 bytes/line) [ 0.050000] CPU 0/0x0 -> Node 0 [ 0.050006] CPU: Physical Processor ID: 0 [ 0.054220] CPU: Processor Core ID: 0 [ 0.058047] mce: CPU supports 6 MCE banks [ 0.060014] Performance Events: AMD PMU driver. [ 0.064705] ------------[ cut here ]------------ [ 0.069582] WARNING: at arch/x86/xen/enlighten.c:731 xen_apic_write+0x= 1a/0x20() [ 0.070000] Hardware name: GA-MA790GP-UD4H [ 0.070000] Modules linked in: [ 0.070000] Pid: 0, comm: swapper Not tainted 2.6.32.12 #2 [ 0.070000] Call Trace: [ 0.070000] [] warn_slowpath_common+0x7b/0xc0 [ 0.070000] [] warn_slowpath_null+0x14/0x20 [ 0.070000] [] xen_apic_write+0x1a/0x20 [ 0.070000] [] perf_events_lapic_init+0x36/0x40 [ 0.070000] [] init_hw_perf_events+0x34f/0x3ec [ 0.070000] [] identify_boot_cpu+0x3c/0x3e [ 0.070000] [] check_bugs+0x9/0x2d [ 0.070000] [] start_kernel+0x3e3/0x403 [ 0.070000] [] x86_64_start_reservations+0x125/0x12= 9 [ 0.070000] [] xen_start_kernel+0x6ab/0x6b2 [ 0.070000] ---[ end trace a7919e7f17c0a725 ]--- [ 0.070000] ... version: 0 [ 0.070000] ... bit width: 48 [ 0.070000] ... generic registers: 4 [ 0.070000] ... value mask: 0000ffffffffffff [ 0.070000] ... max period: 00007fffffffffff [ 0.070000] ... fixed-purpose events: 0 [ 0.070000] ... event mask: 000000000000000f [ 0.070000] SMP alternatives: switching to UP code [ 0.070000] ACPI: Core revision 20090903 [ 0.080046] ftrace: converting mcount calls to 0f 1f 44 00 00 [ 0.086060] ftrace: allocating 21787 entries in 86 pages [ 0.090080] cpu 0 spinlock event irq 1278 [ 0.094471] installing Xen timer for CPU 1 [ 0.099518] cpu 1 spinlock event irq 1272 [ 0.100022] SMP alternatives: switching to SMP code [ 0.000016] Initializing CPU#1 [ 0.000064] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 byte= s/line) [ 0.000066] CPU: L2 Cache: 512K (64 bytes/line) [ 0.000068] CPU 1/0x0 -> Node 0 [ 0.000070] CPU: Physical Processor ID: 0 [ 0.000071] CPU: Processor Core ID: 1 [ 0.110199] installing Xen timer for CPU 2 [ 0.120012] cpu 2 spinlock event irq 1266 [ 0.000017] Initializing CPU#2 [ 0.000062] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 byte= s/line) [ 0.000065] CPU: L2 Cache: 512K (64 bytes/line) [ 0.000067] CPU 2/0x0 -> Node 0 [ 0.000069] CPU: Physical Processor ID: 0 [ 0.000070] CPU: Processor Core ID: 2 [ 0.124435] installing Xen timer for CPU 3 [ 0.130012] cpu 3 spinlock event irq 1260 [ 0.000014] Initializing CPU#3 [ 0.000067] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 byte= s/line) [ 0.000069] CPU: L2 Cache: 512K (64 bytes/line) [ 0.000071] CPU 3/0x0 -> Node 0 [ 0.000073] CPU: Physical Processor ID: 0 [ 0.000074] CPU: Processor Core ID: 3 [ 0.134400] Brought up 4 CPUs [ 0.140038] devtmpfs: initialized [ 0.144568] Grant table initialized [ 0.144568] regulator: core version 0.5 [ 0.147706] Time: 21:15:26 Date: 05/07/10 [ 0.150034] NET: Registered protocol family 16 [ 0.154698] TOM: 00000000d0000000 aka 3328M [ 0.154698] TOM2: 0000000230000000 aka 8960M [ 0.160040] ACPI: bus type pci registered [ 0.164280] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0= - 255 [ 0.170000] PCI: MCFG area at e0000000 reserved in E820 [ 0.199975] PCI: Using MMCONFIG at e0000000 - efffffff [ 0.200000] PCI: Using configuration type 1 for base access [ 0.200593] bio: create slab at 0 [ 0.204168] ERROR: Unable to locate IOAPIC for GSI 9 [ 0.219565] ACPI: Interpreter enabled [ 0.220000] ACPI: (supports S0 S1 S4 S5) [ 0.220000] ACPI: Using IOAPIC for interrupt routing [ 0.224968] ACPI: No dock devices found. [ 0.229067] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.230000] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold [ 0.230000] pci 0000:00:0a.0: PME# disabled [ 0.230420] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.236666] pci 0000:00:12.2: PME# disabled [ 0.240000] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.240000] pci 0000:00:13.2: PME# disabled [ 0.240223] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.246572] pci 0000:00:14.2: PME# disabled [ 0.250531] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3col= d [ 0.257368] pci 0000:02:00.0: PME# disabled [ 0.260000] pci 0000:03:0e.0: PME# supported from D0 D1 D2 D3hot [ 0.260000] pci 0000:03:0e.0: PME# disabled [ 0.260000] pci 0000:00:14.4: transparent bridge (XEN) PCI add device 00:00.0 (XEN) PCI add device 00:01.0 (XEN) PCI add device 00:0a.0 (XEN) PCI add device 00:11.0 (XEN) PCI add device 00:12.0 (XEN) PCI add device 00:12.1 (XEN) PCI add device 00:12.2 (XEN) PCI add device 00:13.0 (XEN) PCI add device 00:13.1 (XEN) PCI add device 00:13.2 (XEN) PCI add device 00:14.0 (XEN) PCI add device 00:14.1 (XEN) PCI add device 00:14.2 (XEN) PCI add device 00:14.3 (XEN) PCI add device 00:14.4 (XEN) PCI add device 00:14.5 (XEN) PCI add device 00:18.0 (XEN) PCI add device 00:18.1 (XEN) PCI add device 00:18.2 (XEN) PCI add device 00:18.3 (XEN) PCI add device 00:18.4 (XEN) PCI add device 01:05.0 (XEN) PCI add device 01:05.1 (XEN) PCI add device 02:00.0 (XEN) PCI add device 03:0e.0 [ 0.335434] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.340082] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.347852] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.350081] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.357680] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.360078] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.367880] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.370086] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0,= disabled. [ 0.377858] xen_balloon: Initialising balloon driver with page order 0= . [ 0.380068] vgaarb: device added: PCI:0000:01:05.0,decodes=3Dio+mem,ow= ns=3Dio+mem,locks=3Dnone [ 0.388354] vgaarb: loaded [ 0.390097] SCSI subsystem initialized [ 0.394026] usbcore: registered new interface driver usbfs [ 0.395721] usbcore: registered new interface driver hub [ 0.400025] usbcore: registered new device driver usb [ 0.405207] ACPI: WMI: Mapper loaded [ 0.405207] PCI: Using ACPI for IRQ routing [ 0.408122] pci 0000:00:00.0: BAR 3: address space collision on of dev= ice [0xe0000000-0xffffffff] [ 0.410000] pci 0000:00:00.0: BAR 3: can't allocate resource [ 0.410073] NetLabel: Initializing [ 0.413597] NetLabel: domain hash size =3D 128 [ 0.418157] NetLabel: protocols =3D UNLABELED CIPSOv4 [ 0.420000] NetLabel: unlabeled traffic allowed by default [ 0.420058] Switching to clocksource xen [ 0.424161] pnp: PnP ACPI init [ 0.424687] ACPI: bus type pnp registered [ 0.429817] xen_allocate_pirq: returning irq 8 for gsi 8 [ 0.435317] Already setup the GSI :8 [ 0.439229] xen_allocate_pirq: returning irq 13 for gsi 13 [ 0.444891] Already setup the GSI :13 [ 0.449297] xen_allocate_pirq: returning irq 4 for gsi 4 [ 0.454751] Already setup the GSI :4 [ 0.458569] xen_allocate_pirq: returning irq 12 for gsi 12 [ 0.464249] Already setup the GSI :12 [ 0.468194] xen_allocate_pirq: returning irq 1 for gsi 1 [ 0.473646] Already setup the GSI :1 [ 0.477806] pnp 00:0c: mem resource (0xd1c00-0xd3fff) overlaps 0000:00= :00.0 BAR 3 (0x0-0x1fffffff), disabling [ 0.483642] pnp 00:0c: mem resource (0xf0000-0xf7fff) overlaps 0000:00= :00.0 BAR 3 (0x0-0x1fffffff), disabling [ 0.483642] pnp 00:0c: mem resource (0xf8000-0xfbfff) overlaps 0000:00= :00.0 BAR 3 (0x0-0x1fffffff), disabling [ 0.483642] pnp 00:0c: mem resource (0xfc000-0xfffff) overlaps 0000:00= :00.0 BAR 3 (0x0-0x1fffffff), disabling [ 0.483642] pnp 00:0c: mem resource (0x0-0x9ffff) overlaps 0000:00:00.= 0 BAR 3 (0x0-0x1fffffff), disabling [ 0.483642] pnp 00:0c: mem resource (0x100000-0xafddffff) overlaps 000= 0:00:00.0 BAR 3 (0x0-0x1fffffff), disabling [ 0.539753] pnp: PnP ACPI: found 13 devices [ 0.544106] ACPI: ACPI bus type pnp unregistered [ 0.549000] system 00:01: ioport range 0x4d0-0x4d1 has been reserved [ 0.555581] system 00:01: ioport range 0x220-0x225 has been reserved [ 0.558989] system 00:01: ioport range 0x290-0x294 has been reserved [ 0.568976] system 00:02: ioport range 0x4100-0x411f has been reserved [ 0.575845] system 00:02: ioport range 0x228-0x22f has been reserved [ 0.578971] system 00:02: ioport range 0x40b-0x40b has been reserved [ 0.578971] system 00:02: ioport range 0x4d6-0x4d6 has been reserved [ 0.578971] system 00:02: ioport range 0xc00-0xc01 has been reserved [ 0.578971] system 00:02: ioport range 0xc14-0xc14 has been reserved [ 0.578971] system 00:02: ioport range 0xc50-0xc52 has been reserved [ 0.578971] system 00:02: ioport range 0xc6c-0xc6d has been reserved [ 0.578971] system 00:02: ioport range 0xc6f-0xc6f has been reserved [ 0.578971] system 00:02: ioport range 0xcd0-0xcd1 has been reserved [ 0.578971] system 00:02: ioport range 0xcd2-0xcd3 has been reserved [ 0.578971] system 00:02: ioport range 0xcd4-0xcdf has been reserved [ 0.578971] system 00:02: ioport range 0x4000-0x40fe has been reserved [ 0.578971] system 00:02: ioport range 0x4210-0x4217 has been reserved [ 0.578971] system 00:02: ioport range 0xb00-0xb0f has been reserved [ 0.578971] system 00:02: ioport range 0xb10-0xb1f has been reserved [ 0.675615] system 00:02: ioport range 0xb20-0xb3f has been reserved [ 0.682209] system 00:0b: iomem range 0xe0000000-0xefffffff has been r= eserved [ 0.689649] system 00:0c: iomem range 0xafde0000-0xafdfffff could not = be reserved [ 0.692202] system 00:0c: iomem range 0xffff0000-0xffffffff has been r= eserved [ 0.692202] system 00:0c: iomem range 0xafef0000-0xcfeeffff has been r= eserved [ 0.692202] system 00:0c: iomem range 0xfec00000-0xfec00fff could not = be reserved [ 0.692202] system 00:0c: iomem range 0xfee00000-0xfee00fff has been r= eserved [ 0.692202] system 00:0c: iomem range 0xfff80000-0xfffeffff has been r= eserved [ 0.738327] PM-Timer failed consistency check (0x0xffffff) - aborting= . [ 0.745088] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 0.745934] pci 0000:00:01.0: IO window: 0xe000-0xefff [ 0.745934] pci 0000:00:01.0: MEM window: 0xfde00000-0xfdffffff [ 0.745934] pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x00= 0000dfffffff [ 0.745934] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02 [ 0.745934] pci 0000:00:0a.0: IO window: 0xd000-0xdfff [ 0.745934] pci 0000:00:0a.0: MEM window: 0xfdd00000-0xfddfffff [ 0.745934] pci 0000:00:0a.0: PREFETCH window: 0x000000fda00000-0x00= 0000fdafffff [ 0.745934] pci 0000:00:14.4: PCI bridge, secondary bus 0000:03 [ 0.745934] pci 0000:00:14.4: IO window: 0xc000-0xcfff [ 0.745934] pci 0000:00:14.4: MEM window: 0xfdc00000-0xfdcfffff [ 0.745934] pci 0000:00:14.4: PREFETCH window: 0xfdb00000-0xfdbfffff [ 0.822892] pci 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ = 18 [ 0.829781] NET: Registered protocol family 2 [ 0.834393] IP route cache hash table entries: 32768 (order: 6, 262144= bytes) [ 0.842263] TCP established hash table entries: 131072 (order: 9, 2097= 152 bytes) [ 0.850637] TCP bind hash table entries: 65536 (order: 8, 1048576 byte= s) [ 0.857871] TCP: Hash tables configured (established 131072 bind 65536= ) [ 0.860005] TCP reno registered [ 0.860005] NET: Registered protocol family 1 [ 1.020209] Trying to unpack rootfs image as initramfs... [ 1.228293] Freeing initrd memory: 226749k freed [ 1.326486] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.330012] DMA: Placing 64MB software IO TLB between ffff880010c53000= - ffff880014c53000 [ 1.330012] DMA: software IO TLB at phys 0x10c53000 - 0x14c53000 [ 1.348327] Scanning for low memory corruption every 60 seconds [ 1.354569] audit: initializing netlink socket (disabled) [ 1.360151] type=3D2000 audit(1273266927.991:1): initialized [ 1.371932] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.379646] VFS: Disk quotas dquot_6.5.2 [ 1.383816] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.391087] fuse init (API version 7.13) [ 1.395183] msgmni has been set to 1860 [ 1.399561] alg: No test for stdrng (krng) [ 1.403902] Block layer SCSI generic (bsg) driver version 0.4 loaded (= major 253) [ 1.411496] io scheduler noop registered [ 1.413833] io scheduler anticipatory registered [ 1.413833] io scheduler deadline registered (default) [ 1.426011] io scheduler cfq registered [ 1.430446] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.436206] pciehp: PCI Express Hot Plug Controller Driver version: 0.= 4 [ 1.443197] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PN= P0C0C:00/input/input0 [ 1.451838] ACPI: Power Button [PWRB] [ 1.455774] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/in= put/input1 [ 1.463414] ACPI: Power Button [PWRF] [ 1.469464] Event-channel device installed. [ 1.477606] blktap_device_init: blktap device major 253 [ 1.483041] blktap_ring_init: blktap ring major: 252 [ 1.488986] registering netback [ 1.492326] xen-platform-pcifailed backend handshake: unrecognised mag= ic value [ 1.501079] hpet_acpi_add: no address or irqs in _CRS [ 1.506297] Linux agpgart interface v0.103 [ 1.510530] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.518081] brd: module loaded [ 1.521553] loop: module loaded [ 1.524848] input: Macintosh mouse button emulation as /devices/virtua= l/input/input2 [ 1.533142] pata_acpi 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -= > IRQ 16 [ 1.541027] Fixed MDIO Bus: probed [ 1.544568] PPP generic driver version 2.4.2 [ 1.549091] tun: Universal TUN/TAP device driver, 1.6 [ 1.550804] tun: (C) 1999-2004 Max Krasnyansky [ 1.560902] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.567631] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) ->= IRQ 17 [ 1.574943] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 1.580471] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bu= s number 1 [ 1.588186] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze= workaround [ 1.590463] ehci_hcd 0000:00:12.2: debug port 1 [ 1.590463] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000 [ 1.630041] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 1.636030] usb usb1: configuration #1 chosen from 1 choice [ 1.641888] hub 1-0:1.0: USB hub found [ 1.645772] hub 1-0:1.0: 6 ports detected [ 1.650180] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) ->= IRQ 19 [ 1.657509] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 1.660142] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bu= s number 2 [ 1.660142] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze= workaround [ 1.660142] ehci_hcd 0000:00:13.2: debug port 1 [ 1.660142] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000 [ 1.689088] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 1.695196] usb usb2: configuration #1 chosen from 1 choice [ 1.701032] hub 2-0:1.0: USB hub found [ 1.705007] hub 2-0:1.0: 6 ports detected [ 1.709250] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.715676] xen_allocate_pirq: returning irq 16 for gsi 16 [ 1.721369] Already setup the GSI :16 [ 1.725240] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) ->= IRQ 16 [ 1.732614] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 1.738118] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bu= s number 3 [ 1.745832] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000 [ 1.804145] usb usb3: configuration #1 chosen from 1 choice [ 1.809821] hub 3-0:1.0: USB hub found [ 1.813809] hub 3-0:1.0: 3 ports detected [ 1.818101] xen_allocate_pirq: returning irq 16 for gsi 16 [ 1.823751] Already setup the GSI :16 [ 1.827630] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) ->= IRQ 16 [ 1.833748] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 1.840611] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bu= s number 4 [ 1.848295] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000 [ 1.904115] usb usb4: configuration #1 chosen from 1 choice [ 1.909952] hub 4-0:1.0: USB hub found [ 1.913940] hub 4-0:1.0: 3 ports detected [ 1.918321] xen_allocate_pirq: returning irq 18 for gsi 18 [ 1.924045] Already setup the GSI :18 [ 1.927849] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) ->= IRQ 18 [ 1.934040] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 1.940897] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bu= s number 5 [ 1.948609] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000 [ 2.004123] usb usb5: configuration #1 chosen from 1 choice [ 2.009887] hub 5-0:1.0: USB hub found [ 2.013792] hub 5-0:1.0: 3 ports detected [ 2.018174] xen_allocate_pirq: returning irq 18 for gsi 18 [ 2.023900] Already setup the GSI :18 [ 2.027689] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) ->= IRQ 18 [ 2.033897] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 2.033897] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bu= s number 6 [ 2.033897] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000 [ 2.084109] usb usb6: configuration #1 chosen from 1 choice [ 2.089884] hub 6-0:1.0: USB hub found [ 2.093881] hub 6-0:1.0: 3 ports detected [ 2.098257] xen_allocate_pirq: returning irq 18 for gsi 18 [ 2.103893] Already setup the GSI :18 [ 2.107769] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) ->= IRQ 18 [ 2.113890] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 2.120644] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bu= s number 7 [ 2.128427] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000 [ 2.184109] usb usb7: configuration #1 chosen from 1 choice [ 2.189923] hub 7-0:1.0: USB hub found [ 2.193910] hub 7-0:1.0: 2 ports detected [ 2.198106] uhci_hcd: USB Universal Host Controller Interface driver [ 2.204787] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0= x64 irq 1,12 [ 2.213057] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.218208] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.223623] mice: PS/2 mouse device common for all mice [ 2.229152] rtc_cmos 00:05: RTC can wake from S4 [ 2.233553] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 [ 2.240422] rtc0: alarms up to one month, 242 bytes nvram [ 2.246172] device-mapper: uevent: version 1.0.3 [ 2.251091] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialise= d: dm-devel@redhat.com [ 2.260114] device-mapper: multipath: version 1.1.0 loaded [ 2.265785] device-mapper: multipath round-robin: version 1.0.0 loaded [ 2.272932] cpuidle: using governor ladder [ 2.277172] cpuidle: using governor menu [ 2.282422] TCP cubic registered [ 2.285839] NET: Registered protocol family 10 [ 2.290929] lo: Disabled Privacy Extensions [ 2.295481] NET: Registered protocol family 17 [ 2.300154] powernow-k8: Found 1 AMD Phenom(tm) II X4 940 Processor pr= ocessors (4 cpu cores) (version 2.20.00) [ 2.310093] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objec= ts found. [ 2.310093] [Firmware Bug]: powernow-k8: Try again with latest BIOS. [ 2.324925] input: AT Translated Set 2 keyboard as /devices/platform/i= 8042/serio0/input/input3 [ 2.324957] registered taskstats version 1 [ 2.325528] Magic number: 10:466:297 [ 2.342162] rtc_cmos 00:05: setting system clock to 2010-05-07 21:15:2= 9 UTC (1273266929) [ 2.350001] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.350001] EDD information not available. [ 2.361353] Freeing unused kernel memory: 800k freed [ 2.366735] Write protecting the kernel read-only data: 7812k [ 2.408521] udev: starting version 151 [ 2.424728] md: linear personality registered for level -1 [ 2.488805] md: multipath personality registered for level -4 [ 2.503011] scsi0 : pata_atiixp [ 2.506576] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.510008] xen_allocate_pirq: returning irq 18 for gsi 18 [ 2.518096] Already setup the GSI :18 [ 2.521838] r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IR= Q 18 [ 2.529801] eth0: RTL8168c/8111c at 0xffffc900001ea000, 00:24:1d:19:05= :df, XID 1c4000c0 IRQ 1250 [ 2.542676] scsi1 : pata_atiixp [ 2.547201] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 i= rq 14 [ 2.554508] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 i= rq 15 [ 2.562949] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ= 22 [ 2.570117] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps = 0x3f impl SATA mode [ 2.577287] md: raid0 personality registered for level 0 [ 2.580006] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo p= mp pio slum part ccc=20 [ 2.593852] scsi2 : ahci [ 2.596557] scsi3 : ahci [ 2.599246] scsi4 : ahci [ 2.601930] scsi5 : ahci [ 2.604665] scsi6 : ahci [ 2.607379] scsi7 : ahci [ 2.610207] ata3: SATA max UDMA/133 irq_stat 0x00400000, PHY RDY chang= ed irq 22 [ 2.617761] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f= 180 irq 22 [ 2.620026] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f= 200 irq 22 [ 2.620026] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f= 280 irq 22 [ 2.620026] ata7: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f= 300 irq 22 [ 2.620026] ata8: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f= 380 irq 22 [ 2.760511] ata1.01: ATAPI: HL-DT-STDVD-ROM GDR8164B, 0L06, max UDMA/3= 3 [ 2.800455] ata1.01: configured for UDMA/33 [ 2.808960] scsi 0:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR8164B = 0L06 PQ: 0 ANSI: 5 [ 2.825512] sr0: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray [ 2.831715] Uniform CD-ROM driver Revision: 3.20 [ 2.836591] sr 0:0:1:0: Attached scsi generic sg0 type 5 [ 3.180040] ata5: softreset failed (device not ready) [ 3.185277] ata5: applying SB600 PMP SRST workaround and retrying [ 3.191598] ata6: softreset failed (device not ready) [ 3.191628] ata4: softreset failed (device not ready) [ 3.191632] ata4: applying SB600 PMP SRST workaround and retrying [ 3.191661] ata7: softreset failed (device not ready) [ 3.191665] ata7: applying SB600 PMP SRST workaround and retrying [ 3.191696] ata8: softreset failed (device not ready) [ 3.191699] ata8: applying SB600 PMP SRST workaround and retrying [ 3.201590] ata6: applying SB600 PMP SRST workaround and retrying [ 3.390068] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.396397] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.400058] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.400098] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.415839] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.422547] ata5.00: ATA-8: Hitachi HDT721025SLA380, STBOA31B, max UDM= A/133 [ 3.429657] ata5.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/3= 2), AA [ 3.437302] ata7.00: ATA-8: Hitachi HDP725050GLA360, GM4OA5CA, max UDM= A/133 [ 3.444493] ata7.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/3= 2), AA [ 3.451855] ata6.00: ATA-8: Hitachi HDT721025SLA380, STBOA31B, max UDM= A/133 [ 3.451864] ata8.00: ATA-8: Hitachi HDP725050GLA360, GM4OA5CA, max UDM= A/133 [ 3.451866] ata8.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/3= 2), AA [ 3.461822] ata6.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/3= 2), AA [ 3.481315] ata4.00: ATA-8: Hitachi HDT721025SLA380, STBOA31B, max UDM= A/133 [ 3.488528] ata4.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/3= 2), AA [ 3.495911] ata5.00: configured for UDMA/133 [ 3.500617] ata6.00: configured for UDMA/133 [ 3.500619] ata7.00: configured for UDMA/133 [ 3.500623] ata8.00: configured for UDMA/133 [ 3.514415] ata4.00: configured for UDMA/133 [ 3.570051] ata3: softreset failed (device not ready) [ 3.575273] ata3: applying SB600 PMP SRST workaround and retrying [ 3.750047] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.778336] ata3.00: ATA-8: Hitachi HDT721025SLA380, STBOA31B, max UDM= A/133 [ 3.785544] ata3.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/3= 2), AA [ 3.794057] ata3.00: configured for UDMA/133 [ 3.810147] scsi 2:0:0:0: Direct-Access ATA Hitachi HDT72102 = STBO PQ: 0 ANSI: 5 [ 3.818665] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 3.818680] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 = GB/232 GiB) [ 3.818724] sd 2:0:0:0: [sda] Write Protect is off [ 3.818748] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 3.818885] sda: sda1 sda2 sda3 [ 3.849930] scsi 3:0:0:0: Direct-Access ATA Hitachi HDT72102 = STBO PQ: 0 ANSI: 5 [ 3.849992] sd 2:0:0:0: [sda] Attached SCSI disk [ 3.863295] sd 3:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 = GB/232 GiB) [ 3.863307] sd 3:0:0:0: Attached scsi generic sg2 type 0 [ 3.863435] scsi 4:0:0:0: Direct-Access ATA Hitachi HDT72102 = STBO PQ: 0 ANSI: 5 [ 3.863563] sd 4:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 = GB/232 GiB) [ 3.863588] sd 4:0:0:0: Attached scsi generic sg3 type 0 [ 3.863615] sd 4:0:0:0: [sdc] Write Protect is off [ 3.863648] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 3.863765] sdc: [ 3.863834] scsi 5:0:0:0: Direct-Access ATA Hitachi HDT72102 = STBO PQ: 0 ANSI: 5 [ 3.863939] sd 5:0:0:0: [sdd] 488397168 512-byte logical blocks: (250 = GB/232 GiB) [ 3.863961] sd 5:0:0:0: Attached scsi generic sg4 type 0 [ 3.863982] sd 5:0:0:0: [sdd] Write Protect is off [ 3.864009] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 3.864121] sdd: [ 3.864182] scsi 6:0:0:0: Direct-Access ATA Hitachi HDP72505 = GM4O PQ: 0 ANSI: 5 [ 3.864286] sd 6:0:0:0: [sde] 976773168 512-byte logical blocks: (500 = GB/465 GiB) [ 3.864299] sd 6:0:0:0: Attached scsi generic sg5 type 0 [ 3.864337] sd 6:0:0:0: [sde] Write Protect is off [ 3.864366] sd 6:0:0:0: [sde] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 3.864388] scsi 7:0:0:0: Direct-Access ATA Hitachi HDP72505 = GM4O PQ: 0 ANSI: 5 [ 3.864484] sde: [ 3.864503] sd 7:0:0:0: Attached scsi generic sg6 type 0 [ 3.864522] sd 7:0:0:0: [sdf] 976773168 512-byte logical blocks: (500 = GB/465 GiB) [ 3.864572] sd 7:0:0:0: [sdf] Write Protect is off [ 3.864599] sd 7:0:0:0: [sdf] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 3.864708] sdf: sdc1 [ 4.024704] sdf1 [ 4.024941] sd 4:0:0:0: [sdc] Attached SCSI disk [ 4.030117] sd 3:0:0:0: [sdb] Write Protect is off [ 4.030141] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enable= d, doesn't support DPO or FUA [ 4.032501] sdf2 sdf3 [ 4.049540] sdd1 [ 4.051579] sde1 sde2 sde3 [ 4.054669] sd 6:0:0:0: [sde] Attached SCSI disk [ 4.054765] sd 7:0:0:0: [sdf] Attached SCSI disk [ 4.054841] sd 5:0:0:0: [sdd] Attached SCSI disk [ 4.054890] sdb: sdb1 sdb2 sdb3 [ 4.081421] sd 3:0:0:0: [sdb] Attached SCSI disk [ 4.092001] xen_allocate_pirq: returning irq 22 for gsi 22 [ 4.097792] Already setup the GSI :22 [ 4.101690] ohci1394 0000:03:0e.0: PCI INT A -> GSI 22 (level, low) ->= IRQ 22 [ 4.107355] md: raid1 personality registered for level 1 [ 4.119331] async_tx: api initialized (async) [ 4.125875] xor: automatically using best checksumming function: gener= ic_sse [ 4.170015] generic_sse: 4960.800 MB/sec [ 4.170081] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=3D[22] MMIO=3D= [fdcff000-fdcff7ff] Max Packet=3D[2048] IR/IT co] [ 4.174441] xor: using function: generic_sse (4960.800 MB/sec) [ 4.244058] md: bind [ 4.253090] md: bind [ 4.258337] raid1: raid set md3 active with 2 out of 2 mirrors [ 4.264332] md3: detected capacity change from 0 to 250056605696 [ 4.272506] md: bind [ 4.276783] md3: unknown partition table [ 4.281759] md: bind [ 4.281961] md: bind [ 4.289294] md: bind [ 4.296688] raid1: raid set md0 active with 2 out of 2 mirrors [ 4.302151] md0: detected capacity change from 0 to 526319616 [ 4.309803] md: bind [ 4.315239] md0: [ 4.317158] raid1: raid set md1 active with 2 out of 2 mirrors [ 4.317175] md1: detected capacity change from 0 to 19329318912 [ 4.331316] md: bind [ 4.331448] md1: [ 4.336806] md: bind [ 4.336939] unknown partition table [ 4.344108] md: bind [ 4.347205] md: bind [ 4.353287] raid1: raid set md2 active with 2 out of 2 mirrors [ 4.359390] md2: detected capacity change from 0 to 230200836096 [ 4.360014] raid6: int64x1 2476 MB/s [ 4.370436] md: bind [ 4.373525] md: bind [ 4.377538] md2: unknown partition table [ 4.382436] raid1: raid set md5 active with 2 out of 2 mirrors [ 4.388427] md5: detected capacity change from 0 to 15998058496 [ 4.395167] raid1: raid set md6 active with 2 out of 2 mirrors [ 4.401180] md6: detected capacity change from 0 to 483605217280 [ 4.409596] md5: unknown partition table [ 4.415124] md6: unknown partition table [ 4.515979] md: bind [ 4.530017] raid6: int64x2 3476 MB/s [ 4.700016] raid6: int64x4 2687 MB/s [ 4.870028] raid6: int64x8 2356 MB/s [ 5.040023] raid6: sse2x1 3255 MB/s [ 5.210020] raid6: sse2x2 4915 MB/s [ 5.380019] raid6: sse2x4 4678 MB/s [ 5.383751] raid6: using algorithm sse2x2 (4915 MB/s) [ 5.389059] raid1: raid set md4 active with 2 out of 2 mirrors [ 5.395158] md4: detected capacity change from 0 to 501612544 [ 5.402516] md: raid6 personality registered for level 6 [ 5.404314] md4: unknown partition table [ 5.411259] md: raid5 personality registered for level 5 [ 5.412359] md: raid4 personality registered for level 4 [ 5.434980] md: raid10 personality registered for level 10 [ 5.704544] EXT4-fs (dm-0): INFO: recovery required on readonly filesy= stem [ 5.711718] EXT4-fs (dm-0): write access will be enabled during recove= ry [ 7.489601] EXT4-fs (dm-0): recovery complete [ 7.502002] EXT4-fs (dm-0): mounted filesystem with ordered data mode [ 14.611832] ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts wit= h ACPI region SOR1 [0xb00-0xb0f] [ 14.943151] shpchp 0000:00:01.0: Cannot reserve MMIO region init: procps main process (569) terminated with status 255 fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 init: eucalyptus-network (lo) main process (1009) killed by TERM signal init: eucalyptus-network (eth0) main process (1156) killed by TERM signal /dev/mapper/vg--grp--01--23--02--2-LogVol00: clean, 511649/29523968 files= , 16463685/118067200 blocks /dev/md4: clean, 224/122880 files, 280736/489856 blocks Loading the saved-state of the serial devices...=20 /dev/ttyS0 at 0x03f8 (irq =3D 4) is a 16550A [ OK ]ting sensors limits =20 ** (process:1463): WARNING **: Could not parse config file: Could not ope= n config file /etc/nbd-server/config. ** Message: Nothing to do! Bye! nbd-server. [ OK ]rting internet superserver inetd =20 [ OK ]rting Postfix Mail Transport Agent postfix =20 * Speech-dispatcher configured for user sessions [ 18.965993] XENBUS: Unable to read cpu state [ 18.974998] XENBUS: Unable to read cpu state [ 18.979648] XENBUS: Unable to read cpu state [ 18.984235] XENBUS: Unable to read cpu state GR: now login prompt shows up immediately: Ubuntu lucid (development branch) grp-01-23-02 hvc0 grp-01-23-02 login:=20 --Boundary_(ID_aymftXoOsxmRfhyXOqUSlw) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary_(ID_aymftXoOsxmRfhyXOqUSlw)--