From owner-freebsd-stable@FreeBSD.ORG Tue Aug 17 03:33:51 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE32016A4CE for ; Tue, 17 Aug 2004 03:33:51 +0000 (GMT) Received: from mail807.megamailservers.com (mail807.carrierinternetsolutions.com [69.49.106.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EEF243D45 for ; Tue, 17 Aug 2004 03:33:51 +0000 (GMT) (envelope-from strick@covad.net) X-POP-User: strick.covad.net Received: from mist.nodomain (h-67-101-99-169.snfccasy.dynamic.covad.net [67.101.99.169])i7H3XYUN006779 for ; Mon, 16 Aug 2004 23:33:35 -0400 Received: from mist.nodomain (localhost [127.0.0.1]) by mist.nodomain (8.12.11/8.12.11) with ESMTP id i7H3XYGl000987 for ; Mon, 16 Aug 2004 20:33:34 -0700 (PDT) (envelope-from dan@mist.nodomain) Received: (from dan@localhost) by mist.nodomain (8.12.11/8.12.11/Submit) id i7H3XYdn000986 for freebsd-stable@freebsd.org; Mon, 16 Aug 2004 20:33:34 -0700 (PDT) (envelope-from dan) Date: Mon, 16 Aug 2004 20:33:34 -0700 (PDT) From: Dan Strick Message-Id: <200408170333.i7H3XYdn000986@mist.nodomain> To: freebsd-stable@freebsd.org Subject: Re: console grabbing in X X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 03:33:51 -0000 On Tue, 17 Aug 2004 12:42:42 +1000, Joel Hatton wrote: >> > I'm not sure what this option allows: > > # Allow ordinary users to take the console - this is useful for X. > options UCONSOLE > > I have this configured in my kernel config, but I still can't run xconsole > as a non-root user (program launches with "Couldn't open console" error). > Am I misunderstanding something? >> Wild guess: you need to chown/reprotect /dev/console. Do "man fbtab" for more information. Dan Strick