From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 06:50:41 2003 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 DDC9316A4BF for ; Fri, 5 Sep 2003 06:50:41 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B2943FD7 for ; Fri, 5 Sep 2003 06:50:40 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <20030905135039012007nms2e>; Fri, 5 Sep 2003 13:50:39 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h85DodFm002517; Fri, 5 Sep 2003 09:50:39 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h85DochQ002514; Fri, 5 Sep 2003 09:50:38 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Radko Keves References: <20030903155030.GA46435@studnet.sk> From: Lowell Gilbert Date: 05 Sep 2003 09:50:38 -0400 In-Reply-To: <20030903155030.GA46435@studnet.sk> Message-ID: <44k78n739t.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: saving kernel output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 13:50:42 -0000 Radko Keves writes: > is another way to save kernel output without dumb terminal or old > PC/XT till boot ? > > i read serialconsole-setup in handbook, but i think way without serial > console > > for example something like dmesg, but if kernel fails i want have saved > output too If the kernel fails to boot, there's no filesystem mounted, so a serial port console is your only real option. If the system comes up, the dmesg info is saved in /var/run/dmesg.boot...