From owner-freebsd-current@FreeBSD.ORG Tue May 19 13:22:53 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0A5C106567D; Tue, 19 May 2009 13:22:53 +0000 (UTC) (envelope-from klingfon@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 3208D8FC28; Tue, 19 May 2009 13:22:52 +0000 (UTC) (envelope-from klingfon@gmail.com) Received: by ewy3 with SMTP id 3so4689187ewy.43 for ; Tue, 19 May 2009 06:22:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=BxfW4cwxEolEZhuJdVy2GH8rKnvj5JZCwY10urQKeiw=; b=WrUyIfXjWEs90aaL/V5GcRUkDEmJuTeBlaqawueGviBTHRXTJckLQbD3c8wzoPHKLT jPyqX5XoyFVOiftErsoEWzh+lBZhTqcxUcD4MZyiQd8ABm/xy/WB8Y1m5PSk3z/Scehm ocrHSmLJyRhfhhcByxcHU/bKyn9vg5RNQrWOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Mj9ByBmexBlJrSsRmHSrcOisDUEykDIl9UVbb65SbKT0TQ8aYNHPNpFoumx+X9JWme 9ntJ3EYwrXv3B/ScgvJlCe6lnC0GhRIt/9QLXWYUK7Kw9jWGaWMNgF9yBniwebptijuZ BjIrdRNQh+cqzl0mYvVqvxw1fcRIm43dQn3oU= MIME-Version: 1.0 Received: by 10.216.8.213 with SMTP id 63mr8275wer.161.1242739372133; Tue, 19 May 2009 06:22:52 -0700 (PDT) In-Reply-To: <43b1bb350905190554i511c1b32sa9320b10a86e2af2@mail.gmail.com> References: <43b1bb350905150939s5d503f00x27116e7ffe79a37@mail.gmail.com> <4A10F3E3.40306@FreeBSD.org> <43b1bb350905180025g682d3764qba5a450d85d8f961@mail.gmail.com> <43b1bb350905181331r44b35b13i22aa1ba6a18103ed@mail.gmail.com> <4A121C40.7040201@FreeBSD.org> <43b1bb350905182353v3812c523pa52cdf41ce886907@mail.gmail.com> <4A1264E8.2080707@FreeBSD.org> <43b1bb350905190554i511c1b32sa9320b10a86e2af2@mail.gmail.com> Date: Tue, 19 May 2009 15:22:52 +0200 Message-ID: <43b1bb350905190622t5e52b6e1kbb85af95e98debeb@mail.gmail.com> From: Magnus Kling To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: Kernel panic when reboot on server with a Promise SX4000 and two ATA disks RAID1. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 13:22:54 -0000 2009/5/19 Magnus Kling > 2009/5/19 Alexander Motin > >> Magnus Kling wrote: >> >> > I applied the patch and rebuilt the kernel. But when should this be >> > printed? At shutdown or boot? I can=B4t see it at all. >> >> On shutdown before panic. >> >> > When panic occurs I got the attached text as output on my serial >> console. >> >> Attached where? >> >> > The raidcontroller has two ata disks attached. Using RAID 1. My OS is = on >> > a separate disk using the motherboards ata connector. >> > Should I disable(unplug the disks) and add a spare harddrive in non-ra= id >> > state to the raid card? >> >> Yes, I mean this exactly. Unplug your disk and insert some another >> without building RAID on it. >> >> -- >> Alexander Motin >> > > Sorry missed the attachment. > Will find a spare disk ASAP. > > /Magnus Tried with a spare disk. Added it as a JBOD on one channel and mounted it i= n the OS. Guess what... Reboot works! At reboot the disks are synced and then the computer is rebooted. /Magnus