From owner-freebsd-stable@FreeBSD.ORG Sun Jun 10 18:25:01 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AB5C106566C for ; Sun, 10 Jun 2012 18:25:01 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id A81988FC15 for ; Sun, 10 Jun 2012 18:25:00 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id q5AIOxcb091429; Mon, 11 Jun 2012 01:24:59 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <4FD4E67B.5010101@rdtc.ru> Date: Mon, 11 Jun 2012 01:24:59 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Sami Halabi References: <201206091035.q59AZWFB058742@lurza.secnetix.de> <20120609122457.GS13609@albert.catwhisker.org> <20120609123626.GT13609@albert.catwhisker.org> <4FD37CF3.109@rdtc.ru> <4FD4C8AE.4000900@rdtc.ru> <4FD4E057.30606@rdtc.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: su problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2012 18:25:01 -0000 11.06.2012 01:21, Sami Halabi пишет: > Hi, > > %grep console /etc/syslog.conf > *.err;kern.warning;auth.notice;mail.crit /dev/console > # uncomment this to log all writes to /dev/console to /var/log/console.log > #console.info /var/log/console.log > % > > %kenv | grep console > comconsole_speed="9600" > console="vidconsole" > % > > does this makes us sure with the problem? No, this is against my proposition: console="vidconsole" states that /dev/console is not serial port but VGA output that cannot lock... Sorry, no other thoughts yet...