Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2021 18:32:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 142434] [patch] Add cpuset(1) support to rc.subr(8)
Message-ID:  <bug-142434-227-3WGZeLDWMx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-142434-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-142434-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=3D142434

--- Comment #7 from Miroslav Lachman <000.fbsd@quip.cz> ---
(In reply to Kyle Evans from comment #6)
I am not sure of the detail but I know there was some problem in rc scripts=
 or
in rc.subr routines with a dash in the value of the variable
name=3D"background-fsck" in rc.d/bgfsck. Then it breaks execution of rc scr=
ipt,
cpuset call or something around. I don't remember it well.
https://cgit.freebsd.org/src/tree/etc/rc.d/bgfsck?h=3Dstable/10
name=3D"background-fsck"
rcvar=3D"background_fsck"
start_cmd=3D"bgfsck_start"

As I see in newer versions, it was renamed to name=3D"background_fsck"
(underscore instead of dash)
https://cgit.freebsd.org/src/tree/libexec/rc/rc.d/bgfsck
name=3D"background_fsck"
desc=3D"Run fsck in background"
rcvar=3D"background_fsck"
start_cmd=3D"bgfsck_start"

I don't know if there was / is any other rc.d script with the "bad" dash in
value of variable "name".

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-142434-227-3WGZeLDWMx>