Date: Tue, 04 Feb 2025 21:06:03 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Warner Losh <imp@bsdimp.com> Cc: Cy Schubert <Cy.Schubert@cschubert.com>, Warner Losh <imp@freebsd.org>, src-committers <src-committers@freebsd.org>, "<dev-commits-src-all@freebsd.org>" <dev-commits-src-all@freebsd.org>, "<dev-commits-src-main@freebsd.org>" <dev-commits-src-main@freebsd.org> Subject: Re: git: 2d17f44a5ae6 - main - rc.d: Add hastd as a prereq for devd Message-ID: <20250205050603.23D8C280@slippy.cwsent.com> In-Reply-To: <CANCZdfrhF1-N_fL9vpTXPiq=S55W9tAsxYZdFSOu9nDUeYjvdA@mail.gmail.com> References: <202502050047.5150lQQp032860@gitrepo.freebsd.org> <20250205045859.AC7BB201@slippy.cwsent.com> <CANCZdfrhF1-N_fL9vpTXPiq=S55W9tAsxYZdFSOu9nDUeYjvdA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <CANCZdfrhF1-N_fL9vpTXPiq=S55W9tAsxYZdFSOu9nDUeYjvdA@mail.gmail.c om> , Warner Losh writes: > --00000000000076657b062d5e01a8 > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Tue, Feb 4, 2025, 9:59=E2=80=AFPM Cy Schubert <Cy.Schubert@cschubert.com= > > wrote: > > > In message <202502050047.5150lQQp032860@gitrepo.freebsd.org>, Warner Losh > > write > > s: > > > The branch main has been updated by imp: > > > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=3D2d17f44a5ae6e948c3a93cac30b8315= > d > > > 127ba900 > > > > > > commit 2d17f44a5ae6e948c3a93cac30b8315d127ba900 > > > Author: Warner Losh <imp@FreeBSD.org> > > > AuthorDate: 2025-02-05 00:36:18 +0000 > > > Commit: Warner Losh <imp@FreeBSD.org> > > > CommitDate: 2025-02-05 00:47:21 +0000 > > > > > > rc.d: Add hastd as a prereq for devd > > > > > > Setuping up CARP and HAST described in: > > > > > https://www.freebsd.org/doc/en/books/handbook/disks-hast.html > > > doesn't work at boot time because devd start before hastd. > > > > > > PR: 199733 > > > Submitted-by: hs_fbsd@on-sky.net (no name given) > > > --- > > > libexec/rc/rc.d/devd | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/libexec/rc/rc.d/devd b/libexec/rc/rc.d/devd > > > index 98f2068c2075..524fb045dfab 100755 > > > --- a/libexec/rc/rc.d/devd > > > +++ b/libexec/rc/rc.d/devd > > > @@ -3,7 +3,7 @@ > > > # > > > > > > # PROVIDE: devd > > > -# REQUIRE: netif ldconfig > > > +# REQUIRE: netif ldconfig hastd > > > # BEFORE: NETWORKING mountcritremote > > > # KEYWORD: nojail shutdown > > > > > > > > > > This causes boot to hang requiring a ctrl-C to continue the boot. > > > > The reason for this is I, probably like many others, don't use hastd. And > > especially not on laptops. > > > > Maybe put # BEFOFE: devd in the hastd rc script. This way if > > hastd_enable=3D"NO" or not specified in rc.conf there would be no hang > > during > > reboot. > > > > I've reverted this in my local "prod" tree. Life is good again. > > > > Ok. It worked for me. I gotta figure out why, but in the mean time I'll > revert. That's strange. This hung two laptops here in my office. I'm reluctant to apply it to the servers in my basement two floors down. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: https://FreeBSD.org NTP: <cy@nwtime.org> Web: https://nwtime.org e^(i*pi)+1=0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20250205050603.23D8C280>