From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 16:01:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD6F37B401 for ; Fri, 15 Aug 2003 16:01:55 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CD543FCB for ; Fri, 15 Aug 2003 16:01:53 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <20030815230152016008gqnse>; Fri, 15 Aug 2003 23:01:52 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7FN1pMe051983; Fri, 15 Aug 2003 19:01:51 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7FN1pRs051980; Fri, 15 Aug 2003 19:01:51 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: GNorm References: From: Lowell Gilbert Date: 15 Aug 2003 19:01:50 -0400 In-Reply-To: Message-ID: <44vfsya5k1.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: invalid user 'www' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 23:01:55 -0000 GNorm writes: > I am having a problem with apache. When I try to start or restart > apache using apachectl i get the following message. > > Limits: invalid user 'www' > Usage: [a list of switches] > httpd: bad user name www > > When I do apachectl configtest I get the same message. > > I have looked at /etc/group, /etc/passwd, and /etc/master.passwd for > www. The user is there. Any help will be appreciated. Sounds like you don't have the database built properly. Edited the password file by hand, probably? Use pwd_mkdb(8) to rebuild it.