Re: Kernel panic when reboot on server with a Promise SX4000 and two ATA disks RAID1.

From: Alexander Motin <mav_at_FreeBSD.org>
Date: Tue, 19 May 2009 22:45:32 +0300
Magnus Kling wrote:
> 2009/5/19 Alexander Motin <mav_at_freebsd.org <mailto:mav_at_freebsd.org>>
> 
>     Magnus Kling wrote:
>      > I applied the patch and rebuilt the kernel. But when should this be
>      > printed? At shutdown or boot? I canīt see it at all.
> 
>     On shutdown before panic.
> 
>      > When panic occurs I got the attached text as output on my serial
>     console.

Hmm. I don't see our debug messages there. Or it didn't shot due to some 
stupid reason or problem is in different line. Could you try addr2line 
utility to identify source line of 0xc0567110 address?

Also try to change our
if (ctlr == NULL) {
with
if (request->u.ata.command == ATA_FLUSHCACHE || request->u.ata.command 
== ATA_FLUSHCACHE48) {

May be you could give me access to your server and it's serial console? 
I would make debugging faster.

-- 
Alexander Motin
Received on Tue May 19 2009 - 17:45:35 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:48 UTC