From owner-freebsd-stable@FreeBSD.ORG Sun Sep 30 07:29:21 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71B8116A475 for ; Sun, 30 Sep 2007 07:29:21 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 33EC913C4BA for ; Sun, 30 Sep 2007 07:29:21 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0JP600H7K7GV0FA0@osl1smout1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 30 Sep 2007 09:29:19 +0200 (CEST) Received: from kg-work.kg4.no ([80.202.72.202]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0JP6007B57GUWQY0@osl1sminn1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 30 Sep 2007 09:29:19 +0200 (CEST) Date: Sun, 30 Sep 2007 09:29:18 +0200 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Message-id: <20070930092918.e48593b4.torfinn.ingolfsen@broadpark.no> In-reply-to: <20070929203953.7C1BA2E01F@claudel.blackrosetech.com> References: <20070929203953.7C1BA2E01F@claudel.blackrosetech.com> X-Mailer: Sylpheed 2.4.6 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: apache core dump signal 11 after portupgrade from 1.3.37 to 1.3.39 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:29:21 -0000 On Sat, 29 Sep 2007 13:39:28 -0700 David Gessel wrote: > I did a portupgrade -ra to 1.3.39 and after a reboot found apache not > running. I've poked around and haven't found much that's useful - > signal 11 being sometimes associated with memory errors (a memory > test comes up fine, though it is unlikely that an update would crack > the RAM). Otherwise few hints. Any suggestions would be much > appreciated. In my experience, when apache crashes after an upgrade, that usually means that one (or more) of the modules used in your Apache setup (httpd.conf) needs to be reinstalled (portupgrade -f). To try to find out which module(s), I usually disable then one after another in httpd.conf until apache runs stable again. For example, it could be php that is the problem. Good luck! -- Regards, Torfinn Ingolfsen