commit | 081ff834a82abdf1a1d2a47e91e6158bddfd06d9 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Mar 29 22:32:46 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Thu Apr 07 10:37:10 2022 -0500 |
tree | ccf1c950ef2d69e61977ba3ab1870708856dd74d | |
parent | 9bd89b6922660acfdd853ccd1cff2822a2d16ad4 [diff] |
dreport: add active services (systemd) status to the BMC dump Generate the status of the active services "systemctl status --all" and add it to the dump. Tested: State: degraded Jobs: 0 queued Failed: 3 units Since: Wed 2022-03-30 03:17:48 UTC; 7min ago CGroup: / ├─sys-kernel-debug.mount ├─sys-kernel-config.mount Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I45cef0ccfd4c86711a64bf5dcacb04f89bc5b50d
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test