From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 16:11:51 2004 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 63BC716A4CE for ; Wed, 28 Jul 2004 16:11:51 +0000 (GMT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9EEC43D55 for ; Wed, 28 Jul 2004 16:11:50 +0000 (GMT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [192.168.254.25] (parish.gotadsl.co.uk [62.3.235.43]) by smtp.nildram.co.uk (Postfix) with ESMTP id 692A424E8DA for ; Wed, 28 Jul 2004 17:11:39 +0100 (BST) Message-ID: <4107D053.1010206@ukug.uk.freebsd.org> Date: Wed, 28 Jul 2004 17:12:03 +0100 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (X11/20040726) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Console in X 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: Wed, 28 Jul 2004 16:11:51 -0000 If I put this in ~/.xinitrc exec startkde > /dev/console 2>&1 to redirect messages to the console in order to read them in xconsole, X starts and immediately exits with the error: /home/mark/.xinitrc: cannot create /dev/console: permission denied I've uncommented this line in /etc/fbtab: /dev/ttyv0 0600 /dev/console and dev/console exists: /home/mark{12}% ls -l /dev/con* crw------- 1 root wheel 0, 0 28 Jul 16:55 /dev/console crw------- 1 root wheel 234, 255 28 Jul 11:29 /dev/consolectl This used to work in 4.x and XFree86 4.1 but now I'm running -CURRENT and XFree86 4.3.0. Has something changed, or have I missed something? Thanks. Regards, Mark