From owner-freebsd-questions Thu Aug 31 2:27:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 213A237B507 for ; Thu, 31 Aug 2000 02:27:06 -0700 (PDT) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id LAA12514; Thu, 31 Aug 2000 11:26:53 +0200 (CEST) (envelope-from karelj) Date: Thu, 31 Aug 2000 11:26:53 +0200 From: "Karel J. Bosschaart" To: locus Cc: questions@FreeBSD.ORG Subject: Re: make installworld panics Message-ID: <20000831112653.A12442@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@tue.nl References: <000a01c01328$c98f1170$0845023e@aldrin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000a01c01328$c98f1170$0845023e@aldrin>; from own3d@gmx.net on Thu, Aug 31, 2000 at 10:52:25AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Aug 31, 2000 at 10:52:25AM +0200, locus wrote: > Hi, > i trying to update my system from 4.0R to 4.1S (RELENG_4). Everything > works > fine with 'make buildworld', 'make buildkernel', 'make installkernel'. > After > that i reboot into single usermode (with boot -s). But then when i try > to > do 'make installworld' i get an error: > > mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var > mtree: line 31: unknown group games > *** Error code 1 > That's not a panic... > i had this error before, when i tried to update my system with NOGAMES > in my > make.conf. But i deleted this line and rebuild everything, but still the > same... > > anyone can help me out with this? (please, im getting desperate :). I > compiled the system 6 times now :)) > Check /etc/group for a games group. It should be there ( games:*:13: on my 4.1 system). Maybe you deleted it by accident? Be sure to run 'mergemaster' as part of the upgrading process, this will compare all files in /etc, show you the differences and let you choose what to do (install new/delete new or merge old and new for each file). Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message