Re: Linking s6-linux-init to s6-supervise
"Ian Macdonald via supervision" <[email protected]> Thu, 30 Jan 2025 08:29:48 +1000
| Newsgroups | gmane.comp.sysutils.supervision.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Jan 2025 01:53:05 +0000 "Laurent Bercot" <[email protected]> wrote: > >The new build boots, I get a Login prompt and s6-svscan is running as > >pid 1 but nothing else happens. None of the 'compiled' services are > >copied to the /run directory. > > > >I have clearly missed a step, hopefully a simple one, and the > >annoying thing is that I obviously took that step for my current > >working system without recognising it! > > Wild guess: have you edited your /etc/rc.init to uncomment the > s6-rc-init and s6-rc invocations? > > -- > Laurent > Good guess. Uncommenting the s6 invocations still left me at Login prompt but running s6-rc -u change default now brings up the system. This exposed a problem with an unknown user (s6log) which I had forgotten to add to the new build. It's early days; I think I'll clean out /etc/s6* and start again. Thanks for your help.