From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 21:21:58 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 9F3211065678 for ; Fri, 29 Aug 2008 21:21:58 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from warped.bluecherry.net (unknown [IPv6:2001:440:eeee:fffb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 41FE78FC15 for ; Fri, 29 Aug 2008 21:21:58 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (unknown [74.193.170.223]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by warped.bluecherry.net (Postfix) with ESMTPSA id 27C208F0258A; Fri, 29 Aug 2008 16:21:56 -0500 (CDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.14.2/8.14.2) with ESMTP id m7TLLpkt028824; Fri, 29 Aug 2008 16:21:51 -0500 (CDT) (envelope-from morganw@chemikals.org) Date: Fri, 29 Aug 2008 16:21:51 -0500 (CDT) From: Wes Morgan To: Kirk Strauser In-Reply-To: <93895F44-FEA5-45EC-B62E-C01CBB1CE264@strauser.com> Message-ID: References: <200808291144.54193.jhb@freebsd.org> <93895F44-FEA5-45EC-B62E-C01CBB1CE264@strauser.com> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 21:21:58 -0000 On Fri, 29 Aug 2008, 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. > Check out http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/crashinfo/