From owner-freebsd-current@FreeBSD.ORG Wed Jun 14 17:00:46 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 2E4B716A4A0 for ; Wed, 14 Jun 2006 17:00:46 +0000 (UTC) (envelope-from maksim.yevmenkin@savvis.net) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B445443D6B for ; Wed, 14 Jun 2006 17:00:37 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate1b.savvis.net (Postfix) with ESMTP id E791C3BE76; Wed, 14 Jun 2006 12:00:35 -0500 (CDT) Received: from mailgate1b.savvis.net ([127.0.0.1]) by localhost (mailgate1b.savvis.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16771-01-15; Wed, 14 Jun 2006 12:00:35 -0500 (CDT) Received: from [10.254.186.111] (sntc04ep01.savvis.net [64.14.1.106]) by mailgate1b.savvis.net (Postfix) with ESMTP id 421B23BE42; Wed, 14 Jun 2006 12:00:35 -0500 (CDT) Message-ID: <449040B0.50005@savvis.net> Date: Wed, 14 Jun 2006 10:00:32 -0700 From: Maksim Yevmenkin User-Agent: Thunderbird 1.5.0.2 (X11/20060603) MIME-Version: 1.0 To: Goran Gajic References: <20060608110046.GD69869@comp.chem.msu.su> <20060614075142.GA57496@comp.chem.msu.su> In-Reply-To: <20060614075142.GA57496@comp.chem.msu.su> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at savvis.net Cc: Yar Tikhiy , freebsd-current@freebsd.org Subject: Re: 7.0-CURRENT panics if scroll lock is pressed during boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 14 Jun 2006 17:00:46 -0000 Yar Tikhiy wrote: > On Sat, Jun 10, 2006 at 12:08:48PM +0200, Goran Gajic wrote: >> On Thu, 8 Jun 2006, Yar Tikhiy wrote: >> >>> It might be another issue in kbdmux, as keyboard not working in the >>> debugger apparently is. You can try hitting Scroll Lock with kbdmux >>> disabled in device.hints or not compiled into the kernel in order >>> to see if it's the case. Should the system still panic, you'll at >>> least have the keyboard working in the debugger. >> You were right: when I have disabled kbdmux in /boot/device.hints >> scroll lock hitting is no longer causing panics and I have >> noticed that scroll lock, caps lock and pause/break LEDs are working >> again. For some reason after cvsup at the end of May LEDs stopped >> working.. > > Did you inform Maksim Yevmenkin of this problem? He is the author > of kbdmux, so he is very likely to be interested in finding and > fixing such issues. I carbon copied this message to him. Perhaps > he will tell if you should file a PR on the problem for future > reference. i've seen original email and tried to reproduce it here. so far, i was not able to crash my system by pressing scroll lock during boot. i need clear instruction on how to reproduce the crash. thanks, max