From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 11:28:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24AB16A41F for ; Sat, 11 Mar 2006 11:28:31 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E78FC43D45 for ; Sat, 11 Mar 2006 11:28:30 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 11 Mar 2006 11:28:29 -0000 Received: from 126.49.79.83.cust.bluewin.ch (EHLO [192.168.1.10]) [83.79.49.126] by mail.gmx.net (mp010) with SMTP; 11 Mar 2006 12:28:29 +0100 X-Authenticated: #912863 Message-ID: <4412B460.9050800@gmx.at> Date: Sat, 11 Mar 2006 12:28:32 +0100 From: "lars@gmx.at" User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20060311105201.p0d50a73fwys80s0@webmail.dommel.be> <20060311100132.GA44110@xor.obsecurity.org> In-Reply-To: <20060311100132.GA44110@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: make installworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lars@gmx.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 11:28:31 -0000 Kris Kennaway wrote: >> The error message is wrong. > > Actually it's correct, just a bit unclear. UPDATING includes the > complete procedure you should always follow when building world. It > includes a 'mergemaster -p' step, precisely for the purpose of adding > new users and groups when they appear. Dear Kris I have a few questions related to this error message ERROR: Required audit group is missing, see /usr/src/UPDATING I know that updating requires the mergemaster steps because I read the handbook. But I don't understand why this message tells me to look in that file, when there's nothing about that in it. Is /usr/src/UPDATING synonymous to 'the correct updating procedure'? Or is there a file which describes how I can manually insert needed groups and users when I mess up mergemaster runs? Or is that pointless anyway since I could just remove /usr/obj and rerun the whole updating procedure again before I reboot? And finally, is it really necessary to reboot after 'mergemaster -p'? Lately I've skipped that step with no adverse side-effects, saves me one reboot :-) I would be very grateful for any explanations. Thanks lars.