On Tue, 5 May 2026 15:56:25 +0100 Mark Hindley <[email protected]> wrote:
Chris,
On Tue, May 05, 2026 at 04:35:29PM +0200, Chris Hofstaedtler wrote:
> On Tue, May 05, 2026 at 01:35:47PM +0100, Mark Hindley wrote:
> > On Tue, May 05, 2026 at 02:19:25PM +0200, Matthias Geiger wrote:
> > > * Caching service dependencies ...
> > > [ ok ]
> > > /usr/lib/rc/sh/openrc-run.sh: 76: mount: not found
> > But I was looking to see where that message comes from and I don't see
> > mount used in /usr/lib/rc/sh/openrc-run.sh.
>
> Note that while "/usr/lib/rc/sh/openrc-run.sh: 76" is printed by the
> shell, it is a known issue that at least some shells (and that seems
> to include dash) do not properly track filenames and line numbers
> when multiple shell source files are involved.
Thanks for your insight here. Sounds plausible.
> I know next to nothing about openrc, but localmount.in and
> netmount.in look like they would be executed during boot and they
> call mount.
Ah! They should be removed as part of the Debian build[1] but
/etc/init.t/cgroups is kept and calls mount.
Matthias, can you confirm that is the origin?
I think that is the likely cause; though I have no way to check since
the boot hangs further on.
best,
werdahias