SV: freebsd-questions Digest, Vol 126, Issue 17

johan bergwall johan_bergwall at yahoo.se
Sat Mar 11 15:49:28 UTC 2006


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
------------------------------------------------------



More information about the freebsd-questions mailing list