From owner-freebsd-current@FreeBSD.ORG Mon Aug 8 13:09:08 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FAC1106564A for ; Mon, 8 Aug 2011 13:09:08 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp04.smtpout.orange.fr [80.12.242.126]) by mx1.freebsd.org (Postfix) with ESMTP id 373B58FC08 for ; Mon, 8 Aug 2011 13:09:07 +0000 (UTC) Received: from localhost ([90.55.174.102]) by mwinf5d51 with ME id Hp941h00H2CvRxm03p94Fg; Mon, 08 Aug 2011 15:09:06 +0200 X-ME-engine: default Message-ID: <4E3FDFF0.5030001@orange.fr> Date: Mon, 08 Aug 2011 15:09:04 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: FreeBSD Current References: <4E3E6897.7050700@orange.fr> In-Reply-To: <4E3E6897.7050700@orange.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Follow up] xconsole/xterm -C, syslog, and geli 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: Mon, 08 Aug 2011 13:09:08 -0000 The problem is not specific to geli/geom_eli: I "see" the same empty lines from the USB subsystem, when pluging/unpluging a disk CBu P.S. Apologies to Ed Schouten for the bad spelling of his name ! On 08/07/2011 12:27, Claude Buisson wrote: > Hi, > > Starting somewhere with 8-CURRENT (Ed Shouten work on the tty subsytem) xconsole > and xterm -C cannot grab the console, without hacks. For example see: > > http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022116.html > http://lists.freebsd.org/pipermail/freebsd-current/2011-February/023109.html > > Even with some hacking (in my case patching mac_stub.c) syslog (non kernel) > entries are not displayed (they remain on ttyv0). > > A new point (for me) is that (kernel) messages from geli/geom_eli, like: > > Aug 7 10:41:04 zorglub kernel: cryptosoft0: on motherboard > Aug 7 10:41:16 zorglub kernel: GEOM_ELI: Device ada0p9.eli created. > Aug 7 10:41:16 zorglub kernel: GEOM_ELI: Encryption: AES-XTS 128 > Aug 7 10:41:16 zorglub kernel: GEOM_ELI: Integrity: HMAC/SHA256 > Aug 7 10:41:16 zorglub kernel: GEOM_ELI: Crypto: software > > appears only as _empty_ lines on xconsole. > > This is on a 9-CURRENT system amd64 SMP (2011/07/24 svn r224294). > > Any hint to solve this problem ? > > Thx > > CBu