Date: Wed, 29 May 2024 19:35:03 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 278993] fsck not checking disk if sysctl kern.boottrace.enabled=1 is set Message-ID: <bug-278993-227-Lkj3HIYSVU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278993-227@https.bugs.freebsd.org/bugzilla/> References: <bug-278993-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=3D278993 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df13275cf03ae3ce220efb7a323f732902= 76a731f commit f13275cf03ae3ce220efb7a323f73290276a731f Author: Alex Samorukov <samm@freebsd.org> AuthorDate: 2024-05-28 14:45:30 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-29 19:29:53 +0000 export $autoboot var when running from $boottrace_cmd At the moment, if bootrace profiling is enabled, autoboot is not exported to the rc scripts. This causes fsck to not check the root filesystem. To fix this, pass _boot, rc_fast and autoboot to the boottrace process to mimic what diretly sourcing the rc.d scripts. PR: 278993 Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1261 libexec/rc/rc.subr | 3 ++- 1 file changed, 2 insertions(+), 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-278993-227-Lkj3HIYSVU>