From owner-freebsd-apache@FreeBSD.ORG Sun Jun 25 12:11:55 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EAA116A401 for ; Sun, 25 Jun 2006 12:11:55 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 6761943D68 for ; Sun, 25 Jun 2006 12:11:52 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 73721 invoked by uid 1000); 25 Jun 2006 14:11:48 +0200 Date: Sun, 25 Jun 2006 14:11:48 +0200 From: Clement Laforet To: FreeBSD-Ports Message-ID: <20060625121148.GA19208@goofy.cultdeadsheep.org> References: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <302F75DC2739FB43B236373398A8C5992950@saturnus.intra.socruel.nu> User-Agent: Mutt/1.5.10i Cc: freebsd-apache@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Question about Apache2 Port and FreeBSD 6 kernel options X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 12:11:55 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 25, 2006 at 01:41:20PM +0200, FreeBSD-Ports wrote: > Hi, >=20 > Today I installed a custom kernel from 6.1-RELEASE-p1 source and after > that Apache2 will not start anymore. It segfaults when starting. After > making and installing a GENERIC kernel Apache does start and runs fine! > The Apache errors I got are: >=20 > - in httpd_error.log: Sun Jun 25 12:21:44 2006] [warn] pid file > /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache > run? > - in /var/log/messages: Jun 25 12:21:44 lambda.socruel.nu pid 2608 > (httpd), uid 0: exited on signal 12 (core dumped) "Exiting on signal 12" means that httpd tryies to use syscalls=20 that your kernel doesn't support. I think that the removal of=20 "options SYSYV*" is the cause of your problem. Could you please tries those 2 tests to confirms this? 1. rebuild a custom kernel, named TEST, which is the same as your custom=20 one, except you keep SYSVS* options. Then boot on it, and test if httpd starts properly. 2.=20 Rebuild apache when you run your custom kernel to see if configure=20 script catch the lack of SYSVS support. regards, clem --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFEnn2EsRhfjwcjuh0RAolhAKCJosCHg981N+9dd0nCBnHj0YWRYwCfcG85 DVrvnJpMw71UjKoffeBqYh0= =QJ36 -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF--