28 Oct
2014
28 Oct
'14
11:05 p.m.
On Tue, Oct 28, 2014 at 11:48:16AM +0000, James wrote:
Syslog: Oct 28 11:03:50 mailhost dovecot: [ID 583609 mail.crit] lmtp(18915):
Fatal: master: service(lmtp): child 18915 killed with signal 11 (core
not dumped - set service lmtp { drop_priv_before_exec=yes })
For Solaris, please look into 'man coreadm'
If you would like to inspect your coredumps, you will have to to something like this. Ensure that you have some space for /var/core or whereever you would like to place them.
mkdir /var/core chmod 700 /var/core coreadm -g /var/core/core.%f.%p coreadm -e process coreadm -e global
hmk