From owner-freebsd-stable@FreeBSD.ORG Fri Jul 28 13:53:44 2006 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 3C6D516A4DA for ; Fri, 28 Jul 2006 13:53:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A344543D45 for ; Fri, 28 Jul 2006 13:53:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6SDre2g086241; Fri, 28 Jul 2006 09:53:40 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 28 Jul 2006 09:46:57 -0400 User-Agent: KMail/1.9.1 References: <44C52C20.6030104@intersonic.se> <44C52E57.8010906@datapipe.com> <44C5319B.3060508@intersonic.se> In-Reply-To: <44C5319B.3060508@intersonic.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607280946.58152.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Fri, 28 Jul 2006 09:53:41 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1624/Thu Jul 27 13:11:25 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: msaad@datapipe.com Subject: Re: 6-STABLE locks solid - current ok, why? 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, 28 Jul 2006 13:53:44 -0000 On Monday 24 July 2006 16:46, Per olof Ljungmark wrote: > The 5300 have a battery backed up cache, I guess I should try to run the > box off the 5i to check. > > Have several 360/380 G1/2/3's here too and never saw this before. > > I did: > * Installed hw; iLO card + one Intel em0 + the 5300 > * Booted 6.1-REL CD, installed base system including ports tree and sources > * pkg_add -r cvsup-without-gui > * fetched 6-STABLE sources > * Edit the kernel config (took out 486/586, added SMP/APIC) > * rebuilt and installed world (I usually do this a few times over to > check for hardware problems) > * Installed postfix, that worked ok. > * Next app (don't remeber which one sorry) hung the box > * fetched 6-STABLE sources again > * rebuilt and installed world, worked fine > * tried again to complie apps, no joy. Hangs at random places, no error > messages, just locks. > * fetched 6-STABLE sources again > * rebuilt and installed world, worked fine > > and finally, > > fetched -CURRENT, rebuilt and now everything is just great. ACPI is enabled. > > Reason I'm running -STABE is that I expect this one to go into > production about the time 6.2 is released. When it hangs, can you break into ddb and get a coredump? (Break into the debugger and use 'panic' at the db> prompt.) You'll need DDB and KDB in your kernel config. -- John Baldwin