threefoldtech / zinit

A init replacement that feels like runit written in rust+tokio
Apache License 2.0
9 stars 1 forks source link

Make the ringbuffer log to the kernel ringbuffer until the node is ready #17

Closed delandtj closed 3 years ago

delandtj commented 5 years ago

Right now, we get logging of the booting kernel, and then the zinit ringbuffer takes over, not logging to the console. if there are problems, we can't see anything and the node stays in a state where we can't know what really happened.

there are a few solutions to it, but either way, we'll need to be able to get a node in rescue mode, or to be able that we can get to all logging up to the moment the node gets into the ready state.

so :

muhamadazmy commented 4 years ago
sasha-astiadi commented 3 years ago

obsolete issue. closing.