From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 10:32:23 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 668B216A4CE for ; Mon, 26 Jan 2004 10:32:23 -0800 (PST) Received: from twix.hotpop.com (twix.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E250143D1F for ; Mon, 26 Jan 2004 10:32:20 -0800 (PST) (envelope-from rainbreath@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by twix.hotpop.com (Postfix) with SMTP id 37E40C2CF18 for ; Mon, 26 Jan 2004 18:21:39 +0000 (UTC) Received: from localhost (unknown [82.151.127.252]) by smtp-1.hotpop.com (Postfix) with ESMTP id 34DF01A00AE for ; Mon, 26 Jan 2004 18:11:46 +0000 (UTC) Date: Mon, 26 Jan 2004 21:28:42 +0300 To: freebsd-questions@freebsd.org References: <4012089D.40706@cal.berkeley.edu> <6.0.1.1.2.20040126092031.01be6ec0@mail.at-vantage.com> From: Yuri GV Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <6.0.1.1.2.20040126092031.01be6ec0@mail.at-vantage.com> User-Agent: Opera7.23/FreeBSD M2 build 518 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: Re: System Startup Messages 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: Mon, 26 Jan 2004 18:32:23 -0000 On Mon, 26 Jan 2004 09:20:45 -0600, Lance E. Lott wrote: > type: dmesg > > Lance > > > At 11:54 PM 1/23/2004, you wrote: > >> I'm running a FreeBSD machine with no head (e.g. no monitor installed to >> the machine). >> >> Is there a way to view the statup messages from the system once the >> machine is up and running via SSH? What is the name of the file that >> would have the messages (specifically any output sent to the terminal >> with >> regards to detecting and installing devices)? >> >> -- >> Rishi Chopra >> http://www.ocf.berkeley.edu/~rchopra Hi. Startup messages are kept in /var/log/dmesg.today. You can view it as root. Dig other files in /var/log. There are many interesting logs. breath