From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 13:39:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1E216A4CE for ; Sun, 7 Mar 2004 13:39:33 -0800 (PST) Received: from macnews.de (webmail.macnews.de [81.92.6.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D870743D1F for ; Sun, 7 Mar 2004 13:39:32 -0800 (PST) (envelope-from te@macnews.de) Received: from [80.140.44.66] (account pl10697 HELO 192.168.1.42) by macnews.de (CommuniGate Pro SMTP 4.0.6) with ESMTP-TLS id 23734927; Sun, 07 Mar 2004 22:39:30 +0100 From: Tobias Eichert To: craig@craig.afraid.org Date: Sun, 7 Mar 2004 22:39:29 +0100 User-Agent: KMail/1.6 References: <200403071939.25587.te@macnews.de> <000701c4047a$b6e8d550$0200000a@redline> In-Reply-To: <000701c4047a$b6e8d550$0200000a@redline> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403072239.29110.te@macnews.de> cc: freebsd-questions@freebsd.org Subject: Re: Disable core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 21:39:33 -0000 On Sunday 07 March 2004 20:30, Craig Reyenga wrote: > I think you are looking for the 'kern.coredump' sysctl. Put a line like > this in /etc/sysctl.conf: > > kern.coredump=0 > > Hope this helps. > > -Craig > Thanks for the hint! That's what I was looking for. Regards, Tobias