Debian bug report logs - #1778 , boring messages ----------------------------------------------------------------------- Message sent to debian-devel@pixar.com: Subject: Bug#1778: Zombies from Cern-Httpd (solved) Reply-To: eckes , debian-bugs@pixar.com Resent-From: eckes Resent-To: debian-devel@pixar.com Resent-Date: Sun, 29 Oct 1995 06:48:02 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: cern-httpd X-Debian-PR-Keywords: Received: via spool for debian-bugs; Sun, 29 Oct 1995 06:48:02 GMT Received: with rfc822 via encapsulated-mail; Sun, 29 Oct 1995 06:35:10 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0t9RJo-0002KvC; Sat, 28 Oct 95 23:34 PDT Received: from sapa.inka.de by pixar.com with SMTP id AA25341 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sat, 28 Oct 1995 23:33:37 -0700 Received: from uu.inka.de (root@[193.197.84.8]) by sapa.inka.de with smtp (S3.1.29.1) id ; Sun, 29 Oct 95 07:33 MET Received: from lina.inka.de (ecki@lina.inka.de) by uu.inka.de with bsmtp (S3.1.29.1) id ; Sun, 29 Oct 95 07:33 MET Received: from ecki@lina.inka.de (sendmail) (S3.1.29.1) id ; Sun, 29 Oct 95 07:32 MET Message-Id: To: debian-bugs@pixar.com Date: Sun, 29 Oct 1995 07:32:54 +0100 (MET) From: eckes Organisation: private Linux Site, Karlsruhe, Germany X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 922 Package: cern-httpd Version: 3.0-4 There is an error in the Signal handling of the cern-httpd, which makes zombies hang around, especially on heavy loaded WWW Server. The following Patch may solve this: --- WWW/All/linux/Makefile.include.org Sun Oct 29 07:15:44 1995 +++ WWW/All/linux/Makefile.include Sun Oct 29 07:16:32 1995 @@ -9,7 +9,7 @@ # -DLINUX_FSSTND makes the default log file /var/run/httpd-pid # rather than /tmp/httpd-pid -CFLAGS = -O2 -DPOSIXWAIT -DLINUX_FSSTND +CFLAGS = -DUTS2 -fomit-frame-pointer -O2 -DPOSIXWAIT -DLINUX_FSSTND LFLAGS = -s CC = gcc Greetings Bernd __ Bernd Eckenfels ++49 7257 3817 | 1024/E010B09D ______If privacy is outlawed ecki@lina.inka.de Karlsruhe | *plush* __/ only Outlaws have privacy ecki@lina.ka.sub.org eckes@irc |__inux_____/ http://home.pages.de/~eckes/ G21! d? H@ s+ p0 au+ a- w+ v c+++ UL++++$ P E? N++ t+ e* u@ h++! f !n y* Y^ ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: eckes Subject: Bug#1778: Acknowledgement (was: Zombies from Cern-Httpd (solved)) In-Reply-To: References: Thank you for the problem report you have sent regarding Debian GNU/Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. If you wish to submit further information on your problem, please send it to debian-bugs@pixar.com, but please ensure that the Subject line of your message starts with "Bug#1778" or "Re: Bug#1778" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs) ----------------------------------------------------------------------- Message sent to debian-devel@pixar.com: Subject: Bug#1778: Zombies from Cern-Httpd (solved) Reply-To: quinlan@best.com, debian-bugs@pixar.com Resent-From: Daniel Quinlan Resent-To: debian-devel@pixar.com Resent-Date: Fri, 03 Nov 1995 05:18:01 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: cern-httpd X-Debian-PR-Keywords: Received: via spool for debian-bugs; Fri, 03 Nov 1995 05:18:01 GMT Received: with rfc822 via encapsulated-mail; Fri, 03 Nov 1995 05:03:08 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0tBEGR-0005yEC; Thu, 2 Nov 95 21:02 PST Received: from shellx.best.com by pixar.com with SMTP id AA16427 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Thu, 2 Nov 1995 21:01:35 -0800 Received: (quinlan@localhost) by shellx.best.com (950911.SGI.8.6.12.PATCH825/8.6.5) id FAA23763; Fri, 3 Nov 1995 05:01:58 GMT Date: Fri, 3 Nov 1995 05:01:58 GMT Message-Id: <199511030501.FAA23763@shellx.best.com> From: Daniel Quinlan To: eckes , debian-bugs@Pixar.com In-Reply-To: References: eckes writes: > Package: cern-httpd > Version: 3.0-4 > > There is an error in the Signal handling of the cern-httpd, which makes > zombies hang around, especially on heavy loaded WWW Server. The following > Patch may solve this: > > --- WWW/All/linux/Makefile.include.org Sun Oct 29 07:15:44 1995 > +++ WWW/All/linux/Makefile.include Sun Oct 29 07:16:32 1995 > @@ -9,7 +9,7 @@ > > # -DLINUX_FSSTND makes the default log file /var/run/httpd-pid > # rather than /tmp/httpd-pid > -CFLAGS = -O2 -DPOSIXWAIT -DLINUX_FSSTND > +CFLAGS = -DUTS2 -fomit-frame-pointer -O2 -DPOSIXWAIT -DLINUX_FSSTND > LFLAGS = -s > CC = gcc That should be "/var/run/httpd.pid" according to FSSTND 1.2. Dan ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: quinlan@best.com Subject: Bug#1778: Info received (was Bug#1778: Zombies from Cern-Httpd (solved)) In-Reply-To: <199511030501.FAA23763@shellx.best.com> References: <199511030501.FAA23763@shellx.best.com> Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developers to accompany the original report. If you wish to continue to submit further information on your problem, please do the same thing again: send it to debian-bugs@pixar.com, ensuring that the Subject line starts with "Bug#1778" or "Re: Bug#1778" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs) ----------------------------------------------------------------------- Ian Jackson / iwj10@thor.cam.ac.uk , with the debian-bugs tracking mechanism This page last modified 05:43:02 GMT Fri 03 Nov