From owner-freebsd-ports@FreeBSD.ORG Tue May 20 06:42:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F2337B401; Tue, 20 May 2003 06:42:57 -0700 (PDT) Received: from jeeves.poklib.org (jeeves.poklib.org [63.109.236.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F27143F85; Tue, 20 May 2003 06:42:57 -0700 (PDT) (envelope-from bcook@bsdwebsolutions.com) Received: from 127.0.0.1 (localhost [127.0.0.1]) by ravantivirus.scan.box (Postfix) with SMTP id F282C5D07; Tue, 20 May 2003 09:42:55 -0400 (EDT) Received: from bsdwebsolutions.com (mystique-2k.adriance.poklib.org [192.168.1.218]) by jeeves.poklib.org (Postfix) with ESMTP id D10ED5D06; Tue, 20 May 2003 09:42:55 -0400 (EDT) Message-ID: <3ECA3175.1030404@bsdwebsolutions.com> Date: Tue, 20 May 2003 09:45:25 -0400 From: Brian Organization: BSD WebSolutions, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lioux@freebsd.org, ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD Port: qmail-tls-1.03.20020825 sigbus/signal 10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 13:42:58 -0000 Your email address listed in the Makefile isn't valid anymore.. fwiw. Aside from that hello and I hope all is well with you.. I was trying out the qmail-tls port and installing qmail as quoted in this link: http://www.stevenfettig.com/mythoughts/archives/cat_qmailhowto.php I've since gotten qmail-tls installed and working pretty smoothly. Everything works execept for one inconsistent thing.. bcook@sodium [~]$ 8 > zgrep -c qmail-smtpd /var/log/messages.?.gz /var/log/messages.0.gz:3 /var/log/messages.1.gz:23 /var/log/messages.2.gz:4 /var/log/messages.3.gz:4 /var/log/messages.4.gz:0 /var/log/messages.5.gz:0 /var/log/messages.0.gz:May 18 19:13:36 sodium /kernel: pid 80661 (qmail-smtpd), uid 82: exited on signal 10 /var/log/messages.0.gz:May 18 21:05:41 sodium /kernel: pid 43248 (qmail-smtpd), uid 82: exited on signal 10 /var/log/messages.0.gz:May 18 21:06:35 sodium /kernel: pid 43373 (qmail-smtpd), uid 82: exited on signal 10 /var/log/messages.1.gz:May 17 22:39:07 sodium /kernel: pid 17952 (qmail-smtpd), uid 82: exited on signal 10 signal 10 is a sigbus error, afaict. This seems to only happen sometimes, and it has to do with smtp_auth and tls, I've not been able to track it down or figure out exactly what makes it happen.. I was wondering if you might have an idea as to what it could be. It is so inconsistent that at the exact same time that someone else was getting the error, I could relay mail. I have this setup and working on three different PC's that I was using to learn on until I wanted to put this on a production machine.. (wouldn't you know that this only happens on the production machine..) The machine is an HP NetServer lPr dual p3 550's 512Ecc dual 9.1G and a 905c - xl0. This is on releng_4_8, this is in make.conf # Optimize C code CFLAGS= -O -pipe # optimize kernel code COPTFLAGS= -O -pipe # optimize C++ code CXXFLAGS+= -fmemoize-lookups -fsave-memoized I'm using vpopmail with these settings: # for vpopmail HARDQUOTA?= 5242880 RELAYCLEAR?= 10 and that's about all the interesting things that I can see. I can give you a kernel config if you would like, or any other information that you think would help. I would greatly appreciate -any- ideas or suggestions you might have. I thank you for taking the time to read this message, and look forward to a response. Brian