Henrique de Moraes Holschuh wrote:
> 
> On Thu, 16 May 2002, Ken Murchison wrote:
> > If you have multiple services/processes the cores will overwrite each
> > other, so you need to catch it fairly quickly (unless they all have the
> 
> Unless you tell the kernel to use the pid in the corefile name...
> Add this to the script on Linux 2.4.x:
> 
> [ -f /proc/sys/kernel/core_uses_pid ] && \
>   echo 1 >/proc/sys/kernel/core_uses_pid

Right.  The reason I didn't suggest this is because some large sites
might be worried about cores taking up a lot of disk space, and I didn't
want them screaming at me ;)

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to