From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-60631-garchives=archives.gentoo.org@gentoo.org>) id 1HLxxk-0007UF-N6 for garchives@archives.gentoo.org; Tue, 27 Feb 2007 08:45:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1R8hDhr022453; Tue, 27 Feb 2007 08:43:13 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1R8Xr8B009368 for <gentoo-user@lists.gentoo.org>; Tue, 27 Feb 2007 08:33:54 GMT Received: by wx-out-0506.google.com with SMTP id i30so2559431wxd for <gentoo-user@lists.gentoo.org>; Tue, 27 Feb 2007 00:33:52 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qjXG7n1ZdeQMhv070e5OhQtxZMlym/UlOU12c2p+mv/+ZcIJ21rfeerZnAFvg1Zy6CJooHiy+Uih3vhsQMEDc8+OwzljXy8aHDUQX+ffKInnPUcFEZ/XCG4UmMEDlkg/eSXs6xKH9t6hQN2wWTkzypRfcIgpTzacD+uXwedugWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XHX+bH7YoyPpvcgcbR0zLAxxrKmz1Uy4Ca+egBovAALWxwIi62u1fZ36Y9UbzfwF2WSDuHIgApRvEOb1ivE7s3ajs8dYD5ifLfATYKdpR5hQikpThYG9AkynocnVjN/rKjz5U2Zzybw4RAvLrYi0I4yUDcsJNfmm1FodVVjERh8= Received: by 10.115.61.1 with SMTP id o1mr2450295wak.1172565232224; Tue, 27 Feb 2007 00:33:52 -0800 (PST) Received: by 10.114.185.11 with HTTP; Tue, 27 Feb 2007 00:33:52 -0800 (PST) Message-ID: <9712a49f0702270033m4e4cd7b6t8907dd6c96619a82@mail.gmail.com> Date: Tue, 27 Feb 2007 09:33:52 +0100 From: "Christoph Nodes" <cnodes@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Avoiding core dumps In-Reply-To: <200702261856.45736.bss03@volumehost.net> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9712a49f0702251312p16c24a38t52db2d9610a527ca@mail.gmail.com> <20070225183927.0db56530@osage.osagesoftware.com> <20070226183032.2387fcbe@pascal.spore.ath.cx> <200702261856.45736.bss03@volumehost.net> X-Archives-Salt: 644a59b2-d354-40ef-a758-6fac190b6107 X-Archives-Hash: 7d94c1fc6e49ea18ca609c7717a9ee74 On 2/27/07, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote: > On Monday 26 February 2007, Dan Farrell <dan@spore.ath.cx> wrote about 'Re: > [gentoo-user] Avoiding core dumps': > > On Sun, 25 Feb 2007 18:39:27 -0500 > > David Relson <relson@osagesoftware.com> wrote: > > > On Sun, 25 Feb 2007 22:12:49 +0100 > > > Christoph Nodes wrote: > > > > I am using sys-libs/pam-0.78-r5. > > > > > > As best I know, it's the ulimit setting that's relevant and pam is not > > > involved. > > > > AFAIK, pam is only for Authentication. > > There are a lot of tangential issues (like limits) that were traditionally > controlled by the authentication "stack" on unix. PAM allows you to > replace all of this, so there are indeed PAM modules that control limits. Thank you all for your answers. I added 'ulimit -c 0' to /etc/profile but I am not completely happy with this. Why do I have to change anything? I always thought not alowing core dumps would be the default behaviour. I guess KDE's crash handler could also responsible for changing the core dump limit. I'll have a look. -- gentoo-user@gentoo.org mailing list