From owner-freebsd-questions@FreeBSD.ORG Thu May 25 17:43:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7EB3A16ACE4 for ; Thu, 25 May 2006 17:43:40 +0000 (UTC) (envelope-from marko@freebsd.org) Received: from pih-relay04.plus.net (pih-relay04.plus.net [212.159.14.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA82543DEB for ; Thu, 25 May 2006 17:42:36 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=[192.168.1.4]) by pih-relay04.plus.net with esmtp (Exim) id 1FjJr1-0004VT-KC for freebsd-questions@freebsd.org; Thu, 25 May 2006 18:42:35 +0100 Message-ID: <4475EC87.5070602@freebsd.org> Date: Thu, 25 May 2006 18:42:31 +0100 From: Mark Ovens User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060525163320.GT13228@saturn.pcs.ms> In-Reply-To: <20060525163320.GT13228@saturn.pcs.ms> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: su problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 17:43:42 -0000 Martin Schweizer wrote: > Hello > > If I su from user martin to root or from user martin to martin (for testing) I > get this errors in /var/log/messages: > > [snip] > May 9 11:33:08 merkur init: can't get /dev/console for controlling terminal: Operation not permitted > May 9 11:33:38 merkur init: can't get /dev/console for controlling terminal: Operation not permitted > [snip] > > I crosschecked also the permissions on /dev/console. They are correct. Any > hints are welcome. > IIRC you need this line in /etc/fbtab (or uncomment it if it's there but commented out) - that's what I've got and I'm sure that's why it's there; I don't get those errors. /dev/ttyv0 0600 /dev/console HTH Mark