You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dave MacLachlan <da...@paradigmdev.com> on 1998/09/22 21:07:59 UTC

other/3044: Spurious report from apachectl start

>Number:         3044
>Category:       other
>Synopsis:       Spurious report from apachectl start
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Sep 22 12:10:02 PDT 1998
>Last-Modified:
>Originator:     davem@paradigmdev.com
>Organization:
apache
>Release:        Apache1.3.1
>Environment:
All (I think). Mine is:

Rhapsody Utopia 5.1 Rhapsody Operating System Release 5.1: Fri Apr 17 13:29:35 PDT 1998; root(rcbuilder):Objects/kernel-105.6.obj~2/RELEASE_PPC Copyright (c) 1988-1995,1997 Apple Computer, Inc. All Rights Reserved.  Power Macintosh
>Description:
Wehn apachectl start is called it will display a message like "process 333 is not running" and then start up Apache.
>How-To-Repeat:
apachectl start
apachectl stop
apachectl start
>Fix:
*** origapache_1.3.1/src/support/apachectl      Thu Jul 16 14:25:54 1998
--- apache_1.3.1/src/support/apachectl  Tue Sep 22 12:10:03 1998
***************
*** 82,87 ****
--- 82,88 ----
        fi
        if kill $PID ; then
            echo "$0 $ARG: httpd stopped"
+             rm $PIDFILE
        else
            echo "$0 $ARG: httpd could not be stopped"
            ERROR=4
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]