From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 00:43:05 2004 Return-Path: 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 D3C1016A4CE for ; Sat, 11 Dec 2004 00:43:05 +0000 (GMT) Received: from f25.mail.ru (f25.mail.ru [194.67.57.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8178643D1F for ; Sat, 11 Dec 2004 00:43:05 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from mail by f25.mail.ru with local id 1CcvLi-000Igs-00; Sat, 11 Dec 2004 03:43:02 +0300 Received: from [83.237.13.71] by win.mail.ru with HTTP; Sat, 11 Dec 2004 03:43:02 +0300 From: Andrew To: epilogue Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [83.237.13.71] Date: Sat, 11 Dec 2004 03:43:02 +0300 In-Reply-To: <20041210192938.0e613343@localhost> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: cc: Paul Schmehl cc: Jerry McAllister cc: questions@freebsd.org cc: Dan Nelson Subject: Re: Messages between dmesg and login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 00:43:05 -0000 > Andrew wrote: >> I want to review messages produced by >> rc(8) at startup. Where/how can I get >> them, please? epilogue wrote: > 'dmesg -a' will get you that, as well > as all console messages since boot. > ...you may want to run it through a > pager. ;) Dan Nelson wrote: > They should be in /var/log/console. Thank you guys! I knew about dmesg -a, but it slipped my mind somehow... And now I went to /etc/syslog.conf, uncommented "console.info /var/log/console.log", touched console.log, chmodded it to 600, rebooted and console is being constantly dumped. So both your suggestions worked, thanx! Best wishes, Andrew