From owner-freebsd-questions@FreeBSD.ORG Tue Apr 17 08:47:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CAC216A402 for ; Tue, 17 Apr 2007 08:47:28 +0000 (UTC) (envelope-from cs@schug.net) Received: from schug.net (s0.schug.net [194.97.148.170]) by mx1.freebsd.org (Postfix) with ESMTP id D68D613C4BE for ; Tue, 17 Apr 2007 08:47:27 +0000 (UTC) (envelope-from cs@schug.net) Received: by schug.net (Postfix, from userid 10000) id E2D17C59F7; Tue, 17 Apr 2007 10:47:26 +0200 (CEST) Date: Tue, 17 Apr 2007 10:47:26 +0200 From: Christoph Schug To: Charlie McElfresh Message-ID: <20070417084726.GB17275@voodoo.schug.net> References: <44b41e4e0704160817r290834f0r5e6ac3119da31f90@mail.gmail.com> <20070416161240.GB32149@voodoo.schug.net> <44b41e4e0704160918o5b9133eco6a62033e7a8b6058@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44b41e4e0704160918o5b9133eco6a62033e7a8b6058@mail.gmail.com> Organization: SpaceNet AG User-Agent: Mutt/1.5.13 OpenPKG/2-STABLE (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: problems with Engelschall upgrade toolkit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 08:47:28 -0000 On Mon, Apr 16, 2007, Charlie McElfresh wrote: > >Have you tried to go with a clean /var/tmp/temproot by typing 'd' for > >"delete"? > > > Yes, I tried all the options, and they all failed. Here is the output when > I try d > > *** Deleting the old /var/tmp/temproot > > *** Creating the temporary root environment in /var/tmp/temproot > *** /var/tmp/temproot ready for use > *** Creating and populating directory structure in /var/tmp/temproot > > mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/ > ./bin missing (created) > ./boot missing (created) [...] > ./usr missing (created) > ./var missing (created) > mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var/tmp/temproot/var > mtree: line 19: unknown group audit > *** Error code 1 [...] Your system is missing the audit group which has been added to FreeBSD some time ago. Please proceed as I adviced in my first mail and run 'mergemaster -p' first. Then rebuild your system again as your current build is very likely to be incomplete. -cs