-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING

Patrick Bowen pbowen at fastmail.fm
Sat Mar 11 22:00:59 UTC 2006


Kim Culhan wrote:

>Subject says it all.. nothing in UPDATING regarding audit group.
>
>Appears to have been in the process of linking sshd
>
>This src is RELENG_6 cvsup'd ~1930 UTC this date
>
>Any help is greatly appreciated
>
>-kim
>
>--
>w8hdkim at gmail.com
>_______________________________________________
>freebsd-stable at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>
>  
>
Kim;

I expect you forgot to run mergemaster. That would have added the audit 
group. From (near the end) of UPDATING;

        To rebuild everything and install it on the current system.
        -----------------------------------------------------------
        # Note: sometimes if you are running current you gotta do more than
        # is listed here if you are upgrading from a really old current.

        <make sure you have good level 0 dumps>
        make buildworld
        make kernel KERNCONF=YOUR_KERNEL_HERE
                                                                   [1]
        <reboot in single user>                     [3]
        mergemaster -p                                 [5]
        make installworld
        make delete-old
        mergemaster                                     [4]
        <reboot>

Further down in UPDATING you'll see the notes referenced in the above 
procedure.

Patrick



More information about the freebsd-stable mailing list