From owner-freebsd-questions@FreeBSD.ORG Sat May 21 14:50:16 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 1F7B816A4CE for ; Sat, 21 May 2005 14:50:16 +0000 (GMT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8928443D86 for ; Sat, 21 May 2005 14:50:15 +0000 (GMT) (envelope-from esheesle@bcpl.net) Received: from skynet (pcp0011865712pcs.parkvl01.md.comcast.net[69.251.125.202]) by comcast.net (sccrmhc14) with SMTP id <2005052114501001400ic90he>; Sat, 21 May 2005 14:50:13 +0000 From: "Eric Sheesley" To: "'Kris Kennaway'" Date: Sat, 21 May 2005 10:50:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20050521063737.GB51798@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcVdz5RxiIG9fHFIT5mpCrHvMWPnkAARMQ7A Message-Id: <20050521145015.8928443D86@mx1.FreeBSD.org> cc: freebsd-questions@freebsd.org Subject: RE: Portupgrade breaks Apache13-modssl 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: Sat, 21 May 2005 14:50:16 -0000 Here is the error from the log: May 21 10:49:30 rogue kernel: pid 69446 (httpd), uid 0: exited on signal 11 (core dumped) -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org] Sent: Saturday, May 21, 2005 02:38 To: Eric Sheesley Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade breaks Apache13-modssl On Sat, May 21, 2005 at 12:47:41AM -0400, Eric Sheesley wrote: > I am running Freebsd 5.3 and just did a portupgrade(upgraded php, > amavis, clamav, and cyrus-sasl. When I rebooted apache refused to > start. I can get apache started with no ssl but not with it. I have > apache13-modssl installed. It wasn't modified during the upgrade > though. So it would seem taht teh ssl mod is crashing. Any ideas? Anyone else experience this? You need to * make sure you also update the ports that depend on those you updated, e.g. by using portupgrade -a, -r, etc. * provide more details in your support requests. "It is crashing", etc is not helpful. Show exact commands you are running and exact output, and exact errors, if any. Thanks, Kris