Bug 15883

Summary: [question] how to have the console log by ssh ?
Product: Busybox Reporter: Fred_busybox <dark_footix>
Component: Standard ComplianceAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Fred_busybox 2023-12-09 17:30:31 UTC
Hello Busybox,

I am connecting to a device by a port serial (1), and there is the boot log/console.

When I connect to the device with the ssh (2), it s a new session and I don't have the log (1), if I used dmesg, I have the partial log ( mainly the kernel logs ), but I don't have the full one

What is the most efficient way to have the full boot log by ssh ? and interact with it? as have back the first shell session?
Is there a tips busybox to do it ??

Currently, I can by (1) launch my prog with a redirection to a file, and read it from the ssh, but it s not perfect, because it should be done on all processes...

How could I have the full /dev/console from ssh?

Thank for your support