From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 15:49:28 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 ABAA716A41F for ; Sat, 11 Mar 2006 15:49:28 +0000 (GMT) (envelope-from johan_bergwall@yahoo.se) Received: from web25107.mail.ukl.yahoo.com (web25107.mail.ukl.yahoo.com [217.12.10.55]) by mx1.FreeBSD.org (Postfix) with SMTP id E548C43D45 for ; Sat, 11 Mar 2006 15:49:27 +0000 (GMT) (envelope-from johan_bergwall@yahoo.se) Received: (qmail 74265 invoked by uid 60001); 11 Mar 2006 15:49:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.se; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xpHuQQOEHJtukOGBAlYdV3veLaBYmdZTJjVa96XrRvs2m9qH+WOywaqlNd3r7hytQP/u3KUGeBylKOe44mxgtAYvV8EWesvsdy/a+zjmDOpsRlSmweMhZ91TFNecTPxQTgHwHjLxN0xXI4jaL9qlWr2pdlcNtawCqlwcVRmz718= ; Message-ID: <20060311154926.74263.qmail@web25107.mail.ukl.yahoo.com> Received: from [83.227.155.200] by web25107.mail.ukl.yahoo.com via HTTP; Sat, 11 Mar 2006 16:49:26 CET Date: Sat, 11 Mar 2006 16:49:26 +0100 (CET) From: johan bergwall To: freebsd-questions@freebsd.org In-Reply-To: <20060311120031.AF89E16A50A@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: SV: freebsd-questions Digest, Vol 126, Issue 17 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: Sat, 11 Mar 2006 15:49:28 -0000 Hi all, After doing a svsup yesterday and doing a 'make -j4 buildworld' i've (my script that is) tried to proceed with a 'make installworld'. But it failed : www# 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. I have checked /usr/src/UPDATING but there isn't any entry new about new groups and 'grep -w audit /etc/group' does not show any audit-group present. I also did a 'rm -rf /usr/obj/* ' and ran 'make -j4 buildworld' again, which endend without errors but the following 'make installworld' stops with the mentioned error again. I am using the '*default release=cvs tag=RELENG_6' in the supfile and am running 6.1-PRERELEASE now. What am I doing wrong ? Any clues are welcome. Beni. Hi Beni ! Why dont you try: ------------------------------------------------------ Start with downloading latest sourcecode -> cvsup -g -L 2 && cvsup -g -L 2 1. cd /usr/src 2. make buildworld && make buildkernel KERNCONF= && make installkernel KERNCONF= && reboot 3. boot in single user mode 4. fsck -p 5. mount -u / 6. mount -a 7. cd /usr/src 8. adjkerntz -i 9. mergemaster -p 10. make installworld 11. mergemaster 12. shutdown -r now Yours //Johan FreeBSD 7.0-CURRENT #11: Thu Feb 9 20:26:41 CET 2006 ------------------------------------------------------