Bug 15883 - [question] how to have the console log by ssh ?
Summary: [question] how to have the console log by ssh ?
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-09 17:30 UTC by Fred_busybox
Modified: 2023-12-09 17:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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