Hi
I want to compile NanoBSD 9 STABLE, but when script install the world, I get the error:
How to fix it?
I want to compile NanoBSD 9 STABLE, but when script install the world, I get the error:
Code:
# sh nanobsd.sh -c nanobsd.conf
00:00:00 # NanoBSD image full build starting
00:00:00 ## Clean and create object directory (/usr/obj/nanobsd.full/)
00:00:01 ## Construct build make.conf (/usr/obj/nanobsd.full//make.conf.build)
00:00:01 ## run buildworld
00:00:01 ### log: /usr/obj/nanobsd.full//_.bw
00:52:26 ## build kernel (GENERIC)
00:52:26 ### log: /usr/obj/nanobsd.full//_.bk
01:02:24 ## Clean and create world directory (/usr/obj/nanobsd.full//_.w)
01:02:24 ## Construct install make.conf (/usr/obj/nanobsd.full//make.conf.install)
01:02:24 ## installworld
01:02:24 ### log: /usr/obj/nanobsd.full//_.iw
# cat /usr/obj/nanobsd.full//_.iw
ERROR: Required auditdistd user is missing, see /usr/src/UPDATING.
*** [installcheck_UGID] Error code 1
1 error
*** [installworld] Error code 2
1 error
#
How to fix it?