Date: Sun, 2 Jul 2006 22:01:14 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Andreas Wider?e Andersen <wodfer@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Help fixing sendmail crassh Message-ID: <20060702190114.GA1356@gothmog.pc> In-Reply-To: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com> References: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-07-02 11:32, Andreas Wider?e Andersen <wodfer@gmail.com> wrote: > Hi, > Sendmail exits about every 30 minutes. I suspect it has to do with some > mailqueues running, but I don't know how to stop or fix it. > > Running FreeBSD 4.11 p19 > Sendmail 8.13.1 > > from /var/log/messages > > Jul 1 20:41:02 malibu /kernel: pid 50923 (sendmail), uid 0: exited on signal 11 > Jul 1 21:08:59 malibu /kernel: pid 51058 (sendmail), uid 0: exited on signal 11 > Jul 1 21:39:00 malibu /kernel: pid 51252 (sendmail), uid 0: exited on signal 11 > Jul 1 22:07:39 malibu /kernel: pid 51374 (sendmail), uid 0: exited on signal 11 Are other programs crashing with signal 11 too? This may be a hardware problem. I've been running Sendmail on FreeBSD for ages without any sign of signal 11: # cd /var/log # ( bzcat $( ls -d1 messages*bz2 | sort -r) ; cat messages ) | grep 'sendmail.*signal' # > I was hoping someone could give me a hand here so I can get this issue > resolved. * What local configuration changes have you made to the standard freebsd.mc and freebsd.submit.mc files? * Have you checked your memory for errors (see the sysutils/memtest and the sysutils/memtest86 ports).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060702190114.GA1356>