From owner-freebsd-ports@FreeBSD.ORG Wed Sep 16 12:11:17 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A82781065670 for ; Wed, 16 Sep 2009 12:11:17 +0000 (UTC) (envelope-from gmc@sonologic.nl) Received: from mx1.sonologic.nl (mx1.sonologic.nl [82.94.245.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3FDEE8FC17 for ; Wed, 16 Sep 2009 12:11:16 +0000 (UTC) Received: from monk.sonologic.nl ([80.101.112.149]) (authenticated bits=0) by mx1.sonologic.nl (8.13.6/8.13.6) with ESMTP id n8GBrYEg012231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 16 Sep 2009 11:53:34 GMT Date: Wed, 16 Sep 2009 13:53:34 +0200 From: Koen Martens To: Jack Raats Message-ID: <20090916115333.GA22261@monk.dh.sono> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Helo-Milter-Authen: gmc@mx1.sonologic.nl, gmc@sonologic.nl, mx1 Received-SPF: pass (mx1.sonologic.nl: 80.101.112.149 is authenticated by a trusted mechanism) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0rc3 (mx1.sonologic.nl [82.94.245.21]); Wed, 16 Sep 2009 11:53:35 +0000 (UTC) X-Spam-Status: No, score=0.0 required=8.0 tests=DK_POLICY_SIGNSOME autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on mx1.sonologic.nl Cc: freebsd-ports@freebsd.org Subject: Re: Apache-1.3.41_1 problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 12:11:17 -0000 Hi, On Wed, Sep 16, 2009 at 07:19:45AM +0200, Jack Raats wrote: > This morning Apache didn't start after apachectl stop and apachectl start. > > apachectl configtest does not show any error. (I didn't change the config) > > It gave a httpd.core dump in / > > The logfiles didn't show anything abnormal. > > Reinstalling apache also didnot solve the problem. > > Hashing out libexec/apache/mod_unique_id.so and mod_unique_id.c (suggested in an early post (google) also did not work). > > Can anyone help me, give me any clue to look for? I've seen this happening when running apache on a partially upgraded system. That is, with an upgraded world, but some ports still compiled against a previous world. It's a bit cumbersome, but reinstalling all ports (or upgrading them in whatever way you use to upgrade ports) might fix your problem (did it for me, back when i didn't upgrade all ports after upgrading world). Gr, Koen