Greetings! Is there a standard way to enable core dumps for system daemons (the ones started from scripts in /etc/rc.d/)?
kern.corefile is set to /tmp/coredumps/%N.core and programs started from tcsh(1) create core dump files with dmesg(8) reporting that pid 74713 (willcrash), jid 0, uid 0: exited on signal 11 (core dumped). However some processes do not create a core dumps ( dmesg does not "say" (core dumped)), like squid, or, more importantly, some of our in-house daemons. Any hints where to look and what to check?