From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 12:27:23 2005 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 9ACE316A4CE for ; Thu, 27 Jan 2005 12:27:23 +0000 (GMT) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4140A43D55 for ; Thu, 27 Jan 2005 12:27:23 +0000 (GMT) (envelope-from calculus@softhome.net) Received: from [147.188.128.127] (helo=sun29) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1Cu8k6-0005zE-00 for freebsd-questions@freebsd.org; Thu, 27 Jan 2005 12:27:22 +0000 Received: from sci-fs1.bham.ac.uk ([147.188.118.71]) by sun29 with esmtp (Exim 4.43) id 1Cu8ft-0000YS-Iu for freebsd-questions@freebsd.org; Thu, 27 Jan 2005 12:23:01 +0000 Received: from SPECULUSHX1THE not authenticated [147.188.140.84] Novell NetWare; Thu, 27 Jan 2005 12:27:22 +0000 Message-ID: <016401c5046b$942bd700$0501a8c0@SPECULUSHX1THE> From: "cali" To: "Christian Hiris" <4711@chello.at>, References: <200501271156.43393.4711@chello.at> Date: Thu, 27 Jan 2005 12:27:34 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-BHAM-CUBE-wlist: LOCAL sci-fs1.bham.ac.uk X-BHAM-CUBE-processed: yes cc: Supote Leelasupphakorn Subject: Re: Where I can find boot's dmesg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 12:27:23 -0000 On Thursday 27 January 2005 11:07:11, Supote Leelasupphakorn wrote: > Hi list, > > I'm currently use FreeBSD-5.2 and just wondered where I can > see the dmesg in the time I booted my box up. >Look into /var/run/dmesg.boot or use the Scroll-Lock key (it's between the >Print/Sys-Req and Pause/Break keys) to make the console display scrollable >by >the Pageup/Pagedown and Up/Down keys. or just type dmesg | more or more /var/run/dmesg.boot cali