Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 19:59:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283340] build: distributeworld -DNO_ROOT does not set SSL cert links uname / gname in METALOG
Message-ID:  <bug-283340-227-DuOwYV3pc4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283340-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283340-227@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=3D283340

--- Comment #7 from Ed Maste <emaste@freebsd.org> ---
The issue occurs with installworld & distribution ordering. installworld can
use the dbdir from OBJDIR but we don't have a(n easy / existing) way to pass
that to certctl, so I just reverted for now to address the immediate issue.

(In reply to Pat Maddox from comment #6)
> fwiw I don't think this needs -N at all. It's root and wheel - is there a=
 scenario where that wouldn't be correct?

We can probably do without -N and rely on the fact that root=3D0 and wheel=
=3D0 in
the host's db as well, but I think we can go one step further and just use =
-u 0
-g 0. install -U -M currently has a bug with that though (PR283355) so my p=
lan
is fix that in install, then restore this change but with -u 0 -g 0.

--=20
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-283340-227-DuOwYV3pc4>