Kim Culhan
2006-Mar-11 21:50 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
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
Patrick Bowen
2006-Mar-11 22:01 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
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
Torfinn Ingolfsen
2006-Mar-11 22:12 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
On Sat, 11 Mar 2006 16:50:05 -0500 Kim Culhan <w8hdkim@gmail.com> 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 appreciatedTo you and everybody else; please read the documentation about 'make world' in the handbook ("The Canonical Way to Update Your System"). It *clearly* states that you should do 'mergemaster -p' . HTH -- Regards, Torfinn Ingolfsen, Norway
Scott Robbins
2006-Mar-11 22:14 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Mar 11, 2006 at 04:50:05PM -0500, 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 appreciatedHeh, however, there is, at the end, something about running mergemaster - -p before doing make installworld. That's the solution. In fairness, many folks often skip mergemaster -p without ill effect till something like this happens. There have been many posts about this. One could argue back and forth or submit a patch for UPDATING. The pro side of adding it is that there have been a lot of posts similar to this and it is considered a server O/S not a hobbyist O/S, and busy sysadmins who have been updating for a long time and not bitten by ignoring mergemaster -p (I forget the last time it caught a lot of people--was it with the authpf?--in a long time, should probably be reminded by a note in UPDATING. The con side is that if you're updating to a PRERELEASE, you're more a tester and/or developer as it's probably not a good idea to update to it on a production server. Having said this, I can smugly say that I wasn't bitten by it, because I learned my lesson the last time, and have a little installworld.sh script that runs mergemaster -p before doing installworld. I'm also too lazy to submit a patch for UPDATING, and will just say, Hey Warner or someone, you oughta put a note about it in there. All whimsicality aside, this sort of thing is the reason that it really is better to not skip mergemaster -p before doing installworld--if there's nothing for it to do, it only takes a minute, even on a slower machine. - -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Buffy: Okay, well, how long before you un-crypt it? Willow: Hours. Days maybe. Anyone suggesting months would not be accused of crazy talk. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEE0um+lTVdes0Z9YRAks4AJ95pVDAHx81+GGaQgjtRI92VtUZ9QCfdqGa zvwqrgrN9Xh9/rBeuyAbi5U=stjJ -----END PGP SIGNATURE-----
Kim Culhan
2006-Mar-11 22:31 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
Thanks muchly to Scott, Torfinn and Patrick for the quick replies. This machine was running: 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sun Feb 12 11:37:04 EST 2006 Since it was this new, it was updated with a make world and the error did not appear in the process where I first thought it did -at link time for sshd.. It appeared at the end of the make world, which resembled more closely the output of buildworld fwiw -I'll go add the group now :) thanks agn -kim -- w8hdkim@gmail.com
Peter Jeremy
2006-Mar-11 22:38 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
On Sat, 2006-Mar-11 17:13:58 -0500, Scott Robbins wrote:>In fairness, many folks often skip mergemaster -p without ill effect >till something like this happens.Note that "mergemaster -p" also checks the options in your /etc/make.conf and whilst changes to supported options are also rare, missing a change could have far more subtle effects than installworld failing. -- Peter Jeremy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060312/cce424fd/attachment.bin
Gray Lilley
2006-Mar-12 03:03 UTC
-stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING
This was discussed on this list a few days ago... You forgot to run mergemaster -p before installworld didn't you? :) This adds the relevant group to /etc/groups. Graham -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Kim Culhan Sent: 11 March 2006 22:00 To: freebsd-stable@freebsd.org Subject: -stable make world: ERROR: Required audit group is missing,see /usr/src/UPDATING 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" -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 10/03/2006