Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps disabled) Uh, how do I enable them? -- Ralf Hildebrandt Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.computerbeschimpfung.de #!/bin/sh cat <<EOF | dc -e "[lila/sulila%Plusili0<y]sy?si256salyx" 403736150440747681954588245935305944858835839713675044439128476844672\ 007875165788798502153167817380873133828163530564 EOF
On Thu, 2009-04-30 at 18:25 +0200, Ralf Hildebrandt wrote:> Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps disabled) > > Uh, how do I enable them?ulimit -c unlimited before starting Dovecot. If that doesn't work, it means you're using a startup script that disables them. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090430/5cb38e8b/attachment-0002.bin>
On Qui, 2009-04-30 at 18:25 +0200, Ralf Hildebrandt wrote:> Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps disabled) > > Uh, how do I enable them?ulimit -c unlimited ? -- Jose Celestino SAPO.pt::Systems http://www.sapo.pt --------------------------------------------------------------------- * Progress (n.): The process through which Usenet has evolved from smart people in front of dumb terminals to dumb people in front of smart terminals.
Timo Sirainen wrote, On 4/30/09 12:27 PM:> On Thu, 2009-04-30 at 18:25 +0200, Ralf Hildebrandt wrote: >> Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps disabled) >> >> Uh, how do I enable them? > > ulimit -c unlimited before starting Dovecot. If that doesn't work, it > means you're using a startup script that disables them. >It could also mean: 1. The kernel has some parameter set that is akin to BSD's kern.coredump and forbids core dumps. 2. Some sort of enhanced security layer like SELinux or AppArmor is active and is configured to disable core dumps.