From owner-freebsd-acpi@FreeBSD.ORG Tue Nov 9 19:39:36 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F173A16A4CF for ; Tue, 9 Nov 2004 19:39:36 +0000 (GMT) Received: from chons.visualtech.com (a.smtp.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA7243D67 for ; Tue, 9 Nov 2004 19:39:36 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [208.16.19.49] (unknown [208.16.19.49]) by chons.visualtech.com (Postfix) with ESMTP id B9D79A1AF; Tue, 9 Nov 2004 14:39:35 -0500 (EST) Message-ID: <41911D01.1090303@voicenet.com> Date: Tue, 09 Nov 2004 14:39:45 -0500 From: Adam K Kirchhoff User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <41910F00.3070402@voicenet.com> <419113BA.9000806@root.org> In-Reply-To: <419113BA.9000806@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-acpi@freebsd.org Subject: Re: Laptop troubles... X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 19:39:37 -0000 Nate Lawson wrote: > Adam K Kirchhoff wrote: > >> Not sure the correct list for this problem, but since I think I've >> traced the problem back to ACPI, it gonna go to this list first :-) >> >> Basically, I have a cvsup config file to pull RELENG_5. I built a >> kernel and world on my HP Omnibook on the 29th of October, and it >> works great. I updated my source tree today, though (November 9th), >> rebuilt the kernel + world, and my system hangs shortly after my >> system starts up some services (usually sshd or nfsd). If I boot up, >> with ACPI disabled, I don't have this problem. I also don't have any >> acpi functionality :-) Not a great tradeoff. > > > What happens if you boot single-user? So far, it's been fine. I've been in single user long enough to run fsck on my filesystems... I launched sshd manually once (without any problems) since that's where it appeared to lockup most frequently. When I then continued into multi-user mode, it locked up around the time it loaded the linux compat module. >> Any ideas what may have changed between October 29th and today, or >> how I can track down this problem? > > > A lot of minor changes were MFCd yesterday. > >> Unfortunately, nothing comes on the console. No debugger, no panic, >> etc. > > > You can't break to the debugger with ctrl-alt-backspace? Nope. Didn't realize that was usually a possibility, but when I tried it just now, it didn't break into the debugger. >> I'm attaching a syslog from my current bootup (with the kernel from >> October 29th), and a syslog from a failed bootup (with today's >> kernel). Nothing is jumping out at me, but that doesn't necessarily >> mean anything. >> >> I also noticed this problem back around the 29th of October when I >> considerd installing -CURRENT on it. When that happened, I changed >> my cvsup file to RELENG_5 > > > Try a boot -v -s with the bad kernel and see how long it takes to hang > while sitting there idle. > Well, so far so good. I've booted up with -s and -v... fsck'ed the filesystems, and I'm now sitting at the single user prompt. I ifconfiged my wireless card, and all seems well. I'm about to leave work for the day. I'll leave it like this during my drive home and see if it stays running the entire time. When I'm home, I'll reboot with -v -s and dump the kernel output to the serial port, and then post it here. Adam