From owner-freebsd-current@FreeBSD.ORG Mon Aug 16 07:30:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A20B16A4CE for ; Mon, 16 Aug 2004 07:30:38 +0000 (GMT) Received: from zombie.ezone.ru (zombie.ezone.ru [195.128.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536DA43D2D for ; Mon, 16 Aug 2004 07:30:37 +0000 (GMT) (envelope-from mcsi@mcsi.pp.ru) Received: from [172.16.4.26] (ultra.domain [172.16.4.26] (may be forged)) by zombie.ezone.ru (8.12.11/8.12.11) with ESMTP id i7G7UZuu091936 for ; Mon, 16 Aug 2004 11:30:35 +0400 (MSD) (envelope-from mcsi@mcsi.pp.ru) Message-ID: <4120629B.3070802@mcsi.pp.ru> Date: Mon, 16 Aug 2004 11:30:35 +0400 From: Maxim Maximov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <411E17FB.7070603@mcsi.pp.ru> <412058C6.5040401@mcsi.pp.ru> In-Reply-To: <412058C6.5040401@mcsi.pp.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: acpi issue? (WAS: module cbb already present) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 16 Aug 2004 07:30:38 -0000 Maxim Maximov wrote: > Maxim Maximov wrote: > >> >> Timecounter "i8254" frequency 1193182 Hz quality 0 >> CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (2992.52-MHz 686-class CPU) >> Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 >> >> Features=0xbfebfbff >> >> Hyperthreading: 2 logical CPUs >> real memory = 536674304 (511 MB) >> avail memory = 514506752 (490 MB) >> ACPI APIC Table: >> >> Also this kernel stops after 'Pre-seeding PRNG:' message and stops >> until I enter DDB. I can press any keys and they are displayed at the >> screen. Ctrl-C doesn't work. I dont have a console at the moment, I >> will post output of DDB trace, show threads, show locks and ps in >> monday. I wonder if anyone else see this? >> It goes fine into single user mode. When I exit single user shell, >> it boots fine. >> Witness enabled, preemption disabled, htt enabled, SMP kernel, >> ACPI enabled (when disabled, it panics at boot btw), cleanworld before >> buildworld, debug.mpsafenet=0 or 1, it doesn't matter on this subject. >> > > Here it is. It seems /etc/rc.d/preseedrandom runs its commands to > 'sysctl -a' (proc 77) and then hangs. > Finally, running 'sysctl -a' by hand, when in single user I observe hang after hw.acpi.acline string. After reboot it continues fine with these strings: hw.acpi.acline: 0 hw.acpi.battery.life: 86 hw.acpi.battery.time: 72 hw.acpi.battery.state: 1 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 There is significant delay (about half a second) before battery strings. It seems sometimes this delay prolongs indefinitely. This is ASUS L5 notebook. Aug 9 kernel doesn't have this problem. If someone will look into it, it would be great. -- Maxim Maximov