Create functionality to dump systemd service or/and kernel output #68

Closed
opened 2021-07-29 18:51:54 +02:00 by muellerr · 1 comment
Owner

It is possible to pipe the output of a systemd service with journalctl -u <serviceName> > <fileName>.
It should be possible to do this via telecommand for debugging purposes.

Dumping kernel logs is possible
with

journalctl -t kernel -n 3

with -n to display limited amount of lines. It is also possible to display time based information, for examle with --since "2 minutes ago"

It is possible to pipe the output of a systemd service with `journalctl -u <serviceName> > <fileName>`. It should be possible to do this via telecommand for debugging purposes. Dumping kernel logs is possible with ```sh journalctl -t kernel -n 3 ``` with -n to display limited amount of lines. It is also possible to display time based information, for examle with `--since "2 minutes ago"`
muellerr changed title from Create functionality to dump service output to Create functionality to dump systemd service output 2021-07-29 23:53:01 +02:00
muellerr changed title from Create functionality to dump systemd service output to Create functionality to dump systemd service or/and kernel output 2021-08-03 14:51:48 +02:00
Author
Owner

can be done via shell commands and file downlink.

can be done via shell commands and file downlink.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: eive/eive-obsw#68
No description provided.