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-60507-garchives=archives.gentoo.org@gentoo.org>) id 1HLQqa-000688-Dz for garchives@archives.gentoo.org; Sun, 25 Feb 2007 21:23:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1PLMPM2025762; Sun, 25 Feb 2007 21:22:25 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1PLCoSS012651 for <gentoo-user@lists.gentoo.org>; Sun, 25 Feb 2007 21:12:50 GMT Received: by an-out-0708.google.com with SMTP id b8so615335ana for <gentoo-user@lists.gentoo.org>; Sun, 25 Feb 2007 13:12:49 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=V/7k2F9YUuGRA2EhXuiwdYm0BhU4G1yLvS0y4zoLFpr4dZ+1R3OiyjZYhRTR9cdO0YqLspOCk60y1cs+92Wcgzkpl9SHfnUpBLsm2j3WOOVOHAE5cZ8PTsXWrvDuQyTpBGm0A4HhlRiGNtdbEvMePB1TaUllt2qKGiPzPJv9DK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JvMKjOCKs3U1LXgKmLk7o+12scJAl08fjyFeHrIfzAtf5NM12UlTxXnsSXBdu2ywdLcq93BgWrHA5wlPteGoqzbRXRqucP7CLYOD2QTbSuE6PTUdxMYvEyCh45hVkIgdWRs8FCI5rEND75uUNmSpCok/AGaoYvYguk3Lqe10BLU= Received: by 10.115.77.1 with SMTP id e1mr414168wal.1172437969386; Sun, 25 Feb 2007 13:12:49 -0800 (PST) Received: by 10.114.185.11 with HTTP; Sun, 25 Feb 2007 13:12:49 -0800 (PST) Message-ID: <9712a49f0702251312p16c24a38t52db2d9610a527ca@mail.gmail.com> Date: Sun, 25 Feb 2007 22:12:49 +0100 From: "Christoph Nodes" <cnodes@gmail.com> To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Avoiding core dumps 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 X-Archives-Salt: 0991bdcb-8329-4e18-97d7-d42a608ae739 X-Archives-Hash: c24900bb7fc2523646964c3c6bb6ec72 Dear gentoo users, since a few months I am getting core dumps in / and $HOME/ on my notebook. I am not aware of having changed anything with my PAM or similar settings. Has there be any changes to the default policy in PAM concerning core dumps? I would like to suppress the generation of core dumps for normal users. ulimit -c as normal user gives me 976 block as root I get 0. I know that setting ulimit -c 0 in .bash_profile or .profile could be a solution but I'm looking for a more appropriate way to avoid core dumps for normal users. I already read http://www.gentoo.org/proj/en/qa/backtraces.xml but the information there seems to be somehow outdated since I don't have a /etc/limits.conf only a /etc/limits. But AFAIK this ought to be irrelevant for me as I am using PAM? Anyhow, I did not change anything to /etc/security/limits.conf or /etc/limits, i.e. everything in these files is commented out. I also checked /etc/conf.d/rc and it seems to be ok. So how can I get rid of these core dumps? I am using sys-libs/pam-0.78-r5. Some more general information about my system: # emerge --version Portage 2.1.2-r9 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-ck2-r1 i686) What else? Thanks in advance. Best regards, Christoph -- gentoo-user@gentoo.org mailing list