From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 18:06:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81C116A4CE for ; Fri, 4 Feb 2005 18:06:53 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 840FD43D1F for ; Fri, 4 Feb 2005 18:06:53 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20793 invoked from network); 4 Feb 2005 18:06:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Feb 2005 18:06:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0C7AB83; Fri, 4 Feb 2005 13:06:50 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <200502041201.06478.FreeBSD@insightbb.com> <4203AD1D.1090203@gmx.net> <20050204180003.GH8365@gentoo-npk.bmp.ub> From: Lowell Gilbert Date: 04 Feb 2005 13:06:50 -0500 In-Reply-To: <20050204180003.GH8365@gentoo-npk.bmp.ub> Message-ID: <447jloxkqt.fsf@be-well.ilk.org> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Within X, how can I see console messages? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 18:06:53 -0000 Nathan Kinkade writes: > On Fri, Feb 04, 2005 at 06:13:01PM +0100, Benjamin Walkenhorst wrote: > > Steven Friedrich wrote: > > > > >I know I can Control-Alt-F1 to go back to the console, but is there a way > > >to see these messages in an xterm or something? > > > > > > > > xconsole > > > > When xdm starts, xconsole gets started, too, on my machine, > > I can't remember doing anything to get this behaviour, though. > > > > Kind regards, > > Benjamin > > Keep in mind that /dev/console may only be readable by root. You might > have to change permissions on the device, or perhaps launch xconsole as > the root user. There may be other ways to get around this. I just > throw this into the mix as a problem that you may encounter. The default xdm configuration runs xconsole from Xsetup (which runs as root) before starting the user's startup script.