From owner-freebsd-questions@FreeBSD.ORG Wed Jul 19 08:08:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9F3F416A4DA for ; Wed, 19 Jul 2006 08:08:05 +0000 (UTC) (envelope-from goabranco@hotmail.com) Received: from bay0-omc2-s29.bay0.hotmail.com (bay0-omc2-s29.bay0.hotmail.com [65.54.246.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FF043D76 for ; Wed, 19 Jul 2006 08:08:04 +0000 (GMT) (envelope-from goabranco@hotmail.com) Received: from hotmail.com ([65.54.162.44]) by bay0-omc2-s29.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 19 Jul 2006 01:08:04 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 19 Jul 2006 01:08:04 -0700 Message-ID: Received: from 65.54.162.200 by by108fd.bay108.hotmail.msn.com with HTTP; Wed, 19 Jul 2006 08:08:01 GMT X-Originating-IP: [201.249.150.197] X-Originating-Email: [goabranco@hotmail.com] X-Sender: goabranco@hotmail.com From: "Ricardo Branco" To: freebsd-questions@freebsd.org Date: Wed, 19 Jul 2006 08:08:01 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 19 Jul 2006 08:08:04.0679 (UTC) FILETIME=[7624E570:01C6AB0A] Subject: How does dmesg(8) information survive a reboot ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 08:08:05 -0000 Hi! I've just tried this Frenzy Live-CD at http://frenzy.org.ua/eng/ a few hours ago. It's based on FreeBSD 6.1-STABLE. Then I rebooted into my FreeBSD 6.1-RELEASE box and suddenly dmesg(8) now outputs the content from the previous 2 sessions with the live-CD and my current session with the one I have installed. This is great. I have seen those "Rebooting..." lines but I've always thought they were written to /var/log/dmesg* right before the actual reboot with dmesg(8) somehow retrieving them at the next boot. What is the black magic here?