From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 23:52:05 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E0B31065670; Fri, 29 Aug 2008 23:52:05 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A54788FC1C; Fri, 29 Aug 2008 23:52:04 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl85-153.kln.forthnet.gr [77.49.52.153]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id m7TNppBa025014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 30 Aug 2008 02:51:58 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id m7TNpp7N039367; Sat, 30 Aug 2008 02:51:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id m7TNpoD3039366; Sat, 30 Aug 2008 02:51:50 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Kirk Strauser References: <200808291144.54193.jhb@freebsd.org> <93895F44-FEA5-45EC-B62E-C01CBB1CE264@strauser.com> Date: Sat, 30 Aug 2008 02:51:50 +0300 In-Reply-To: <93895F44-FEA5-45EC-B62E-C01CBB1CE264@strauser.com> (Kirk Strauser's message of "Fri, 29 Aug 2008 16:07:15 -0500") Message-ID: <87fxonv0q1.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m7TNppBa025014 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.838, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.56, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: System, diagnose thyself: auto-documentation for crashes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 23:52:05 -0000 On Fri, 29 Aug 2008 16:07:15 -0500, Kirk Strauser wrote: >On Aug 29, 2008, at 10:44 AM, John Baldwin wrote: >> See /usr/sbin/crashinfo for a start. I have patches to enable it >> from /etc/rc.d/savecore after generating a patch (still need to test >> them though). > > I'm not finding that anywhere, either on my systems or on Google. HISTORY The crashinfo utility appeared in FreeBSD 8.0. It hasn't been MFC'd to any other branch, AFAIK.