Date: Sat, 11 Mar 2006 16:49:26 +0100 (CET) From: johan bergwall <johan_bergwall@yahoo.se> To: freebsd-questions@freebsd.org Subject: SV: freebsd-questions Digest, Vol 126, Issue 17 Message-ID: <20060311154926.74263.qmail@web25107.mail.ukl.yahoo.com> In-Reply-To: <20060311120031.AF89E16A50A@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <standard-supfile> && cvsup -g -L 2 <ports-supfile> 1. cd /usr/src 2. make buildworld && make buildkernel KERNCONF=<kernelname> && make installkernel KERNCONF=<kernelname> && 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 ------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060311154926.74263.qmail>