From owner-freebsd-stable@FreeBSD.ORG Fri Sep 12 15:48:03 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8887C16A4BF for ; Fri, 12 Sep 2003 15:48:03 -0700 (PDT) Received: from tenebras.com (blade.tenebras.com [66.92.188.175]) by mx1.FreeBSD.org (Postfix) with SMTP id AED7643FE0 for ; Fri, 12 Sep 2003 15:48:02 -0700 (PDT) (envelope-from kudzu@tenebras.com) Received: (qmail 56645 invoked from network); 12 Sep 2003 22:48:00 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by laptop.tenebras.com with SMTP; 12 Sep 2003 22:48:00 -0000 Message-ID: <3F624D1C.7050306@tenebras.com> Date: Fri, 12 Sep 2003 15:47:56 -0700 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, zh-tw, zh-cn, fr, en, de-de MIME-Version: 1.0 To: Sergei Vyshenski References: <5.1.0.14.2.20030913015611.00a75180@vivaldi.pn.sinp.msu.ru> In-Reply-To: <5.1.0.14.2.20030913015611.00a75180@vivaldi.pn.sinp.msu.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@FreeBSD.ORG Subject: Re: fxp damages dmesg? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 22:48:03 -0000 Sergei Vyshenski wrote: > dmesg reports usual text only a few seconds after reboot. > Later it displays a single line with a fragment of ipfw log, e.g. > > 167 213.131.11.152 in via fxp0 This is fairly normal -- the system message buffer contents aren't static. On a system with a long uptime, you might see nothing but arp messages, or core dump messages, etc. That's why /var/run/dmesg.boot exists.