From owner-freebsd-stable@FreeBSD.ORG Sat Mar 11 22:00:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E943D16A41F for ; Sat, 11 Mar 2006 22:00:58 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E5E43D4C for ; Sat, 11 Mar 2006 22:00:58 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 29BBCD3FF4A for ; Sat, 11 Mar 2006 17:00:57 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 11 Mar 2006 17:00:57 -0500 X-Sasl-enc: pr4MmhGk9rxwNYGT0v7nCzq1mHwg9fvzaQIayetgr0Am 1142114456 Received: from [192.168.206.197] (unknown [12.150.109.194]) by frontend2.messagingengine.com (Postfix) with ESMTP id 32C9658BF4B for ; Sat, 11 Mar 2006 17:00:56 -0500 (EST) Message-ID: <4413489A.5030305@fastmail.fm> Date: Sat, 11 Mar 2006 16:00:58 -0600 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <89dbfdc30603111350y39d732fep5fd9e9b4560f1306@mail.gmail.com> In-Reply-To: <89dbfdc30603111350y39d732fep5fd9e9b4560f1306@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: -stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 22:00:59 -0000 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 buildworld make kernel KERNCONF=YOUR_KERNEL_HERE [1] [3] mergemaster -p [5] make installworld make delete-old mergemaster [4] Further down in UPDATING you'll see the notes referenced in the above procedure. Patrick