https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196311
--- Comment #1 from Michelle Sullivan <[email protected]> --- Following: https://www.freebsd.org/doc/handbook/network-diskless.html to the letter is broken. Fails at: # make installworld DESTDIR=${NFSROOTDIR} ERROR: Required auditdistd user is missing, see /usr/src/UPDATING. *** [installcheck_UGID] Error code 1 Stop in /usr/src. *** [installworld] Error code 1 Stop in /usr/src. Reading UPDATING it states: 20121218: With the addition of auditdistd(8), a new auditdistd user is now depended on during installworld. "mergemaster -p" can be used to add the user prior to installworld, as documented in the handbook. However: # grep audit /etc/master.passwd auditdistd:*:78:77::0:0:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin So of course check the new DESTROOT... oh wait you can't because it's a new clean root that has no password files so there are no users at all... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
