From owner-freebsd-questions Tue Apr 23 08:49:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12496 for questions-outgoing; Tue, 23 Apr 1996 08:49:28 -0700 (PDT) Received: from escape.cs.ibank.ru (Simbirsk-INKOM-GW.ibank.ru [194.58.131.6]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA12449 for ; Tue, 23 Apr 1996 08:49:09 -0700 (PDT) Received: from radix.cs.ibank.ru (radix.cs.ibank.ru [194.58.131.140]) by escape.cs.ibank.ru (8.7.5/8.6.12) with SMTP id TAA09798; Tue, 23 Apr 1996 19:47:20 +0400 (MSD) Message-ID: <317CFB7A.41C67EA6@cs.ibank.ru> Date: Tue, 23 Apr 1996 15:47:06 +0000 From: Igor Vinokurov Organization: Zynaps Undernet X-Mailer: Mozilla 2.01 (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 To: robin@is.co.za CC: questions@freebsd.org Subject: Re: /dev/console References: <199604231346.PAA26815@admin.is.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Robin Lunn wrote: > > Nik Clayton wrote: > > > These permissions are fine. In order to get xconsole working add yourself to > > > the "operator" group by editing /etc/group. As an "operator" you can access > > > the stiffy drive, shut the machine down and run xconsole without having to su > > > or be root. > > > > Just tried that, and it doesn't work. > > Need to log out and log in again. > Look: [radix:~]:110> id uid=1000(igor) gid=20(staff) groups=20(staff), 0(wheel), 5(operator) [radix:~]:111> ls -la /dev/console crw-rw---- 1 root operator 0, 0 Apr 23 19:43 /dev/console [radix:~]:112> xconsole tell to me: "Couldn't open console". Why?