From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 12:25:13 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 C90CD16A4CE for ; Thu, 27 Jan 2005 12:25:13 +0000 (GMT) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783D243D39 for ; Thu, 27 Jan 2005 12:25:13 +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 1Cu8i0-0005uJ-00 for freebsd-questions@freebsd.org; Thu, 27 Jan 2005 12:25:12 +0000 Received: from sci-fs1.bham.ac.uk ([147.188.118.71]) by sun29 with esmtp (Exim 4.43) id 1Cu8dn-0007mL-R4 for freebsd-questions@freebsd.org; Thu, 27 Jan 2005 12:20:51 +0000 Received: from SPECULUSHX1THE not authenticated [147.188.140.75] Novell NetWare; Thu, 27 Jan 2005 12:25:12 +0000 Message-ID: <011301c5046b$46d93920$0501a8c0@SPECULUSHX1THE> From: "cali" To: "Supote Leelasupphakorn" References: Date: Thu, 27 Jan 2005 12:25:24 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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: freebsd-questions@freebsd.org 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:25:13 -0000 > Hi cali, > > Sorry for my bad English. I mean how can I find the booting message > that shown at boot time before login: prompt such as > > CPU .... MHz > Memory ........ KBytes > .... > PCI ..... > ATA .... > CDROM ..... > .... > and .... blah blah blah..... Type "dmesg" at the command prompt, obviously if you want to put it into a file, type dmesg > file If you are superuser you can also cat these files: /var/log/dmesg.today /var/log/dmesg.yesterday and anybody can cat /var/run/dmesg.boot cali