Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2014 23:43:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196311] DESTROOT is now broken for installworld if not previously bootstrapped (ie clean dir)
Message-ID:  <bug-196311-8-Om7rYiUccP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196311-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196311-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196311

--- Comment #1 from Michelle Sullivan <michelle@sorbs.net> ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196311-8-Om7rYiUccP>