Re: avoid single-user mode boot

2024-07-27 Thread Odhiambo Washington
On Wed, Jul 24, 2024 at 2:01 PM <04-psyche.tot...@icloud.com> wrote: > Hi all, > > I have a machine that will be placed in a remote location, and have no > physical access to. The connection will be made through ssh only. > > I'd like to make it as resilient to failure as possible. > > A big conce

Re: avoid single-user mode boot

2024-07-26 Thread 04-psyche . totter
Thanks Matthew, that's helpful. I will look into that.

Re: avoid single-user mode boot

2024-07-25 Thread chohag
04-psyche.tot...@icloud.com writes: > Thanks Stuart for all these thoughts. That's a lot of great ideas. > > Let me try to clarify a few things: > > - change `do_fsck` to `do_fsck -y` > - > I assume you mean Line 410. That seems like a great idea. > D

Re: avoid single-user mode boot

2024-07-24 Thread 04-psyche . totter
Thanks Stuart for all these thoughts. That's a lot of great ideas. Let me try to clarify a few things: - change `do_fsck` to `do_fsck -y` - I assume you mean Line 410. That seems like a great idea. Do I understand correctly that the normal behaviour

Re: avoid single-user mode boot

2024-07-24 Thread Anon Loli
On Wed, Jul 24, 2024 at 07:11:40AM -0300, Crystal Kolipe wrote: > On Wed, Jul 24, 2024 at 09:04:17AM +0100, 04-psyche.tot...@icloud.com wrote: > > Alternatively, is there a way to have ssh access in single user mode? > > The normal way to handle this and other boot-related problems is with a seria

Re: avoid single-user mode boot

2024-07-24 Thread 04-psyche . totter
Thanks Crystal, unfortunately for this specific case, adding another machine to the same network is not an option. > On 24 Jul 2024, at 11:11, Crystal Kolipe wrote: > > On Wed, Jul 24, 2024 at 09:04:17AM +0100, 04-psyche.tot...@icloud.com wrote: >> Alternatively, is there a way to have ssh acce

Re: avoid single-user mode boot

2024-07-24 Thread Crystal Kolipe
On Wed, Jul 24, 2024 at 10:53:28AM -, Stuart Henderson wrote: > On 2024-07-24, Crystal Kolipe wrote: > > The normal way to handle this and other boot-related problems is with a > > serial > > connection from another machine that is still accessible via the network. > > > > Depending on your b

Re: avoid single-user mode boot

2024-07-24 Thread Stuart Henderson
On 2024-07-24, 04-psyche.tot...@icloud.com <04-psyche.tot...@icloud.com> wrote: > Hi all, > > I have a machine that will be placed in a remote location, and have no > physical access to. The connection will be made through ssh only. > > I'd like to make it as resilient to failure as possible. > > A

Re: avoid single-user mode boot

2024-07-24 Thread Crystal Kolipe
On Wed, Jul 24, 2024 at 09:04:17AM +0100, 04-psyche.tot...@icloud.com wrote: > Alternatively, is there a way to have ssh access in single user mode? The normal way to handle this and other boot-related problems is with a serial connection from another machine that is still accessible via the netwo