Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 5981 invoked from network); 17 Sep 2004 05:58:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Sep 2004 05:58:36 -0000 Received: (qmail 3091 invoked by uid 500); 17 Sep 2004 05:58:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 2969 invoked by uid 500); 17 Sep 2004 05:58:05 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 2863 invoked by uid 99); 17 Sep 2004 05:58:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [208.138.78.194] (HELO coffee.exoss.net) (208.138.78.194) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Sep 2004 22:58:01 -0700 Received: from coffee.exoss.net (localhost [127.0.0.1]) by coffee.exoss.net (8.12.9/8.12.9) with ESMTP id i8H2CPS5018041 for ; Thu, 16 Sep 2004 22:12:26 -0400 Received: (from ketche@localhost) by coffee.exoss.net (8.12.9/8.12.9/Submit) id i8H2COSq018040 for users@httpd.apache.org; Thu, 16 Sep 2004 22:12:24 -0400 From: ketche@coffee.exoss.net Message-Id: <200409170212.i8H2COSq018040@coffee.exoss.net> To: users@httpd.apache.org Date: Thu, 16 Sep 2004 22:12:23 -0400 (EDT) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Subject: [users@httpd] Apache group errors on SPARC Solaris X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N System: Sun Sparc OS: Solaris 8 I compiled with the options: --path=/devel/apache Everything went well with make and make install. Yet when I ran /devel/apache/bin/apachectl start, it did not work. I checked the log file for errors, and found this: [Wed Sep 15 22:30:59 2004] [alert] (22)Invalid argument: setgid: unable to set g roup id to Group 4294967295 After some looking around in the archive, I found that someone had a similar problem. The Group in httpd.conf was #-1. I changed the group name to nobody. That didn't work, so I tried all of these and got the same error: nogroup, #60001(nobody's group number), nogroup, and 65534, nogroup's number. I have no idea on how to fix this, please help. -- Ketche --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org