Meisam Navaki
2011-Jun-29 06:49 UTC
[Dovecot] Installing Dovecot v2.0.3 from binary files problem
Hi, I've installed dovecot v2.0.13 from binary files.dovecote starts ok,but I get some errors in /var/run/mail.log : dovecot: anvil: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: EOF dovecot: master: Error: service(anvil): command startup failed, throttling dovecot: master: Error: service(config): child 8606 killed with signal 11 (core dumps disabled) dovecot: master: Error: service(config): command startup failed, throttling dovecot: ssl-params: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: Connection reset by peer And I've just used example configure files of dovecot. Regards, Meisam Navaki. System Programmer, Bayan Co.
Timo Sirainen
2011-Jun-30 05:08 UTC
[Dovecot] Installing Dovecot v2.0.3 from binary files problem
On Wed, 2011-06-29 at 11:19 +0430, Meisam Navaki wrote:> dovecot: master: Error: service(config): child 8606 killed with signal 11 > (core dumps disabled)config process crashes for some reason. Can you get a gdb backtrace? You should be able to do it simply by: ulimit -c unlimited dovecot gdb /usr/local/libexec/dovecot/config /var/run/dovecot/core (or wherever your config binary is) If the config binary is stripped, this isn't very useful. Then you'd have to build it yourself.