From owner-freebsd-questions@FreeBSD.ORG Fri Feb 1 10:54:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DB316A41A for ; Fri, 1 Feb 2008 10:54:45 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4320313C4D9 for ; Fri, 1 Feb 2008 10:54:44 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-302023.home.otenet.gr [85.73.227.101]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m11Asg7w012619; Fri, 1 Feb 2008 12:54:43 +0200 Message-ID: <47A2FA72.3030002@otenet.gr> Date: Fri, 01 Feb 2008 12:54:42 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071231) MIME-Version: 1.0 To: "no@spam@mgEDV.net" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to capture freebsd 6.3 kernel panics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 10:54:45 -0000 no@spam@mgEDV.net wrote: > hi, > > since i migrated from 6.2-REL to 6.3-REL i got several > panics when copying much data from one volume to another. > because of the copy-job taking several hours, i don't > get a realistic chance to CATCH the stupid panic and > see what's going on (or at least get an idea of). > this is really frustrating me! > > is there a way to avoid the auto-reboot? > > is there a way to save the panic to disk? > > btw, there's no swap partition i could use as dump device. > > cheers... > I recently had a system that would not dump to the swap partition for one reason or the other. I used an external USB hard disk, and it dumped there with no problems. With the current sizes of cheap usb flash drives, even that is probably an option. You may wish to explore this solution. Manolis