From owner-freebsd-stable@FreeBSD.ORG Tue Mar 14 05:37:28 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E3C16A420 for ; Tue, 14 Mar 2006 05:37:28 +0000 (UTC) (envelope-from andrew@areilly.bpc-users.org) Received: from omta02sl.mx.bigpond.com (omta02sl.mx.bigpond.com [144.140.93.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6FF43D49 for ; Tue, 14 Mar 2006 05:37:26 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.4.160]) by omta02sl.mx.bigpond.com with ESMTP id <20060314053724.BJPA24931.omta02sl.mx.bigpond.com@areilly.bpc-users.org> for ; Tue, 14 Mar 2006 05:37:24 +0000 Received: (qmail 18485 invoked by uid 501); 14 Mar 2006 05:37:57 -0000 Date: Tue, 14 Mar 2006 16:37:57 +1100 From: Andrew Reilly To: Greg Rivers Message-ID: <20060314053757.GA18290@gurney.reilly.home> References: <20060310151942.GP23971@elvis.mu.org> <20060310214635.P1122@nc8000.tharned.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060310214635.P1122@nc8000.tharned.org> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org, Alfred Perlstein Subject: Re: Required audit group is missing... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 05:37:28 -0000 On Fri, Mar 10, 2006 at 09:48:43PM -0600, Greg Rivers wrote: > On Fri, 10 Mar 2006, Alfred Perlstein wrote: > > >mmmm... stable... :D > > > >/usr/src # make installworld > >ERROR: Required audit group is missing, see /usr/src/UPDATING. > >*** Error code 1 > > > >Stop in /usr/src. > >*** Error code 1 > > > >Stop in /usr/src. > >/usr/src # grep audit /usr/src/UPDATING > >/usr/src # > > > >??? > > > > mergemaster -p is your friend. When I bumped into this error (I usually mergemaster after installworld, in contravention of the UPDATING recommendation,) I went to run mergemaster and mergemaster itself barfed, complaining about the lack of the audit group. Sorry, I didn't bother to make a note of the error message. It was easy to fix manually, but a bit weird, given the error message and the lack of anything specific in UPDATING at the time. -- Andrew