From owner-freebsd-current@FreeBSD.ORG Tue Mar 7 06:04:35 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 DB9B516A420 for ; Tue, 7 Mar 2006 06:04:35 +0000 (GMT) (envelope-from current@dino.sk) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5492E43D45 for ; Tue, 7 Mar 2006 06:04:34 +0000 (GMT) (envelope-from current@dino.sk) Received: from [192.168.16.13] ([213.215.74.194]) (AUTH: PLAIN milan, SSL: TLSv1/SSLv3,128bits,RC4-MD5) by bsd.dino.sk with esmtp; Tue, 07 Mar 2006 07:07:06 +0100 id 000000A3.440D230B.00002523 From: Milan Obuch To: freebsd-current@freebsd.org Date: Tue, 7 Mar 2006 07:04:09 +0100 User-Agent: KMail/1.8.3 References: <200603062206.31116.current@dino.sk> <440CD7E6.2000306@savvis.net> In-Reply-To: <440CD7E6.2000306@savvis.net> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603070704.11927.current@dino.sk> Subject: Re: syscons not running? 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: Tue, 07 Mar 2006 06:04:36 -0000 On Tuesday 07 March 2006 01:46, Maksim Yevmenkin wrote: > Milan Obuch wrote: > > Hi, > > I am testing 7.0-CURRENT on my TabletPC TC1000. For some time I am > > getting $SUBJECT messages when booting - just after 'Starting devd.' > > line. Next comes 'Configuring syscons: blanktime.' line. So question is - > > what does $SUBJECT line mean? Is it error? Serious? Harmless? Does not > > makes much sense to me. By the way, today I do full system rebuild > > exactly as described > > in /usr/src/Makefile from sources cvsupped today morning. > > you did not give us more details about your setup. i assume that you are > booting your system with the usb keyboard attached. > > imo, 'syscons not running?' message is harmless. it is caused by > > /etc/rc.syscons restart > > part of the ukbd(4) attach 'action' in /etc/devd.conf. > > thanks, > max Yes, you are right - there is detachable keyboard connected via USB on TC1000. Any more details on my setup useful to analyse this further? I can live with this, if it is harmless... However, this message gets written on screen even when booting with this keyboard detached. At least once. There is no /etc/rc.syscons - at least at my system. I assume you mean /etc/rc.d/syscons. I did test it couple of times without keyboard, again, and this time message disappeared. With USB keyboard attached back, message reappears. So I think your idea is correct. Just a question - if it is not a bug, why this message at all? By the way, when doing these tests, once there was a problem - after attaching USB keyboard after booting, kernel detected ukbd0 arriving, but keyboard was 'dead' - no response to typing. After detaching it and attaching again, it worked. No idea why - but no idea anyway, how can I debug such a situation. Thanks for assistance. Regards, Milan N. B.: No need to CC, I read this list regularly.