From owner-freebsd-stable@FreeBSD.ORG Fri Apr 25 14:55:13 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D75FE1065670 for ; Fri, 25 Apr 2008 14:55:13 +0000 (UTC) (envelope-from ryan.lackey@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.184]) by mx1.freebsd.org (Postfix) with ESMTP id 78AA58FC18 for ; Fri, 25 Apr 2008 14:55:13 +0000 (UTC) (envelope-from ryan.lackey@gmail.com) Received: by rn-out-0910.google.com with SMTP id j40so1706198rnf.12 for ; Fri, 25 Apr 2008 07:55:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=ZQ0yK7e2EyKlLoIcgZ3Ktam2DpQlq2GPqI0rIcrhGNY=; b=f+3eePTIC6UNINkIDV7qgu4KFTFVenDnYvJSJ5777NR4O71fWJ4Zhiw0DH+4M3KlOahG0jUxMx12LlmI5oq5vcLXLD1iYQlk27zxKEqD4aXSJdoALR7BFASWrtGqohUDgUnxf/M8vtxWe/wOkRNDVZaRzuvs1RRiR6vx3Q1gAgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=igap96MlE7/PfpLWCVPOoJmY1uT0AoXKDAWgx4t3U6VqxjKFK+zmcJ4HE0kbxpe2nGCQhIsMGVDvxKZHeSEkOOU7vjXMFE1+P1EN2GxRcf97fYsD3ZOfBGpcZWjmc2bZZXykEQK69JN7FLxoHmI/CKG3+uyfToXT1nIrZ1KxKbg= Received: by 10.114.106.13 with SMTP id e13mr3286449wac.157.1209135312345; Fri, 25 Apr 2008 07:55:12 -0700 (PDT) Received: by 10.114.53.14 with HTTP; Fri, 25 Apr 2008 07:55:12 -0700 (PDT) Message-ID: <5bfab4bc0804250755s10006a5eu8d58153ce1dc3a78@mail.gmail.com> Date: Fri, 25 Apr 2008 07:55:12 -0700 From: "Ryan Lackey" To: "John Baldwin" , freebsd-stable@freebsd.org In-Reply-To: <200804250856.51805.jhb@freebsd.org> MIME-Version: 1.0 References: <5bfab4bc0804211223w34d41326g7350c51da35a1721@mail.gmail.com> <200804250856.51805.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: HP DL145G2 boot problems with 7.0 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: Fri, 25 Apr 2008 14:55:13 -0000 I actually figured out the problem. I had gmirror on the machine, and was booting to do maintenance using non-gmirror kernel sometimes. One kernel was using ad4, the other using ad6, and one using gm0(ad4/ad6). Kernel modules and kernel were consequently getting out of sync. Problems are fixed now -- I'm currently being amazed by the SMP performance, kqueue, and some threaded python...doing as much on 2 old machines from 2005 and freebsd with optimized python as we were doing with 55 linux machines running badly tuned php5 in apache. On Fri, Apr 25, 2008 at 5:56 AM, John Baldwin wrote: > On Monday 21 April 2008 03:23:04 pm Ryan Lackey wrote: > > I have 4 HP DL145G2 boxes (dual opteron). I recently upgrded them from > > 6.2-STABLE to 7.0-RELEASE using cvsup on each, compiling world + kernel. > > > > The upgrade was (fairly painless on two machines, and has broken the > other > > two machines. > > > > On boot, the broken machines hang somewhere after kbdc and psm, and > before > > serial driver initialization. > > > > Specifically, I see: > > psm0: unable to allocate IRQ > > psmcpnp0: PS/2 mouse port irq 12 on acpi0 > > pm0: ps2 mouse irq 12 on atkbdc0 > > ioapic0: routing intpin 12 (ISA IRQ 12) to vector 57 > > psm0: giant-locked > > psm0: thread > > psm0: model intellimouse explorer.... > > psm0: config; 0000000000 flags: 000000008, packet size:4 > > psm0: syncmask:08, syncbits:00 > > > > After that, it hangs. > > I would add more printfs to figure out exactly where it dies. I would > start > by seeing if it makes it out of the psm driver. If so, then I would start > adding printfs to the new-bus code in sys/kern/subr_bus.c to see if > drivers > are probing when it hangs. > > -- > John Baldwin >