From owner-freebsd-current Fri Sep 20 05:03:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA01642 for current-outgoing; Fri, 20 Sep 1996 05:03:25 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA01611; Fri, 20 Sep 1996 05:03:21 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id VAA14548; Fri, 20 Sep 1996 21:54:30 +1000 Date: Fri, 20 Sep 1996 21:54:30 +1000 From: Bruce Evans Message-Id: <199609201154.VAA14548@godzilla.zeta.org.au> To: dyson@FreeBSD.org, freebsd-current@FreeBSD.org, spfarrel@midway.uchicago.edu Subject: Re: panic recent kernel Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >(ughh! what a pain that is to type in off the serial console i'm >using. is there other information from the debugger that i should get >in this type of case? is there a way to get this saved to disk so >one doesn't have to copy it down manually?) I use `serial_program | tee /tmp/foo'. There is no way to save to disk on the system being debugged. Bruce