Disable core dumps

2004-03-07 Thread Tobias Eichert
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

Re: Disable core dumps

2004-03-07 Thread Craig Reyenga
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 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 07, 2004 1:39 PM Subject: Disable core dumps

Re: Disable core dumps

2004-03-07 Thread Tobias Eichert
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