Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Nov 2007 14:16:33 -0600
From:      Peter Uthoff <Peter.Uthoff@reuters.com>
To:        "Philip M. Gollucci" <pgollucci@riderway.com>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: Problem with Apache22
Message-ID:  <05616E1516E61D4C9B338EA2C7DFD266367595@STLSMSXM02.amers.ime.reuters.com>
In-Reply-To: <472A44FF.2050506@riderway.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Philip,

Here is the information you requested about the Apache problems I have
on my server. Thanks for the help!

(The dump is at the end)
--------------------
# sysctl -h kern.sugid_coredump
kern.sugid_coredump: 0
# sysctl -h kern.corefile
kern.corefile: %N.core
(No core files)
--------------------
ldd /usr/local/sbin/httpd
/usr/local/sbin/httpd:
        libaprutil-1.so.2 =3D> /usr/local/lib/libaprutil-1.so.2
(0x280c7000)
        libmysqlclient_r.so.15 =3D>
/usr/local/lib/mysql/libmysqlclient_r.so.15 (0x280dd000)
        libm.so.4 =3D> /lib/libm.so.4 (0x28139000)
        libz.so.3 =3D> /lib/libz.so.3 (0x28152000)
        libexpat.so.6 =3D> /usr/local/lib/libexpat.so.6 (0x28163000)
        libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x28181000)
        libapr-1.so.2 =3D> /usr/local/lib/libapr-1.so.2 (0x28276000)
        libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x28296000)
        libpthread.so.2 =3D> /lib/libpthread.so.2 (0x282ae000)
        libc.so.6 =3D> /lib/libc.so.6 (0x282d2000)
ldd /usr/local/libexec/mysqld
/usr/local/libexec/mysqld:
        libz.so.3 =3D> /lib/libz.so.3 (0x28448000)
        libwrap.so.4 =3D> /usr/lib/libwrap.so.4 (0x28459000)
        libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x28460000)
        libstdc++.so.5 =3D> /usr/lib/libstdc++.so.5 (0x28478000)
        libm.so.4 =3D> /lib/libm.so.4 (0x2854b000)
        libpthread.so.2 =3D> /lib/libpthread.so.2 (0x28564000)
        libc.so.6 =3D> /lib/libc.so.6 (0x28588000)
ldd /usr/local/bin/php
/usr/local/bin/php:
        libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x28265000)
        libm.so.4 =3D> /lib/libm.so.4 (0x2827d000)
        libxml2.so.5 =3D> /usr/local/lib/libxml2.so.5 (0x28296000)
        libz.so.3 =3D> /lib/libz.so.3 (0x283a3000)
        libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x283b4000)
        libc.so.6 =3D> /lib/libc.so.6 (0x284a9000)
--------------------
cd /var/db/pkg ; /bin/ls -1 apache* php5* mysql* mod_*
apache-2.2.6_2:
mysql-client-5.0.45_1:
mysql-server-5.0.45_1:
php5-5.2.4_1:
php5-bcmath-5.2.4_1:
php5-bz2-5.2.4_1:
php5-calendar-5.2.4_1:
php5-ctype-5.2.4_1:
php5-curl-5.2.4_1:
php5-dom-5.2.4_1:
php5-extensions-1.1:
php5-ftp-5.2.4_1:
php5-gd-5.2.4_1:
php5-gettext-5.2.4_1:
php5-imap-5.2.4_1:
php5-ldap-5.2.4_1:
php5-mbstring-5.2.4_1:
php5-mcrypt-5.2.4_1:
php5-mhash-5.2.4_1:
php5-mysql-5.2.4_1:
php5-mysqli-5.2.4_1:
php5-ncurses-5.2.4_1:
php5-openssl-5.2.4_1:
php5-pcre-5.2.4_1:
php5-pdo-5.2.4_1:
php5-posix-5.2.4_4:
php5-session-5.2.4_1:
php5-shmop-5.2.4_1:
php5-simplexml-5.2.4_1:
php5-soap-5.2.4_1:
php5-spl-5.2.4_1:
php5-sqlite-5.2.4_1:
php5-xml-5.2.4_1:
php5-xmlreader-5.2.4_1:
php5-xmlrpc-5.2.4_1:
php5-xmlwriter-5.2.4_1:
php5-zlib-5.2.4_1:
--------------------
cat /var/db/ports/apache22/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for apache-2.2.6_2
_OPTIONS_READ=3Dapache-2.2.6_2
WITHOUT_APR_FROM_PORTS=3Dtrue
WITHOUT_THREADS=3Dtrue
WITH_MYSQL=3Dtrue
WITHOUT_PGSQL=3Dtrue
WITHOUT_SQLITE=3Dtrue
WITHOUT_IPV6=3Dtrue
WITHOUT_PCRE_FROM_PORTS=3Dtrue
WITH_AUTH_BASIC=3Dtrue
WITH_AUTH_DIGEST=3Dtrue
WITH_AUTHN_FILE=3Dtrue
WITHOUT_AUTHN_DBD=3Dtrue
WITH_AUTHN_DBM=3Dtrue
WITH_AUTHN_ANON=3Dtrue
WITH_AUTHN_DEFAULT=3Dtrue
WITH_AUTHN_ALIAS=3Dtrue
WITH_AUTHZ_HOST=3Dtrue
WITH_AUTHZ_GROUPFILE=3Dtrue
WITH_AUTHZ_USER=3Dtrue
WITH_AUTHZ_DBM=3Dtrue
WITH_AUTHZ_OWNER=3Dtrue
WITH_AUTHZ_DEFAULT=3Dtrue
WITH_CACHE=3Dtrue
WITH_DISK_CACHE=3Dtrue
WITH_FILE_CACHE=3Dtrue
WITHOUT_MEM_CACHE=3Dtrue
WITH_DAV=3Dtrue
WITH_DAV_FS=3Dtrue
WITHOUT_BUCKETEER=3Dtrue
WITHOUT_CASE_FILTER=3Dtrue
WITHOUT_CASE_FILTER_IN=3Dtrue
WITHOUT_EXT_FILTER=3Dtrue
WITHOUT_LOG_FORENSIC=3Dtrue
WITHOUT_OPTIONAL_HOOK_EXPORT=3Dtrue
WITHOUT_OPTIONAL_HOOK_IMPORT=3Dtrue
WITHOUT_OPTIONAL_FN_IMPORT=3Dtrue
WITHOUT_OPTIONAL_FN_EXPORT=3Dtrue
WITHOUT_LDAP=3Dtrue
WITHOUT_AUTHNZ_LDAP=3Dtrue
WITH_ACTIONS=3Dtrue
WITH_ALIAS=3Dtrue
WITH_ASIS=3Dtrue
WITH_AUTOINDEX=3Dtrue
WITH_CERN_META=3Dtrue
WITH_CGI=3Dtrue
WITH_CHARSET_LITE=3Dtrue
WITHOUT_DBD=3Dtrue
WITH_DEFLATE=3Dtrue
WITH_DIR=3Dtrue
WITH_DUMPIO=3Dtrue
WITH_ENV=3Dtrue
WITH_EXPIRES=3Dtrue
WITH_HEADERS=3Dtrue
WITH_IMAGEMAP=3Dtrue
WITH_INCLUDE=3Dtrue
WITH_INFO=3Dtrue
WITH_LOG_CONFIG=3Dtrue
WITH_LOGIO=3Dtrue
WITH_MIME=3Dtrue
WITH_MIME_MAGIC=3Dtrue
WITH_NEGOTIATION=3Dtrue
WITH_REWRITE=3Dtrue
WITH_SETENVIF=3Dtrue
WITH_SPELING=3Dtrue
WITH_STATUS=3Dtrue
WITH_UNIQUE_ID=3Dtrue
WITH_USERDIR=3Dtrue
WITH_USERTRACK=3Dtrue
WITH_VHOST_ALIAS=3Dtrue
WITH_FILTER=3Dtrue
WITH_VERSION=3Dtrue
WITHOUT_PROXY=3Dtrue
WITHOUT_PROXY_CONNECT=3Dtrue
WITHOUT_PROXY_FTP=3Dtrue
WITHOUT_PROXY_HTTP=3Dtrue
WITHOUT_PROXY_AJP=3Dtrue
WITHOUT_PROXY_BALANCER=3Dtrue
WITH_SSL=3Dtrue
WITHOUT_SUEXEC=3Dtrue
WITHOUT_CGID=3Dtrue
--------------------

 84893 httpd    RET   break 0
 84893 httpd    CALL  open(0x2888445b,0,0)
 84893 httpd    NAMI  "/dev/urandom"
 84893 httpd    RET   open 24/0x18
 84893 httpd    CALL  read(0x18,0xbfbfe16c,0x4)
 84893 httpd    GIO   fd 24 read 4 bytes
       0x0000 868a afe9                                |....|

 84893 httpd    RET   read 4
 84893 httpd    CALL  close(0x18)
 84893 httpd    RET   close 0
 84893 httpd    CALL  open(0x2888445b,0,0)
 84893 httpd    NAMI  "/dev/urandom"
 84893 httpd    RET   open 24/0x18
 84893 httpd    CALL  read(0x18,0xbfbfe16c,0x4)
 84893 httpd    GIO   fd 24 read 4 bytes
       0x0000 ed69 b9c3                                |.i..|

 84893 httpd    RET   read 4
 84893 httpd    CALL  close(0x18)
 84893 httpd    RET   close 0
 84893 httpd    CALL  open(0x2888445b,0,0)
 84893 httpd    NAMI  "/dev/urandom"
 84893 httpd    RET   open 24/0x18
 84893 httpd    CALL  read(0x18,0xbfbfe16c,0x4)
 84893 httpd    GIO   fd 24 read 4 bytes
       0x0000 dd05 911b                                |....|

 84893 httpd    RET   read 4
 84893 httpd    CALL  close(0x18)
 84893 httpd    RET   close 0
 84893 httpd    CALL  sigprocmask(0x1,0,0xbfbfe21c)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0,0x80a411c)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  setitimer(0x2,0xbfbfe1b0,0)
 84893 httpd    RET   setitimer 0
 84893 httpd    CALL  writev(0x17,0xbfbfe170,0x1)
 84893 httpd    GIO   fd 23 wrote 5 bytes
       "0\r
	\r
       "
 84893 httpd    RET   writev 5
 84893 httpd    CALL  read(0x17,0x835b028,0x1f40)
 84893 httpd    RET   read -1 errno 35 Resource temporarily unavailable
 84893 httpd    CALL  write(0xe,0x835b768,0x238)
 84893 httpd    GIO   fd 14 wrote 568 bytes
       "84.90.129.211 - - [01/Nov/2007:17:19:04 -0500] "GET
/portal/book/fan_f\
	iction HTTP/1.1" 200 35240
"http://images.google.pt/imgres?imgurl=3Dhttp\
	=

://www.vampyres.ca/portal/uploads/art_bathory.jpg&imgrefurl=3Dhttp://www\
	=

.vampyres.ca/portal/book/fan_fiction&h=3D333&w=3D250&sz=3D13&hl=3Den&start=
=3D20&\
	=

um=3D1&tbnid=3DHE2KMQvpR9LbRM:&tbnh=3D119&tbnw=3D89&prev=3D/images%3Fq%3Del=
izabe\
	=

th%2Bbathory%26svnum%3D10%26um%3D1%26hl%3Den%26client%3Dfirefox-a%26ch\
	annel%3Ds%26rls%3Dorg.mozilla:pt-PT:official%26sa%3DN"
"Mozilla/5.0 (W\
	indows; U; Windows NT 5.1; pt-PT; rv:1.8.1.8) Gecko/20071008
Firefox/2\
	.0.0.8"
       "
 84893 httpd    RET   write 568/0x238
 84893 httpd    CALL  poll(0xbfbfe350,0x1,0x1388)
 84893 httpd    RET   poll 1
 84893 httpd    CALL  read(0x17,0x98f9028,0x1f40)
 84893 httpd    RET   read -1 errno 54 Connection reset by peer
 84893 httpd    CALL  gettimeofday(0xbfbfe570,0)
 84893 httpd    RET   gettimeofday 0
 84893 httpd    CALL  shutdown(0x17,0x1)
 84893 httpd    RET   shutdown -1 errno 22 Invalid argument
 84893 httpd    CALL  close(0x17)
 84893 httpd    RET   close 0
 84893 httpd    CALL  read(0x4,0xbfbfe683,0x1)
 84893 httpd    RET   read -1 errno 35 Resource temporarily unavailable
 84893 httpd    CALL  accept(0x3,0x83550e8,0x83550d4)
 84893 httpd    RET   accept 23/0x17
 84893 httpd    CALL  getsockname(0x17,0x83550b0,0x835509c)
 84893 httpd    RET   getsockname 0
 84893 httpd    CALL  fcntl(0x17,0x3,0)
 84893 httpd    RET   fcntl 2
 84893 httpd    CALL  fcntl(0x17,0x4,0x6)
 84893 httpd    RET   fcntl 0
 84893 httpd    CALL  read(0x17,0x8372028,0x1f40)
 84893 httpd    GIO   fd 23 read 146 bytes
       "GET / HTTP/1.0\r
	User-Agent: Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8g
DAV/2 \
	PHP/5.2.4 with Suhosin-Patch (internal dummy connection)\r
	\r
       "
 84893 httpd    RET   read 146/0x92
 84893 httpd    CALL  gettimeofday(0xbfbfe570,0)
 84893 httpd    RET   gettimeofday 0
 84893 httpd    CALL  stat(0x83650a0,0xbfbfe400)
 84893 httpd    NAMI  "/usr/local/www/apache22/data/cpstock/"
 84893 httpd    RET   stat 0
 84893 httpd    CALL  open(0x8365690,0,0)
 84893 httpd    NAMI  "/usr/local/www/apache22/data/.htaccess"
 84893 httpd    RET   open -1 errno 2 No such file or directory
 84893 httpd    CALL  open(0x8365738,0,0)
 84893 httpd    NAMI  "/usr/local/www/apache22/data/cpstock/.htaccess"
 84893 httpd    RET   open -1 errno 2 No such file or directory
 84893 httpd    CALL  stat(0x98f9be0,0xbfbfe310)
 84893 httpd    NAMI  "/usr/local/www/apache22/data/cpstock/index.html"
 84893 httpd    RET   stat 0
 84893 httpd    CALL  sigprocmask(0x1,0,0xbfbfe48c)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0,0x80a411c)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  getpid
 84893 httpd    RET   getpid 84893/0x14b9d
 84893 httpd    CALL  open(0x98f9be0,0,0)
 84893 httpd    NAMI  "/usr/local/www/apache22/data/cpstock/index.html"
 84893 httpd    RET   open 24/0x18
 84893 httpd    CALL  mmap(0,0xd7,0x1,0x1,0x18,0,0,0)
 84893 httpd    RET   mmap 674996224/0x283ba000
 84893 httpd    CALL  writev(0x17,0xbfbfe280,0x2)
 84893 httpd    GIO   fd 23 wrote 528 bytes
       "HTTP/1.1 200 OK\r
	Date: Thu, 01 Nov 2007 22:20:20 GMT\r
	Server: Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8g
DAV/2 PHP/\
	5.2.4 with Suhosin-Patch\r
	Last-Modified: Sun, 01 Apr 2007 17:12:11 GMT\r
	ETag: "685239-d7-348990c0"\r
	Accept-Ranges: bytes\r
	Content-Length: 215\r
	Connection: close\r
	Content-Type: text/html\r
	\r
	<html>
	<head>
	<title>Coming Soon!</title>
	</head>
	<body>
	=

	<p><center><img src=3D"http://www.cpstock.com/cplogo.gif">;
	<p2><center><b>A new generation of stock photographers.
	<p3><center><b>Winter 2006.
	</body>
	</html>
       "
 84893 httpd    RET   writev 528/0x210
 84893 httpd    CALL  munmap(0x283ba000,0xd7)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  write(0xf,0x835f780,0xbd)
 84893 httpd    GIO   fd 15 wrote 189 bytes
       "127.0.0.1 - - [01/Nov/2007:17:20:20 -0500] "GET / HTTP/1.0" 200
215 "-\
	" "Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2
PHP/5.2.4\
	 with Suhosin-Patch (internal dummy connection)"
       "
 84893 httpd    RET   write 189/0xbd
 84893 httpd    CALL  shutdown(0x17,0x1)
 84893 httpd    RET   shutdown 0
 84893 httpd    CALL  poll(0xbfbfe410,0x1,0x7d0)
 84893 httpd    RET   poll 1
 84893 httpd    CALL  read(0x17,0xbfbfe480,0x200)
 84893 httpd    GIO   fd 23 read 0 bytes
       ""
 84893 httpd    RET   read 0
 84893 httpd    CALL  close(0x17)
 84893 httpd    RET   close 0
 84893 httpd    CALL  read(0x4,0xbfbfe683,0x1)
 84893 httpd    GIO   fd 4 read 1 byte
       "!"
 84893 httpd    RET   read 1
 84893 httpd    CALL  close(0x18)
 84893 httpd    RET   close 0
 84893 httpd    CALL  close(0x16)
 84893 httpd    RET   close 0
 84893 httpd    CALL  close(0x15)
 84893 httpd    RET   close 0
 84893 httpd    CALL  close(0x14)
 84893 httpd    RET   close 0
 84893 httpd    CALL  gettimeofday(0xbfbfe460,0)
 84893 httpd    RET   gettimeofday 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x2934f000,0x16000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x292e9000,0xb000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x292f4000,0x5b000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x2909c000,0x52000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x290ee000,0x51000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x2913f000,0x66000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x291a5000,0xe5000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x2928a000,0xf000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x29299000,0x22000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x292bb000,0x1e000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x292d9000,0x3000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x292dc000,0x5000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x292e1000,0x8000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x29092000,0xa000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x2908c000,0x6000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x2906d000,0x1f000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x29067000,0x6000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x2905a000,0x4000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x2905e000,0x9000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x29048000,0x12000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x29009000,0x8000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x29011000,0x30000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x29041000,0x7000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28e4b000,0x1be000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28d37000,0x14000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28e05000,0x24000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28dc0000,0x45000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28db7000,0x9000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28db0000,0x7000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28d9e000,0x12000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28d4b000,0x10000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28d5b000,0x4000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28d5f000,0x3f000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28e29000,0x22000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28d34000,0x3000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28cf3000,0xc000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28cff000,0x35000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28cef000,0x4000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28cad000,0x9000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28cb6000,0x2e000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28ce4000,0xb000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28ca7000,0x6000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28c6a000,0x3000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28c6d000,0x3a000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28c4d000,0x5000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28c5b000,0xf000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28c44000,0x9000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28c3f000,0x5000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28c38000,0x7000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x28a0a000,0x15000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28a1f000,0xeb000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28b0a000,0x7000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28b11000,0x2f000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x28b40000,0xf8000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x289ef000,0xf000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x289c1000,0x8000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x289c9000,0x26000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x289b1000,0x3000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  munmap(0x289b4000,0xd000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  munmap(0x289fe000,0xc000)
 84893 httpd    RET   munmap 0
 84893 httpd    CALL  sigprocmask(0x3,0x280ba5d0,0)
 84893 httpd    RET   sigprocmask 0
 84893 httpd    CALL  close(0x13)
 84893 httpd    RET   close 0
 84893 httpd    CALL  close(0x5)
 84893 httpd    RET   close 0
 84893 httpd    CALL  close(0x4)
 84893 httpd    RET   close 0
 84893 httpd    CALL  exit(0)



 =


-----Original Message-----
From: Philip M. Gollucci [mailto:pgollucci@riderway.com] =

Sent: Thursday, November 01, 2007 4:29 PM
To: Peter Uthoff
Cc: freebsd-questions@freebsd.org
Subject: Re: Problem with Apache22

>Peter Uthoff wrote:
>10:45:11  kernel: pid 66395 (httpd), uid 80: exited on signal 4 Oct 25

Can you provide either an strace or ktrace/kdump output from one of the
children.  Just attached to one let it die, then send the last 500 lines
or so of the output.

You probably have core dumps somewhere too -- a backtrace might be
helpful.

Do you threading libraries match across the board for all software (aka
use ldd).

sysctls:
kern.sugid_coredump=3D1
kern.corefile=3Dcore.%N.%P

also,
cd /var/db/pkg ; /bin/ls -1 apache* php5* mysql* mod_*

>I don't believe the 'busy' message is accurate.
Correct.

>The sad part is that these all show no errors in their logs even with =

>them turned up to debug level
Thats because the error is happening before the parent hands off the
request to the child.

This output might be helpful to others
cat /var/db/ports/apache22/options

Finally, Some snippets from the httpd.conf such as loaded modules and
other custom/non default things you have as well.


------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.749.9295x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C
6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



This email was sent to you by Reuters, the global news and information comp=
any. =

To find out more about Reuters visit www.about.reuters.com

Any views expressed in this message are those of the individual sender, =

except where the sender specifically states them to be the views of Reuters=
 Limited.

Reuters Limited is part of the Reuters Group of companies, of which Reuters=
 Group PLC is the ultimate parent company.
Reuters Group PLC - Registered office address: The Reuters Building, South =
Colonnade, Canary Wharf, London E14 5EP, United Kingdom
Registered No: 3296375
Registered in England and Wales





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05616E1516E61D4C9B338EA2C7DFD266367595>