From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 19:39:24 2005 Return-Path: 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 946D116A4DB for ; Tue, 15 Feb 2005 19:39:24 +0000 (GMT) Received: from hurricane.systemmetrics.com (hurricane.systemmetrics.com [66.135.230.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1661043D2D for ; Tue, 15 Feb 2005 19:39:24 +0000 (GMT) (envelope-from kchapman@systemmetrics.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Tue, 15 Feb 2005 09:39:20 -1000 Message-ID: <5C7BFA11917D504C90B39AD593859525098279@hurricane.systemmetrics.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SMP kernel Thread-Index: AcUTlgr69LGyR2T8Ro+uoiEEzlPd+w== From: "Kara Chapman" To: "Kris Kennaway" cc: freebsd-questions@freebsd.org Subject: RE: SMP kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 19:39:24 -0000 Hi Kris, Thanks for your help -- that seems to have fixed the problem. You mentioned that it was only a temporary fix, so what do you suggest doing now? Is this a bug that I should report? Kara -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org]=20 Sent: Monday, February 14, 2005 3:10 PM To: Kara Chapman Cc: freebsd-questions@freebsd.org Subject: Re: SMP kernel On Mon, Feb 14, 2005 at 02:08:25PM -1000, Kara Chapman wrote: > Hi, >=20 > =20 >=20 > I am running FreeBSD 5.3 and have recently rebuilt the kernel to use > SMP. Ever since, I get these error messages from postfix on a regular > basis: >=20 > =20 >=20 > postfix/smtpd[49491]: fatal: accept connection: Invalid argument >=20 > =20 >=20 > Does anyone know what this means and if it's at all related to the new > kernel? Other than adding SMP, the kernel is using all the defaults. Do the messages persist if you set debug.mpsafenet=3D0 in your /boot/loader.conf and reboot (this is only a workaround since it causes relative performance degradation, but it will help to identify where the problem might be)? Kris