Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2006 16:00:58 -0600
From:      Patrick Bowen <pbowen@fastmail.fm>
To:        freebsd-stable@freebsd.org
Subject:   Re: -stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
Message-ID:  <4413489A.5030305@fastmail.fm>
In-Reply-To: <89dbfdc30603111350y39d732fep5fd9e9b4560f1306@mail.gmail.com>
References:  <89dbfdc30603111350y39d732fep5fd9e9b4560f1306@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@gmail.com
>_______________________________________________
>freebsd-stable@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>To unsubscribe, send any mail to "freebsd-stable-unsubscribe@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4413489A.5030305>