From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 11:30:43 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 1426016A4CE for ; Sun, 7 Mar 2004 11:30:43 -0800 (PST) Received: from craig.afraid.org (CPE0050bf78b8c6-CM000a739ac1da.cpe.net.cable.rogers.com [67.60.253.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760C843D3F for ; Sun, 7 Mar 2004 11:30:42 -0800 (PST) (envelope-from craig@craig.afraid.org) Received: from craig.internal.lan ([10.0.0.2] helo=redline) by craig.afraid.org with smtp (Exim 4.30; FreeBSD) id 1B03z0-0000HG-EE; Sun, 07 Mar 2004 14:30:42 -0500 Message-ID: <000701c4047a$b6e8d550$0200000a@redline> From: "Craig Reyenga" To: "Tobias Eichert" References: <200403071939.25587.te@macnews.de> Date: Sun, 7 Mar 2004 14:30:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 19:30:43 -0000 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 ----- Original Message ----- From: "Tobias Eichert" To: Sent: Sunday, March 07, 2004 1:39 PM Subject: Disable core dumps > Hello, > I'd like to know whether there's a possibility to disable core dumps in a > 'global' manner. > I've already modified my bash config by adding a "ulimit -c 0" in order to > prevent core dumps from being written to the disk. > The problem still persists when starting an application via the KDE menu, in > my case the qt assistant. The core file will be in my home directory. > > There's a way to disable crash dumps by adding the line "dumpdev=NO" > to /etc/rc.conf. Is there something analogue for nomal core dumps? > > Thanks and best regards, > Tobias > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >