From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 17:58:09 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 60B8816A4BF for ; Thu, 28 Aug 2003 17:58:09 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23DFB43FDD for ; Thu, 28 Aug 2003 17:58:08 -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 (sccrmhc11) with ESMTP id <200308290058070110037buhe>; Fri, 29 Aug 2003 00:58:07 +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 h7T0w6N9048970; Thu, 28 Aug 2003 20:58:06 -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 h7T0w6Tr048967; Thu, 28 Aug 2003 20:58:06 -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: =?Windows-1252?Q?Marco_Gon=E7alves?= References: <009901c36d01$ba7572c0$ad1316c3@celeron1700> From: Lowell Gilbert Date: 28 Aug 2003 20:58:06 -0400 In-Reply-To: <009901c36d01$ba7572c0$ad1316c3@celeron1700> Message-ID: <44u181b7q9.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: dmesg output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 00:58:09 -0000 =?Windows-1252?Q?Marco_Gon=E7alves?= writes: > Email TemplateHow can i delete the 'dmesg -a' last output buffer Assuming I'm understanding you correctly (you want to clear the system message buffer?) you shouldn't be able to do that while the system is running. It's a security precaution. Maybe if you explained why you wanted to do it, we'd be able to help. > /var/run/dmesg.boot - but it just shows the hardware boot It shows the contents of the system message buffer immediately after the kernel boots. > /var/log/dmesg.today - seems like a copy of /var/run/dmesg.boot It should be the contents of the system message buffer at the time of the daily periodic(8) run. > /var/log/dmesg.eyesterday - seems to me like the dmesg -a output before last reboot... It should be the previous day's dmesg.today file.