You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/10/22 00:03:49 UTC

DO NOT REPLY [Bug 46054] New: Running httpd returns the error "bad user name nobody"

https://issues.apache.org/bugzilla/show_bug.cgi?id=46054

           Summary: Running httpd returns the error "bad user name nobody"
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: Mashkevitch_Stella@emc.com


Environment: Apache httpd 2.2.9
OS: AIX 5.3 64 bit

Running httpd returns the error "bad user name nobody". The User and
Group directives in the httpd.conf have nobody and nobody. I can rlogin
to this machine as the user nobody without problems. The uid and gid of
nobody are the default AIX values given below. httpd works fine on other
AIX machines with the same uid/gid. Even on this machine, if I change
uid/gid to some smaller number it works. However, as per AIX docs
4294967294 is a valid id.

bash-3.00# cat /etc/passwd | grep nobody
nobody:!:4294967294:4294967294::/:
bash-3.00# cat /etc/group | grep nobody
nobody:!:4294967294:nobody,lpd


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org