From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 19:01:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E91B16A403 for ; Sun, 2 Jul 2006 19:01:52 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EF943EF1 for ; Sun, 2 Jul 2006 19:01:37 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k62J1MBC012336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 2 Jul 2006 22:01:24 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k62J1E80001437; Sun, 2 Jul 2006 22:01:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k62J1EFK001436; Sun, 2 Jul 2006 22:01:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 2 Jul 2006 22:01:14 +0300 From: Giorgos Keramidas To: Andreas Wider?e Andersen Message-ID: <20060702190114.GA1356@gothmog.pc> References: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.496, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.90, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Help fixing sendmail crassh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 19:01:52 -0000 On 2006-07-02 11:32, Andreas Wider?e Andersen 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).