From owner-freebsd-questions@FreeBSD.ORG Thu Mar 22 12:00:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AEAA16A4FE for ; Thu, 22 Mar 2007 12:00:12 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id A0A1013C483 for ; Thu, 22 Mar 2007 12:00:11 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: by wr-out-0506.google.com with SMTP id 36so626297wra for ; Thu, 22 Mar 2007 05:00:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e2DrrJaXyEcZ6pdKdt8x4A8th/tFfHiPGxQ8XGfFEUEgsTEumn76LY+m4i5AXqTQJ+Fv94ucWKo9fXp0lFvjewfMugnu3tCj50IkwXP02iK3z+5JPanB6gN3KhLJ5oWoGWVpv3Kj4pv465c0nvzqNyuqb+xsmIY7n7arAJMJ9fw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uBm7dsrrqxl5n0wOAibkQoGsEuztHENtt/wEZYtqO0UO9RxreLJfvyVEkfO2gK+wbnVogL67UtrEbbk8Rlspfyx2B39woUw87W6OnmotizGzDuLldo+axzGph8TjqLdmeNJSYNzTLsetrwN81iuc7noxRCSdExc19Y+r1b53Agg= Received: by 10.115.32.1 with SMTP id k1mr573006waj.1174564810088; Thu, 22 Mar 2007 05:00:10 -0700 (PDT) Received: by 10.114.26.7 with HTTP; Thu, 22 Mar 2007 05:00:10 -0700 (PDT) Message-ID: <8efc42630703220500qba51f94md94bf5b018909103@mail.gmail.com> Date: Thu, 22 Mar 2007 08:00:10 -0400 From: "Simon Chang" To: "Rajkumar S" In-Reply-To: <64de5c8b0703220000h6a5192ci6fe4e9d7eb8641f7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64de5c8b0703182321m5903c629ke480f039c02c3ee0@mail.gmail.com> <8efc42630703210526l17f7d4bbqb138b7bdcc1b5bc4@mail.gmail.com> <64de5c8b0703220000h6a5192ci6fe4e9d7eb8641f7@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: No core dump after panic 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: Thu, 22 Mar 2007 12:00:12 -0000 > I did not use /var/crash because /var was small than RAM. So I > manually changed the crash directory to /usr partition. I do not know > how to set savecore flag. Check out "man savecore" for a list of flags. You normally set them in /etc/rc.conf by putting in a line like: savecore_flags="-v -z", where -v puts in extra debugging information and -z compresses the coredump so that you save some space. > The panic happens only when safenet driver is complied in., GENERIC > freebsd kernel boots up fine. I am using Axiomtek NA-1281A* I have > reported the details about the panic in another mail+, Have you submitted a formal PR? I have to say that I have not had experience with that device or driver. What other responses have you gotten from people? SC