From owner-freebsd-apache@FreeBSD.ORG Sun Apr 3 11:47:38 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA07C16A4CE for ; Sun, 3 Apr 2005 11:47:38 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5646443D5A for ; Sun, 3 Apr 2005 11:47:37 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j33BlMqx022834; Sun, 3 Apr 2005 14:47:22 +0300 Message-ID: <424FD7CC.1090400@bmby.com> Date: Sun, 03 Apr 2005 14:47:24 +0300 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0 (X11/20050111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dirk Meyer References: <424D7600.4080107@bmby.com> In-Reply-To: Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-apache@freebsd.org Subject: Re: apache+mod_ssl signal 4 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 11:47:38 -0000 Dirk Meyer wrote: > Uzi Klein schrieb:, > > >>I Installed apache-moddssl port >>(using portinstall www/apache13-modssl) >> >>When i start apache using "apachectl start" everything works just fine, >>but when i try "apachectl startssl" i have some errors i have no idea >>what to do with >> >>httpd-error log gives me : >>[Fri Apr 1 11:40:24 2005] [info] mod_unique_id: using ip addr 127.0.0.1 >>[Fri Apr 1 11:40:25 2005] [info] (2)No such file or directory: >>make_sock: for port 443, setsockopt: (SO_ACCEPTFILTER) >>[Fri Apr 1 11:40:25 2005] [info] (2)No such file or directory: >>make_sock: for port 80, setsockopt: (SO_ACCEPTFILTER) > > > What modules have you installed? Only mod_perl, and I fixed the dep using pkgdb -F > pelade don install any binray mod_* port, I Didn't. The modules (besides mod_perl, from ports) are auto installed with apache I did set the log level in httpd.conf to "Debug". > as apache-moddssl as a diffrent ABI. > Each port dependent on apache should be recomiled with > APACHE_PORT=www/apache13-modssl > in /etc/make.conf. OK, Added that. Should i recomplie? i guess i can do something like portupgrade -rfR www/apache13-modlls but will it help? > > kind regards Dirk > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] > _______________________________________________ > freebsd-apache@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com From owner-freebsd-apache@FreeBSD.ORG Sun Apr 3 17:10:06 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505F616A4CE for ; Sun, 3 Apr 2005 17:10:06 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0323643D48 for ; Sun, 3 Apr 2005 17:10:05 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j33GC1qx023534; Sun, 3 Apr 2005 19:12:01 +0300 Message-ID: <425015D4.5040207@bmby.com> Date: Sun, 03 Apr 2005 19:12:04 +0300 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0 (X11/20050111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dirk Meyer References: <424D7600.4080107@bmby.com> In-Reply-To: Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-apache@freebsd.org Subject: Re: apache+mod_ssl signal 4 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 17:10:06 -0000 Dirk Meyer wrote: > Uzi Klein schrieb:, > > >>I Installed apache-moddssl port >>(using portinstall www/apache13-modssl) >> >>When i start apache using "apachectl start" everything works just fine, >>but when i try "apachectl startssl" i have some errors i have no idea >>what to do with >> >>httpd-error log gives me : >>[Fri Apr 1 11:40:24 2005] [info] mod_unique_id: using ip addr 127.0.0.1 >>[Fri Apr 1 11:40:25 2005] [info] (2)No such file or directory: >>make_sock: for port 443, setsockopt: (SO_ACCEPTFILTER) >>[Fri Apr 1 11:40:25 2005] [info] (2)No such file or directory: >>make_sock: for port 80, setsockopt: (SO_ACCEPTFILTER) > > > What modules have you installed? > pelade don install any binray mod_* port, I think theres a problem with php compiled from source ( not port ) Any specific thing i should know about how to fix it? > as apache-moddssl as a diffrent ABI. > Each port dependent on apache should be recomiled with > APACHE_PORT=www/apache13-modssl > in /etc/make.conf. > > kind regards Dirk > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] > _______________________________________________ > freebsd-apache@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > -- Uzi Klein Software Development Executive BMBY Software Systems Ltd 2 Hataasia St., Yokneam, Israel P: +972 4 959 7989 F: +972 3 617 9336 http://www.bmby.com From owner-freebsd-apache@FreeBSD.ORG Sun Apr 3 17:17:22 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE2E16A4CE for ; Sun, 3 Apr 2005 17:17:22 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D90643D2D for ; Sun, 3 Apr 2005 17:17:21 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j33HHCqx023634; Sun, 3 Apr 2005 20:17:13 +0300 Message-ID: <4250251C.5070706@bmby.com> Date: Sun, 03 Apr 2005 20:17:16 +0300 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0 (X11/20050111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dirk Meyer References: <424D7600.4080107@bmby.com> <424FD7CC.1090400@bmby.com> In-Reply-To: Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-apache@freebsd.org Subject: Re: apache+mod_ssl signal 4 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 17:17:22 -0000 Hi Dirk > Hallo Uzi Klein, > > >>>What modules have you installed? >> >>Only mod_perl, and I fixed the dep using pkgdb -F > > > No ... apache13 and apache13-modssl have diffrent ABI. > You need to recomplile mod_perl! Done that I've found the problem, i think its more php or openssl related. if php is compiled with openssl ( i compile php from source ) apache+ssl can't live with it. i droped that line from configure command and works as charm. ( by the way, the same problem acures with apache/modssl compiled from source, so i doubt it to be a port problem, more likely openssl problem) Using 5.3-RELEASE-p6 ( and p5 before - same problem ) if it can help. Cheers > > >>>APACHE_PORT=www/apache13-modssl >>>in /etc/make.conf. >> >>OK, Added that. >> >>Should i recomplie? > > > Yes. > at least "mod_perl" > > >>i guess i can do something like portupgrade -rfR www/apache13-modssl >>but will it help? > > > I don't use protupgrade ... > But it should do the job. > > kind regards Dirk > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] > -- Uzi Klein Software Development Executive BMBY Software Systems Ltd 2 Hataasia St., Yokneam, Israel P: +972 4 959 7989 F: +972 3 617 9336 http://www.bmby.com From owner-freebsd-apache@FreeBSD.ORG Sun Apr 3 19:25:08 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B32516A4CE for ; Sun, 3 Apr 2005 19:25:08 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 16F9743D2D for ; Sun, 3 Apr 2005 19:25:07 +0000 (GMT) (envelope-from emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 03 Apr 2005 19:25:06 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp013) with SMTP; 03 Apr 2005 21:25:06 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-apache@freebsd.org Date: Sun, 3 Apr 2005 21:24:59 +0200 User-Agent: KMail/1.7.2 X-Birthday: 10/06/72 X-CelPhone: +49 173 9967781 X-Tel: +49 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11615100.zfSNlhykI5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200504032125.12115@harrymail> X-Y-GMX-Trusted: 0 Subject: Massive 2.0.53 errors on 5.4-PRE X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 19:25:08 -0000 --nextPart11615100.zfSNlhykI5 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, I see the following line in the error log every second! [Sun Apr 03 21:07:15 2005] [warn] (61)Connection refused: connect to listen= er [Sun Apr 03 21:07:16 2005] [warn] (61)Connection refused: connect to listen= er [Sun Apr 03 21:07:17 2005] [warn] (61)Connection refused: connect to listen= er [Sun Apr 03 21:07:18 2005] [warn] (61)Connection refused: connect to listen= er A short google gave me that result: http://www.issociate.de/board/post/45159/Apache_warning:_Connection_refused= :_connect_to_listener.html And that brought be to the idea to comment out the following line: #LoadModule ssl_module libexec/apache2/mod_ssl.so Now everything seems to be fine. The only thing I changed against the out-of-the-port configuration is=20 mod_proxy: LoadModule proxy_module libexec/apache2/mod_proxy.so LoadModule proxy_http_module libexec/apache2/mod_proxy_http.so Does anybody know what was done regarding that problem? The link tells me t= hat=20 it's been an issue for 1.5 years. Thanks, =2DHarry --nextPart11615100.zfSNlhykI5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCUEMYBylq0S4AzzwRAucgAJ9HmeRcygjvpjZ9DngU7V5HdxhAowCfQh1K OP5bl6hzryqTDL7brr8ls3c= =Gg+R -----END PGP SIGNATURE----- --nextPart11615100.zfSNlhykI5-- From owner-freebsd-apache@FreeBSD.ORG Sun Apr 3 21:50:52 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C78B816A4CE for ; Sun, 3 Apr 2005 21:50:52 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id C32A443D41 for ; Sun, 3 Apr 2005 21:50:48 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 36612 invoked by uid 1000); 3 Apr 2005 23:50:43 +0200 Date: Sun, 3 Apr 2005 23:50:43 +0200 From: Clement Laforet To: Emanuel Strobl Message-ID: <20050403215043.GA93300@goofy.cultdeadsheep.org> References: <200504032125.12115@harrymail> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <200504032125.12115@harrymail> User-Agent: Mutt/1.5.6i cc: freebsd-apache@freebsd.org Subject: Re: Massive 2.0.53 errors on 5.4-PRE X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 21:50:52 -0000 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Apr 03, 2005 at 09:24:59PM +0200, Emanuel Strobl wrote: > Hello, >=20 > I see the following line in the error log every second! >=20 > [Sun Apr 03 21:07:15 2005] [warn] (61)Connection refused: connect to list= ener > Does anybody know what was done regarding that problem? The link tells me= that=20 > it's been an issue for 1.5 years. Maybe it's time to investigate... Can you please send us the output of httpd -V, your kernel config=20 (if it's a particular one) and your loaded modules? thanks. clem --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCUGUzsRhfjwcjuh0RAvDJAKCfLEP8kwPHMN0ZFjnrh3F432Y9YgCeP/6d hGjAfVkEqlg070/77EtcT08= =nz6C -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh-- From owner-freebsd-apache@FreeBSD.ORG Sun Apr 3 22:39:43 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30EE16A4CE; Sun, 3 Apr 2005 22:39:43 +0000 (GMT) Received: from eris.uffner.com (dsl092-233-211.phl1.dsl.speakeasy.net [66.92.233.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2C143D31; Sun, 3 Apr 2005 22:39:43 +0000 (GMT) (envelope-from root@eris.uffner.com) Received: from eris.uffner.com (localhost [127.0.0.1]) by eris.uffner.com (8.13.1/8.13.1) with ESMTP id j33MdfxG011809; Sun, 3 Apr 2005 18:39:41 -0400 (EDT) (envelope-from root@eris.uffner.com) Message-Id: <200504032239.j33MdfxG011809@eris.uffner.com> To: bzeeb+freebsdports@zabbadoz.net, apache@FreeBSD.org Date: Sun, 03 Apr 2005 18:39:41 -0400 From: Charlie Root X-Scanned-By: MIMEDefang 2.51 on 66.92.233.211 cc: freebsd-ports-bugs@FreeBSD.org Subject: portsdb fails for 6-CURRENT X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 22:39:43 -0000 the Makefiles for textproc/xalan-c and www/mod_auth_useragent appear to reference ${DOCSDIR} w/o defining it or including anything that defines it. Updating the ports index ... Generating INDEX.tmp - please wait.."Makefile", line 25: Unassociated shell command "${MKDIR} ${DOCSDIR}" "Makefile", line 27: Unassociated shell command "${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}" "Makefile", line 27: Unassociated shell command "${INSTALL_DATA} ${WRKSRC}/faq.html ${DOCSDIR}" make: fatal errors encountered -- cannot continue ===> www/mod_auth_useragent failed *** Error code 1 "Makefile", line 188: Unassociated shell command "${MKDIR} ${DOCSDIR}" "Makefile", line 193: Unassociated shell command "cd ${DOCSDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DOCS_TARBALL} ${EXTRACT_AFTER_ARGS} && ${MV} ${DOCSDIR}/Xalan-C_${PORTVERSION:S/./_/g}-docs/* ${DOCSDIR} && ${RMDIR} ${DOCSDIR}/Xalan-C_${PORTVERSION:S/./_/g}-docs" make: fatal errors encountered -- cannot continue ===> textproc/xalan-c failed *** Error code 1 2 errors ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error From owner-freebsd-apache@FreeBSD.ORG Mon Apr 4 11:00:50 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A51016A4CE for ; Mon, 4 Apr 2005 11:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A0E143D1F for ; Mon, 4 Apr 2005 11:00:50 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j34B0ofF011392 for ; Mon, 4 Apr 2005 11:00:50 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j34B0nPh011386 for apache@freebsd.org; Mon, 4 Apr 2005 11:00:49 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Apr 2005 11:00:49 GMT Message-Id: <200504041100.j34B0nPh011386@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 11:00:50 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/02/11] ports/77391 apache Apache 2.x Modules depending on wrong Apa o [2005/03/05] ports/78451 apache www/mod_perl not compilled 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups 1 problem total. From owner-freebsd-apache@FreeBSD.ORG Mon Apr 4 17:16:27 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E6E16A4CE for ; Mon, 4 Apr 2005 17:16:27 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A74443D2D for ; Mon, 4 Apr 2005 17:16:23 +0000 (GMT) (envelope-from emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 04 Apr 2005 17:16:21 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp007) with SMTP; 04 Apr 2005 19:16:21 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-apache@freebsd.org Date: Mon, 4 Apr 2005 19:16:36 +0200 User-Agent: KMail/1.7.2 References: <200504032125.12115@harrymail> <20050403215043.GA93300@goofy.cultdeadsheep.org> In-Reply-To: <20050403215043.GA93300@goofy.cultdeadsheep.org> X-Birthday: 10/06/72 X-CelPhone: +49 173 9967781 X-Tel: +49 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11471148.iM8WL1V8Zi"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200504041916.44540@harrymail> X-Y-GMX-Trusted: 0 cc: Clement Laforet Subject: Re: Massive 2.0.53 errors on 5.4-PRE X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 17:16:27 -0000 --nextPart11471148.iM8WL1V8Zi Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Sonntag, 3. April 2005 23:50 schrieb Clement Laforet: > Hi, > > On Sun, Apr 03, 2005 at 09:24:59PM +0200, Emanuel Strobl wrote: > > Hello, > > > > I see the following line in the error log every second! > > > > [Sun Apr 03 21:07:15 2005] [warn] (61)Connection refused: connect to > > listener > > > > > Does anybody know what was done regarding that problem? The link tells = me > > that it's been an issue for 1.5 years. > > Maybe it's time to investigate... Yeah, I'm a bit limited in testing since it's a production reverse-proxy bu= t=20 I'd love to help as much as possible. > Can you please send us the output of httpd -V, your kernel config > (if it's a particular one) and your loaded modules? httpd -V: Server version: Apache/2.0.53 Server built: Mar 23 2005 19:15:26 Server's Module Magic Number: 20020903:9 Architecture: 32-bit Server compiled with.... -D APACHE_MPM_DIR=3D"server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_FLOCK_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT=3D"/usr/local" -D SUEXEC_BIN=3D"/usr/local/bin/suexec" -D DEFAULT_PIDLOG=3D"/var/run/httpd.pid" -D DEFAULT_SCOREBOARD=3D"/var/run/apache_runtime_status" -D DEFAULT_LOCKFILE=3D"/var/run/accept.lock" -D DEFAULT_ERRORLOG=3D"/var/log/httpd-error.log" -D AP_TYPES_CONFIG_FILE=3D"etc/apache2/mime.types" -D SERVER_CONFIG_FILE=3D"etc/apache2/httpd.conf" The thing is running in a jail, kernel is a customized, you can get the ful= l=20 config at http://www.schmalzbauer.de/statics/phobos/GA-6IEML The jail environmet can be read by the make.conf here: http://www.schmalzbauer.de/statics/phobos/jail.make.conf The apache configuration can be found here: http://www.schmalzbauer.de/statics/phobos/httpd.conf I'm absolutely no apache guru and like i said, this is a productive machine= ,=20 so I don't know where to start finding out the meaning of the error. Best regards, =2DHarry > > thanks. > > clem --nextPart11471148.iM8WL1V8Zi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCUXZ8Bylq0S4AzzwRAgoqAJ9u8w4J0fM/LKo9bIFaNJjd7rVNbACeI4Ag UD4YvezWOVLG1R3hxVtVWPQ= =gYUW -----END PGP SIGNATURE----- --nextPart11471148.iM8WL1V8Zi-- From owner-freebsd-apache@FreeBSD.ORG Mon Apr 4 19:39:01 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB6916A4CE for ; Mon, 4 Apr 2005 19:39:01 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id B32EE43D46 for ; Mon, 4 Apr 2005 19:38:59 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 46386 invoked by uid 1000); 4 Apr 2005 21:38:58 +0200 Date: Mon, 4 Apr 2005 21:38:58 +0200 From: Clement Laforet To: Emanuel Strobl Message-ID: <20050404193858.GB17376@goofy.cultdeadsheep.org> References: <200504032125.12115@harrymail> <20050403215043.GA93300@goofy.cultdeadsheep.org> <200504041916.44540@harrymail> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <200504041916.44540@harrymail> User-Agent: Mutt/1.5.6i cc: freebsd-apache@freebsd.org Subject: Re: Massive 2.0.53 errors on 5.4-PRE X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 19:39:01 -0000 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 04, 2005 at 07:16:36PM +0200, Emanuel Strobl wrote: > Am Sonntag, 3. April 2005 23:50 schrieb Clement Laforet: > > On Sun, Apr 03, 2005 at 09:24:59PM +0200, Emanuel Strobl wrote: > > > I see the following line in the error log every second! > > > [Sun Apr 03 21:07:15 2005] [warn] (61)Connection refused: connect to > > > listener > > Can you please send us the output of httpd -V, your kernel config > > (if it's a particular one) and your loaded modules? >=20 > httpd -V: > Server version: Apache/2.0.53 > Server built: Mar 23 2005 19:15:26 > Server's Module Magic Number: 20020903:9 > Architecture: 32-bit > Server compiled with.... > -D APACHE_MPM_DIR=3D"server/mpm/prefork" > -D APR_HAS_SENDFILE > -D APR_HAS_MMAP > -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) > -D APR_USE_FLOCK_SERIALIZE > -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT > -D APR_HAS_OTHER_CHILD > -D AP_HAVE_RELIABLE_PIPED_LOGS > -D HTTPD_ROOT=3D"/usr/local" > -D SUEXEC_BIN=3D"/usr/local/bin/suexec" > -D DEFAULT_PIDLOG=3D"/var/run/httpd.pid" > -D DEFAULT_SCOREBOARD=3D"/var/run/apache_runtime_status" > -D DEFAULT_LOCKFILE=3D"/var/run/accept.lock" > -D DEFAULT_ERRORLOG=3D"/var/log/httpd-error.log" > -D AP_TYPES_CONFIG_FILE=3D"etc/apache2/mime.types" > -D SERVER_CONFIG_FILE=3D"etc/apache2/httpd.conf" >=20 > The thing is running in a jail, kernel is a customized, you can get the f= ull=20 > config at http://www.schmalzbauer.de/statics/phobos/GA-6IEML > The jail environmet can be read by the make.conf here: > http://www.schmalzbauer.de/statics/phobos/jail.make.conf > The apache configuration can be found here: > http://www.schmalzbauer.de/statics/phobos/httpd.conf Thanks, I presume pf and altq are running on this machine. How many request per second do you have? > I'm absolutely no apache guru and like i said, this is a productive machi= ne,=20 > so I don't know where to start finding out the meaning of the error. =46rom source, httpd-2.0.53/server/mpm_common.c ;-) Does sysctl oid net.inet.ip.intr_queue_drops increase when these=20 warnings occur? if yes: - increase net.inet.ip.intr_queue_maxlen to see if it solve the=20 problem or limit the rate of error. - does apache compiled with WITH_KQUEUE_SUPPORT fix the problem? OTOH, it can come from you sslmutex configuration which may prevent=20 apache to work correctly in a jail. I'll give a try when I have some free time, thanks for the reports. clem --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCUZfSsRhfjwcjuh0RAuGRAJ4iLgCY0UpbWovNjbOU76fr+58XpwCfTtOQ gqkdsEpUr8K0UUyVXTnGnCY= =CZNR -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- From owner-freebsd-apache@FreeBSD.ORG Mon Apr 4 20:18:25 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D64DA16A4CE for ; Mon, 4 Apr 2005 20:18:25 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C8B243D48 for ; Mon, 4 Apr 2005 20:18:22 +0000 (GMT) (envelope-from emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 04 Apr 2005 20:18:21 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp004) with SMTP; 04 Apr 2005 22:18:21 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-apache@freebsd.org Date: Mon, 4 Apr 2005 22:18:12 +0200 User-Agent: KMail/1.7.2 References: <200504032125.12115@harrymail> <200504041916.44540@harrymail> <20050404193858.GB17376@goofy.cultdeadsheep.org> In-Reply-To: <20050404193858.GB17376@goofy.cultdeadsheep.org> X-Birthday: 10/06/72 X-CelPhone: +49 173 9967781 X-Tel: +49 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1412374.CcoMNWtsL5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200504042218.19970@harrymail> X-Y-GMX-Trusted: 0 cc: Clement Laforet Subject: Re: Massive 2.0.53 errors on 5.4-PRE X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 20:18:26 -0000 --nextPart1412374.CcoMNWtsL5 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Montag, 4. April 2005 21:38 schrieb Clement Laforet: > On Mon, Apr 04, 2005 at 07:16:36PM +0200, Emanuel Strobl wrote: > > Am Sonntag, 3. April 2005 23:50 schrieb Clement Laforet: > > > On Sun, Apr 03, 2005 at 09:24:59PM +0200, Emanuel Strobl wrote: > > > > I see the following line in the error log every second! > > > > [Sun Apr 03 21:07:15 2005] [warn] (61)Connection refused: connect to > > > > listener [...] > Thanks, I presume pf and altq are running on this machine. > How many request per second do you have? Well, the error gets logged every second without any request! But if you're= =20 interested in general load, this machine will stay quiet idle, at least=20 regarding http reverse-proxy requests. I never checked, it belongs to a=20 friend with a small company, I'd guess about 1k requests/_day_. And you're right, pf is running, but not at high load, only two 3MB/s lines= =20 are to feed, mainly with some reply-to rules. > > I'm absolutely no apache guru and like i said, this is a productive > > machine, so I don't know where to start finding out the meaning of the > > error. > > From source, httpd-2.0.53/server/mpm_common.c ;-) ;) > > Does sysctl oid net.inet.ip.intr_queue_drops increase when these > warnings occur? if yes: > - increase net.inet.ip.intr_queue_maxlen to see if it solve the > problem or limit the rate of error. > - does apache compiled with WITH_KQUEUE_SUPPORT fix the problem? > > OTOH, it can come from you sslmutex configuration which may prevent > apache to work correctly in a jail. Hmm, while trying to regenerate the problem to check the sysctl oid you=20 mentioned (which I never noticed before, and alwas is 0 here) I can't=20 reproduce the error after I altered the $/etc/apache2/ssl.conf (but I could= =20 see it before, so it was reproducable today!). I changed the errorlog from= =20 httpd-error to httpdssh-error (after I had reenabled the "LoadModule=20 ssl_module" line inside the ifdefined in httpd.con) and the error logging=20 stopped. After rediting ssl.conf (to httpd-error again instead of=20 httpdssh-error) the error doesn't occur any more !?! Maby it's something todo with mtime or ctime of $/etc/apache2/ssl.conf? I'm confused, but like I said this machine is productive, so I don't want t= o=20 deinstall apache just to see what mtime ssl.conf has after reinstalling it. Thanks for your attention, =2DHarry > > > I'll give a try when I have some free time, thanks for the reports. > > clem --nextPart1412374.CcoMNWtsL5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCUaELBylq0S4AzzwRAssQAJ9qPGShleHPtx+aVu7HqpBWFZwg3gCfecnc hn1SnQe5nYLJ1PLYvHQidJE= =cAKA -----END PGP SIGNATURE----- --nextPart1412374.CcoMNWtsL5-- From owner-freebsd-apache@FreeBSD.ORG Thu Apr 7 18:20:50 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E5A816A4CE for ; Thu, 7 Apr 2005 18:20:50 +0000 (GMT) Received: from quark.rcac.purdue.edu (quark.rcac.purdue.edu [128.210.189.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id E456743D58 for ; Thu, 7 Apr 2005 18:20:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from quark.rcac.purdue.edu (localhost [127.0.0.1]) j37IKnHJ069594 for ; Thu, 7 Apr 2005 13:20:49 -0500 (EST) (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Apr 2005 13:20:49 -0500 (EST) Message-Id: <200504071820.j37IKnHJ069594@quark.rcac.purdue.edu> From: linimon@FreeBSD.org To: apache@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 18:20:50 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.3, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The build errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the build error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: www/mod_v2h broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005032807/mod_v2h-2.0.log (Apr 1 18:31:31 UTC 2005) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2005032801/mod_v2h-2.0.log (Apr 6 16:08:58 UTC 2005) overview: http://portsmon.firepipe.net/portoverview.py?category=www&portname=mod_v2h If these build errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these build errors really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these build errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD.