From owner-freebsd-hackers Mon Aug 7 11:19:34 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA24278 for hackers-outgoing; Mon, 7 Aug 1995 11:19:34 -0700 Received: from gvr.win.tue.nl (gvr.win.tue.nl [131.155.210.19]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id LAA24271 for ; Mon, 7 Aug 1995 11:19:27 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id UAA17958; Mon, 7 Aug 1995 20:18:21 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199508071818.UAA17958@gvr.win.tue.nl> Subject: Re: /dev/console & xconsole To: rpt@miles.sso.loral.com (Richard Toren) Date: Mon, 7 Aug 1995 20:18:20 +0200 (MET DST) Cc: hackers@freebsd.org In-Reply-To: from "Richard Toren" at Aug 6, 95 02:25:22 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 708 Sender: hackers-owner@freebsd.org Precedence: bulk Richard Toren wrote: > > Is there some magic I need to work to get xconsole to be able > to open the console from my .xinitrc in 2.05? Did some characteristic of > /dev/console change? > > It works if started manually after an 'su'. Current permissions are: > > # ll /usr/X11R6/bin/xconsole > -rwsr-xr-x 1 root bin 16384 May 8 20:00 /usr/X11R6/bin/xconsole > # ll /dev/console > crw-rw-rw- 1 root wheel 0, 0 Aug 6 11:53 /dev/console > > .xinitrc line is: > xconsole -geometry 400x70+617+25 & > > giving: > "Couldn't open console in it's window. > > This used to work in 2.0R, See man fbtab and make sure console gets chown'ed to the one logging in at the console. -Guido