[Dovecot] core dumps disabled?
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 <
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.
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:
The kernel has some parameter set that is akin to BSD's kern.coredump and forbids core dumps.
Some sort of enhanced security layer like SELinux or AppArmor is active and is configured to disable core dumps.
On Thu, 2009-04-30 at 18:51 -0400, Bill Cole wrote:
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) .. It could also mean:
The kernel has some parameter set that is akin to BSD's kern.coredump and forbids core dumps.
Some sort of enhanced security layer like SELinux or AppArmor is active and is configured to disable core dumps.
Those can cause core dumps not to be written, but I don't think they can cause that "core dumps disabled" message. The message is written only if getrlimit(RLIMIT_CORE) (i.e. ulimit -c) returns 0 as the core size.
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.
participants (4)
-
Bill Cole
-
Jose Celestino
-
Ralf Hildebrandt
-
Timo Sirainen