From owner-freebsd-stable Wed May 15 17:35:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by hub.freebsd.org (Postfix) with ESMTP id 2BFCD37B408 for ; Wed, 15 May 2002 17:35:20 -0700 (PDT) Received: (from jj@localhost) by alicia.nttmcl.com (8.10.1/8.10.1) id g4G0ZJl05311; Wed, 15 May 2002 17:35:19 -0700 (PDT) Date: Wed, 15 May 2002 17:35:19 -0700 From: JJ Behrens To: FreeBSD Stable , Chip Wiegand , Jonathan Chen , mike@adept.org Subject: Re: makeworld problem - my first attempt at this Message-ID: <20020515173519.B136@alicia.nttmcl.com> Mail-Followup-To: JJ Behrens , FreeBSD Stable , Chip Wiegand , Jonathan Chen , mike@adept.org References: <1021504989.11672.19.camel@chip3.wiegand.org> <20020516112708.A5642@grimoire.chen.org.nz> <1021507563.11672.25.camel@chip3.wiegand.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <1021507563.11672.25.camel@chip3.wiegand.org>; from chip@wiegand.org on Wed, May 15, 2002 at 05:05:53PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > [...] > > > #make installworld > > > faild again, same message as before - required smmsp user is missing. > > > According to UPDATING running mergemaster would take care of this > > > problem. > > > > > > That is where I am stuck. What to do now? > > > > You can add the smmsp user and group manually to /etc/master.passwd and > > /etc/group. Remember to run pwd_mkdb, and then try the mergemaster again > > -- > > Jonathan Chen > > Thanks for the tips guys, it's running right now, has been for a while. > I ran pwd_mkdb /etc/master.passwd, then ran mergemaster -p, and this > time it worked. I don't know why mergemaster -p didn't work before. Even > the -help screen did not show -p as an available option. > Anyway, my first time at this and it appears to be going okay for now. Hey everyone, Do you think this is because he was running an older very of mergemaster? Perhaps it was necessary to run the recently built mergemaster. Afterall, mergemaster -p is run *before* make installworld and is thus an older version. Whereas, when running mergemaster after make installworld, the newer version is being used. Perhaps we should document that when you use mergemaster -p, it's probably safer to use the full path to the recently built mergemaster. -jj -- Users of C++ should consider hanging themselves rather than shooting their legs off--it's best not to use C++ simply as a better C. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message