From owner-freebsd-stable@FreeBSD.ORG Mon Oct 24 16:09:37 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F8116A41F for ; Mon, 24 Oct 2005 16:09:37 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43B743D46 for ; Mon, 24 Oct 2005 16:09:36 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so132155wxc for ; Mon, 24 Oct 2005 09:09:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LhuI6BN+N6CLuS4AAXJTSGKNujoq1WBsChtT/AkmXCaFOnCbKMVo8UpN9ahiS9SIV9/OrUDbFWP29JL+azgEtJuJJfnkzTXlvMp3iqh2nGKwwhdzDJp66p1OnkvIjrFP8n8bz2IukzEMQHTP8pJShrmqNId55whrrJbRdB8Qe00= Received: by 10.70.70.18 with SMTP id s18mr380272wxa; Mon, 24 Oct 2005 09:09:36 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Mon, 24 Oct 2005 09:09:36 -0700 (PDT) Message-ID: <790a9fff0510240909o5f3d5accvfa55a4f228b77629@mail.gmail.com> Date: Mon, 24 Oct 2005 11:09:36 -0500 From: Scot Hetzel To: Neil Hoggarth In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-stable@freebsd.org Subject: Re: 6.0 RC1 - problems with HighPoint RocketRAID 1640? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 16:09:37 -0000 On 10/24/05, Neil Hoggarth wrote: > I tried a source-upgrade from RELENG_5 to RELENG_6 over the weekend > (cvsuped RELENG_6 at around 10am Sunday morning, UK time). I was using a > GENERIC kernel. The procedure from UPDATING was working fine, up to the > point when I ran "make installworld". The system froze solid very early > in the installworld process (the comment printed on the screen prior to > the freeze suggests that it was copying, or preparing to copy, include > files). > Did you reboot after installing the 6.0 Kernel and before the installworld? This ensures that the 6.0 Kernel works on your system before the 6.0 binaries are installed. > Any pointers on how I might go about diagnosing this, and hopefully > producing a more useful problem report concerning the difficultes that > my hardware seems to have with 6.0 kernels? > You'll need to ensure that you have the debugging options enabled in the 6.0 kernel, this way your kernel will hopefully break to the debugger when the problem reoccurs. See the handbooks chapter on debugging for more details. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.