From owner-freebsd-current@FreeBSD.ORG Sun Aug 7 10:27:39 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 BC1B4106564A for ; Sun, 7 Aug 2011 10:27:39 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp03.smtpout.orange.fr [80.12.242.125]) by mx1.freebsd.org (Postfix) with ESMTP id 635CA8FC0C for ; Sun, 7 Aug 2011 10:27:38 +0000 (UTC) Received: from localhost ([92.156.102.118]) by mwinf5d38 with ME id HNTc1h0022ZGTpo03NTcr7; Sun, 07 Aug 2011 12:27:37 +0200 X-ME-engine: default Message-ID: <4E3E6897.7050700@orange.fr> Date: Sun, 07 Aug 2011 12:27:35 +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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 07 Aug 2011 10:27:39 -0000 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