From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 17 05:00:08 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B0F5106567F for ; Thu, 17 Jul 2008 05:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E53448FC13 for ; Thu, 17 Jul 2008 05:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6H507oa025159 for ; Thu, 17 Jul 2008 05:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6H507WH025158; Thu, 17 Jul 2008 05:00:07 GMT (envelope-from gnats) Resent-Date: Thu, 17 Jul 2008 05:00:07 GMT Resent-Message-Id: <200807170500.m6H507WH025158@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, jorge niedbalski r Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77701106564A for ; Thu, 17 Jul 2008 04:51:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 627CB8FC19 for ; Thu, 17 Jul 2008 04:51:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6H4p0mx089722 for ; Thu, 17 Jul 2008 04:51:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6H4p0bh089721; Thu, 17 Jul 2008 04:51:00 GMT (envelope-from nobody) Message-Id: <200807170451.m6H4p0bh089721@www.freebsd.org> Date: Thu, 17 Jul 2008 04:51:00 GMT From: jorge niedbalski r To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/125703: Strange issue on apache load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 05:00:08 -0000 >Number: 125703 >Category: misc >Synopsis: Strange issue on apache load >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 05:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: jorge niedbalski r >Release: 7.0 >Organization: none >Environment: FreeBSD saqsaywaman.int.ip6nw.com 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Fri Mar 21 01:03:48 BRT 2008 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: First of all i want to ensure that im not on drugs :) If someone can explain me this issue: root@saqsaywaman.int.ip6nw.com#apachectl start /usr/local/sbin/apachectl start: httpd started root@saqsaywaman.int.ip6nw.com#tail -f -n 1 /var/log/httpd-error.log [Sun Jul 13 23:28:31 2008] [notice] caught SIGTERM, shutting down I can't start apache so i removed the php5 module from config file root@saqsaywaman.int.ip6nw.com#egrep -e php5_module /usr/local/etc/apache/httpd.conf LoadModule php5_module libexec/apache/libphp5.so Ok , let's to comment the php5_module from config : root@saqsaywaman.int.ip6nw.com#egrep -e php5_module /usr/local/etc/apache/httpd.conf #LoadModule php5_module libexec/apache/libphp5.so I restarted apache : root@saqsaywaman.int.ip6nw.com#apachectl start /usr/local/sbin/apachectl start: httpd started root@saqsaywaman.int.ip6nw.com#tail -f -n 1 /var/log/httpd-error.log [Thu Jul 17 00:39:10 2008] [notice] Accept mutex: flock (Default: flock) Everything looks fine, but ¿ What happens if i back to comment out php5_module from config file ? root@saqsaywaman.int.ip6nw.com#egrep -e php5_module /usr/local/etc/apache/httpd.conf LoadModule php5_module libexec/apache/libphp5.so Now a restart root@saqsaywaman.int.ip6nw.com#apachectl restart /usr/local/sbin/apachectl restart: httpd restarted root@saqsaywaman.int.ip6nw.com#tail -f -n 1 /var/log/httpd-error.log [Thu Jul 17 00:41:27 2008] [notice] Accept mutex: flock (Default: flock) Voila , everything is working nice with php5 :) ¿WTF? root@saqsaywaman.int.ip6nw.com#httpd -v Server version: Apache/1.3.39 (Unix) Server built: Jun 18 2008 19:28:11 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: