Displaying 5 results from an estimated 5 matches for "daemon_corefile_limit".
2006 Nov 20
1
Problems Creating Core Dumps
Dovecot 1.0.rc15 crashed on my FC4 server, but it didn't create a core dump. Upon further research, I found these lines tucked away in the /etc/rc.d/init.d/functions file:
# make sure it doesn't core dump anywhere unless requested ulimit -S -c ${DAEMON_COREFILE_LIMIT:-0} >/dev/null 2>&1
The /etc/rc.d/init.d/functions file is a master file that is referenced by all of the init scripts, so I didn't want to change it. Instead, I created a file /etc/sysconfig/dovecot with the following line:
DAEMON_COREFILE_LIMIT=unlimited
If I'm reading the /...
2012 Dec 26
2
dovecot crashing?
...tput and some mail headers, but then it crashes..
Not sure if you guys want to see all of the extremely verbose output, so I
put it at the end of this message. The last messages that it processes is a
message with an Excel spreadsheet attached to it (a .xlsx file)
i enabled core dumps:
echo 'DAEMON_COREFILE_LIMIT="unlimited"' >> /etc/sysconfig/dovecot
Now I see this in /var/log/maillog:
2012-12-25T17:53:47-08:00 cust19-1-prod-domain dovecot: master: Error:
service(imap): child 11265 killed with signal 11 (core dumped)
core dumps are being written here, but they're empty:
[root at...
2009 Aug 13
4
Crash in v1.2.3: istream.c: assertion failed on line 99
...housands) of emails in my account using
thunderbird - I dont know exactly what it is that triggers the crash
though. I tried enabling core dumps using 'ulimit -c unlimited' and
messing around with some environment variables to stop the startup
scripts from forcing core dumps off again
(DAEMON_COREFILE_LIMIT=18446744073709551615 /etc/init.d/dovecot
restart). After doing that, I do not see anything in the logs any more -
but I still seem to be having problems moving the emails around in my
account. It would seem that it is still broken but Im just not getting
any logs telling me so. There don't...
2013 Sep 10
6
lsm configuration issues...
Hi,
I use shorewall-4.5.4 + lsm-0.143 and it does not seem to work as expected...
When all providers are up, everything seems fine.
When one goes down, lsm says "link <provider> down event"... and it seems
ok but we then experience some problems such as a few unreachable sites,
DNS problems...
If I remove the downed provider from all confs and restart, everything works again.
2019 May 13
6
Frequent Out of Memory for service(config)
Hello Group,
We have dovecot deployed as solely a Pop3 service that is used by our
applications to pass mail from one application to another internally. We
have roughly 4 applications that connect to the Pop3 service every 2
seconds, to check for new messages and pop them for processing if they are
present. Depending on the site, we have between 1024-2048MB of memory set
for default_vsz_limit.