From owner-freebsd-questions@FreeBSD.ORG Tue Jan 19 18:04:49 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D65106566B for ; Tue, 19 Jan 2010 18:04:49 +0000 (UTC) (envelope-from doug@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 9317A8FC1E for ; Tue, 19 Jan 2010 18:04:49 +0000 (UTC) X-Authority-Analysis: v=1.0 c=1 a=5-nTKeNrujAA:10 a=5oGaD+IacabtnYYqBVNCkQ==:17 a=bqq2Vc5EAAAA:8 a=IGkXOhHEkC3f-aTOKB4A:9 a=yMozf9CqEnU5_LQStcJc6KmZbP0A:4 a=5ERLOmoKdHQA:10 X-Cloudmark-Score: 0 X-Originating-IP: 75.87.219.217 Received: from [75.87.219.217] ([75.87.219.217:60488] helo=haran.polands.org) by hrndva-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id C5/44-05903-044F55B4; Tue, 19 Jan 2010 18:04:48 +0000 Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by haran.polands.org (8.14.3/8.14.3) with ESMTP id o0JI4keq017687; Tue, 19 Jan 2010 12:04:47 -0600 (CST) (envelope-from doug@polands.org) Received: from 209.103.214.34 (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Tue, 19 Jan 2010 12:04:47 -0600 Message-ID: In-Reply-To: References: Date: Tue, 19 Jan 2010 12:04:47 -0600 From: "Doug Poland" To: "krad" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: questions@freebsd.org Subject: Re: Trouble getting a core dump from clamd 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: Tue, 19 Jan 2010 18:04:49 -0000 On Tue, January 19, 2010 11:10, krad wrote: > 2010/1/19 Doug Poland > >> Hello, >> >> I'm running 7.2-RELEASE-p3 i386 and am having an issue getting a >> core dump from a program that is seg faulting. >> > > set a path in the sysctl variable kern.corefile. WIll make the core > file easier to find if one is generated. Generally much tider as well > then having core files littered all over the system > No joy. # sysctl kern.corefile=/var/crash/clamd.core # /usr/local/etc/rc.d/clamav-clamd start Starting clamav_clamd. Segmentation fault # ll /var/crash total 2 -rw-r--r-- 1 root wheel 5 Apr 10 2005 minfree -- Regards, Doug