From owner-freebsd-current@FreeBSD.ORG Wed Dec 1 18:18:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFFEE16A4CE for ; Wed, 1 Dec 2004 18:18:36 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31B4143D1D for ; Wed, 1 Dec 2004 18:18:36 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CZZ3h-000AxS-S9; Wed, 01 Dec 2004 10:18:33 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16814.2809.359589.972762@ran.psg.com> Date: Wed, 1 Dec 2004 10:18:33 -0800 To: Doug White References: <20041123182254.GB10721@ninthgate.net> <16804.64917.872924.733444@ran.psg.com> <20041124232820.J2006@carver.gumbysoft.com> <16805.38319.825546.497936@ran.psg.com> <20041128220455.F40277@carver.gumbysoft.com> <16811.9333.99454.679978@ran.psg.com> <20041201101227.O68605@carver.gumbysoft.com> cc: freebsd-current@freebsd.org Subject: Re: Random panics with 5.3-REL, SMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 01 Dec 2004 18:18:36 -0000 >>>> # grep dump /etc/rc.conf >>>> dumpdev="/dev/twed0s1b" # Device name to crashdump to (or NO). >>>> dumpdir="/var/crash" # Directory where crash dumps are to be stored >>> Hm, this should be getting set; the twe driver supports crashdumps. What >>> happens if you run 'dumpon /dev/twed0s1b' manually? >> # dumpon /dev/twed0s1b >> # > I think we established before that you were setting the device name > bogusly elsewhere so we'll assume this is working now :) setting is working. but i did not get a crashdump last two crashes. >> i am using ssh. > Oh, they released an IOS image with ssh for those? I've been using > Cyclades TSx000 boxes for too long apparently... uh, for many years. but you have to invoke some incantations to get 3des etc. i have been doing it for so long that i have forgotton what you have to do to get in the door. of course, i also have oob access via craft ports. in fact, it is this path, ssh to the termserv which then goes local serial to craft, that is not easily loggable. randy