From owner-freebsd-current@FreeBSD.ORG Wed Aug 29 11:31:23 2007 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 D653416A420 for ; Wed, 29 Aug 2007 11:31:23 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id A5F6313C48A for ; Wed, 29 Aug 2007 11:31:23 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l7TBVBKd053097; Wed, 29 Aug 2007 06:31:11 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46D558FE.6050502@freebsd.org> Date: Wed, 29 Aug 2007 06:31:10 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Ivan Voras References: <200708261948.05750.qpadla@gmail.com> <46D41DAE.5010501@freebsd.org> <46D4A944.5060300@fer.hr> <46D4D421.90602@tomjudge.com> <46D53FA5.1000606@fer.hr> In-Reply-To: <46D53FA5.1000606@fer.hr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: Tom Judge , freebsd-current@freebsd.org Subject: Re: Repeated UFS panics? 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: Wed, 29 Aug 2007 11:31:23 -0000 Ivan Voras wrote: > Tom Judge wrote: > >> It would be easier to attach a serial console to the system, even if >> it is in the form of a second machine and null modem cable. The >> handbook will hold your had if you want to try setting it up. > > No need for that - I'm running it under VMWare so I can route serial > ports between VMs. > > The big problem is that most of the panics happen with cd9660 as the > root file system (LiveCD setup) and I'll have to see what I can do with > serial ports in this environment. But it's a good idea. > When I get a panic while in X, I can now (recently - this was not true 3 or 4 months ago) just type "call doadump [enter] reset [enter]" and I'll get a crash dump and the system will reboot. I then analyze the dump later. I can't see the text, but it actually *is* in the debugger (for me anyway). That's how I tracked this dirbad issue down when I saw it the first time. Eric