From owner-freebsd-hackers Sat Apr 13 3:28:39 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.khstu.ru (gate.khstu.ru [62.76.207.246]) by hub.freebsd.org (Postfix) with ESMTP id E982B37B41D for ; Sat, 13 Apr 2002 03:28:22 -0700 (PDT) Received: from kpsm.khstu.ru (kpsm.khstu.ru [195.208.230.209]) by ns.khstu.ru (8.9.3/8.9.3) with SMTP id VAA76064 for ; Sat, 13 Apr 2002 21:28:16 +1100 (VLAST) (envelope-from AVShutko@mail.khstu.ru) Received: from regressor (10.10.10.8) by kpsm.khstu.ru with MERCUR-SMTP/POP3/IMAP4-Server (v3.10.06 HS-0040000) for at Sat, 13 Apr 2002 20:05:13 +1000 Date: Sat, 13 Apr 2002 21:28:38 +1100 From: "Alexandr V. Shutko" X-Mailer: The Bat! (v1.53bis) Reply-To: "Alexandr V.Shutko" Organization: KhSTU X-Priority: 3 (Normal) Message-ID: <140429842150.20020413212838@mail.khstu.ru> To: hackers@FreeBSD.org Subject: ar0 device & dump.... MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, Yesterday my server died silently (kernel panic).... uname: 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Apr 13 20:09:44 VLAST 2002 But it doesn't save kernel coredump. I tried to find out why kernel dump was skipped and found that system stating an error: "device doesn't support a dump routine" when trying to save dump... System is running Intel sr1200 server with ATA RAID spanned disks... so it have single big disk ar0 and swap partition resides on ar0s2b.... I looked into code and found this in ata-raid.c : static struct cdevsw ar_cdevsw = { /* open */ aropen, /* close */ nullclose, /* read */ physread, /* write */ physwrite, /* ioctl */ noioctl, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ arstrategy, /* name */ "ar", /* maj */ 157, /* dump */ nodump, --> !!! /* psize */ nopsize, /* flags */ D_DISK, /* bmaj */ -1 }; I just want to known if it is impossible to do this routine or developers just forgot to implement this ? -- With respect, Alexandr V. Shutko mailto:AVShutko@mail.khstu.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message