Received: (qmail 62375 invoked by uid 501); 27 Sep 2001 15:24:07 -0000 Message-Id: <20010927152407.62374.qmail@apache.org> Date: 27 Sep 2001 15:24:07 -0000 From: Coates Carter Reply-To: ccarter@richmond.edu To: submit@bugz.apache.org Subject: parent cannot start child processes X-Send-Pr-Version: 3.110 >Number: 8419 >Category: os-solaris >Synopsis: parent cannot start child processes >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Sep 27 08:30:01 PDT 2001 >Closed-Date: Thu Sep 27 09:06:21 PDT 2001 >Last-Modified: Thu Sep 27 09:06:21 PDT 2001 >Originator: ccarter@richmond.edu >Release: 2.0.16b >Organization: >Environment: SunOS 5.8 sparc (Ultra10) gcc 2.95.2 >Description: Apache 2.0.16b compiled and installed with no problems. When apachectl starts the parent, it records the wrong pid in /usr/local/apache2/logs/httpd.pid. The value recorded is always the real pid minus one. So 'apachectl stop' doesn't know what process to kill. Also, when the parent tries to spawn a child, I see this error in error_log: [alert] (22)Invalid argument: setgid: unable to set group id to 4294967295 [alert] Child 2130 returned a Fatal error... Apache is exiting! The parent's pid was 2128, but httpd.pid contained 2127. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: rbb State-Changed-When: Thu Sep 27 09:06:20 PDT 2001 State-Changed-Why: This is a configuration error. Your config file is referencing Group -1, which your platform does not support. Edit your config file, and change the Group config to nobody, or the appropriate Group. >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database 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! ]