Project

General

Profile

Actions

Bug #1579

open

dfly 2.4.1 does not like HP DL360G4p and Smart Array 6400 with MSA20

Added by tomaz.borstnar over 14 years ago. Updated almost 10 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
Category:
Unverifiable
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hello!

I have a HP DL360G4p machine with 5 gigs of RAM, internal SATA disk and HP SmartArray 6400 controller (2 channels) with 
6400EM card (additional 2 channels attached as daughter card) with MSA20 enclosure with SATA disks - configured as 4
volumes. Install went fine, but dmesg prints some errors (full dmesg output attached), but here are relevant parts:

bge0: <Broadcom BCM5704C Dual Gigabit Ethernet> mem 0xfddf0000-0xfddfffff irq 7 at device 2.0 on pci2
bge0: CHIP ID 0x21000000; ASIC REV 0x02; CHIP REV 0x21; PCI-X
alignment check failed
miibus0: <MII bus> on bge0
brgphy0: <BCM5704 10/100/1000baseT PHY> on miibus0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge0: MAC address: 00:15:60:0f:b0:e8
bge1: <Broadcom BCM5704C Dual Gigabit Ethernet> mem 0xfdde0000-0xfddeffff irq 7 at device 2.1 on pci2
bge1: CHIP ID 0x21000000; ASIC REV 0x02; CHIP REV 0x21; PCI-X
alignment check failed
alignment check failed
miibus1: <MII bus> on bge1
brgphy1: <BCM5704 10/100/1000baseT PHY> on miibus1
brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge1: MAC address: 00:15:60:0f:b0:e7

And...

CAM: Configuring 5 busses
CAM: finished configuring all busses (-2 left)
WARNING waiting for the following device to finish configuring:
xpt: func=0xc015423d arg=0
WARNING waiting for the following device to finish configuring:
xpt: func=0xc015423d arg=0
WARNING waiting for the following device to finish configuring:
xpt: func=0xc015423d arg=0
WARNING waiting for the following device to finish configuring:
xpt: func=0xc015423d arg=0
WARNING waiting for the following device to finish configuring:
xpt: func=0xc015423d arg=0
Giving up, interrupt routing is probably hosed

But ciss is seen:
ciss0: <HP Smart Array 6400> port 0x5000-0x50ff mem 0xfdff0000-0xfdff1fff irq 7 at device 4.0 on pci11
ciss1: <HP Smart Array 6400 EM> port 0x5400-0x54ff mem 0xfdf70000-0xfdf71fff irq 5 at device 5.0 on pci11

Anything I can help to test?

Tomaž


Files

dmesg.txt (7.07 KB) dmesg.txt tomaz.borstnar, 10/19/2009 01:57 PM
Actions #1

Updated by tomaz.borstnar over 14 years ago

Also "shutdown -h now" does not succeed because of:

Shutting down ACPI
AcpiOsReleaseObject: Double Free 0xc6cef354

(using latest snapshot of 2.4 from chlamydia)

Tomaž

Actions #2

Updated by polachok over 14 years ago

Have you tried booting with ACPI disabled?

Actions #3

Updated by sepherosa over 14 years ago

2009/10/19 Tomaž Borštnar <>:

Hello!

I have a HP DL360G4p machine with 5 gigs of RAM, internal SATA disk
and HP SmartArray 6400 controller (2 channels) with 6400EM card (additional
2 channels attached as daughter card) with MSA20 enclosure with SATA disks -
configured as 4 volumes. Install went fine, but dmesg prints some errors
(full dmesg output attached), but here are relevant parts:

bge0: <Broadcom BCM5704C Dual Gigabit Ethernet> mem 0xfddf0000-0xfddfffff
irq 7 at device 2.0 on pci2
bge0: CHIP ID 0x21000000; ASIC REV 0x02; CHIP REV 0x21; PCI-X
alignment check failed
miibus0: <MII bus> on bge0
brgphy0: <BCM5704 10/100/1000baseT PHY> on miibus0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
bge0: MAC address: 00:15:60:0f:b0:e8
bge1: <Broadcom BCM5704C Dual Gigabit Ethernet> mem 0xfdde0000-0xfddeffff
irq 7 at device 2.1 on pci2
bge1: CHIP ID 0x21000000; ASIC REV 0x02; CHIP REV 0x21; PCI-X
alignment check failed
alignment check failed
miibus1: <MII bus> on bge1
brgphy1: <BCM5704 10/100/1000baseT PHY> on miibus1
brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
bge1: MAC address: 00:15:60:0f:b0:e7

I think you mean the "alignment check failed", it is quite common and
you can jut ignore them

Best Regards,
sephe

Actions #4

Updated by sepherosa over 14 years ago

2009/10/19 Tomaž Borštnar <>:

Also "shutdown -h now" does not succeed because of:

Have you tried "shutdown -p now"? I think Linux powers off the
machine if "shutdown -h now" is used.

Shutting down ACPI
AcpiOsReleaseObject: Double Free 0xc6cef354

I was trying to track it down several days ago, but didn't find the root cause.
It is related to the acpi cpu module but not acpi cpu_cst and acpi
cpu_pst module.

Best Regards,
sephe

Actions #5

Updated by corecode over 14 years ago

Sepherosa Ziehau wrote:

2009/10/19 Tomaž Borštnar <>:

Hello!

I have a HP DL360G4p machine with 5 gigs of RAM, internal SATA disk
and HP SmartArray 6400 controller (2 channels) with 6400EM card (additional
2 channels attached as daughter card) with MSA20 enclosure with SATA disks -
configured as 4 volumes. Install went fine, but dmesg prints some errors
(full dmesg output attached), but here are relevant parts:

bge0: <Broadcom BCM5704C Dual Gigabit Ethernet> mem 0xfddf0000-0xfddfffff
irq 7 at device 2.0 on pci2
bge0: CHIP ID 0x21000000; ASIC REV 0x02; CHIP REV 0x21; PCI-X
alignment check failed
miibus0: <MII bus> on bge0
brgphy0: <BCM5704 10/100/1000baseT PHY> on miibus0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
bge0: MAC address: 00:15:60:0f:b0:e8
bge1: <Broadcom BCM5704C Dual Gigabit Ethernet> mem 0xfdde0000-0xfddeffff
irq 7 at device 2.1 on pci2
bge1: CHIP ID 0x21000000; ASIC REV 0x02; CHIP REV 0x21; PCI-X
alignment check failed
alignment check failed
miibus1: <MII bus> on bge1
brgphy1: <BCM5704 10/100/1000baseT PHY> on miibus1
brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
bge1: MAC address: 00:15:60:0f:b0:e7

I think you mean the "alignment check failed", it is quite common and
you can jut ignore them

Maybe we should remove the message then? :)

cheers
simon

Actions #6

Updated by ahuete.devel over 14 years ago

Hi,

CAM: Configuring 5 busses
CAM: finished configuring all busses (-2 left)

-2 busses?

xpt_finishconfig_task() seems to do nothing if busses_to_config != 0
Is this intended?

Btw, busses_to_config counter is only decreased in xptconfigfunc() and
xpt_finishconfig().

Cheers,
Antonio Huete

Actions #7

Updated by swildner over 11 years ago

  • Description updated (diff)
  • Assignee deleted (0)

Any chance that a current DragonFly could be tested on this box?

Actions #8

Updated by tuxillo almost 10 years ago

  • Description updated (diff)
  • Category set to Unverifiable
  • Status changed from New to Feedback
  • Assignee set to tuxillo
  • Target version set to Unverifiable

Hi,

Moving to unverifiable since we don't have the hardware to test that.

BUT...

I had exactly the same on my HP Proliant Microserver Gen8 when booting with ACPI not loaded. So if anyone has the hardware (HP DL360G4p and Smart Array 6400 or similar) and can test on latest release (3.8 at this moment) or master, please resurrect this issue.

Best regards,
Antonio Huete

Actions

Also available in: Atom PDF