Date: Fri, 17 Jan 2025 17:57:06 +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-ak2Z87A3SJ@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 #5 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D98bebc20cef7527ccb15f8defc9d52e80= 3a0d506 commit 98bebc20cef7527ccb15f8defc9d52e803a0d506 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-01-17 17:49:01 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-01-17 17:56:30 +0000 Revert "certctl: Set METALOG ownership to root:wheel" This introduces a circular dependency because it requires an existing dbdir for install -N, which might not yet exist. I imagine we can use install -o 0 -g -0, avoiding the need for the dbdir, but install emits uname=3D0 gname=3D0 rather than uid=3D0 gid=3D= 0. So just revert for now pending a full fix. This reverts commit 10fa3f2518d4582c98d74527f79af9f30b1eceab. PR: 283340 Event: January 2025 Bug-busting session Sponsored by: The FreeBSD Foundation usr.sbin/certctl/certctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=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-ak2Z87A3SJ>