From owner-freebsd-questions Fri Mar 8 9: 4:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andromeda.astrum.net (rrcs-midsouth-24-199-152-194.biz.rr.com [24.199.152.194]) by hub.freebsd.org (Postfix) with ESMTP id 7D29B37B400 for ; Fri, 8 Mar 2002 09:04:32 -0800 (PST) Received: by andromeda.astrum.net (Postfix, from userid 500) id 2F94D1398C; Fri, 8 Mar 2002 12:10:03 -0500 (EST) Date: Fri, 8 Mar 2002 12:10:03 -0500 From: "S. William Schulz" To: Chojin Cc: questions@freebsd.org Subject: Re: Apache on 4.5-Stable Query Message-ID: <20020308171003.GA17974@andromeda.astrum.net> References: <20020308000631.GA12761@andromeda.astrum.net> <004301c1c6bd$8a0cd560$0301a8c0@chojin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004301c1c6bd$8a0cd560$0301a8c0@chojin> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 08, 2002 at 05:23:09PM +0100, Chojin wrote: > > > > Hello, > > > > Hope this is the right place for this. > > > > I installed a system with 4.4-CURRENT (I think), then today cvsup'ed it > > to 4.5-STABLE, built a custom kernel, and installed everything. When > > doing the mergemaster, the new /etc/master.passwd had a www user in it. > > Figuring I'd be adding apache, I added that user. > > > > Now, I've cvsup'ed the ports tree, installed mysql and am now trying to > > install the apache port. make install errors out upon finding that a > > www user already exists. > > > > Would the recommendation be that I just dump that user and try to > > reinstall? Should I report that error anywhere else? Or have I done > > something incorrectly. > > > > Just remove www user > rm www > (do not remove any 'home' directory if asked) > > Then you can install Apache port. Well, I initially commented out the two 'exit 1' lines in the install script and it installed fine. But then apache wouldn't start, giving an bad user name: www error. I then removed the www user and group, reinstated the 'exit 1' lines and reinstalled, and everything worked. Seems to be working now. ss To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message