[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#613634: linux-image-2.6.32-5-xen-amd64: Using pvcreate on a multipathed iscsi device produces a kernel bug



Package: linux-2.6
Version: 2.6.32-30
Severity: grave
Justification: renders package unusable

I'm using a Dell powervault MD3200i that has 2 iscsi controllers with 4 ethernet ports each. The multipath-tools package is used to aggregate all links in a single device (configuration is attached).
All of this is used on a Xen host with 4 network controllers : eth2 and eth3 are dedicated to the iscsi network, and eth0 and eth1 are bonded and used in the xen bridge.
Creating file systems and using them seem to be working perfectly after very basics tests (mkfs.ext3, copy / read files). However, if I want to create a volume group on such a device, everything goes west :

[ 1983.757464] ------------[ cut here ]------------
[ 1983.757542] kernel BUG at /build/buildd-linux-2.6_2.6.32-30-amd64-d4MbNM/linux-2.6-2.6.32/debian/build/source_amd64_xen/arch/x86/xen/mmu.c:1649!
[ 1983.757651] invalid opcode: 0000 [#1] SMP 
[ 1983.757808] last sysfs file: /sys/devices/platform/host7/session5/target7:0:0/7:0:0:0/block/sdh/uevent
[ 1983.757905] CPU 20 
[ 1983.758013] Modules linked in: 8021q garp xen_evtchn xenfs scsi_dh_rdac crc32c ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi bridge stp bonding dm_round_robin dm_multipath scsi_dh loop fuse joydev snd_pcm snd_timer snd soundcore snd_page_alloc pcspkr dcdbas psmouse evdev serio_raw power_meter button processor acpi_processor ext3 jbd mbcache dm_mod sg sr_mod cdrom ata_generic usbhid hid ses sd_mod crc_t10dif enclosure ata_piix libata uhci_hcd megaraid_sas ehci_hcd scsi_mod usbcore nls_base bnx2 thermal thermal_sys [last unloaded: scsi_wait_scan]
[ 1983.761366] Pid: 6513, comm: multipath Not tainted 2.6.32-5-xen-amd64 #1 PowerEdge R610
[ 1983.761468] RIP: e030:[<ffffffff8100c694>]  [<ffffffff8100c694>] pin_pagetable_pfn+0x2d/0x36
[ 1983.761611] RSP: e02b:ffff8807aa093e08  EFLAGS: 00010282
[ 1983.761685] RAX: 00000000ffffffea RBX: 00000000007aadb2 RCX: 0000000000000001
[ 1983.761761] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8807aa093e08
[ 1983.761839] RBP: ffff8807d7570a80 R08: 0000000000000d90 R09: ffffea001ad5fef0
[ 1983.761921] R10: 0000000000007ff0 R11: 00000001aad59e60 R12: ffff8807aade0d18
[ 1983.762001] R13: ffff8807aaf0aac8 R14: ffff8807d6813880 R15: ffff8807aade0d18
[ 1983.762086] FS:  00007f8c75a987a0(0000) GS:ffff8800282a7000(0000) knlGS:0000000000000000
[ 1983.762189] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 1983.762265] CR2: 00007f8c74673290 CR3: 00000007ce9d2000 CR4: 0000000000002660
[ 1983.762346] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 1983.762421] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 1983.762499] Process multipath (pid: 6513, threadinfo ffff8807aa092000, task ffff8807d6813880)
[ 1983.762597] Stack:
[ 1983.762663]  0000000000000000 000000000003dd0d ffffea001ad5fef0 00000000007aadb2
[ 1983.762880] <0> ffff8807d7570a80 ffffffff810cd4e2 ffff8807aafb1188 00007f8c74673290
[ 1983.763198] <0> 00000007aafb1000 ffffffff810cb394 ffff8807aaf0aac8 00007f8c74673290
[ 1983.763592] Call Trace:
[ 1983.763673]  [<ffffffff810cd4e2>] ? __pte_alloc+0x6b/0xc6
[ 1983.763752]  [<ffffffff810cb394>] ? pmd_alloc+0x28/0x5b
[ 1983.763830]  [<ffffffff810cd60b>] ? handle_mm_fault+0xce/0x80f
[ 1983.763907]  [<ffffffff810d0ecb>] ? get_unmapped_area+0xd7/0x139
[ 1983.763981]  [<ffffffff8130f016>] ? do_page_fault+0x2e0/0x2fc
[ 1983.764059]  [<ffffffff8130ceb5>] ? page_fault+0x25/0x30
[ 1983.764127] Code: ec 28 89 3c 24 48 89 f7 e8 a2 fd ff ff 48 89 e7 48 89 44 24 08 be 01 00 00 00 31 d2 41 ba f0 7f 00 00 e8 b0 cc ff ff 85 c0 74 04 <0f> 0b eb fe 48 83 c4 28 c3 55 49 89 ca 48 89 d5 40 88 f1 48 89 
[ 1983.766957] RIP  [<ffffffff8100c694>] pin_pagetable_pfn+0x2d/0x36
[ 1983.767093]  RSP <ffff8807aa093e08>
[ 1983.767168] ---[ end trace 66acf7edaf7ddad0 ]---



** /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback

iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual
	slaves		eth0 eth1 
	bond-mode	active-backup
	bond_miimon	100
	bond_downdelay	200
	bond_updelay	200

auto xenbr
iface xenbr inet static
	bridge_ports	bond0 
	address		10.2.1.217
	netmask		255.255.255.0
	gateway		10.2.1.4

# interface veth2
auto eth2
iface eth2 inet static
	address 192.168.130.5
	netmask 255.255.255.0
	pre-up ifconfig eth2 mtu 9000 up
auto eth2:1
iface eth2:1 inet static
	address 192.168.131.5
	netmask 255.255.255.0
	pre-up ifconfig eth2 mtu 9000 up
# interface veth3
auto eth3
iface eth3 inet static
	address 192.168.132.5
	netmask 255.255.255.0
	pre-up ifconfig eth3 mtu 9000 up
auto eth3:1
iface eth3:1 inet static
	address 192.168.133.5
	netmask 255.255.255.0
	pre-up ifconfig eth3 mtu 9000 up


** /etc/multipath.conf
blacklist {
        device {
                vendor "*"
                product "Universal Xport"
        }
}

defaults {
        user_friendly_names yes
        max_fds 8192
}

devices {
        device {
                vendor                  "DELL"
                product                 "MD32xxi"
                path_grouping_policy    group_by_prio
                prio                    rdac
                polling_interval        5
                path_checker            rdac
                path_selector           "round-robin 0"
                hardware_handler        "1 rdac"
                failback                immediate
                features                "2 pg_init_retries 50"
                no_path_retry           30
                rr_min_io               100
                prio_callout            "/sbin/mpath_prio_rdac /dev/%n"
        }
}

multipaths {
        multipath {
                wwid 36782bcb00006affd000003504d523f99
                alias "logs"
        }
	...
	...
}

** multipath -ll output
# multipath -ll
logs (36782bcb00006affd000003504d523f99) dm-9 DELL,MD32xxi
size=2.0T features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 rdac' wp=rw
|-+- policy='round-robin 0' prio=24 status=active
| |- 10:0:0:3 sdah 66:16  active ready running
| |- 6:0:0:3  sdv  65:80  active ready running
| |- 8:0:0:3  sdac 65:192 active ready running
| `- 9:0:0:3  sdag 66:0   active ready running
`-+- policy='round-robin 0' prio=4 status=enabled
  |- 4:0:0:3  sds  65:32  active ghost running
  |- 5:0:0:3  sdae 65:224 active ghost running
  |- 7:0:0:3  sdaf 65:240 active ghost running
  `- 3:0:0:3  sdai 66:32  active ghost running
...
...
...

-- Package-specific info:
** Version:
Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 05:46:49 UTC 2011

** Command line:
placeholder root=UUID=6adfecbc-cf4e-4f5d-bfcf-5ea348965721 ro allowhugepage quiet

** Not tainted

** Kernel log:
[   41.638992] sd 9:0:0:2: [sdy] Sense Key : Illegal Request [current] 
[   41.638997] sd 9:0:0:2: [sdy] <<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
[   41.639005] sd 9:0:0:2: [sdy] CDB: Read(10): 28 00 00 00 00 00 00 00 08 00
[   41.639019] end_request: I/O error, dev sdy, sector 0
[   41.639530] sd 10:0:0:2: [sdz] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[   41.639538] sd 10:0:0:2: [sdz] Sense Key : Illegal Request [current] 
[   41.639546] sd 10:0:0:2: [sdz] <<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
[   41.639555] sd 10:0:0:2: [sdz] CDB: Read(10): 28 00 00 00 00 00 00 00 08 00
[   41.639570] end_request: I/O error, dev sdz, sector 0
[   41.700646] sd 8:0:0:4: [sdaj] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[   41.700651] sd 8:0:0:4: [sdaj] Sense Key : Illegal Request [current] 
[   41.700656] sd 8:0:0:4: [sdaj] <<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
[   41.700665] sd 8:0:0:4: [sdaj] CDB: Read(10): 28 00 00 00 00 00 00 00 08 00
[   41.700676] end_request: I/O error, dev sdaj, sector 0
[   41.703214] sd 10:0:0:4: [sdan] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[   41.703218] sd 10:0:0:4: [sdan] Sense Key : Illegal Request [current] 
[   41.703221] sd 10:0:0:4: [sdan] <<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
[   41.703226] sd 10:0:0:4: [sdan] CDB: Read(10): 28 00 00 00 00 00 00 00 08 00
[   41.703234] end_request: I/O error, dev sdan, sector 0
[   41.703876] sd 9:0:0:4: [sdam] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[   41.703881] sd 9:0:0:4: [sdam] Sense Key : Illegal Request [current] 
[   41.703885] sd 9:0:0:4: [sdam] <<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
[   41.703890] sd 9:0:0:4: [sdam] CDB: Read(10): 28 00 00 00 00 00 00 00 08 00
[   41.703899] end_request: I/O error, dev sdam, sector 0
[   42.505735] Event-channel device installed.
[   42.950272]   alloc irq_desc for 4442 on node -1
[   42.950275]   alloc kstat_irqs on node -1
[   42.950323]   alloc irq_desc for 4441 on node -1
[   42.950324]   alloc kstat_irqs on node -1
[   42.950519] XENBUS: Unable to read cpu state
[   42.951736] XENBUS: Unable to read cpu state
[   42.951991] XENBUS: Unable to read cpu state
[   42.952118] XENBUS: Unable to read cpu state
[   42.952292] XENBUS: Unable to read cpu state
[   42.952480] XENBUS: Unable to read cpu state
[   42.952816] XENBUS: Unable to read cpu state
[   42.952947] XENBUS: Unable to read cpu state
[   42.953096] XENBUS: Unable to read cpu state
[   42.953223] XENBUS: Unable to read cpu state
[   42.953402] XENBUS: Unable to read cpu state
[   42.953536] XENBUS: Unable to read cpu state
[   42.953715] XENBUS: Unable to read cpu state
[   42.953906] XENBUS: Unable to read cpu state
[   42.954044] XENBUS: Unable to read cpu state
[   42.954205] XENBUS: Unable to read cpu state
[   42.955250] XENBUS: Unable to read cpu state
[   42.955378] XENBUS: Unable to read cpu state
[   42.955597] XENBUS: Unable to read cpu state
[   42.955783] XENBUS: Unable to read cpu state
[   42.955953] XENBUS: Unable to read cpu state
[   42.956315] XENBUS: Unable to read cpu state
[   42.956451] XENBUS: Unable to read cpu state
[   42.956575] XENBUS: Unable to read cpu state
[   43.026584] device-mapper: table: 254:10: multipath: error getting device
[   43.026646] device-mapper: ioctl: error adding target to table
[   43.069359] device-mapper: table: 254:10: multipath: error getting device
[   43.069421] device-mapper: ioctl: error adding target to table
[   43.906150] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
[   43.906152] All bugs added by David S. Miller <davem@redhat.com>
[   43.912634] device xenbr entered promiscuous mode
[   43.923133] device xenbr.7 entered promiscuous mode
[   43.923154] vlanbr7: port 1(xenbr.7) entering forwarding state
[   43.966976] device xenbr.8 entered promiscuous mode
[   43.966999] vlanbr8: port 1(xenbr.8) entering forwarding state
[   44.011613] device xenbr.9 entered promiscuous mode
[   44.011634] vlanbr9: port 1(xenbr.9) entering forwarding state
[   44.056956] device xenbr.10 entered promiscuous mode
[   44.056976] vlanbr10: port 1(xenbr.10) entering forwarding state
[   44.103700] device xenbr.11 entered promiscuous mode
[   44.103721] vlanbr11: port 1(xenbr.11) entering forwarding state
[   44.153831] device xenbr.12 entered promiscuous mode
[   44.153851] vlanbr12: port 1(xenbr.12) entering forwarding state
[   44.204168] device xenbr.13 entered promiscuous mode
[   44.204188] vlanbr13: port 1(xenbr.13) entering forwarding state
[   44.254162] device xenbr.14 entered promiscuous mode
[   44.254180] vlanbr14: port 1(xenbr.14) entering forwarding state
[   44.305862] device xenbr.15 entered promiscuous mode
[   44.305885] vlanbr15: port 1(xenbr.15) entering forwarding state
[   44.356849] device xenbr.16 entered promiscuous mode
[   44.356870] vlanbr16: port 1(xenbr.16) entering forwarding state
[   54.079097] xenbr.7: no IPv6 routers present
[   54.135063] xenbr.8: no IPv6 routers present
[   54.207065] xenbr.12: no IPv6 routers present
[   54.227050] xenbr.13: no IPv6 routers present
[   54.227065] vlanbr13: no IPv6 routers present
[   54.227071] vlanbr11: no IPv6 routers present
[   54.239061] xenbr.11: no IPv6 routers present
[   54.287042] vlanbr12: no IPv6 routers present
[   54.335041] vlanbr7: no IPv6 routers present
[   54.363041] vlanbr8: no IPv6 routers present
[   54.463041] vlanbr16: no IPv6 routers present
[   54.651039] vlanbr15: no IPv6 routers present
[   54.651051] vlanbr10: no IPv6 routers present
[   54.723070] xenbr.9: no IPv6 routers present
[   54.747025] vlanbr14: no IPv6 routers present
[   54.759771] xenbr.10: no IPv6 routers present
[   54.839024] xenbr.15: no IPv6 routers present
[   54.919024] vlanbr9: no IPv6 routers present
[   55.063027] xenbr.14: no IPv6 routers present
[   55.291030] xenbr.16: no IPv6 routers present

** Model information
sys_vendor: Dell Inc.
product_name: PowerEdge R610
product_version: 
chassis_vendor: Dell Inc.
chassis_version: 
bios_vendor: Dell Inc.
bios_version: 2.2.10
board_vendor: Dell Inc.
board_name: 0F0XJ6
board_version: A08

** Loaded modules:
Module                  Size  Used by
8021q                  17222  0 
garp                    5050  1 8021q
xen_evtchn              4339  1 
xenfs                   9600  1 
scsi_dh_rdac            5997  40 
crc32c                  2560  32 
ib_iser                24674  0 
rdma_cm                20582  1 ib_iser
ib_cm                  26240  1 rdma_cm
iw_cm                   6371  1 rdma_cm
ib_sa                  16103  2 rdma_cm,ib_cm
ib_mad                 30001  2 ib_cm,ib_sa
ib_core                40967  6 ib_iser,rdma_cm,ib_cm,iw_cm,ib_sa,ib_mad
ib_addr                 4389  1 rdma_cm
iscsi_tcp               8097  88 
libiscsi_tcp           10994  1 iscsi_tcp
libiscsi               29302  3 ib_iser,iscsi_tcp,libiscsi_tcp
scsi_transport_iscsi    25036  4 ib_iser,iscsi_tcp,libiscsi
bridge                 39662  0 
stp                     1440  2 garp,bridge
bonding                74103  0 
dm_round_robin          2228  10 
dm_multipath           13192  6 dm_round_robin
scsi_dh                 4624  2 scsi_dh_rdac,dm_multipath
loop                   11799  0 
fuse                   50625  1 
joydev                  8459  0 
snd_pcm                60551  0 
snd_timer              15582  1 snd_pcm
snd                    46446  2 snd_pcm,snd_timer
soundcore               4598  1 snd
snd_page_alloc          6249  1 snd_pcm
pcspkr                  1699  0 
dcdbas                  5048  0 
psmouse                49777  0 
evdev                   7352  3 
serio_raw               3752  0 
power_meter             8302  0 
button                  4650  0 
processor              35941  0 
acpi_processor          5087  1 processor,[permanent]
ext3                  106502  1 
jbd                    37085  1 ext3
mbcache                 5050  1 ext3
dm_mod                 53754  18 dm_multipath
sg                     18760  0 
sr_mod                 12602  0 
cdrom                  29415  1 sr_mod
ata_generic             3047  0 
usbhid                 33276  0 
hid                    63225  1 usbhid
ses                     5128  0 
sd_mod                 29873  43 
crc_t10dif              1276  1 sd_mod
enclosure               5503  1 ses
ata_piix               21124  0 
libata                133632  2 ata_generic,ata_piix
uhci_hcd               18521  0 
megaraid_sas           30611  2 
ehci_hcd               31151  0 
scsi_mod              122133  12 scsi_dh_rdac,ib_iser,iscsi_tcp,libiscsi,scsi_transport_iscsi,scsi_dh,sg,sr_mod,ses,sd_mod,libata,megaraid_sas
usbcore               122034  4 usbhid,uhci_hcd,ehci_hcd
nls_base                6377  1 usbcore
bnx2                   57417  0 
thermal                11674  0 
thermal_sys            11942  2 processor,thermal

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 5500 I/O Hub to ESI Port [8086:3403] (rev 13)
	Subsystem: Dell PowerEdge R610 I/O Hub to ESI Port [1028:0236]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 15
	Capabilities: <access denied>

00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 13) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Memory behind bridge: d6000000-d9ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 13) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Memory behind bridge: da000000-ddffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 13) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:09.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 9 [8086:3410] (rev 13) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:14.0 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 13) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>

00:14.1 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 13) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>

00:14.2 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 13) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>

00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 17
	Region 4: I/O ports at ec40 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 18
	Region 4: I/O ports at ec60 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Dell PowerEdge R610 USB EHCI Controller [1028:0236]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 19
	Region 0: Memory at df0fe000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-0000ffff
	Memory behind bridge: df100000-df1fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 21
	Region 4: I/O ports at ec80 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 20
	Region 4: I/O ports at eca0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Dell PowerEdge R610 USB EHCI Controller [1028:0236]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at df0ff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=32
	Memory behind bridge: de000000-deffffff
	Prefetchable memory behind bridge: 00000000d5800000-00000000d5ffffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
	Subsystem: Dell PowerEdge R610 82801IB (ICH9) LPC Interface Controller [1028:0236]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:1f.2 IDE interface [0101]: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller [8086:2921] (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Dell PowerEdge R610 SATA IDE Controller [1028:0236]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 23
	Region 0: I/O ports at ec10 [size=8]
	Region 1: I/O ports at ec08 [size=4]
	Region 2: I/O ports at ec18 [size=8]
	Region 3: I/O ports at ec0c [size=4]
	Region 4: I/O ports at ec20 [size=16]
	Region 5: I/O ports at ec30 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

01:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
	Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at d6000000 (64-bit, non-prefetchable) [size=32M]
	Capabilities: <access denied>
	Kernel driver in use: bnx2

01:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
	Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 48
	Region 0: Memory at d8000000 (64-bit, non-prefetchable) [size=32M]
	Capabilities: <access denied>
	Kernel driver in use: bnx2

02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
	Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at da000000 (64-bit, non-prefetchable) [size=32M]
	Capabilities: <access denied>
	Kernel driver in use: bnx2

02:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
	Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 42
	Region 0: Memory at dc000000 (64-bit, non-prefetchable) [size=32M]
	Capabilities: <access denied>
	Kernel driver in use: bnx2

03:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic LSI MegaSAS 9260 [1000:0079] (rev 05)
	Subsystem: Dell PERC H700 Integrated [1028:1f17]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: I/O ports at fc00 [size=256]
	Region 1: Memory at df1bc000 (64-bit, non-prefetchable) [size=16K]
	Region 3: Memory at df1c0000 (64-bit, non-prefetchable) [size=256K]
	Expansion ROM at df100000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: megaraid_sas

06:03.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G200eW WPCM450 [102b:0532] (rev 0a) (prog-if 00 [VGA controller])
	Subsystem: Dell PowerEdge R610 MGA G200eW WPCM450 [1028:0236]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32 (4000ns min, 8000ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at d5800000 (32-bit, prefetchable) [size=8M]
	Region 1: Memory at de7fc000 (32-bit, non-prefetchable) [size=16K]
	Region 2: Memory at de800000 (32-bit, non-prefetchable) [size=8M]
	[virtual] Expansion ROM at de000000 [disabled] [size=64K]
	Capabilities: <access denied>


** USB devices:
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 0624:0248 Avocent Corp. 
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 6.0
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/24 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.32-5-xen-amd64 depends on:
ii  debconf [debconf-2.0]         1.5.36.1   Debian configuration management sy
ii  initramfs-tools               0.98.8     tools for generating an initramfs
ii  linux-base                    2.6.32-30  Linux image base package
ii  module-init-tools             3.12-1     tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-xen-amd64 recommends:
ii  firmware-linux-free           2.6.32-30  Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-xen-amd64 suggests:
pn  grub                          <none>     (no description available)
pn  linux-doc-2.6.32              <none>     (no description available)

Versions of packages linux-image-2.6.32-5-xen-amd64 is related to:
ii  firmware-bnx2                 0.28       Binary firmware for Broadcom NetXt
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
pn  firmware-linux                <none>     (no description available)
pn  firmware-linux-nonfree        <none>     (no description available)
pn  firmware-qlogic               <none>     (no description available)
pn  firmware-ralink               <none>     (no description available)
ii  xen-hypervisor-4.0-amd64 [xen 4.0.1-2    The Xen Hypervisor on AMD64

-- debconf information:
  linux-image-2.6.32-5-xen-amd64/postinst/depmod-error-initrd-2.6.32-5-xen-amd64: false
  linux-image-2.6.32-5-xen-amd64/postinst/ignoring-do-bootloader-2.6.32-5-xen-amd64:
  linux-image-2.6.32-5-xen-amd64/prerm/removing-running-kernel-2.6.32-5-xen-amd64: true
  linux-image-2.6.32-5-xen-amd64/postinst/missing-firmware-2.6.32-5-xen-amd64:



Reply to: